summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Remove any need for LangNames to be imported as a Messages fileChris Young2011-10-291-4/+8
| | | | svn path=/trunk/netsurf/; revision=13099
* Stop abusing Messages with continual load of LangNamesChris Young2011-10-291-10/+8
| | | | svn path=/trunk/netsurf/; revision=13098
* SimplifyChris Young2011-10-291-8/+5
| | | | svn path=/trunk/netsurf/; revision=13097
* Allow usage of a resource.map file to map resource: requests to other files.Chris Young2011-10-292-31/+74
| | | | svn path=/trunk/netsurf/; revision=13096
* Search the current theme dir for resources.Chris Young2011-10-291-12/+29
| | | | svn path=/trunk/netsurf/; revision=13091
* Only one of these save ops needs the file opened hereChris Young2011-10-271-43/+43
| | | | svn path=/trunk/netsurf/; revision=13086
* Complete extended context menusChris Young2011-10-236-74/+129
| | | | svn path=/trunk/netsurf/; revision=13076
* Revert r13074 - doesn't actually fix the problemChris Young2011-10-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=13075
* Fix the plotting of tiled bitmaps. EraseRect() appears to have a bug where ↵Chris Young2011-10-221-0/+3
| | | | | | | | it won't draw anything if ymin==ymax svn path=/trunk/netsurf/; revision=13074
* Fix save_completeChris Young2011-10-221-39/+41
| | | | svn path=/trunk/netsurf/; revision=13073
* Avoid horizontal pixel-height lines of the background appearing when "fast ↵Chris Young2011-10-221-4/+2
| | | | | | | | | | | | | | scrolling" down the page. There is a similar problem with scrolling up pages which may be a bug in ami_do_redraw_limits or plotters (probably bitmap tile plotter), as drawing additional pixel lines after scrolling is not redrawing the affected area. Example sites where this problem is apparent: http://www.nintendolife.com (border pattern does not redraw) http://www.amigaos.net/content/72/supported-hardware (clouds show through the main text area) svn path=/trunk/netsurf/; revision=13072
* Move non-requester user file operations to file.cChris Young2011-10-155-42/+255
| | | | svn path=/trunk/netsurf/; revision=13065
* Move all main file req save ops to file.cChris Young2011-10-153-179/+15
| | | | svn path=/trunk/netsurf/; revision=13064
* Start to consolidate user file operation into one fileChris Young2011-10-157-92/+44
| | | | svn path=/trunk/netsurf/; revision=13062
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-113-9/+14
| | | | svn path=/trunk/netsurf/; revision=13036
* page context menu (mostly non-functioning)Chris Young2011-10-091-4/+74
| | | | svn path=/trunk/netsurf/; revision=13025
* Add keyboard shortcuts that already exist. These are handled in gui.c -Chris Young2011-10-081-0/+6
| | | | | | popupmenu.class does not appear to act on them. svn path=/trunk/netsurf/; revision=13015
* Stop confusing svn clientChris Young2011-10-081-3/+2
| | | | svn path=/trunk/netsurf/; revision=13014
* Treat all objects equally, non-plugin_hack objects can now be opened in externalChris Young2011-10-082-26/+16
| | | | | | application if CMD line present in resources/mimetypes svn path=/trunk/netsurf/; revision=13013
* Fix link creationChris Young2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13012
* Default search ico should only come from themeChris Young2011-10-083-19/+5
| | | | svn path=/trunk/netsurf/; revision=13011
* Navigate submenuChris Young2011-10-081-7/+91
| | | | svn path=/trunk/netsurf/; revision=13010
* Amiga front end still uses this for now.Michael Drake2011-10-081-0/+0
| | | | svn path=/trunk/netsurf/; revision=13008
* correct filenameChris Young2011-10-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=12996
* Add favicon to iconification iconChris Young2011-10-075-44/+67
| | | | svn path=/trunk/netsurf/; revision=12995
* comment removalChris Young2011-10-071-2/+1
| | | | svn path=/trunk/netsurf/; revision=12988
* fix botched link renameChris Young2011-10-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=12987
* favicon fixesChris Young2011-10-073-7/+3
| | | | svn path=/trunk/netsurf/; revision=12985
* 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