summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Probably shouldn't override thumbnail source alphaChris Young2014-01-061-1/+1
|
* Get Composite() to befriend the screen's BitMap to ensure they are on the ↵Chris Young2014-01-063-1/+4
| | | | same graphics board. This should fix the slowness when multiple graphics cards are installed.
* Add file upload request on clickChris Young2014-01-051-1/+13
|
* This shouldn't be UTF-8Chris Young2014-01-051-7/+1
|
* Fix some log statementsDaniel Silverstone2014-01-051-1/+1
|
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-051-2/+10
|\
| * Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-051-1/+1
| | | | | | | | GTK implementation that of course does not work.
| * Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-051-2/+10
| |
* | Add Javascript build ability to cross-compiled targetChris Young2014-01-051-0/+1
|/
* 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 ↵Chris Young2013-12-311-1/+1
| | | | | | non-ASCII file uploads don't work." This reverts commit 2aacb411fc07441679f6a73f13956792919dee65.
* Think this needs converting back to local charset here otherwise non-ASCII ↵Chris Young2013-12-311-1/+1
| | | | file uploads don't work.
* Minor formatting changeChris Young2013-12-151-2/+1
|
* Create a layout group for favicon, URL and the new favourites star. This ↵Chris Young2013-11-241-29/+31
| | | | makes the balance bar work again.
* 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
| | | | Fix the themes so the images are correct.
* 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
| | | | 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
|