vimb.git
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...
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...
next