summaryrefslogtreecommitdiff
path: root/src/command.h
AgeCommit message (Expand)Author
2013-03-25Allow to set a default search engine.Daniel Carl
2013-03-22Revert to single instance per window.Daniel Carl
2013-03-18Changed function prefix from vp_ to vb_.Daniel Carl
2013-03-18Renamed the project from vimp to vimb.Daniel Carl
2013-03-05Use some logic together for all windows.Daniel Carl
2013-02-22Added command to navigate in command history (#7).Daniel Carl
2013-02-17Added command and keybinds to zoom the page.Daniel Carl
2013-02-16Replaces the gchar -> char and gint -> int.Daniel Carl
2013-02-16Adapted the year in the license headers.Daniel Carl
2013-02-16Added a '_' before the include guards.Daniel Carl
2013-02-16Added search-engine support (#11).Daniel Carl
2013-02-13Allow to open the clipboard content as uri.Daniel Carl
2013-02-10Set the mode after running a command in the command.Daniel Carl
2013-02-07Allow searching in the page (#6).Daniel Carl
2013-01-06Save last closed page into file (#9).Daniel Carl
2013-01-05Allow to set a home page.Daniel Carl
2012-12-24Added command to yank current url or selected text to clipboard.Daniel Carl
2012-12-01Added basic logic for hints.Daniel Carl
2012-12-01Added command 'inspect' to open the web inspector.Daniel Carl
2012-11-12Added command to start completion.Daniel Carl
2012-11-12Allow to set mode after command.Daniel Carl
2012-11-10Moved all command to own c file.Daniel Carl
2012-10-28Added cookie support.Daniel Carl
2012-10-27Added license information to each source file.Daniel Carl
2012-10-27Added return values to all commands.Daniel Carl
2012-10-20Allow setting and removing keybindings from string.Daniel Carl
2012-10-17Added command to open url.Daniel Carl
2012-10-14Added possibility to run commands from inputbox.Daniel Carl
2012-10-03Added some more commands with keybinds.Daniel Carl
2012-10-03Removed unneeded function to parse commands from strings.Daniel Carl
2012-10-01Replaces GArray param from commands with Arg.Daniel Carl
2012-09-30Start of project.Daniel Carl