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