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
2017-04-23
fixes incsearch history handling
Robert Timm
2016-06-01
Update license year.
Daniel Carl
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-05-31
Added support for different yank registers.
Daniel Carl
2014-01-11
Change year in license block.
Daniel Carl
2013-09-29
Moved command_history to ex.c
Daniel Carl
2013-09-28
Simplified the command_search function.
Daniel Carl
2013-09-28
Removed nor more used count.
Daniel Carl
2013-09-20
Changed the way keys are processed.
Daniel Carl
2013-08-06
Added command focus-input and new keybinding 'g-i'.
Daniel Carl
2013-08-05
Added command pass-through to switch to pass through mode.
Daniel Carl
2013-08-05
Added command queue-unshift.
Daniel Carl
2013-08-01
Added new command :queue-clear.
Daniel Carl
2013-07-30
Allow to switch off queue feature via config.h.
Daniel Carl
2013-07-30
Added queue commands :push and :pop.
Daniel Carl
2013-07-15
Avoid glist to transfer completion data to the completion.c.
Daniel Carl
2013-07-07
Added command to search for current selected text.
Daniel Carl
2013-06-14
Don't use string for command and params in keybinding.
Daniel Carl
2013-06-10
Added new command :shellcmd to run shell commands (#25).
Daniel Carl
2013-06-08
Added hinting mode to download links (#32).
Daniel Carl
2013-06-08
Added command to download current page to given path (#32).
Daniel Carl
2013-06-02
Added descent command.
Daniel Carl
2013-06-01
Changed completion of history an bookmarks (#27).
Daniel Carl
2013-05-12
Removed typedefs from command.h file.
Daniel Carl
2013-05-11
Removed commands to step thought hints or completions.
Daniel Carl
2013-04-27
Renamed searchengine to shortcut.
Daniel Carl
2013-04-14
Added command to open input boxes or text areas with editor (#15).
Daniel Carl
2013-04-08
Added command to run javascript from input box.
Daniel Carl
2013-04-07
Removed command hash map from global scope.
Daniel Carl
2013-04-06
Added command to save current uri as bookmark (#4).
Daniel Carl
2013-03-30
Allow to run multiple command together.
Daniel Carl
2013-03-29
Moved pointer * from type to the variables.
Daniel Carl
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
[next]