summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
Commit message (Expand)AuthorAgeFilesLines
* Namespace treeview node callback table.Michael Drake2013-07-251-2/+2
* Guard for uninitalised history case.Michael Drake2013-07-251-0/+4
* Fix return type.Michael Drake2013-07-251-1/+1
* Unset built bool when fini is called.Michael Drake2013-07-251-0/+2
* Return correct error.Michael Drake2013-07-251-1/+1
* Replace magic numbers with enum.Michael Drake2013-07-241-26/+35
* Add function to add to global history. Fix add_entry to actually add new ent...Michael Drake2013-07-161-5/+34
* Reset entry url's urldb visit data when user deletes entry from global history.Michael Drake2013-07-151-2/+13
* Typedefs for internal treeview and treeview_node structs.Michael Drake2013-07-031-6/+6
* Don't allow empty folders.Michael Drake2013-07-031-1/+1
* Add treeview behaviour flags.Michael Drake2013-07-031-1/+2
* Make flags for suppress resize.Michael Drake2013-07-021-2/+4
* Implement entry launching. Currently only launches in new window.Michael Drake2013-07-021-0/+23
* Use messages for treeview labels.Michael Drake2013-07-011-6/+16
* Add quite param to insertion calls to suppress treeview height callback.Michael Drake2013-07-011-2/+10
* Pass keypresses on to treeview.Michael Drake2013-07-011-0/+7
* Fix typo.Michael Drake2013-06-181-1/+1
* Write up the rest of the fucntion comments.Michael Drake2013-06-181-1/+24
* Create folders as they're required when entry is inserted.Michael Drake2013-06-181-81/+97
* Ensure global_history_delete_internal checks treeview node is NULL. Add vari...Michael Drake2013-06-181-1/+26
* 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, selec...Michael Drake2013-06-031-34/+39
* 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