summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Minor tweaking.Michael Drake2013-08-161-3/+2
|
* Beginnings of new hotlist module, implemented with new treeview.Michael Drake2013-08-161-0/+869
| | | | | | | | | | | | Currently it can only open, display and launch entries in an existing hotlist file. TODO: - Generate defualt hotlist when file not found. - Add hotlist saving. - Allow adding to hotlist. - Allow hotlist editing. - Allow hotlist nodes to be moved by dragging. - Allow hotlist visit data to be updated.
* Move old hotlist out of the way.Michael Drake2013-08-131-526/+0
|
* Make the parasitic hack of the old tree code more robust. Now if the ↵Michael Drake2013-07-261-1/+1
| | | | temp_treeview_test option is set, the global history and cookie manager will be replaced with their respective new implementations.
* Add logging to hotlist_cleanup() so we can narrow the field a littleDaniel Silverstone2013-05-151-0/+4
|
* cleanup title string ownership madness in the tree_create_folder_node() APIVincent Sanders2013-05-031-23/+17
|
* C89François Revol2012-11-251-1/+1
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-33/+52
|
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=13236
* Squash use of uninitialised variable warning.Michael Drake2011-12-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=13213
* Fix function usageChris Young2011-11-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=13190
* Allow new (blank) hotlist entries to be created in the currently-selected folderChris Young2011-11-271-6/+30
| | | | | | | | | (if there is one) as this gives the user more control where their additions are being created. Functionality can be enabled/disabled by passing true/false to hotlist_add_folder/hotlist_add_entry. svn path=/trunk/netsurf/; revision=13185
* Make default hotlist folder persistent across sessionsChris Young2011-11-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13141
* Allow setting a default folder in the tree for hotlist entries to go into. ↵Chris Young2011-11-101-6/+26
| | | | | | | | | Frontends will need to be updated to use hotlist_set_default_folder() if they want to use this functionality. svn path=/trunk/netsurf/; revision=13139
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+2
| | | | svn path=/trunk/netsurf/; revision=12926
* Shared URL nodes in the treeview actually want to be readonly. They ↵John Mark Bell2011-07-241-3/+3
| | | | | | certainly have no business not copying transient data. svn path=/trunk/netsurf/; revision=12623
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-2/+4
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Ensure we correctly release all icon resources associated with trees, SSL ↵Daniel Silverstone2011-01-201-0/+2
| | | | | | certs, search providers, etc. svn path=/trunk/netsurf/; revision=11421
* When a hotlist entry edit ends by cancelling, rather than confirming the ↵Michael Drake2010-12-171-1/+5
| | | | | | change, end the whole edit and don't pass onto next element for edit. svn path=/trunk/netsurf/; revision=11085
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-4/+4
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Remove redundant line plots, from tree_draw_node() and add comments.Michael Drake2010-12-121-2/+0
| | | | svn path=/trunk/netsurf/; revision=11040
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+457
svn path=/trunk/netsurf/; revision=10865