summaryrefslogtreecommitdiff
path: root/desktop/global_history.h
Commit message (Collapse)AuthorAgeFilesLines
* fix global history keypress consumption returnVincent Sanders2016-08-041-1/+1
|
* remove unecessary textinput header use from global history headerVincent Sanders2016-06-301-5/+4
|
* Desktop doxygen fixesVincent Sanders2014-11-091-6/+6
|
* remove unecessary utils/types.hVincent Sanders2014-11-021-3/+5
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* remove uneeded includesVincent Sanders2014-05-181-2/+2
|
* Add functions to get first selected hotlist/global_history node data.Michael Drake2013-09-131-0/+9
|
* Remove height getters from treeview client modules API.Michael Drake2013-09-031-7/+0
|
* Add recursive expand/contract functions to hotlist, global history, and ↵Michael Drake2013-09-031-0/+16
| | | | cookie manager modules.
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-0/+4
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Add a few functions for front ends to use.Michael Drake2013-08-281-1/+14
|
* Function for global history export.Michael Drake2013-08-281-0/+9
|
* Add function to add to global history. Fix add_entry to actually add new ↵Michael Drake2013-07-161-0/+11
| | | | entry after removing an existing one. Implement directory deletion.
* Pass keypresses on to treeview.Michael Drake2013-07-011-0/+9
|
* Global history finaliser does not need core_window stuff.Michael Drake2013-06-181-4/+1
|
* Add documentation comments.Michael Drake2013-06-181-0/+39
|
* Add function to pass mouse input to treeview.Michael Drake2013-05-311-0/+3
|
* Add global history client for new treeview.Michael Drake2013-05-311-0/+34
Loads from urldb. Much faster load than old treeview based history. TODO: Keep it up-to-date as you browse.