summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow new (blank) hotlist entries to be created in the currently-selected folderChris Young2011-11-271-2/+2
| | | | | | | | | (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
* Allow setting a default folder in the tree for hotlist entries to go into. ↵Chris Young2011-11-101-1/+1
| | | | | | | | | 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
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-1/+1
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-1/+9
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+54
svn path=/trunk/netsurf/; revision=10865