vimb.git
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...
2013-05-27 Daniel CarlFixed segfault and glib errors (#23).
2013-05-27 Daniel CarlFixed wrong quote in js2h.sh file (#18).
2013-05-27 Daniel CarlFixed missed linking to libm (#18).
2013-05-20 Daniel CarlFixed segfault on leaving the editor.
2013-05-20 Daniel CarlBrought editor command and resume function back together.
2013-05-13 Daniel CarlRemoved useless string duplication in main().
2013-05-13 Daniel CarlRemoved short commands for hinting.
2013-05-13 Daniel CarlAllow to complete also command shortcuts.
2013-05-12 Daniel CarlAdded short aliases for commands.
2013-05-12 Daniel CarlRemoved typedefs from command.h file.
2013-05-11 Daniel CarlRemoved commands to step thought hints or completions.
2013-05-09 Daniel CarlRemoved obsolete section with hint mode keymap.
2013-05-09 Daniel CarlFixed typo in manual page.
2013-05-05 Daniel CarlSimplified the shortcut system.
2013-05-04 Daniel CarlReleased vimb version 0.1.7.
2013-05-01 Daniel CarlFixed wrong keybinding in man page.
2013-05-01 Daniel CarlCheck also for shortcut URIs if path contains '.'.
2013-04-30 Daniel CarlAdd link to project page to the README.md.
2013-04-28 Daniel CarlAllow multiple placeholder in shortcuts.
2013-04-27 Daniel CarlSplit the shortcut uri lookup into two functions.
2013-04-27 Daniel CarlRenamed the shortcut handle to key.
2013-04-27 Daniel CarlUse hashtable to store the uri shortcuts.
2013-04-27 Daniel CarlFixed none cleared inputbox on mode change.
2013-04-27 Daniel CarlRenamed searchengine to shortcut.
2013-04-24 Daniel CarlMoved inputbox text decisions into main.c.
2013-04-21 Daniel CarlAdded completion for search-queries.
2013-04-21 Daniel CarlDon't complete commands if there is already an submode...
2013-04-21 Daniel CarlReduced the modes.
2013-04-21 Daniel CarlRemoved default download path.
2013-04-20 Daniel CarlDisabling WebKit deletion interface feature by default.
2013-04-20 Daniel CarlFixed scrolling over the end of the page.
2013-04-20 Daniel CarlAdded rounding to the percent of page in status bar.
2013-04-14 Daniel CarlDon't allow third party cookies.
2013-04-14 Daniel CarlAdded new external editor feature to README.
2013-04-14 Daniel CarlAdded new hinting mode to open form fields with editor...
2013-04-14 Daniel CarlAdded command to open input boxes or text areas with...
2013-04-14 Daniel CarlFixed segmentation fault in command history.
2013-04-13 Daniel CarlBumped to version 0.1.6.
2013-04-13 Daniel CarlAdded new function to get active dom element.
2013-04-09 Daniel CarlFixed segmentation fault in finding active element.
2013-04-08 Daniel CarlFixed no more working command completion with counts.
2013-04-08 Daniel CarlAdded section about keybindings to manual page.
2013-04-08 Daniel CarlAdded ENVIRONMENT section to manual page.
2013-04-08 Daniel CarlAdded example for :eval command to manual page.
2013-04-08 Daniel CarlFixed no input leafing on some sites.
2013-04-08 Daniel CarlAdded command to run javascript from input box.
2013-04-08 Daniel CarlRefactored the vb_set_mode function.
2013-04-08 Daniel CarlFixed none shown -- INPUT -- in inputbox.
2013-04-07 Daniel CarlRemove settings hashmap from global scope.
2013-04-07 Daniel CarlRenamed soup_session -> session.
2013-04-07 Daniel CarlRemoved search engines data from global scope.
2013-04-07 Daniel CarlRemoved keybind data from global scope.
2013-04-07 Daniel CarlRemoved command hash map from global scope.
2013-04-07 Daniel CarlRemoved hint data struct from global scope.
2013-04-07 Daniel CarlRemoved completions data from global scope.
2013-04-07 Daniel CarlRemoved shell escaping for bookmark tags.
2013-04-07 Daniel CarlChanged the default config to array of chars instead...
2013-04-07 Daniel CarlAdded pre-compiler flags to disable cookie support.
2013-04-07 Daniel CarlChanged TRUE to true in all files.
2013-04-07 Daniel CarlFixed compiler erro with gtk3.
2013-04-06 Daniel CarlAdded new bookmark feature to README file.
2013-04-06 Daniel CarlBumped to version 0.1.5.
2013-04-06 Daniel CarlRemoved no more required function to concatenate list.
2013-04-06 Daniel CarlSimplified completion filtering to use the whole search...
2013-04-06 Daniel CarlSplit completion creation from filtering of the lists.
2013-04-06 Daniel CarlShow bookmarked uri also in completion list (#4).
2013-04-06 Daniel CarlFixed wrong file lock used to read history items.
2013-04-06 Daniel CarlAdded command to save current uri as bookmark (#4).
2013-04-05 Daniel CarlAdded feature of custom configuration file to readme.
2013-04-05 Daniel CarlAdded .gitignore file.
2013-04-05 Daniel CarlRemoved function prefixes of static functions.
2013-04-05 Daniel CarlRefactored the soup session (#14).
2013-04-05 Daniel CarlRestructures searchengine lookup.
2013-04-05 Daniel CarlMade cookie timeout setting a little simpler.
2013-04-04 Daniel CarlDon't call search engine for url like localhost.
2013-04-04 Daniel CarlAllow to specify custom config file via cli option...
2013-04-04 Daniel CarlAdded missed free for the result of realpath.
2013-03-30 Daniel CarlRemoved to much g_strstrip() from commands.
2013-03-30 Daniel CarlDisable the scrollbars from within the application.
2013-03-30 Daniel CarlUse lower case boolean values.
next