vimb.git
11 years agoUse variable args for vp_echo function.
Daniel Carl [Thu, 1 Nov 2012 00:54:46 +0000 (01:54 +0100)]
Use variable args for vp_echo function.

11 years agoAdded set command to edit setting on runtime.
Daniel Carl [Mon, 29 Oct 2012 20:32:27 +0000 (21:32 +0100)]
Added set command to edit setting on runtime.

11 years agoAdded cookie support.
Daniel Carl [Sat, 27 Oct 2012 14:40:53 +0000 (16:40 +0200)]
Added cookie support.

11 years agoAdded a small default config.
Daniel Carl [Sat, 27 Oct 2012 12:07:04 +0000 (14:07 +0200)]
Added a small default config.

This allows to run the browser in a light was without aving keybinds definded
in config files.

11 years agoAdded license information to each source file.
Daniel Carl [Sat, 27 Oct 2012 11:49:13 +0000 (13:49 +0200)]
Added license information to each source file.

11 years agoAdded return values to all commands.
Daniel Carl [Sat, 27 Oct 2012 11:37:19 +0000 (13:37 +0200)]
Added return values to all commands.

11 years agoUse commands to add and remove keybindings.
Daniel Carl [Sat, 27 Oct 2012 11:21:37 +0000 (13:21 +0200)]
Use commands to add and remove keybindings.

Doing it in this way, it is possible to easily set keybindings from input line
and we have a single logic to read imput line and config files.

11 years agoAllow to read keybindings from config file.
Daniel Carl [Sat, 20 Oct 2012 18:59:02 +0000 (20:59 +0200)]
Allow to read keybindings from config file.

11 years agoAllow setting and removing keybindings from string.
Daniel Carl [Sat, 20 Oct 2012 17:51:59 +0000 (19:51 +0200)]
Allow setting and removing keybindings from string.

11 years agoAllow to scroll to n% of the page.
Daniel Carl [Sat, 20 Oct 2012 12:08:02 +0000 (14:08 +0200)]
Allow to scroll to n% of the page.

11 years agoAllow to set command count also from input box.
Daniel Carl [Thu, 18 Oct 2012 21:00:57 +0000 (23:00 +0200)]
Allow to set command count also from input box.

11 years agoAdded command to open url.
Daniel Carl [Tue, 16 Oct 2012 22:35:42 +0000 (00:35 +0200)]
Added command to open url.

11 years agoUse g_list_prepend in keybind.
Daniel Carl [Tue, 16 Oct 2012 20:51:55 +0000 (22:51 +0200)]
Use g_list_prepend in keybind.

This leads to a better performance.

11 years agoAdded function to delete previous set keybindings.
Daniel Carl [Tue, 16 Oct 2012 19:48:18 +0000 (21:48 +0200)]
Added function to delete previous set keybindings.

11 years agoAdded possibility to run commands from inputbox.
Daniel Carl [Sat, 13 Oct 2012 21:34:40 +0000 (23:34 +0200)]
Added possibility to run commands from inputbox.

11 years agoAllow to setup initial webkit settings.
Daniel Carl [Sat, 13 Oct 2012 19:02:24 +0000 (21:02 +0200)]
Allow to setup initial webkit settings.

12 years agoAdded command for scrolling.
Daniel Carl [Wed, 3 Oct 2012 17:37:34 +0000 (19:37 +0200)]
Added command for scrolling.

12 years agoAdded some more commands with keybinds.
Daniel Carl [Wed, 3 Oct 2012 14:49:25 +0000 (16:49 +0200)]
Added some more commands with keybinds.

12 years agoRemoved unneeded function to parse commands from strings.
Daniel Carl [Wed, 3 Oct 2012 14:05:21 +0000 (16:05 +0200)]
Removed unneeded function to parse commands from strings.

12 years agoReplaces GArray param from commands with Arg.
Daniel Carl [Mon, 1 Oct 2012 18:39:15 +0000 (20:39 +0200)]
Replaces GArray param from commands with Arg.

Also renamed the c -> s in Arg struct.

12 years agoRemoved callback.c this could also be done in main.c.
Daniel Carl [Mon, 1 Oct 2012 18:07:49 +0000 (20:07 +0200)]
Removed callback.c this could also be done in main.c.

12 years agoStart of project.
Daniel Carl [Tue, 18 Sep 2012 23:20:32 +0000 (01:20 +0200)]
Start of project.