summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-27Fixed wrong order of blocks within ifeq-endif.Daniel Carl
2015-06-25Wrong order of blocks within ifeq-endifDmitrij D. Czarkoff
2015-06-25Replaced "-Wpedantic" with "-pedantic"Dmitrij D. Czarkoff
2015-06-25Made build process more user-friendlyDmitrij D. Czarkoff
2015-06-20Added hint-number-same-length optionYutao Yuan
2015-06-15Fixed Makefile install target using -D.Daniel Carl
2015-06-13Released version 2.10.Daniel Carl
2015-05-23Merge branch 'master' of https://github.com/jasonwryan/vimbDaniel Carl
2015-05-23Cleaned up typos and grammar in man pageJason Ryan
2015-05-23Grammar and formatting cleanup in READMEJason Ryan
2015-05-09README.md: config.h is under src/Serge Hallyn
2015-04-27Allow to focus editable element in iframes (#201).Daniel Carl
2015-04-27Fixed regression of ignored strict focus in frames (#201).Daniel Carl
2015-04-26Check for dom focus/blur event on window object cleared (#201).Daniel Carl
2015-04-26add HTML5 input type to dom_focus_inputSébastien Marie
2015-04-23Allow to use formfiller also for new html5 input types.Daniel Carl
2015-04-22Fixed trailing whitespace.Daniel Carl
2015-04-22support html5 new input typesSébastien Marie
2015-04-20Set focus also on htm5 input type="search".Daniel Carl
2015-04-20enable input-mode on input.search elementSébastien Marie
2015-04-18Moved default hint css from js to config.def.h file (#199).Daniel Carl
2015-04-18Suppress redefinition warning caused by glib.Daniel Carl
2015-04-06Removed code to track clicks to input elements.Daniel Carl
2015-04-05Fixed regression against 112-editable-focus.html test (#197).Daniel Carl
2015-04-05Check for DOM focus/blur events as soon as possible (#197).Daniel Carl
2015-04-03Leave input mode after submitting a form (#197).Daniel Carl
2015-04-03Fixed not leaved input mode on form submit (#197).Daniel Carl
2015-04-02Use case insensitive xpath for focus input (#198).Daniel Carl
2015-03-19Adapted formfiller code style.Daniel Carl
2015-03-19-z "$var" and not -z $var it would seemArtymort
2015-03-19Space between l and 7 + default value for $XDG...Artymort
2015-03-16Allow to escape escape char to in commands (#191).Daniel Carl
2015-03-11Use URL for bookmark completion too (#189).Daniel Carl
2015-03-10Added hint for bookmark file format (#189).Daniel Carl
2015-03-10Fix segfault on bookmark completion (#189).Daniel Carl
2015-03-10Removed duplicate style override for GTK3.Daniel Carl
2015-03-09Restore alphabetical order of settings in man page.Daniel Carl
2015-03-09Fixed shown scrollbars on some sites (#188).Daniel Carl
2015-03-09Fix segfault on config file with invalid commands (#188).Daniel Carl
2015-03-08Update man page for hint-follow-last setting (#186).Daniel Carl
2015-03-08Added hint-follow-last optionMicha Gorelick
2015-03-08Added hint for install on ubuntu (#185).Daniel Carl
2015-02-27Added <BS> to list of special characters in man pageCraig Roy
2015-02-27Added backspace as a special character for mappingCraig Roy
2015-02-24Remove example files also on uninstall.Daniel Carl
2015-02-23Install the sample scripts too.Daniel Carl
2015-02-21Merged code from mode.c into main.cDaniel Carl
2015-02-21Cleanup for manual page.Daniel Carl
2015-02-14Add <Space> as special map key name (#176).Daniel Carl
2015-02-13Fixed the code style a little.Daniel Carl