summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Daniel Carl [Tue, 16 Oct 2012 22:35:42 +0000 (00:35 +0200)]
Added command to open url.
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.
Daniel Carl [Tue, 16 Oct 2012 19:48:18 +0000 (21:48 +0200)]
Added function to delete previous set keybindings.
Daniel Carl [Sat, 13 Oct 2012 21:34:40 +0000 (23:34 +0200)]
Added possibility to run commands from inputbox.
Daniel Carl [Sat, 13 Oct 2012 19:02:24 +0000 (21:02 +0200)]
Allow to setup initial webkit settings.
Daniel Carl [Wed, 3 Oct 2012 17:37:34 +0000 (19:37 +0200)]
Added command for scrolling.
Daniel Carl [Wed, 3 Oct 2012 14:49:25 +0000 (16:49 +0200)]
Added some more commands with keybinds.
Daniel Carl [Wed, 3 Oct 2012 14:05:21 +0000 (16:05 +0200)]
Removed unneeded function to parse commands from strings.
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.
Daniel Carl [Mon, 1 Oct 2012 18:07:49 +0000 (20:07 +0200)]
Removed callback.c this could also be done in main.c.
Daniel Carl [Tue, 18 Sep 2012 23:20:32 +0000 (01:20 +0200)]
Start of project.