summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* remove all references to using libMNGVincent Sanders2014-01-042-5/+0
* Make the new tab button also use the new blank tab function. This fixes bug 2034Chris Young2014-01-031-18/+1
* Move new blank tab into own functionChris Young2014-01-033-24/+33
* Attempt fix/workaround of bug #2034Chris Young2014-01-031-1/+7
* Convert download filename to local charsetChris Young2014-01-022-4/+6
* Revert "Think this needs converting back to local charset here otherwise non-...Chris Young2013-12-311-1/+1
* Think this needs converting back to local charset here otherwise non-ASCII fi...Chris Young2013-12-311-1/+1
* Minor formatting changeChris Young2013-12-151-2/+1
* Create a layout group for favicon, URL and the new favourites star. This make...Chris Young2013-11-241-29/+31
* Update favourites button when switching tabsChris Young2013-11-231-0/+2
* Create the BitMapObjects and just switch between them.Chris Young2013-11-234-18/+26
* Make hotlist button do somethingChris Young2013-11-231-11/+21
* Add hotlist favourites star buttonChris Young2013-11-236-25/+74
* Add the ability to add folders and icons from the hotlist window's menuChris Young2013-11-171-15/+41
* 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
* 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 whe...Chris Young2013-11-041-0/+5
* Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current ...Chris Young2013-11-041-1/+1
* 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 no...Chris Young2013-10-122-0/+2
* 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 where...Chris Young2013-10-1225-67/+69
* Don't change the setting, just in case NetSurf is being used from two differe...Chris Young2013-10-121-5/+1
* 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
* 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 n...Chris Young2013-10-052-11/+30
* Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ...Chris Young2013-10-014-3/+34
* 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 fre...Chris Young2013-09-281-1/+3
* 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