vimb.git
2013-10-15 Daniel CarlMoved ex command expansion to parsing.
2013-10-13 Daniel CarlAdded ':normal' command to run normal mode commands...
2013-10-13 Daniel CarlAllow to have commands with bang.
2013-10-13 Daniel CarlAdded strict-focus setting.
2013-10-13 Daniel CarlAdded CTRL-V to pass the next key without mapping.
2013-10-12 Daniel CarlUse index of hints internal instead or number.
2013-10-12 Daniel CarlDon't use GNU extension in sed script.
2013-10-12 Daniel CarlChanged hinting visibility check.
2013-10-07 Daniel CarlMoved show command to normal.c.
2013-10-06 Daniel CarlAllow utf8 for keybinds.
2013-10-03 Daniel CarlRemoved mode_input_focusout callback.
2013-10-03 Daniel CarlAdded include to ex.c.
2013-09-30 Daniel CarlRemoved prefixes from some static functions.
2013-09-30 Daniel CarlMoved stateful history processing to ex.c.
2013-09-30 Daniel CarlFixed non shown keys if keystroke where not ambiguous.
2013-09-28 Daniel CarlDon't observe input change in completion mode.
2013-09-28 Daniel CarlFixed wrong ex command code in completion.
2013-09-28 Daniel CarlUsed typed input for completions.
2013-09-28 Daniel CarlMoved command_history to ex.c
2013-09-28 Daniel CarlMoved parts of completion logic to ex.c.
2013-09-28 Daniel CarlAdded missed freeing for vb_get_input_text in compltion.
2013-09-28 Daniel CarlDon't built completion if there is only one item.
2013-09-28 Daniel CarlFixed wrong display for ambiguous maps.
2013-09-28 Daniel CarlAllow to configure the timeoutlen.
2013-09-27 Daniel CarlSimplified a function a little.
2013-09-27 Daniel CarlAdded missed null byte to string.
2013-09-27 Daniel CarlSimplified the command_search function.
2013-09-27 Daniel CarlRemoved nor more used count.
2013-09-27 Daniel CarlRemove no more used enum and macros.
2013-09-27 Daniel CarlDon't allow to paste multline content from clipboard.
2013-09-27 Daniel CarlRemoved g commands from map.
2013-09-26 Daniel CarlFixed wrong mapped 'T' and 'O' commands.
2013-09-26 Daniel CarlRemoved announcement about changed history file format.
2013-09-26 Daniel CarlSet mode according to current focused widget.
2013-09-26 Daniel CarlRemoved string length restriction of vb_echo functions.
2013-09-26 Daniel CarlIf possible use g_strconcat instead of g_strdup_printf.
2013-09-26 Daniel CarlLeave input mode if a form submit loads a page.
2013-09-26 Daniel CarlAdded missed normal commands 'O' and 'T'.
2013-09-22 Daniel CarlAdapted the README file.
2013-09-22 Daniel CarlAdapted manual page to the new key handling.
2013-09-21 Daniel CarlShow the last keys of keysequence in statusbar.
2013-09-21 Daniel CarlAdded cursor to default key bindings.
2013-09-21 Daniel CarlRemoved all default webkit settings from default.h.
2013-09-21 Daniel CarlCleaned the code a little.
2013-09-21 Daniel CarlAllow to run multiple ex commands.
2013-09-21 Daniel CarlAllow to bind also function keys.
2013-09-19 Daniel CarlChanged the way keys are processed.
2013-09-06 Daniel CarlAdded completion for bookmark tags.
2013-08-27 Daniel CarlRevert "Show if the proxy could not be set."
2013-08-23 Daniel CarlShow if the proxy could not be set.
2013-08-23 Daniel CarlDirty fix for none working <cr> in hint mode.
2013-08-14 Daniel CarlCleaned code a little.
2013-08-14 Daniel CarlObserve input change events only in command mode.
2013-08-14 Daniel CarlAdapt the function return type of callback.
2013-08-14 Daniel CarlAllow to clear the inputbox on <esc> also if it's focused.
2013-08-14 Daniel CarlAllow the inputbox to show multiple lines.
2013-08-06 Daniel CarlRemove PROJECT placeholders from manual page.
2013-08-06 Daniel CarlRenamed the insert mode to input mode.
2013-08-06 Daniel CarlAdded new kebinding ctrl-z to manual page (#48).
2013-08-06 Daniel CarlMade pass through mode to a submode (#48).
2013-08-06 Daniel CarlFocus only visible items with 'focus-input' (#47).
2013-08-06 Daniel CarlFixed none cleared inputbox after hinting.
2013-08-05 Daniel CarlAdded command focus-input and new keybinding 'g-i'.
2013-08-05 Daniel CarlRemove unneeded focus switching in inputbox_activate_cb.
2013-08-05 Daniel CarlFixed non working hinting mode for ;o and ;t.
2013-08-05 Daniel CarlAdded command pass-through to switch to pass through...
2013-08-05 Daniel CarlFixed none working keybindings with <ctrl-x> whene...
2013-08-05 Daniel CarlAdded new hinting mode to hint element to the beginning...
2013-08-05 Daniel CarlAdded command queue-unshift.
2013-08-01 Daniel CarlAdded new command :queue-clear.
2013-08-01 Daniel CarlChanged sort order in bookmark completion.
2013-08-01 Daniel CarlRenamed queue related commands.
2013-07-31 Daniel CarlUsed lighter red inputbox background for errors.
2013-07-31 Daniel CarlAdded feedback about number of left queue items.
2013-07-31 Daniel CarlFixed duplicate history writing.
2013-07-30 Daniel CarlChanged default duckduckgo searchenigne.
2013-07-30 Daniel CarlShow the version in the default window title.
2013-07-30 Daniel CarlUse git describe to get a better version number.
2013-07-30 Daniel CarlFixed use of default config for possible none available...
2013-07-30 Daniel CarlFixed syntax error in manual page.
2013-07-30 Daniel CarlAllow to switch off queue feature via config.h.
2013-07-30 Daniel CarlAdded queue feature to README.
2013-07-30 Daniel CarlFixed wrong bookmark lookup.
2013-07-30 Daniel CarlAdded new hinting mode to put links into queue.
2013-07-30 Daniel CarlAdded queue commands :push and :pop.
2013-07-30 Daniel CarlMoved configuration for the shell command to config...
2013-07-30 Daniel CarlUpdated README file.
2013-07-29 Daniel CarlUse PROJECT variable instead of hard wired "vimb".
2013-07-29 Daniel CarlMoved config for default window size to config.def.h.
2013-07-29 Daniel CarlFixed wrong free function in history processing.
2013-07-29 Daniel CarlPut similar target in Makefile together.
2013-07-29 Daniel CarlSimplified Makefile by merging CPPFLAGS into CFLAGS.
2013-07-29 Daniel CarlRemoved -Wstrict-prototypes option that won't work...
2013-07-29 Daniel CarlRemoved nearly empty makefile for manual page.
2013-07-29 Daniel CarlRemoved vimb.1.txt to process manpage direct for instal...
2013-07-29 Daniel CarlDon't put 'about:*' uri into history.
2013-07-29 Daniel CarlAnother history processing improvement.
2013-07-29 Daniel CarlInclude config.h in every c file and include it first.
2013-07-28 Daniel CarlLittle history precessing improvement.
2013-07-28 Daniel CarlAdded comment about required feeing of return value.
next