summaryrefslogtreecommitdiff
path: root/amiga/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=5649
* Allow theming of default treeview folder and item images.Chris Young2008-10-191-0/+24
| | | | svn path=/trunk/netsurf/; revision=5600
* Fix basic rearrangement of tree nodesChris Young2008-10-131-19/+41
| | | | svn path=/trunk/netsurf/; revision=5567
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-131-21/+28
| | | | svn path=/trunk/netsurf/; revision=5563
* Stop over-zealous deletions, we should only be deleting the ↵Chris Young2008-10-111-1/+1
| | | | | | currently-selected node. svn path=/trunk/netsurf/; revision=5545
* Improved Amiga treeview support. Now creates trees for cookies and history ↵Chris Young2008-10-111-26/+267
| | | | | | | | | (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
* List traversing tidy-up.Chris Young2008-10-061-4/+5
| | | | svn path=/trunk/netsurf/; revision=5499
* Treeview window event handling (currently just double-clicking hotlist items andChris Young2008-09-281-29/+108
| | | | | | closing the window) svn path=/trunk/netsurf/; revision=5453
* Experimental treeview implementation using listbrowser.gadget.Chris Young2008-09-271-0/+287
| | | | svn path=/trunk/netsurf/; revision=5447
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+62
svn path=/trunk/netsurf/; revision=4864