summaryrefslogtreecommitdiff
path: root/amiga/tree.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-48/+0
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-1/+0
|
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-4/+0
|
* Squash warningChris Young2013-08-181-1/+1
|
* Avoid sslcert_get_tree_flags.Michael Drake2013-08-131-1/+0
|
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=11155
* Back out r11152 -- we're going to do this differentlyJohn Mark Bell2010-12-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11153
* Sprinkle some _t suffixes aroundJohn Mark Bell2010-12-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=11152
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-0/+4
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-17/+12
| | | | svn path=/trunk/netsurf/; revision=10865
* Fix broken event handling.Chris Young2010-04-091-2/+1
| | | | | | | Any structures attached to the window_list *must* have a struct nsObject * as their first entry, and handle events outside of gui.c. svn path=/trunk/netsurf/; revision=10332
* Basic SSL certificate verification for Amiga versionChris Young2009-05-311-1/+2
| | | | | | | Treeview window is not browseable (TimedDOSRequester is blocking) Needs some strings writing svn path=/trunk/netsurf/; revision=7675
* Fix basic rearrangement of tree nodesChris Young2008-10-131-0/+7
| | | | svn path=/trunk/netsurf/; revision=5567
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=5563
* Improved Amiga treeview support. Now creates trees for cookies and history ↵Chris Young2008-10-111-1/+12
| | | | | | | | | (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
* Treeview window event handling (currently just double-clicking hotlist items andChris Young2008-09-281-3/+12
| | | | | | closing the window) svn path=/trunk/netsurf/; revision=5453
* Experimental treeview implementation using listbrowser.gadget.Chris Young2008-09-271-0/+26
svn path=/trunk/netsurf/; revision=5447