summaryrefslogtreecommitdiff
path: root/amiga/tree.c
Commit message (Collapse)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 ↵Chris Young2013-09-121-2/+4
| | | | equivalalent in the new treeveiw
* 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
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* 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 ↵Michael Drake2013-09-021-13/+0
| | | | cocoa front ends. Amiga front end very likely broken.
* 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 ↵Chris Young2013-03-201-2/+2
| | | | is a public screen)
* 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
| | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
* Make hotlist toolbar work and update (only updates on hotlist window close ↵Chris Young2012-11-291-0/+2
| | | | currently)
* 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
| | | | svn path=/trunk/netsurf/; revision=13548
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-291-6/+6
| | | | svn path=/trunk/netsurf/; revision=13502
* adjust scrolbars when window is resizedChris Young2012-02-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=13473
* Convert treeview to tiled drawChris Young2012-02-261-5/+39
| | | | svn path=/trunk/netsurf/; revision=13471
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Complete treeview context menu.Chris Young2011-12-181-100/+7
| | | | | | | | | Fix mouse trapping. Remove remaining buttons (from non-SSL trees). May return as a graphical toolbar at some point, but for now I'm glad to be rid of them. All the options are in the context menu. svn path=/trunk/netsurf/; revision=13295
* Start popuating treeview context menuChris Young2011-12-171-22/+3
| | | | | | Remove add folder/bookmark buttons from hotlist svn path=/trunk/netsurf/; revision=13287
* Add some missing UTF-8 conversionChris Young2011-12-161-12/+25
| | | | svn path=/trunk/netsurf/; revision=13284
* Support dragging from global history to hotlistChris Young2011-12-021-4/+13
| | | | svn path=/trunk/netsurf/; revision=13219
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-2/+2
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Propagate mouse position during drags down to the core (needed for redraw eventsChris Young2011-11-131-0/+3
| | | | | | during drags, eg. selection bounding box, indication of node drop location, etc) svn path=/trunk/netsurf/; revision=13147
* Trap RMB and select the node under the pointer if no other node selectedChris Young2011-11-111-1/+28
| | | | svn path=/trunk/netsurf/; revision=13146
* Clicks become drags only after 2pxChris Young2011-11-101-14/+20
| | | | svn path=/trunk/netsurf/; revision=13145
* Amiga frontend update for r13139Chris Young2011-11-101-2/+33
| | | | svn path=/trunk/netsurf/; revision=13140
* Start to consolidate user file operation into one fileChris Young2011-10-151-20/+24
| | | | svn path=/trunk/netsurf/; revision=13062
* Fix warningsChris Young2011-07-231-23/+23
| | | | svn path=/trunk/netsurf/; revision=12616
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-1/+1
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Stop mix'n'match p96/gfx.lib drawing, remove ami_clgChris Young2011-02-261-2/+0
| | | | svn path=/trunk/netsurf/; revision=11832
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-1/+3
| | | | svn path=/trunk/netsurf/; revision=11155
* Back out r11152 -- we're going to do this differentlyJohn Mark Bell2010-12-301-7/+7
| | | | svn path=/trunk/netsurf/; revision=11153
* Sprinkle some _t suffixes aroundJohn Mark Bell2010-12-291-7/+7
| | | | svn path=/trunk/netsurf/; revision=11152
* Don't show a drag icon for text selectionChris Young2010-12-201-1/+2
| | | | svn path=/trunk/netsurf/; revision=11105
* Dynamically enable/disable buttons and menusChris Young2010-12-191-1/+52
| | | | svn path=/trunk/netsurf/; revision=11098
* Allow snapshotting of treeview windowsChris Young2010-12-191-20/+81
| | | | svn path=/trunk/netsurf/; revision=11096
* Make drag scrolls work more reliably and only within 10px of render areaChris Young2010-12-181-14/+20
| | | | svn path=/trunk/netsurf/; revision=11093