Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-14 | Added tests for shortcuts #357. | Daniel Carl | |
2018-04-15 | Do not propagate the shortcut struct. | Daniel Carl | |
2018-03-28 | Update license year. | Daniel Carl | |
2017-05-26 | Update license year. | Daniel Carl | |
2017-03-02 | Added completion for shortcuts. | Daniel Carl | |
Completion for shortcuts are now available for :shortcut-remove and :shortcut-default. | |||
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-26 | Added completion for :shortcut-remove. | Daniel Carl | |
Simplified some of the completions to avoid duplicate code. | |||
2014-01-11 | Change year in license block. | Daniel Carl | |
2013-04-27 | Renamed the shortcut handle to key. | Daniel Carl | |
This naming seems to be the better description for the internal usage. | |||
2013-04-27 | Use hashtable to store the uri shortcuts. | Daniel Carl | |
This leds in easier code and faster shortcut lookup. | |||
2013-04-27 | Renamed 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. |