vimb.git
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.
2013-07-27 Daniel CarlDon't pollute the global count for search query.
2013-07-27 Daniel CarlDon't overwrite users config.h if config.def.h is changed.
2013-07-27 Daniel CarlReleased version vimb version 0.1.9.
2013-07-26 Daniel CarlUse titles of url history to filter completion list.
2013-07-26 Daniel CarlMoved functions from util to history and bookmark.
2013-07-25 Daniel CarlBetter search performance on large pages.
2013-07-25 Daniel CarlDon't try to search multiple time for none found string.
2013-07-22 Daniel CarlAllow to change input in history lookup.
2013-07-22 Daniel CarlDon't handle command and :open history different.
2013-07-18 Daniel CarlMerge branch 'history-titles'
2013-07-18 Daniel CarlUse css -webkit-transform:translate to position hint...
2013-07-18 Daniel CarlDisabled the gtk progressbar feature per default like...
2013-07-18 Daniel CarlAdded another pre-compiler flag to enable announcement.
2013-07-18 Daniel CarlMoved feature config from config.mk to config.def.h.
2013-07-18 Daniel CarlAdded announcement for change history file format.
2013-07-18 Daniel CarlReplaced the confg.h by config.def.h file.
2013-07-17 Daniel CarlMoved default config from config.h to own file.
2013-07-17 Daniel CarlShow new value for togged ":set strict-ssl!" too.
2013-07-16 Daniel CarlAdded change bookmark file format to README.
2013-07-16 Daniel CarlAllow to enable/disable title in completions on compile...
2013-07-16 Daniel CarlReapplied sorting of completion entries.
2013-07-16 Daniel CarlShow page title in history and bookmark completion...
2013-07-16 Daniel CarlDon't show hint for invisible items (#19).
2013-07-14 Daniel CarlAvoid glist to transfer completion data to the completi...
2013-07-14 Daniel CarlSave page title also in bookmark file (#46).
2013-07-14 Daniel CarlSave also page title in history file (#46).
2013-07-12 Daniel CarlSort bookmark completion.
2013-07-12 Daniel CarlAll to filter link hints also by the title or alt of...
2013-07-12 Daniel CarlShow image title or alt in hint label.
2013-07-12 Daniel CarlRemoved accidentally duplicated function in hints.js.
2013-07-11 Daniel CarlRemoved runtime styling for hints (#40).
2013-07-08 Daniel CarlAdded gtk progressbar for those who like this.
2013-07-08 Daniel CarlAdded command 'bookmark-remove' or 'bmr'.
2013-07-08 Daniel CarlGive feedback if page is added to bookmarks.
2013-07-08 Daniel CarlAdded mailing list to README.
2013-07-06 Daniel CarlRevert "Inject hinting js and user scripts on window...
2013-07-06 Daniel CarlAdded new selection search keybinds to manual page.
2013-07-06 Daniel CarlAdded command to search for current selected text.
2013-07-06 Daniel CarlAdded configuration for 'enable-*-of-insecure-content...
2013-07-06 Daniel CarlFreezes the VbHint object to prevent changes.
2013-07-04 Daniel CarlWrite completion content direct to inputbox (#38).
2013-07-04 Daniel CarlInject hinting js and user scripts on window-object...
2013-07-02 Daniel CarlUse only single hint instance per page.
2013-07-02 Daniel CarlFixed wrong opened page from right click context menu...
2013-07-02 Daniel CarlUse DESTDIR variable in install/uninstall make target...
2013-07-01 Daniel CarlFixed search starting in wrong direction.
2013-07-01 Daniel CarlRemove the ugly resize grips in gtk3.
2013-07-01 Daniel CarlSet default gtk3 style to disable borders (#40).
2013-07-01 Daniel CarlAllow to enable/disable scrollbar to compile time.
2013-07-01 Daniel CarlMerge branch 'treeview-completion'
2013-06-30 Daniel CarlFixed too small completion box if completion list is...
2013-06-30 Daniel CarlRemoved gtk_entry_set_inner_border for gtk3 build ...
2013-06-29 Daniel CarlFixed broken completion for long uri (#39).
2013-06-29 Daniel CarlFixed none set mode if a unknown command was run.
2013-06-29 Daniel CarlSplit tree model creation from preparing the widget...
2013-06-29 Daniel CarlIf completion is started backwards mark the last item...
2013-06-29 Daniel CarlRenamed update into move_cursor.
2013-06-29 Daniel CarlFixed non highlighted completion item with gtk3 (#39).
2013-06-29 Daniel CarlPut the completion tree view into scrolled window ...
2013-06-29 Daniel CarlUse fixed height mode for tree view that's faster ...
2013-06-29 Daniel CarlRemoved completion tree view widget from global scope...
2013-06-28 Daniel CarlRemoved direct reading of tree by select function.
2013-06-26 Daniel CarlUse TreeView to render the completions (#39).
2013-06-25 Daniel CarlRevert "Don't bubble up click events for hints (#17)."
2013-06-25 Daniel CarlChanged js2h.sh to also remove spaces around '!' char.
2013-06-25 Daniel CarlFixed wrong clean make target.
2013-06-23 Daniel CarlAdded @placeholder matching for hinting.
2013-06-23 Daniel CarlFixed wrong xpath syntax.
2013-06-23 Daniel CarlChanged typeof(var) === "undefined" to var === undefined.
2013-06-22 Daniel CarlFixed none opening image hints without surrounding...
next