summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Copy a non-iconv.library version of parserutils into the archive in case ↵Chris Young2011-09-062-1/+7
| | | | | | | | anybody wants to save 1MB svn path=/trunk/netsurf/; revision=12764
* Stop plugin_hack objects crashing when not embedded into a pageChris Young2011-09-061-2/+5
| | | | svn path=/trunk/netsurf/; revision=12763
* Avoid button flickerChris Young2011-09-061-16/+22
| | | | svn path=/trunk/netsurf/; revision=12761
* Swap position of context menu and behaviour optionsChris Young2011-09-061-34/+34
| | | | svn path=/trunk/netsurf/; revision=12760
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Delete some dead frames stuff.Michael Drake2011-09-051-3/+0
| | | | svn path=/trunk/netsurf/; revision=12723
* Remove more checks for browser_window_typeChris Young2011-09-044-7/+2
| | | | svn path=/trunk/netsurf/; revision=12719
* Remove browser_window type from ami_create_menu()Chris Young2011-09-043-16/+10
| | | | | | Remove DrawInfo too, as only there for image menus which never worked. svn path=/trunk/netsurf/; revision=12718
* Fix indentation.Michael Drake2011-09-041-339/+339
| | | | svn path=/trunk/netsurf/; revision=12714
* Delete a whole bunch of redundant tests for browser_window_type. Front ends ↵Michael Drake2011-09-041-93/+11
| | | | | | now only ever have any connection to browser windows of type BROWSER_WINDOW_NORMAL. Still a couple of uses in there; ami_menu_create() shouldn't need take a browser_window_type param now. svn path=/trunk/netsurf/; revision=12713
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-8/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-035-10/+10
| | | | svn path=/trunk/netsurf/; revision=12704
* Squash compiler warningsJohn Mark Bell2011-09-022-14/+14
| | | | svn path=/trunk/netsurf/; revision=12703
* Add missing includeJohn Mark Bell2011-09-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=12702
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-025-6/+6
| | | | svn path=/trunk/netsurf/; revision=12701
* Fix erroneous API usageJohn Mark Bell2011-09-021-2/+1
| | | | svn path=/trunk/netsurf/; revision=12700
* Search for librosprite when cross compiling for Amiga platformsJohn Mark Bell2011-09-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=12699
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to ↵Chris Young2011-09-024-36/+19
| | | | | | | | | | initiate an Intuition or Input deadlock. Re-enable context menus as they are now safe. Remove sticky context menus option as this can be set in GUI prefs as a global option. svn path=/trunk/netsurf/; revision=12698
* Don't refresh buttons when enabling/disabling. Fixes bitmap alpha/overprintingChris Young2011-08-311-5/+5
| | | | | | problem (thanks to Simon Archer) svn path=/trunk/netsurf/; revision=12694
* fix buildChris Young2011-08-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=12693
* refactor bitmap out of generic content structureVincent Sanders2011-08-313-33/+70
| | | | svn path=/trunk/netsurf/; revision=12686
* #ifdef this properlyChris Young2011-08-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=12679
* Disable the DataTypes animation handler for now as it doesn't work properlyChris Young2011-08-291-0/+2
| | | | svn path=/trunk/netsurf/; revision=12676
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-242-11/+0
| | | | svn path=/trunk/netsurf/; revision=12654
* Amiga changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-26/+14
| | | | svn path=/trunk/netsurf/; revision=12650
* use human_friendly_bytesizeChris Young2011-07-231-3/+3
| | | | svn path=/trunk/netsurf/; revision=12619
* Show existing file size when file already exists on downloadChris Young2011-07-239-17/+37
| | | | svn path=/trunk/netsurf/; revision=12618
* Fill in conspiciusly-empty else; fix warningsChris Young2011-07-231-11/+12
| | | | svn path=/trunk/netsurf/; revision=12617
* Fix warningsChris Young2011-07-2313-84/+91
| | | | svn path=/trunk/netsurf/; revision=12616
* Fix ASL hook functionChris Young2011-07-231-10/+18
| | | | svn path=/trunk/netsurf/; revision=12615
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-173-6/+19
| | | | svn path=/trunk/netsurf/; revision=12607
* Ensure buttons update (stop button activates) when new URL starts to loadChris Young2011-07-161-0/+2
| | | | svn path=/trunk/netsurf/; revision=12606
* Fix up Amiga front end.Michael Drake2011-07-133-4/+4
| | | | svn path=/trunk/netsurf/; revision=12601
* Fix up Amiga for r12574 API change.Michael Drake2011-07-061-5/+3
| | | | svn path=/trunk/netsurf/; revision=12575
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-032-12/+22
| | | | svn path=/trunk/netsurf/; revision=12569
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-032-0/+17
| | | | svn path=/trunk/netsurf/; revision=12568
* Fix an issue with GETTITLE returning an incorrect string on occasionChris Young2011-07-031-8/+10
| | | | | | Fix warnings svn path=/trunk/netsurf/; revision=12566
* Don't crash when freeing diskobjectChris Young2011-07-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12565
* Fix AppIcons for non-HTML contentsChris Young2011-07-032-14/+25
| | | | svn path=/trunk/netsurf/; revision=12564
* Make AmiDock icon behave a little more sensibly when all windows are iconified.Chris Young2011-07-031-0/+3
| | | | svn path=/trunk/netsurf/; revision=12563
* Iconfication; only enabled when running on WB screen at presentChris Young2011-07-035-42/+75
| | | | svn path=/trunk/netsurf/; revision=12562
* When opening new tabs next to the active one, open them sequentially until ↵Chris Young2011-07-023-2/+11
| | | | | | | | | the tab is switched away from. This is more akin to how Firefox etc do it. Make this the default. svn path=/trunk/netsurf/; revision=12561
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
| | | | svn path=/trunk/netsurf/; revision=12560
* Add an option to open new tabs next to the current tab. Needs some ↵Chris Young2011-07-023-3/+28
| | | | | | | | | additional logic as opening multiple tabs results in the new tabs being in reverse order to that expected. svn path=/trunk/netsurf/; revision=12559
* Put a search icon where the old search favicon wasChris Young2011-07-027-1/+51
| | | | svn path=/trunk/netsurf/; revision=12558
* Update to new APIChris Young2011-07-022-2/+2
| | | | svn path=/trunk/netsurf/; revision=12557
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-1/+1
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Formatting changesChris Young2011-06-301-18/+18
| | | | svn path=/trunk/netsurf/; revision=12549
* Fix compilationChris Young2011-06-301-2/+1
| | | | svn path=/trunk/netsurf/; revision=12547