summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Partially convert to use browser_window_contextual_contentChris Young2011-09-131-72/+75
* If the prefs window is already open ad Edit Prefs is called from the menu, br...Chris Young2011-09-131-0/+7
* updated kb shortcuts (credit: samir)Chris Young2011-09-131-7/+16
* Fix search icon disappearing when layout size bar draggedChris Young2011-09-122-0/+21
* Convert keypresses to UCS4. Fixes issue with typing Euro symbol (ยค). Proba...Chris Young2011-09-121-1/+3
* Correct Code2000 addressChris Young2011-09-111-1/+1
* Change option to get accepted languages from Locale into a checkbox so it upd...Chris Young2011-09-113-9/+27
* Setting screen signals this late doesn't work, so revert r12486 completely an...Chris Young2011-09-101-19/+5
* Initialise bitmap ptr to NULLChris Young2011-09-081-1/+1
* Select fonts, sizes and colours for splash screen text rather than relying on...Chris Young2011-09-073-3/+43
* Use Michael Drake's proper splash screenChris Young2011-09-074-5/+31
* Copy a non-iconv.library version of parserutils into the archive in case anyb...Chris Young2011-09-062-1/+7
* Stop plugin_hack objects crashing when not embedded into a pageChris Young2011-09-061-2/+5
* Avoid button flickerChris Young2011-09-061-16/+22
* Swap position of context menu and behaviour optionsChris Young2011-09-061-34/+34
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
* Delete some dead frames stuff.Michael Drake2011-09-051-3/+0
* Remove more checks for browser_window_typeChris Young2011-09-044-7/+2
* Remove browser_window type from ami_create_menu()Chris Young2011-09-043-16/+10
* Fix indentation.Michael Drake2011-09-041-339/+339
* Delete a whole bunch of redundant tests for browser_window_type. Front ends ...Michael Drake2011-09-041-93/+11
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-8/+0
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-035-10/+10
* Squash compiler warningsJohn Mark Bell2011-09-022-14/+14
* Add missing includeJohn Mark Bell2011-09-021-0/+1
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-025-6/+6
* Fix erroneous API usageJohn Mark Bell2011-09-021-2/+1
* Search for librosprite when cross compiling for Amiga platformsJohn Mark Bell2011-09-021-0/+1
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to in...Chris Young2011-09-024-36/+19
* Don't refresh buttons when enabling/disabling. Fixes bitmap alpha/overprintingChris Young2011-08-311-5/+5
* fix buildChris Young2011-08-311-1/+1
* refactor bitmap out of generic content structureVincent Sanders2011-08-313-33/+70
* #ifdef this properlyChris Young2011-08-301-2/+4
* Disable the DataTypes animation handler for now as it doesn't work properlyChris Young2011-08-291-0/+2
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-242-11/+0
* Amiga changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-26/+14
* use human_friendly_bytesizeChris Young2011-07-231-3/+3
* Show existing file size when file already exists on downloadChris Young2011-07-239-17/+37
* Fill in conspiciusly-empty else; fix warningsChris Young2011-07-231-11/+12
* Fix warningsChris Young2011-07-2313-84/+91
* Fix ASL hook functionChris Young2011-07-231-10/+18
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-173-6/+19
* Ensure buttons update (stop button activates) when new URL starts to loadChris Young2011-07-161-0/+2
* Fix up Amiga front end.Michael Drake2011-07-133-4/+4
* Fix up Amiga for r12574 API change.Michael Drake2011-07-061-5/+3
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-032-12/+22
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-032-0/+17
* Fix an issue with GETTITLE returning an incorrect string on occasionChris Young2011-07-031-8/+10
* Don't crash when freeing diskobjectChris Young2011-07-031-2/+2