summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-06Renamed the insert mode to input mode.Daniel Carl
2013-08-06Added new kebinding ctrl-z to manual page (#48).Daniel Carl
2013-08-06Made pass through mode to a submode (#48).Daniel Carl
2013-08-06Focus only visible items with 'focus-input' (#47).Daniel Carl
2013-08-06Fixed none cleared inputbox after hinting.Daniel Carl
2013-08-06Added command focus-input and new keybinding 'g-i'.Daniel Carl
2013-08-05Remove unneeded focus switching in inputbox_activate_cb.Daniel Carl
2013-08-05Fixed non working hinting mode for ;o and ;t.Daniel Carl
2013-08-05Added command pass-through to switch to pass through mode.Daniel Carl
2013-08-05Fixed none working keybindings with <ctrl-x> whene x is a modkey.Daniel Carl
2013-08-05Added new hinting mode to hint element to the beginning of queue.Daniel Carl
2013-08-05Added command queue-unshift.Daniel Carl
2013-08-01Added new command :queue-clear.Daniel Carl
2013-08-01Changed sort order in bookmark completion.Daniel Carl
2013-08-01Renamed queue related commands.Daniel Carl
2013-07-31Used lighter red inputbox background for errors.Daniel Carl
2013-07-31Added feedback about number of left queue items.Daniel Carl
2013-07-31Fixed duplicate history writing.Daniel Carl
2013-07-31Changed default duckduckgo searchenigne.Daniel Carl
2013-07-31Show the version in the default window title.Daniel Carl
2013-07-31Use git describe to get a better version number.Daniel Carl
2013-07-31Fixed use of default config for possible none available feature.Daniel Carl
2013-07-30Fixed syntax error in manual page.Daniel Carl
2013-07-30Allow to switch off queue feature via config.h.Daniel Carl
2013-07-30Added queue feature to README.Daniel Carl
2013-07-30Fixed wrong bookmark lookup.Daniel Carl
2013-07-30Added new hinting mode to put links into queue.Daniel Carl
2013-07-30Added queue commands :push and :pop.Daniel Carl
2013-07-30Moved configuration for the shell command to config.def.h.Daniel Carl
2013-07-30Updated README file.Daniel Carl
2013-07-29Use PROJECT variable instead of hard wired "vimb".Daniel Carl
2013-07-29Moved config for default window size to config.def.h.Daniel Carl
2013-07-29Fixed wrong free function in history processing.Daniel Carl
2013-07-29Put similar target in Makefile together.Daniel Carl
2013-07-29Simplified Makefile by merging CPPFLAGS into CFLAGS.Daniel Carl
2013-07-29Removed -Wstrict-prototypes option that won't work with gtk.Daniel Carl
2013-07-29Removed nearly empty makefile for manual page.Daniel Carl
2013-07-29Removed vimb.1.txt to process manpage direct for install target.Daniel Carl
2013-07-29Don't put 'about:*' uri into history.Daniel Carl
2013-07-29Another history processing improvement.Daniel Carl
2013-07-29Include config.h in every c file and include it first.Daniel Carl
2013-07-28Little history precessing improvement.Daniel Carl
2013-07-28Added comment about required feeing of return value.Daniel Carl
2013-07-27Don't pollute the global count for search query.Daniel Carl
2013-07-27Don't overwrite users config.h if config.def.h is changed.Daniel Carl
2013-07-27Released version vimb version 0.1.9.Daniel Carl
2013-07-26Use titles of url history to filter completion list.Daniel Carl
2013-07-26Moved functions from util to history and bookmark.Daniel Carl
2013-07-25Better search performance on large pages.Daniel Carl
2013-07-25Don't try to search multiple time for none found string.Daniel Carl