summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Script to create a resources dir in the build tree, for running NetSurf from ↵Chris Young2011-04-091-0/+21
| | | | | | | | | the build tree or running makepackage (which assume a resources dir with the appropriate links in place) svn path=/trunk/netsurf/; revision=12175
* Enable the ask overwrite checkbox so it can actually be changed, correct the ↵Chris Young2011-03-261-13/+14
| | | | | | | | | gadget ID so it works and swap clipboard and search bar options as it makes the interface look neater svn path=/trunk/netsurf/; revision=12139
* copy documentationChris Young2011-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12137
* Remove unused ColorMap to CLUT functionChris Young2011-03-262-24/+0
| | | | svn path=/trunk/netsurf/; revision=12136
* Implement ask overwriteChris Young2011-03-2614-68/+188
| | | | svn path=/trunk/netsurf/; revision=12135
* Remove "search from url bar" as it doesn't do anything.Chris Young2011-03-251-40/+30
| | | | | | Move clipboard group into vacated space svn path=/trunk/netsurf/; revision=12132
* Fix crash when adding to hotlistChris Young2011-03-241-7/+7
| | | | svn path=/trunk/netsurf/; revision=12129
* Use webp.library instead of libwebp.soChris Young2011-03-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=12117
* Update to use official libwebp 0.1Chris Young2011-03-203-4/+2
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* print caret at scroll position netsurf believes the page is at, rather than ↵Chris Young2011-03-191-2/+2
| | | | | | | | where the gui says it is svn path=/trunk/netsurf/; revision=12108
* Redraw the area under a caret when it is cleared, rather than relying on a ↵Chris Young2011-03-192-13/+9
| | | | | | | | potentially out-of-date off-screen copy of what used to be there. svn path=/trunk/netsurf/; revision=12107
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
| | | | | | | Probably need to document how to add another app to handle FTP though, as it's not obvious but could be useful. svn path=/trunk/netsurf/; revision=12104
* Enable fast scrolling for non-HTML contentsChris Young2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12103
* Remove what should now be redundant special casing of text/plain.Michael Drake2011-03-171-6/+0
| | | | svn path=/trunk/netsurf/; revision=12099
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Localise About req buttons (OK/Credits/Licence)Chris Young2011-03-162-22/+36
| | | | svn path=/trunk/netsurf/; revision=12078
* Move remaining popupmenu.class stuff to context_menu.c, and #ifdef it forChris Young2011-03-162-64/+99
| | | | | | __amigaos4__ only. svn path=/trunk/netsurf/; revision=12077
* Only extend the clipping area for plain text contentsChris Young2011-03-151-2/+8
| | | | svn path=/trunk/netsurf/; revision=12063
* Fix local history redrawChris Young2011-03-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=12054
* give up trying to create fs links as it doesn't work properly either with or Chris Young2011-03-142-2/+0
| | | | | | without escaping the punctuation... svn path=/trunk/netsurf/; revision=12053
* Add links to missing resourcesChris Young2011-03-142-0/+2
| | | | svn path=/trunk/netsurf/; revision=12051
* Revert errorneous documentation updateChris Young2011-03-141-3/+0
| | | | svn path=/trunk/netsurf/; revision=12050
* More rigourous MIME type checking for CSS allows us to remove the icons from ↵Chris Young2011-03-148-18/+40
| | | | | | | | included CSS files. svn path=/trunk/netsurf/; revision=12049
* Avoid crash when no theme is presentChris Young2011-03-141-1/+6
| | | | svn path=/trunk/netsurf/; revision=12047
* Check for RISC OS CSS filetype in case we have got redirected (ie. we are ↵Chris Young2011-03-141-0/+11
| | | | | | | | running from the SVN tree and using resource: addressing) svn path=/trunk/netsurf/; revision=12041
* Avoid crashing on NULL schedule_listChris Young2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12040
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Don't crash if removing events when we have no listChris Young2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12035
* Empty the schedule list before freeing and closing resourcesChris Young2011-03-132-2/+22
| | | | svn path=/trunk/netsurf/; revision=12034
* Move timer initialisation for scheduler so netsurf_init can queue scheduled ↵Chris Young2011-03-131-3/+3
| | | | | | events. svn path=/trunk/netsurf/; revision=12033
* Add missing includes; Don't mix TimeVal definitionsChris Young2011-03-131-2/+5
| | | | svn path=/trunk/netsurf/; revision=12032
* Add Credits and Licence buttons to About requester.Chris Young2011-03-131-12/+11
| | | | svn path=/trunk/netsurf/; revision=12031
* Search for resources in user's preferred languages, en, and outside theChris Young2011-03-132-9/+50
| | | | | | language-specific dirs. svn path=/trunk/netsurf/; revision=12030
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Set version using testament.h instead of old ARexx scriptChris Young2011-03-133-65/+37
| | | | svn path=/trunk/netsurf/; revision=12028
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-2/+1
| | | | svn path=/trunk/netsurf/; revision=11964
* Remove gui_globals scale as no longer neededChris Young2011-03-104-7/+0
| | | | svn path=/trunk/netsurf/; revision=11962
* Fix crash when launching NetSurf twiceChris Young2011-03-101-5/+8
| | | | svn path=/trunk/netsurf/; revision=11961
* Fix up pkg-config package ordering to ensure that libcares appears after ↵John Mark Bell2011-03-091-2/+4
| | | | | | | | libcurl in the link line Link against libauto when cross compiling for AmigaOS4 svn path=/trunk/netsurf/; revision=11957
* Need __USE_INLINE__ and __USE_BASETYPE__ for AmigaOS4John Mark Bell2011-03-091-3/+11
| | | | | | Only link against libiconv if building for AmigaOS3 svn path=/trunk/netsurf/; revision=11955
* Squash warningJohn Mark Bell2011-03-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11954
* Squash warningsJohn Mark Bell2011-03-091-2/+3
| | | | svn path=/trunk/netsurf/; revision=11953
* Buildsystem hackery to support cross compiling for AmigaOS4John Mark Bell2011-03-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11952
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-2/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Don't scale text plots in front end (Amiga).Michael Drake2011-03-081-4/+4
| | | | svn path=/trunk/netsurf/; revision=11939
* Remove -liconv, as we use newlib's implementation andChris Young2011-03-061-1/+1
| | | | | | lpu handles opening of iconv itself. svn path=/trunk/netsurf/; revision=11928
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-068-57/+331
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-054-103/+155
| | | | | | | | background for all text, won't work with Cairo renderer, may crash with certain gfx lib operations (AreaFill). However, seems to be much faster in 16-bit mode than off-screen buffered rendering. svn path=/trunk/netsurf/; revision=11913
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, ↵Chris Young2011-03-055-204/+247
| | | | | | | | if we're compiled with Cairo support. svn path=/trunk/netsurf/; revision=11912