vimb.git
2012-11-10 Daniel CarlSet completion box to null after destroying it.
2012-11-10 Daniel CarlAdded README file.
2012-11-10 Daniel CarlAllow to set completion fonts too.
2012-11-10 Daniel CarlAdded setting for completion colors.
2012-11-10 Daniel CarlSet status colors and fonts direct to the widgets.
2012-11-10 Daniel CarlAllow setting of input box color and fonts.
2012-11-10 Daniel CarlAdded completion of commands.
2012-11-10 Daniel CarlRemove at te moment unneeded cookie jar property.
2012-11-10 Daniel CarlFixed missed flags to disable cookie support.
2012-11-10 Daniel CarlFied missed parameter in setting_status_font().
2012-11-10 Daniel CarlAdded missed g_string_free in vp_update_statusbar().
2012-11-10 Daniel CarlAllow to set status font and colors during runtime.
2012-11-10 Daniel CarlAdded util function to generate arg from string.
2012-11-10 Daniel CarlAllow to set scrollstep on runtime.
2012-11-10 Daniel CarlMoved all command to own c file.
2012-11-10 Daniel CarlAllow to set internal variables via setting functions.
2012-11-10 Daniel CarlAuto clear input bar.
2012-11-10 Daniel CarlUse variable args for vp_echo function.
2012-11-10 Daniel CarlAdded set command to edit setting on runtime.
2012-10-28 Daniel CarlAdded cookie support.
2012-10-27 Daniel CarlAdded a small default config.
2012-10-27 Daniel CarlAdded license information to each source file.
2012-10-27 Daniel CarlAdded return values to all commands.
2012-10-27 Daniel CarlUse commands to add and remove keybindings.
2012-10-20 Daniel CarlAllow to read keybindings from config file.
2012-10-20 Daniel CarlAllow setting and removing keybindings from string.
2012-10-20 Daniel CarlAllow to scroll to n% of the page.
2012-10-18 Daniel CarlAllow to set command count also from input box.
2012-10-16 Daniel CarlAdded command to open url.
2012-10-16 Daniel CarlUse g_list_prepend in keybind.
2012-10-16 Daniel CarlAdded function to delete previous set keybindings.
2012-10-14 Daniel CarlAdded possibility to run commands from inputbox.
2012-10-13 Daniel CarlAllow to setup initial webkit settings.
2012-10-03 Daniel CarlAdded command for scrolling.
2012-10-03 Daniel CarlAdded some more commands with keybinds.
2012-10-03 Daniel CarlRemoved unneeded function to parse commands from strings.
2012-10-01 Daniel CarlReplaces GArray param from commands with Arg.
2012-10-01 Daniel CarlRemoved callback.c this could also be done in main.c.
2012-09-30 Daniel CarlStart of project.