summaryrefslogtreecommitdiff
path: root/amiga/tree.c
Commit message (Expand)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
* 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 where...Chris Young2013-10-121-4/+3
* application.library fix for new SDK. Note that:Chris Young2013-10-121-0/+3
* 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 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