summaryrefslogtreecommitdiff
path: root/desktop/global_history.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.