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