vimb.git
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.
2013-03-30 Daniel CarlAllow to run multiple command together.
2013-03-30 Daniel CarlFixed none working hint class replacing.
2013-03-30 Daniel CarlRenamed hint css class for focused hint.
2013-03-30 Daniel CarlFixed error message on leafing input mode.
2013-03-30 Daniel CarlEscape back-slashes in js2h.sh helper script.
2013-03-29 Daniel CarlRearranged variables in header files.
2013-03-29 Daniel CarlMoved variables to the top of function.
2013-03-29 Daniel CarlMoved pointer * from type to the variables.
2013-03-29 Daniel CarlBetter performance for command history.
2013-03-29 Daniel CarlExtracted some duplicate logic from vb_echo* functions.
2013-03-29 Daniel CarlRemove no more needed command_write_input function.
2013-03-29 Daniel CarlChanged history stepping to act like in vim.
2013-03-29 Daniel CarlSplit history_get function into two parts.
2013-03-29 Daniel CarlFixed default search engine lookup without handle.
2013-03-26 Daniel CarlRemoved count from hist-prev and hist-next command.
2013-03-26 Daniel CarlAllow also the cursor keys for keybindings.
2013-03-26 Daniel CarlFixed broken hints on pages with frames.
2013-03-26 Daniel CarlFixed wrong history prefixes.
2013-03-25 Daniel CarlFixed wrong command history sorting.
2013-03-25 Daniel CarlRenamed command-hist-* command to hist-*.
2013-03-25 Daniel CarlAllow to set a default search engine.
2013-03-25 Daniel CarlBlur the active element if insert mode is left.
2013-03-24 Daniel CarlFixed potentially uninitialized variable.
2013-03-24 Daniel CarlRemoved overkilled g_strsplit from command handling.
2013-03-24 Daniel CarlMoved search handle finding from command_open to vb_loa...
next