vimb.git
2015-06-25 Dmitrij D.... Wrong order of blocks within ifeq-endif
2015-06-25 Dmitrij D.... Replaced "-Wpedantic" with "-pedantic"
2015-06-25 Dmitrij D.... Made build process more user-friendly
2015-06-20 Yutao YuanAdded hint-number-same-length option
2015-06-15 Daniel CarlFixed Makefile install target using -D.
2015-06-13 Daniel CarlReleased version 2.10.
2015-05-23 Daniel CarlMerge branch 'master' of https://github.com/jasonwryan...
2015-05-22 Jason RyanCleaned up typos and grammar in man page
2015-05-22 Jason RyanGrammar and formatting cleanup in README
2015-05-09 Serge HallynREADME.md: config.h is under src/
2015-04-27 Daniel CarlAllow to focus editable element in iframes (#201).
2015-04-27 Daniel CarlFixed regression of ignored strict focus in frames...
2015-04-26 Daniel CarlCheck for dom focus/blur event on window object cleared...
2015-04-26 Sébastien Marieadd HTML5 input type to dom_focus_input
2015-04-23 Daniel CarlAllow to use formfiller also for new html5 input types.
2015-04-22 Daniel CarlFixed trailing whitespace.
2015-04-22 Sébastien Mariesupport html5 new input types
2015-04-20 Daniel CarlSet focus also on htm5 input type="search".
2015-04-20 Sébastien Marieenable input-mode on input.search element
2015-04-18 Daniel CarlMoved default hint css from js to config.def.h file...
2015-04-18 Daniel CarlSuppress redefinition warning caused by glib.
2015-04-06 Daniel CarlRemoved code to track clicks to input elements.
2015-04-05 Daniel CarlFixed regression against 112-editable-focus.html test...
2015-04-05 Daniel CarlCheck for DOM focus/blur events as soon as possible...
2015-04-03 Daniel CarlLeave input mode after submitting a form (#197).
2015-04-03 Daniel CarlFixed not leaved input mode on form submit (#197).
2015-04-02 Daniel CarlUse case insensitive xpath for focus input (#198).
2015-03-19 Daniel CarlAdapted formfiller code style.
2015-03-19 Artymort-z "$var" and not -z $var it would seem
2015-03-19 ArtymortSpace between l and 7 + default value for $XDG...
2015-03-16 Daniel CarlAllow to escape escape char to in commands (#191).
2015-03-11 Daniel CarlUse URL for bookmark completion too (#189).
2015-03-10 Daniel CarlAdded hint for bookmark file format (#189).
2015-03-10 Daniel CarlFix segfault on bookmark completion (#189).
2015-03-09 Daniel CarlRemoved duplicate style override for GTK3.
2015-03-09 Daniel CarlRestore alphabetical order of settings in man page.
2015-03-09 Daniel CarlFixed shown scrollbars on some sites (#188).
2015-03-09 Daniel CarlFix segfault on config file with invalid commands ...
2015-03-08 Daniel CarlUpdate man page for hint-follow-last setting (#186).
2015-03-08 Micha GorelickAdded hint-follow-last option
2015-03-08 Daniel CarlAdded hint for install on ubuntu (#185).
2015-02-27 Craig RoyAdded <BS> to list of special characters in man page
2015-02-27 Craig RoyAdded backspace as a special character for mapping
2015-02-23 Daniel CarlRemove example files also on uninstall.
2015-02-23 Daniel CarlInstall the sample scripts too.
2015-02-21 Daniel CarlMerged code from mode.c into main.c
2015-02-21 Daniel CarlCleanup for manual page.
2015-02-14 Daniel CarlAdd <Space> as special map key name (#176).
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.
next