vimb.git
2015-02-13 Daniel CarlFixed the code style a little.
2015-02-13 Sébastien Mariehsts: reload only the main frame
2015-02-13 Daniel CarlFixed code style.
2015-02-10 Daniel CarlUse left justified text in man page.
2015-02-10 Daniel CarlRemoved unneeded micro seconds from timer.
2015-02-08 Daniel CarlDon't remove error message if command is not known.
2015-02-08 Daniel CarlFixed worng reference in man page.
2015-02-07 Daniel CarlEllipsize left status bar text at the middle.
2015-02-07 Daniel CarlQuit hinting on mouse click.
2015-02-07 Daniel CarlChanged wrong comment.
2015-02-07 Daniel CarlAllocate new memory for history items.
2015-02-07 Daniel CarlFixed memory leak in history generation (#163).
2015-02-06 Daniel CarlUse hash table for duplicate check of history (#163).
2015-02-06 Daniel CarlSetup signals before realizing the window.
2015-02-05 Daniel CarlShow the widgets before reading the config file (#162).
2015-02-04 Daniel CarlUse more g_string_* function in map processing (#160).
2015-02-03 Daniel CarlUse gstring for map processing (#160).
2015-02-03 Daniel CarlAdd libvimb.so to gitignore.
2015-02-03 Daniel CarlBetter message if unit test fails.
2015-01-25 Daniel CarlLittle style fix in man page.
2015-01-24 Daniel CarlUse own Makefile for src directory.
2015-01-24 Daniel CarlRemoved debug target.
2015-01-24 Daniel CarlDon't end :open command at pipe (#159).
2015-01-16 Daniel CarlReleased version 2.9.
2015-01-15 Daniel CarlAdded some docs.
2015-01-15 Daniel CarlXDG standard conform socket location (#158).
2015-01-14 Daniel CarlDon't write autocmd to command history.
2015-01-05 Daniel CarlFixed compile error when queue feature is disabled.
2015-01-05 Daniel CarlUse g_signal_connect if there is only one signal connected.
2015-01-02 Daniel CarlDon't end shell cmd at pipe char.
2015-01-02 Daniel CarlTrack also inputbox buffer change in kioskmode.
2015-01-01 Daniel CarlChange year in license block.
2014-12-31 Daniel CarlFixed wrong type given to g_error_free.
2014-12-31 Daniel CarlMoved environment vars to :shellcmd.
2014-12-31 Daniel CarlReplaced the fifo by socket to remote control vimb...
2014-12-23 Daniel CarlAllow multiple users per domain in formfiller.
2014-12-20 Daniel CarlFixed no working hints in framesets.
2014-12-14 Daniel CarlAdded example scripts to setup formfiller (#153).
2014-12-12 Daniel CarlUpdate ex-cmd generals in man page.
2014-12-12 Daniel CarlExclude ex cmd from history and register.
2014-12-11 Daniel CarlRemoved unneeded result overwriting.
2014-12-11 Daniel CarlRemove input timeout if inputbox was changed meanwhile.
2014-12-11 Daniel CarlRecord command history and register after command.
2014-12-11 Daniel CarlDon't clear focus if vimb is in input mode.
2014-12-11 Daniel CarlFixed missed ifdefs for fifo feature.
2014-12-10 Daniel CarlChanged option --fifo-name into --fifo.
2014-12-10 Daniel CarlUse G_OPTION_ARG_FILENAME for -c option.
2014-12-10 Daniel CarlFixed normal new window in kiosk mode.
2014-12-07 Daniel CarlDon't block search and url history if not typed (#133).
2014-12-07 Daniel CarlDon't save mapped commands in history (#130).
2014-12-05 Daniel CarlDon't switch from command to input mode if page says so.
2014-12-04 Daniel CarlDon't give key presses to hint mode if this is off.
2014-12-04 Daniel CarlDon't remove error message if ex cmd is not known.
2014-12-04 Daniel CarlDon't put remote command into command history.
2014-12-04 Daniel CarlRemoved lonesome #else.
2014-12-04 Daniel CarlMoved pass through mode functions to normal.c.
2014-12-04 Daniel CarlRemove function declaration that does not exists.
2014-12-03 Daniel CarlAvoid input clear in case autocmd is run.
2014-12-02 Daniel CarlFixed broken automated test.
2014-12-02 Daniel CarlAllow whitespace around '=' in :set command.
2014-12-01 Daniel CarlDon't add empty modes in kioskmode.
2014-12-01 Daniel CarlShow mode label in statusbar.
2014-12-01 Daniel CarlDon't clear inputbox after :normal command.
2014-12-01 Daniel CarlStripped unneeded stuff from test html.
2014-11-30 Daniel CarlFixed none working focus event observing (#112).
2014-11-29 Daniel CarlAdded manual test for dom focus changes (#112).
2014-11-28 Daniel CarlChange URI of webframe instead of webview (#146).
2014-11-28 Daniel CarlRevert "Move hsts check back to resource-request-starti...
2014-11-28 Daniel CarlRevert "Fixed wrong hsts protocol comparison (#146)."
2014-11-27 Daniel CarlMove hsts check back to resource-request-starting ...
2014-11-27 Daniel CarlAdded manual tests for HSTS uri change in iFrame (...
2014-11-27 Daniel CarlFixed wrong hsts protocol comparison (#146).
2014-11-27 Daniel CarlDon't access none given soup message.
2014-11-26 Daniel CarlYank alway also into default register "".
2014-11-26 Daniel CarlFixed ^V^V shown in showcmd of statusbar.
2014-11-26 Daniel CarlFixed warning on quit by window destroy.
2014-11-26 Daniel CarlMerge branch 'fix/hsts'.
2014-11-26 Daniel CarlFixed missed policy decision in callback (#146).
2014-11-25 Daniel CarlChange main HSTS URI in navigation-policy-decision...
2014-11-24 Daniel CarlFixed duplicate hint call if filtered by label.
2014-11-24 Daniel CarlMerge branch 'feature/letter-hints'.
2014-11-24 Daniel CarlNoticed css rule for uppercase hint labels (#145).
2014-11-24 Daniel CarlAdded note about case sensitive hint label matching...
2014-11-23 Daniel CarlDon't clear inputbox after toggle settings.
2014-11-22 Daniel CarlMerge branch 'feature/fifo'.
2014-11-22 Daniel CarlFixed gcc warning for possible uninitialized variable.
2014-11-22 Daniel CarlClear inputbox after running command successfully ...
2014-11-22 Daniel CarlDon't record commands given by --cmd option.
2014-11-22 Daniel CarlRemoved not used getHintNumber() function.
2014-11-21 Daniel CarlFixed missed uri escaping for '+' (#152).
2014-11-21 Daniel CarlAdded hints by letters.
2014-11-20 Daniel CarlRenamed cutbuf variables and constants to reg.
2014-11-19 Daniel CarlAllow select of yank buffer for ;y hinting (#151).
2014-11-19 Daniel CarlFixed none complete keysequence on "<Esc>.
2014-11-19 Daniel CarlRemoved unneeded key in ex cutbuf.
2014-11-19 Daniel CarlAdd :reg[ister] command to show register contents.
2014-11-19 Daniel CarlFixed duplicate shown showcmd in command mode.
2014-11-17 Eivind UggedalAdd Void Linux package to README.
2014-11-16 Daniel CarlFix segfault on quit by control fifo (#144).
2014-11-16 Daniel CarlAllow to control vimb by fifo file (#144).
next