vimb.git
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-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-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...
2013-06-22 Daniel CarlDon't bubble up click events for hints (#17).
2013-06-21 Daniel CarlAdapted the libwebkit version in the dependencies.
2013-06-20 Daniel CarlFixed missing line in manual page (#37).
2013-06-18 Daniel CarlFixed function name typo.
2013-06-17 Daniel CarlFixed none set mode of url is opened from inpubox.
2013-06-17 Daniel CarlAllow to set query string for hint commands.
2013-06-17 Daniel CarlRevert "Removed vb_set_mode from the commands."
2013-06-15 Daniel CarlMade hinting case insensitive (#35).
2013-06-14 Daniel CarlFixed no more working counts for key commands.
2013-06-14 Daniel CarlRemoved vb_set_mode from the commands.
2013-06-14 Daniel CarlFixed missed g_free in command_run_string.
2013-06-14 Daniel CarlDon't use string for command and params in keybinding.
2013-06-13 Daniel CarlChanged :?map commands to act like in vim.
2013-06-13 Daniel CarlMoved content of destroy client function to destroy_win...
2013-06-13 Daniel CarlFixed errors on :quit called by kebinding (#34).
2013-06-13 Daniel CarlFixed leaving input mode on load commit (#33).
2013-06-10 Daniel CarlAdded macro GET_URI() to shorten the code.
2013-06-10 Daniel CarlAdded new command :shellcmd to run shell commands ...
2013-06-09 Daniel CarlBumped to version 0.1.8.
2013-06-07 Daniel CarlAdded hinting mode to download links (#32).
2013-06-07 Daniel CarlAdded command to download current page to given path...
2013-06-06 Daniel CarlFixed wrong order of history items.
2013-06-04 Daniel CarlSimplified the make target 'clean'.
2013-06-04 Daniel CarlFixed keybinding issue with irrelevant modifiers (#6).
2013-06-02 Daniel CarlFixed reordering of history if the browser instance...
2013-06-02 Daniel CarlFixed wrong sorting of url history entries (#31).
2013-06-02 Daniel CarlAdded descent command.
2013-06-02 Daniel CarlFixed some none more working count for commands.
2013-06-02 Daniel CarlFixed regression in completion for counted commands.
2013-06-02 Daniel CarlSend language header with requests.
2013-06-01 Daniel CarlMinor code improvements.
2013-06-01 Daniel CarlChanged default kebinding for quit from 'q' to 'ctrl...
2013-06-01 Daniel CarlAdded completion section to manual page (#27).
2013-06-01 Daniel CarlChanged search completion to match only prefixes (...
2013-05-31 Daniel CarlChanged completion of history an bookmarks (#27).
2013-05-28 Daniel CarlChanged comment style in hint.js.
2013-05-28 Daniel CarlFixed non working 'open in new window' from right click...
2013-05-28 Daniel CarlChanged the bookmark completion (#27).
2013-05-28 Daniel CarlFixed wrong mode after calling empty command (#26).
2013-05-28 Daniel CarlFixed garbage file create on :quit (#22).
2013-05-27 Daniel CarlFixed function name typo.
2013-05-27 Daniel CarlFixed issue with empty string in g_strsplit().
2013-05-27 Daniel CarlAllow about:* urls (#20).
2013-05-27 Daniel CarlFixed segfault in :shortcut-add without parameters...
next