summaryrefslogtreecommitdiff
path: root/src/shortcut.h
AgeCommit message (Collapse)Author
2018-06-14Added tests for shortcuts #357.Daniel Carl
2018-04-15Do not propagate the shortcut struct.Daniel Carl
2018-03-28Update license year.Daniel Carl
2017-05-26Update license year.Daniel Carl
2017-03-02Added completion for shortcuts.Daniel Carl
Completion for shortcuts are now available for :shortcut-remove and :shortcut-default.
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-26Added completion for :shortcut-remove.Daniel Carl
Simplified some of the completions to avoid duplicate code.
2014-01-11Change year in license block.Daniel Carl
2013-04-27Renamed the shortcut handle to key.Daniel Carl
This naming seems to be the better description for the internal usage.
2013-04-27Use hashtable to store the uri shortcuts.Daniel Carl
This leds in easier code and faster shortcut lookup.
2013-04-27Renamed searchengine to shortcut.Daniel Carl
The feature isn't only useful for searchengines but also in general for structured urls. An if the placeholder will be optional, we can use this to store also url quickmarks.