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