summaryrefslogtreecommitdiff
path: root/amiga/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warningsChris Young2011-07-231-23/+23
* When launching multiple URLs from a treeview, allow to open one window with m...Chris Young2011-07-021-1/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+5
* Stop mix'n'match p96/gfx.lib drawing, remove ami_clgChris Young2011-02-261-2/+0
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-1/+3
* Back out r11152 -- we're going to do this differentlyJohn Mark Bell2010-12-301-7/+7
* Sprinkle some _t suffixes aroundJohn Mark Bell2010-12-291-7/+7
* Don't show a drag icon for text selectionChris Young2010-12-201-1/+2
* Dynamically enable/disable buttons and menusChris Young2010-12-191-1/+52
* Allow snapshotting of treeview windowsChris Young2010-12-191-20/+81
* Make drag scrolls work more reliably and only within 10px of render areaChris Young2010-12-181-14/+20
* Stop empty mouse events being reported, remove spurious extra button pressesChris Young2010-12-171-7/+7
* Allow double-clicks in main browser and middle button double-clicks in treeviewChris Young2010-12-161-1/+24
* Fix crash on multi-select dragsChris Young2010-11-031-1/+1
* Show correct drag iconsChris Young2010-11-031-4/+17
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-35/+3
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-1/+1
* Allow drags of URLs from treeview windows to browser windows.Chris Young2010-10-301-16/+48
* Allow getting the tree's drag property. This ensures we can see whether the ...Chris Young2010-10-291-3/+17
* Don't feed negative values to the scrollerChris Young2010-10-251-2/+8
* Only allow auto-scroll on selection and selection dragsChris Young2010-10-241-0/+4
* Auto-scroll on drags beyond window boundariesChris Young2010-10-191-2/+21
* Clear bitmap before redrawing treeChris Young2010-10-171-0/+5
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-496/+817
* SSL certificate verification stringsChris Young2009-06-011-1/+1
* Basic SSL certificate verification for Amiga versionChris Young2009-05-311-0/+6
* Ensure the selected item stays selected when being moved. Bit of a hack as theChris Young2009-04-141-1/+9
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-2/+2
* Allow theming of default treeview folder and item images.Chris Young2008-10-191-0/+24
* Fix basic rearrangement of tree nodesChris Young2008-10-131-19/+41
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-131-21/+28
* Stop over-zealous deletions, we should only be deleting the currently-selecte...Chris Young2008-10-111-1/+1
* Improved Amiga treeview support. Now creates trees for cookies and history (...Chris Young2008-10-111-26/+267
* List traversing tidy-up.Chris Young2008-10-061-4/+5
* Treeview window event handling (currently just double-clicking hotlist items andChris Young2008-09-281-29/+108
* Experimental treeview implementation using listbrowser.gadget.Chris Young2008-09-271-0/+287
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+62