summaryrefslogtreecommitdiff
path: root/amiga/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Remove context menu some more as it's irrepairably broken anywayChris Young2013-09-121-1/+2
* Fix buttons in the least convaluted way possibleChris Young2013-09-121-5/+4
* Remove some very useful drag stuff that doesn't seem to yet have an equivalal...Chris Young2013-09-121-2/+4
* make the scroll bar disappear if size is -1 (untested)Chris Young2013-09-051-8/+20
* Port to new recursive expand/contract functions.Michael Drake2013-09-031-18/+18
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-15/+17
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-2/+0
* Remove tree_url_node module. Had to disable treeview scanning in amiga and c...Michael Drake2013-09-021-13/+0
* Squash warningChris Young2013-08-181-1/+1
* Move old hotlist out of the way.Michael Drake2013-08-131-12/+12
* Use new SSL certificate viewer.Michael Drake2013-08-121-3/+4
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
* move options includeVincent Sanders2013-05-281-1/+1
* Prevent ASL from causing delayed menusChris Young2013-05-251-0/+2
* We are opening on a public screen, not a custom screen (even our own screen i...Chris Young2013-03-201-2/+2
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
* browser_window_navigate refactorVincent Sanders2013-02-181-2/+18
* Correct SSL certificate accept/reject messages nameChris Young2013-02-061-2/+2
* Set the default pointer, not the busy pointer, after completing a redrawChris Young2013-01-061-1/+1
* Track the mouse pointer on a per-window basisChris Young2013-01-061-10/+4
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ...Chris Young2013-01-031-5/+11
* 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