summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Update for launch msg.Michael Drake2013-06-041-1/+4
|
* Make releationship enum meanings clearer.Michael Drake2013-06-041-3/+3
|
* Sort so newest at top.Michael Drake2013-06-041-3/+11
|
* Lose excess logging.Michael Drake2013-06-041-2/+0
|
* Fix string length.Michael Drake2013-06-031-1/+1
|
* Clean up history node deletion -- now treeview driven. Add select all, ↵Michael Drake2013-06-031-34/+39
| | | | selection clear, has selection functions. Improve selection handling. Enable double click to toggle node expansion. Improve redraw behaviour. Make treeview call node callback for deletion. Fix redraw issues.
* Add function to pass mouse input to treeview.Michael Drake2013-05-311-0/+5
|
* Add global history client for new treeview.Michael Drake2013-05-311-0/+645
Loads from urldb. Much faster load than old treeview based history. TODO: Keep it up-to-date as you browse.