vimb.git
2013-02-24 Daniel CarlSave the commands together with the prefix ':' in histo...
2013-02-24 Daniel CarlImplemented prefix aware history searching (#7).
2013-02-24 Daniel CarlSplit the VpCore struct into the local and global part.
2013-02-24 Daniel CarlFixed wrong history entries is set command is called...
2013-02-24 Daniel CarlRemove unneeded status style setting.
2013-02-23 Daniel CarlRemoved redundant and no more needed code.
2013-02-23 Daniel CarlMoved mode switching to command also if command not...
2013-02-23 Daniel CarlDon't save commands from config file and default config...
2013-02-23 Daniel CarlFixed missed freeing of list items.
2013-02-22 Daniel CarlRemoved {tab}open-home command.
2013-02-22 Daniel CarlAdded parameters to commands in manpage.
2013-02-22 Daniel CarlRemove hard to read curly brace syntax for commands.
2013-02-22 Daniel CarlAdded command to navigate in command history (#7).
2013-02-22 Daniel CarlFixed code indentations.
2013-02-21 Daniel CarlFixed wrong mode if new window was opened.
2013-02-21 Daniel CarlCheck if uri is a file path before open it.
2013-02-19 Daniel CarlFixed bug in retrieving webkit settings of type char.
2013-02-17 Daniel CarlUsed font switches in man page to make it more readable.
2013-02-17 Daniel CarlAdded command and keybinds to zoom the page.
2013-02-16 Daniel CarlIncreased the default font size from 10 -> 11.
2013-02-16 Daniel CarlAllow to toggle boolean variables.
2013-02-16 Daniel CarlRemoved redundant input* commands.
2013-02-16 Daniel CarlDon't strip any whitespace to process input.
2013-02-16 Daniel CarlUsed italic font in manpage more consistent.
2013-02-16 Daniel CarlAdded section about duplicate keybinds to manpage.
2013-02-16 Daniel CarlFixed wrong check if a fired hint is an input.
2013-02-16 Daniel CarlReplaces the gchar -> char and gint -> int.
2013-02-16 Daniel CarlSimplified keybind by removing string splitting.
2013-02-16 Daniel CarlAdapted the year in the license headers.
2013-02-16 Daniel CarlAdded a '_' before the include guards.
2013-02-16 Daniel CarlAdded search-engine support (#11).
2013-02-13 Daniel CarlAllow to open the clipboard content as uri.
2013-02-10 Daniel CarlUse other function to clear input text.
2013-02-10 Daniel CarlFixed none working keybindings with a 1.
2013-02-10 Daniel CarlSet the mode after running a command in the command.
2013-02-09 Daniel CarlAllow to use count for search (#6).
2013-02-09 Daniel CarlAdded flags to enable search highlight feature.
2013-02-06 Daniel CarlAllow searching in the page (#6).
2013-02-04 Daniel CarlFixed none working function with GTK3.
2013-02-03 Daniel CarlLittle performance improvement for completions.
2013-02-02 Daniel CarlSet the size of inspector pane to 1/3 of window height.
2013-02-02 Daniel CarlAllow to use a proxy (#10).
2013-01-28 Daniel CarlOpen inspector into a pane within the current window.
2013-01-27 Daniel CarlSplit the lifecycle of inspector into multiple functions.
2013-01-27 Daniel CarlFixed wrong error messages if configs where load from...
2013-01-07 Daniel CarlUse higher level function to read config file.
2013-01-07 Daniel CarlAdded new function to read file contents.
2013-01-07 Daniel CarlDon't set vp_update_status_style every time the statusb...
2013-01-07 Daniel CarlFixed invalid macro for the debug timers.
2013-01-07 Daniel CarlDo not allow to load favicon images.
2013-01-07 Daniel CarlFixed wrong ssl validation on some pages.
2013-01-06 Daniel CarlSave last closed page into file (#9).
2013-01-06 Daniel CarlMoved OVERWRITE_STRING maro to main.h.
2013-01-06 Daniel CarlAllow to download multiple files.
2013-01-05 Daniel CarlAdded new features to the readme.
2013-01-05 Daniel CarlAdd the new commands open-home and tabopen-home to...
2013-01-05 Daniel CarlAllow to set a home page.
2013-01-05 Daniel CarlUse pointer to char for the hint colors too.
2013-01-05 Daniel CarlAdded support for ssl validation.
2013-01-05 Daniel CarlEnable cookie support by default.
2013-01-01 Daniel CarlShow load progress status in statusbar.
2013-01-01 Daniel CarlMoved callback from g_signal_connect to g_object_connect.
2012-12-31 Daniel CarlShow the websites title as window title.
2012-12-31 Daniel CarlMade make a little more verbose.
2012-12-31 Daniel CarlShow link url in urlbar for hinted links.
2012-12-31 Daniel CarlShow hovered link url in urlbar.
2012-12-31 Daniel CarlFixed missed mode to remove keybinds.
2012-12-31 Daniel CarlMoved setting related function from util.c to setting.c.
2012-12-30 Daniel CarlRemove modkeys if keybinding is removed (#2).
2012-12-30 Daniel CarlMoved static variable from keybind.c to the VpCore...
2012-12-30 Daniel CarlReduced the number of string operation to process settings.
2012-12-30 Daniel CarlAllow to see the value of settings.
2012-12-30 Daniel CarlFixed typo in man page.
2012-12-30 Daniel CarlRemoved constant PROJECT from sources.
2012-12-29 Daniel CarlAdded install and uninstall make targets.
2012-12-29 Daniel CarlDo not use CPPFLAGS for the man page.
2012-12-29 Daniel CarlFixed array-bounds warning.
2012-12-29 Daniel CarlAdded a man page for the browser commands.
2012-12-29 Daniel CarlAdded all suggested keybindings to th default configur...
2012-12-29 Daniel CarlUse a '=' to seperate the kebind and the command for...
2012-12-29 Daniel CarlChanged the help message a little.
2012-12-25 Daniel CarlMade better help descriptions for program options.
2012-12-25 Daniel CarlImplemented embedding via x-embed.
2012-12-24 Daniel CarlChanged the order of project and version for vimp -v.
2012-12-24 Daniel CarlAllow to yank hinted link url.
2012-12-24 Daniel CarlAdded command to yank current url or selected text...
2012-12-24 Daniel CarlAdded macro to get current url.
2012-12-23 Daniel CarlAllow to set the maximum number of completion items...
2012-12-23 Daniel CarlAllow to use count for the browser history.
2012-12-23 Daniel CarlAllow to set the style of hints on runtime.
2012-12-23 Daniel CarlAllow to set hint element style on runtime.
2012-12-22 Daniel CarlDo not add inputbox observers if hint will be fired.
2012-12-22 Daniel CarlFixed duplicate hint processing if there exists only...
2012-12-22 Daniel CarlFixed reseted prefixLength for the hints.
2012-12-22 Daniel CarlHandle hinting command prefixes.
2012-12-22 Daniel CarlMoved static variables from hint.c into VpVore struct.
2012-12-22 Daniel CarlReindented code in main.h.
2012-12-22 Daniel CarlChanged the start page to the project page on github.
2012-12-22 Daniel CarlDispatch click event over the document the hints belongs.
2012-12-22 Daniel CarlAllow hinting also in iframes.
next