summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Add a pair of recursive expand/contract functions.Michael Drake2013-09-032-3/+97
|
* Make it more clear that tree.c is deprecated.Michael Drake2013-09-022-60/+10
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-0216-588/+21
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup ↵Michael Drake2013-09-026-91/+0
| | | | functions.
* Remove bulk of old treeview implementation.Michael Drake2013-09-022-3145/+33
|
* Use TREE_HOTLIST directly.Michael Drake2013-09-022-12/+0
|
* Use TREE_HISTORY directly.Michael Drake2013-09-022-12/+0
|
* Select TREE_COOKIES directly.Michael Drake2013-09-022-12/+0
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-025-1036/+1
| | | | cocoa front ends. Amiga front end very likely broken.
* Reduce old hotlist to skeleton.Michael Drake2013-09-021-163/+3
|
* Reduce to skeleton.Michael Drake2013-09-022-292/+3
|
* Remove unused type.Michael Drake2013-09-021-2/+0
|
* Reduce old cookie manager to skeleton.Michael Drake2013-09-022-400/+1
|
* Remove unused hotlist_old_visited.Michael Drake2013-09-022-50/+0
|
* Remove temp_treeview_test option. Now it's always "enabled".Michael Drake2013-09-021-3/+0
|
* Always redirect to the new treeview implementations.Michael Drake2013-09-021-20/+0
|
* Use new hotlist.Michael Drake2013-09-021-145/+12
|
* Update to use new hotlist and global history manager.Michael Drake2013-09-021-8/+2
|
* Polish node deletion.Michael Drake2013-08-302-9/+21
|
* Improve callback suppression options. Reduce unnecessary callback usage.Michael Drake2013-08-306-57/+97
|
* Avoid copying rectangle for redraw_request calls.Michael Drake2013-08-303-18/+20
|
* Various redraw improvements.Michael Drake2013-08-291-31/+66
|
* Make client-requested node deletions issue a redraw request.Michael Drake2013-08-291-0/+8
|
* Use treeview height instead of REDRAW_MAX for rectangle's y1.Michael Drake2013-08-291-1/+3
|
* Redraw on node creation, unless suppressed.Michael Drake2013-08-291-94/+114
|
* Add flag to suppress redraw on node creation.Michael Drake2013-08-294-8/+15
|
* Don't bother trying to keep old hotlist in sync -- the old one isn't saved ↵Michael Drake2013-08-291-6/+14
| | | | when new one is used anyway.
* Redirect most interaction with the old hotlist to the new one, when the new ↵Michael Drake2013-08-291-0/+43
| | | | one is enabled.
* Make clear that title is copied.Michael Drake2013-08-291-1/+1
|
* Better handling of added entry titles.Michael Drake2013-08-291-4/+12
|
* Fix one px missmatch between click and drag handling of node selection.Michael Drake2013-08-281-2/+2
|
* Fix pass-through for drag end.Michael Drake2013-08-281-5/+2
|
* Add a few functions for front ends to use.Michael Drake2013-08-286-3/+70
|
* Expose a bit more core treeview functionality for hotlist clients.Michael Drake2013-08-282-1/+40
|
* Add height getter.Michael Drake2013-08-281-0/+10
|
* Remove select all and clear selection functions from public API. Clients ↵Michael Drake2013-08-282-22/+16
| | | | can send KEY_SELECT_ALL and KEY_CLEAR_SELECTION to the keypress handler.
* Simple treeview_edit_selection implementation.Michael Drake2013-08-282-0/+43
|
* Function for global history export.Michael Drake2013-08-282-0/+112
|
* Move default title generation from _fini to _export.Michael Drake2013-08-281-1/+4
|
* Give export walk ctx clearer name.Michael Drake2013-08-281-4/+4
|
* Expose hotlist_export.Michael Drake2013-08-282-6/+11
|
* Ensure url is unreffed.Michael Drake2013-08-271-0/+2
|
* Functions to add entry/folder at y-coord or at selection.Michael Drake2013-08-272-8/+119
|
* Function to get releations for node entry.Michael Drake2013-08-272-0/+126
|
* Update new hotlistMichael Drake2013-08-271-0/+7
|
* Update the new hotlist on visits.Michael Drake2013-08-271-1/+5
|
* Unset default folder when it gets deleted.Michael Drake2013-08-271-0/+2
|
* Use Messages for default folder name.Michael Drake2013-08-271-1/+2
|
* Add new entries to default folder.Michael Drake2013-08-271-5/+22
|
* Load and save default folder ID.Michael Drake2013-08-271-7/+33
|