summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ↵Chris Young2013-10-014-3/+34
| | | | key.
* Use a for loop insteadChris Young2013-09-281-2/+3
|
* Ensure the glyph array is NULLed before use, and that we don't attempt to ↵Chris Young2013-09-281-1/+3
| | | | free NULL entries.
* Extra loggingChris Young2013-09-281-0/+7
|
* 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
|
* Use a simulated keypress rather than a simulated mouseclickChris Young2013-09-121-6/+1
|
* Make the hotlist toolbar workChris Young2013-09-121-10/+5
|
* Make hotlist toolbar use the new functionsChris Young2013-09-121-50/+25
|
* Pass generic userdataChris Young2013-09-123-11/+12
|
* Move the hotlist menu creator into hotlist.c and make it more genericChris Young2013-09-123-65/+79
|
* Add hotlist menu items at the correct offsetChris Young2013-09-121-3/+2
|
* 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
* Botched fixes just to get it to compile againChris Young2013-09-121-2/+7
|
* Disable the treeview context menu for now, as it needs fixing.Chris Young2013-09-121-0/+2
|
* make the scroll bar disappear if size is -1 (untested)Chris Young2013-09-051-8/+20
|
* Remove unused. NB: new routine untestedChris Young2013-09-051-73/+0
|
* Use the nsurl directlyChris Young2013-09-051-11/+4
|
* Attempt re-write of Hotlist menu creationChris Young2013-09-051-2/+96
|
* Avoid an error.Michael Drake2013-09-031-2/+4
|
* 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-028-62/+33
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup ↵Michael Drake2013-09-023-12/+0
| | | | functions.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-025-11/+3
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-022-4/+0
|
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
|
* Use TREE_HISTORY directly.Michael Drake2013-09-021-1/+1
|
* Select TREE_COOKIES directly.Michael Drake2013-09-021-1/+1
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-024-21/+17
| | | | cocoa front ends. Amiga front end very likely broken.
* Make some global DrawInfo local to the function it is needed in.Chris Young2013-08-201-7/+5
|
* Slightly better layoutingChris Young2013-08-203-16/+74
|
* Squash warningChris Young2013-08-182-2/+2
|
* Merge branch 'chris/gadtools-53-6'Chris Young2013-08-182-12/+102
|\
| * Remove unusedChris Young2013-08-181-3/+1
| |
| * Construct the menu in a new function, which also does basic layouting of any ↵Chris Young2013-08-182-51/+90
| | | | | | | | image menus.
| * Sub-menu arrowsChris Young2013-08-161-6/+27
| |
| * Another attempt at creating image menusChris Young2013-08-152-2/+34
| |
* | Allow the other front ends to use the hotlist test too.Michael Drake2013-08-161-0/+1
|/
* Correct pathChris Young2013-08-152-2/+3
|
* Add missing icons to packageChris Young2013-08-151-1/+1
|
* Non-working AISS icon redirectChris Young2013-08-151-0/+4
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-08-135-27/+9
|\
| * Revert nsfont_split back to how it was before I started meddling with it.Chris Young2013-08-032-4/+3
| |
| * Ensure we get the correct Messages filesChris Young2013-07-271-1/+2
| |
| * Remove rogue incChris Young2013-07-271-1/+0
| |
| * Show iconified windows when quitting (horrible flickery workaround for a ↵Chris Young2013-07-272-2/+2
| | | | | | | | recoverable alert)