summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* remove content include from urldb headerVincent Sanders2014-07-171-0/+1
|
* Fix hotlist and global_history _get_selection functions.Michael Drake2014-05-241-2/+3
| | | | | Broken when selection was folder, rather than entry. Renamed tree_node_flags lables to avoid TREE_NODE_NONE name clash.
* remove uneeded includesVincent Sanders2014-05-181-0/+1
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-9/+8
| | | | browser_window_navigate flags.
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-5/+4
|
* Modify conflicting Messages entryChris Young2013-11-171-1/+1
|
* Use messages for translations instead of string literals.Michael Drake2013-11-111-4/+3
|
* Visual indication of hotlist's folder for unsorted entries, with special icon.Michael Drake2013-11-081-18/+28
|
* Show "-" for last visit date/time when visits count is 0.Michael Drake2013-10-231-4/+11
|
* Remove unreachable safty net.Michael Drake2013-10-231-1/+1
|
* Add functions to get first selected hotlist/global_history node data.Michael Drake2013-09-131-0/+21
|
* Fix use after unref.Michael Drake2013-09-081-1/+5
|
* Check for error as soon as we have return value.Michael Drake2013-09-051-5/+4
|
* Various tidyups to make ownership more clear.Michael Drake2013-09-051-72/+75
|
* Fix dead assignments.Michael Drake2013-09-051-0/+4
|
* Fix dead assignement.Michael Drake2013-09-051-5/+2
|
* Squash leak in error case.Michael Drake2013-09-031-0/+1
|
* Add hotlist iteration function.Michael Drake2013-09-031-0/+61
|
* Remove height getters from treeview client modules API.Michael Drake2013-09-031-7/+0
|
* Ensure tree height is provided when treeview building is complete.Michael Drake2013-09-031-0/+3
|
* Add recursive expand/contract functions to hotlist, global history, and ↵Michael Drake2013-09-031-0/+14
| | | | cookie manager modules.
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+1
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Improve callback suppression options. Reduce unnecessary callback usage.Michael Drake2013-08-301-5/+6
|
* Add flag to suppress redraw on node creation.Michael Drake2013-08-291-2/+4
|
* Better handling of added entry titles.Michael Drake2013-08-291-4/+12
|
* Expose a bit more core treeview functionality for hotlist clients.Michael Drake2013-08-281-0/+21
|
* 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-281-6/+2
|
* Ensure url is unreffed.Michael Drake2013-08-271-0/+2
|
* Functions to add entry/folder at y-coord or at selection.Michael Drake2013-08-271-8/+98
|
* 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
|
* Add function to update visited data for hotlist entries.Michael Drake2013-08-231-0/+69
|
* Add function to remove any entries with given URL.Michael Drake2013-08-231-1/+41
|
* Add function to determine whether URL is in hotlist.Michael Drake2013-08-231-0/+43
|
* Add Hotlist export/save support.Michael Drake2013-08-221-3/+97
|
* Complete editing of entry title and URL values.Michael Drake2013-08-201-0/+45
|
* Act on node edit request message for folders.Michael Drake2013-08-201-12/+33
|
* Set allow edit flag on title and url fields.Michael Drake2013-08-181-3/+5
|
* Set appropriate treeview flags.Michael Drake2013-08-161-1/+1
|
* Use abstracted folder creation.Michael Drake2013-08-161-17/+6
|
* Add generator for default hotlist.Michael Drake2013-08-161-7/+103
|
* Set built=false after destruction.Michael Drake2013-08-161-2/+1
|
* Implement simplisitic hotlist_add function. Need to improve where new ↵Michael Drake2013-08-161-9/+6
| | | | entries are placed. (See TODO comment.)
* Move urldb data acquisition so it doesn't need to be duplicated when there ↵Michael Drake2013-08-161-48/+48
| | | | are other entry points.
* Tidy some comments.Michael Drake2013-08-161-4/+2
|
* Slight simplification.Michael Drake2013-08-161-9/+5
|