summaryrefslogtreecommitdiff
path: root/amiga/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* 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