summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve Doxygen documentationVincent Sanders2014-11-081-1/+1
|
* Fix several doxygen issuesVincent Sanders2014-11-081-7/+7
|
* remove unecessary utils/types.hVincent Sanders2014-11-021-8/+10
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* remove uneeded includesVincent Sanders2014-05-181-2/+2
|
* Add functions to get first selected hotlist/global_history node data.Michael Drake2013-09-131-0/+9
|
* Add hotlist iteration function.Michael Drake2013-09-031-0/+48
|
* Remove height getters from treeview client modules API.Michael Drake2013-09-031-7/+0
|
* Add recursive expand/contract functions to hotlist, global history, and ↵Michael Drake2013-09-031-0/+16
| | | | cookie manager modules.
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-0/+4
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Make clear that title is copied.Michael Drake2013-08-291-1/+1
|
* Expose a bit more core treeview functionality for hotlist clients.Michael Drake2013-08-281-1/+19
|
* Expose hotlist_export.Michael Drake2013-08-281-0/+9
|
* Functions to add entry/folder at y-coord or at selection.Michael Drake2013-08-271-0/+21
|
* Add function to update visited data for hotlist entries.Michael Drake2013-08-231-0/+7
|
* Add function to remove any entries with given URL.Michael Drake2013-08-231-2/+9
|
* Add function to determine whether URL is in hotlist.Michael Drake2013-08-231-0/+8
|
* Beginnings of new hotlist module, implemented with new treeview.Michael Drake2013-08-161-0/+93
| | | | | | | | | | | | 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-64/+0
|
* Move hotlist_visted from browser.h to hotlist.hMichael Drake2013-07-121-0/+2
|
* 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