summaryrefslogtreecommitdiff
path: root/amiga/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Make hotlist toolbar work and update (only updates on hotlist window close cu...Chris Young2012-11-291-0/+2
* Fixup for urldb change.Michael Drake2012-10-111-1/+5
* create a pen list for treeviewsChris Young2012-08-081-1/+6
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-34/+34
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-291-6/+6
* adjust scrolbars when window is resizedChris Young2012-02-261-0/+1
* Convert treeview to tiled drawChris Young2012-02-261-5/+39
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
* Complete treeview context menu.Chris Young2011-12-181-100/+7
* Start popuating treeview context menuChris Young2011-12-171-22/+3
* Add some missing UTF-8 conversionChris Young2011-12-161-12/+25
* Support dragging from global history to hotlistChris Young2011-12-021-4/+13
* Update frontends for r13185. Enabled new functionality, where it is not logi...Chris Young2011-11-271-2/+2
* Propagate mouse position during drags down to the core (needed for redraw eventsChris Young2011-11-131-0/+3
* Trap RMB and select the node under the pointer if no other node selectedChris Young2011-11-111-1/+28
* Clicks become drags only after 2pxChris Young2011-11-101-14/+20
* Amiga frontend update for r13139Chris Young2011-11-101-2/+33
* Start to consolidate user file operation into one fileChris Young2011-10-151-20/+24
* 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