summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* also convert nsdefault.css in svn tree into a proper link (OS4 SVN does not ↵Chris Young2011-10-051-0/+4
| | | | | | | | support fs links) svn path=/trunk/netsurf/; revision=12964
* Adjust some typesChris Young2011-10-051-5/+6
| | | | svn path=/trunk/netsurf/; revision=12963
* Keep running if an error occursChris Young2011-10-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=12962
* Shuffle CSS files so default.css is the main oneChris Young2011-10-054-10/+10
| | | | svn path=/trunk/netsurf/; revision=12959
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+18
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Fix icon loaderChris Young2011-10-042-2/+2
| | | | svn path=/trunk/netsurf/; revision=12947
* Fix crash when switching tabsChris Young2011-10-031-6/+9
| | | | svn path=/trunk/netsurf/; revision=12932
* Fix up for nsurl changes. Untested.Michael Drake2011-10-0310-42/+42
| | | | svn path=/trunk/netsurf/; revision=12928
* Add context menu for plain text content.Chris Young2011-10-021-0/+6
| | | | | | All non-HTML contents now have context menus activated svn path=/trunk/netsurf/; revision=12922
* Make adding context menus more modularChris Young2011-10-021-218/+247
| | | | svn path=/trunk/netsurf/; revision=12921
* Disable RAmiga-U temporarily as ActivateGadget() is causing a bizarre but fatalChris Young2011-09-291-1/+2
| | | | | | interaction with context menus. svn path=/trunk/netsurf/; revision=12913
* Re-instate default.css.info as the install script copies it to def_css.info ↵Chris Young2011-09-281-0/+0
| | | | | | | | if there isn't one already. svn path=/trunk/netsurf/; revision=12909
* Abort if user is <OS4.1 and no static version available.Chris Young2011-09-261-0/+7
| | | | | | Probably needs moving up to before the user has been asked for an install location svn path=/trunk/netsurf/; revision=12895
* Build Cairo version as NetSurf; non-Cairo version as NetSurf-StaticChris Young2011-09-264-7/+7
| | | | | | | Don't bother to build/copy NetSurf-Static for release packages Update .readme to show requirement for AmigaOS 4.1 svn path=/trunk/netsurf/; revision=12893
* Add context menu items for framesChris Young2011-09-251-4/+101
| | | | svn path=/trunk/netsurf/; revision=12877
* Also read mimetype mappings from mimetypes.userChris Young2011-09-255-5/+11
| | | | svn path=/trunk/netsurf/; revision=12876
* increase keyboard scroll speed to 10pxChris Young2011-09-251-4/+6
| | | | svn path=/trunk/netsurf/; revision=12875
* Reduce task priority to -1Chris Young2011-09-252-0/+0
| | | | | | This stops the rest of the system slowing down when NetSurf is trying to receive data svn path=/trunk/netsurf/; revision=12874
* When pressing mouse button don't try to go forwards in history first... ↵Chris Young2011-09-241-1/+1
| | | | | | | | instead make releasing mouse button 5 go forwards in history. svn path=/trunk/netsurf/; revision=12873
* Remove gui_multitaskJohn Mark Bell2011-09-211-12/+4
| | | | svn path=/trunk/netsurf/; revision=12828
* Remove AMINS_FRAMEChris Young2011-09-162-4/+2
| | | | svn path=/trunk/netsurf/; revision=12801
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-158-38/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-155-45/+10
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Partially convert to use browser_window_contextual_contentChris Young2011-09-131-72/+75
| | | | svn path=/trunk/netsurf/; revision=12793
* If the prefs window is already open ad Edit Prefs is called from the menu, ↵Chris Young2011-09-131-0/+7
| | | | | | | | bring the already-opened prefs window to the front and make it active. svn path=/trunk/netsurf/; revision=12792
* updated kb shortcuts (credit: samir)Chris Young2011-09-131-7/+16
| | | | svn path=/trunk/netsurf/; revision=12791
* Fix search icon disappearing when layout size bar draggedChris Young2011-09-122-0/+21
| | | | svn path=/trunk/netsurf/; revision=12790
* Convert keypresses to UCS4. Fixes issue with typing Euro symbol (¤). ↵Chris Young2011-09-121-1/+3
| | | | | | | | Probably fixes other characters in more exotic character sets. svn path=/trunk/netsurf/; revision=12789
* Correct Code2000 addressChris Young2011-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=12788
* Change option to get accepted languages from Locale into a checkbox so it ↵Chris Young2011-09-113-9/+27
| | | | | | | | updates at startup svn path=/trunk/netsurf/; revision=12787
* Setting screen signals this late doesn't work, so revert r12486 completely ↵Chris Young2011-09-101-19/+5
| | | | | | | | and return to busy-looping (but a bit friendlier this time, waiting 1 second between attempts) svn path=/trunk/netsurf/; revision=12785
* Initialise bitmap ptr to NULLChris Young2011-09-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=12780
* Select fonts, sizes and colours for splash screen text rather than relying ↵Chris Young2011-09-073-3/+43
| | | | | | | | on system default svn path=/trunk/netsurf/; revision=12776
* Use Michael Drake's proper splash screenChris Young2011-09-074-5/+31
| | | | svn path=/trunk/netsurf/; revision=12773
* 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