summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
Commit message (Collapse)AuthorAgeFilesLines
* Ensure global_history_delete_internal checks treeview node is NULL. Add ↵Michael Drake2013-06-181-1/+26
| | | | various documentation comments.
* Point at header for exported function commentary.Michael Drake2013-06-181-7/+6
|
* Global history finaliser does not need core_window stuff.Michael Drake2013-06-181-9/+3
|
* Set visits and last visited values.Michael Drake2013-06-041-5/+24
|
* Ensure there's a title.Michael Drake2013-06-041-2/+4
|
* 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.