summaryrefslogtreecommitdiff
path: root/amiga/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningChris Young2014-11-091-0/+1
|
* fix errors introuced with previous header cleanup.Vincent Sanders2014-11-021-0/+1
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-1/+5
|
* Create the hotlist menu/toolbar folders if they don't exist.Chris Young2013-10-261-4/+14
|
* Pass generic userdataChris Young2013-09-121-7/+7
|
* Move the hotlist menu creator into hotlist.c and make it more genericChris Young2013-09-121-0/+69
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-36/+0
| | | | 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-021-4/+0
| | | | functions.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-2/+1
|
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
|
* Allow the other front ends to use the hotlist test too.Michael Drake2013-08-161-0/+1
|
* Move old hotlist out of the way.Michael Drake2013-08-131-4/+4
|
* Set the newly-created hotlist dirs to be "retain in memory" otherwise ↵Chris Young2012-12-011-2/+2
| | | | NetSurf crashes on hotlist cleanup.
* Create "menu" and "toolbar" directories in the hotlist if they don't exist ↵Chris Young2012-11-291-1/+36
| | | | on startup
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-1/+2
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-124/+10
| | | | svn path=/trunk/netsurf/; revision=10865
* Calling a hlcache_handle "content" is confusing.Michael Drake2010-04-071-3/+3
| | | | svn path=/trunk/netsurf/; revision=10266
* Changes required for new-cacheChris Young2010-03-281-12/+12
| | | | svn path=/trunk/netsurf/; revision=10186
* Fix assert when there is no hotlist fileChris Young2009-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=6398
* Add AmigaOS test builds linkChris Young2009-01-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=6032
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=5649
* Implemented the ability to add hotlist entries to the Hotlist menu. ↵Chris Young2008-10-141-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified the default Hotlist links so they show up in the menu. Currently deleting items from the menu is dangerous. To add to the Hotlist menu, add a folder node called "Menu" to the root node of the hotlist tree. Items in this folder node up to a maximum (currently) of 40 items will be added to the Hotlist menu, within the limits of the Intuition menu system. Items in folders within the Menu folder node will be converted to subitems in the menu. Folder nodes with no entries and folder nodes at level 3 in the heirarchy will become menu items with no action. Items deeper will not be included in the menu at all. eg. Root | +- Menu | +- Netsurf | | | +- NetSurf Homepage | | | +- More NetSurf links | | | +- NetSurf bugtracker | +- Google Will look something like the following within the menu: |NetSurf »| - |NetSurf Homepage | |Google | |More NetSurf links| svn path=/trunk/netsurf/; revision=5577
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-131-0/+4
| | | | svn path=/trunk/netsurf/; revision=5563
* Improved Amiga treeview support. Now creates trees for cookies and history ↵Chris Young2008-10-111-2/+56
| | | | | | | | | (history doesn't populate at the moment). Can add folders and edit titles in hotlist treeviews, and delete entries in all treeviews. svn path=/trunk/netsurf/; revision=5542
* Basic hotlist supportChris Young2008-08-231-0/+67
| | | | svn path=/trunk/netsurf/; revision=5188
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+23
svn path=/trunk/netsurf/; revision=4864