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