summaryrefslogtreecommitdiff
path: root/amiga/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix more hook functionsChris Young2015-02-241-1/+1
|
* Move everything else over to using the class pointers.Chris Young2015-01-261-8/+10
| | | | Exception: popupmenu.class is still using old _GetClass functions.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2015-01-201-8/+21
|\
| * More OS3 compilation fixesChris Young2015-01-181-8/+21
| |
* | Clear a selection after it has been copied, as per the AmigaOS Style GuideChris Young2015-01-171-0/+4
|/
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-161-2/+2
|
* Make win_destroyed variable private to amiga/gui.cChris Young2014-11-161-1/+0
|
* Fix amiga/tree.c for new structsChris Young2014-11-161-1/+1
|
* Use SPACE_RenderBox compatibility function in tree codeChris Young2014-11-151-12/+55
|
* Use the correct Messages string, modify the contents to better reflect what ↵Chris Young2014-11-131-1/+1
| | | | it (currently) does - only edits the title, not the address.
* Add an edit entry option to the edit menuChris Young2014-11-131-13/+34
|
* Fix warningsChris Young2014-11-111-3/+3
|
* remove unecessary include of browser.h in amiga frontendVincent Sanders2014-10-171-196/+200
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-13/+16
|
* Recreate the entire menu when the hotlist window is closed.Chris Young2014-06-301-1/+1
| | | | This ensures the hotlist entries in the menu are in sync with reality, and mirrors the existing hotlist toolbar update.
* Stop treeview items moving when they've been dragged outside the treeview ↵Chris Young2014-05-241-4/+7
| | | | window.
* 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
|