summaryrefslogtreecommitdiff
path: root/amiga/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* fixup missing includes from schedule changesVincent Sanders2014-03-091-1/+1
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-3/+3
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-2/+1
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-2/+2
| | | | browser_window_navigate flags.
* Minor formatting changeChris Young2013-12-151-2/+1
|
* Add the ability to add folders and icons from the hotlist window's menuChris Young2013-11-171-15/+41
|
* Correct some more offsetsChris Young2013-10-261-1/+1
|
* Fix bitmap offsets in direct render mode by forcing use of BltBitMapChris Young2013-10-261-2/+3
|
* Allow direct render of treeview for debug purposes only.Chris Young2013-10-261-3/+61
|
* Correct some memory allocation parametersChris Young2013-10-121-1/+2
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-4/+3
| | | | where it is not necessary.
* application.library fix for new SDK. Note that:Chris Young2013-10-121-0/+3
| | | | | * application.library functionality will no longer be available on OS4.0, however that only extends to the Docky icon as notifications weren't supported anyway. * CI builds may crash until the toolchain is updated.
* less over-zealous code removalChris Young2013-09-151-1/+5
|
* treeview deferred redrawChris Young2013-09-141-2/+31
|
* Support drag for global history tooChris Young2013-09-141-6/+1
|
* Re-implement dragging to/from treeview (not working)Chris Young2013-09-141-50/+25
|
* 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