summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for AM_EXECUTE not supporting PROGDIR:Chris Young2013-11-102-11/+11
|
* Add an implied PROGDIR: to the ARexx dir name for scanning, as executing the ↵Chris Young2013-11-092-3/+7
| | | | script with PROGDIR: in it doesn't work.
* n an AISS icon for default hotlist dirChris Young2013-11-091-0/+1
|
* Use CI build number as the revision number of the internal version string ↵Chris Young2013-11-041-0/+5
| | | | when available.
* Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current ↵Chris Young2013-11-041-1/+1
| | | | dir is.
* tidy-upChris Young2013-10-281-6/+2
|
* Correct some more offsetsChris Young2013-10-261-1/+1
|
* Fix bitmap offsets in direct render mode by forcing use of BltBitMapChris Young2013-10-262-3/+5
|
* Allow direct render of treeview for debug purposes only.Chris Young2013-10-261-3/+61
|
* Create the hotlist menu/toolbar folders if they don't exist.Chris Young2013-10-261-4/+14
|
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-252-2/+2
|
* Fix adding to hotlist from context menuChris Young2013-10-131-4/+3
|
* Use LIB_IS_AT_LEAST macroChris Young2013-10-133-6/+5
|
* Use picture.datatype's PromoteMask function so we get an alpha channel for ↵Chris Young2013-10-122-0/+2
| | | | non-alpha bitmaps loaded through datatypes.library
* Delay the busy pointer again on intuition v53+Chris Young2013-10-121-37/+43
|
* Fix scaled bitmapsChris Young2013-10-121-2/+2
|
* Correct some memory allocation parametersChris Young2013-10-124-5/+7
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-1225-67/+69
| | | | where it is not necessary.
* Don't change the setting, just in case NetSurf is being used from two ↵Chris Young2013-10-121-5/+1
| | | | different OS installs on the same computer.
* Force usage of OS pointers for OS4.1, there's no reason to use custom ones now.Chris Young2013-10-122-3/+18
|
* Use all the built-in mouse pointers on OS4.1Chris Young2013-10-121-5/+29
|
* application.library fix for new SDK. Note that:Chris Young2013-10-122-8/+7
| | | | | * 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.
* more tidy-upChris Young2013-10-051-5/+4
|
* tidy upChris Young2013-10-052-6/+3
|
* If bitmap is opaque, ensure we override the alpha channel as it may contain ↵Chris Young2013-10-052-11/+30
| | | | nonsense.
* 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
|