summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove compat.c/h, hasn't been needed for a long time.Chris Young2011-03-043-145/+1
| | | | svn path=/trunk/netsurf/; revision=11910
* Add "use blank page" button for homepage urlChris Young2011-03-041-3/+21
| | | | | | Add close gadget to window (operates as cancel) svn path=/trunk/netsurf/; revision=11909
* Don't override download dir as it stops the last used dir being rememberedChris Young2011-03-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=11908
* Use browser_window_redraw_readyChris Young2011-03-041-6/+4
| | | | svn path=/trunk/netsurf/; revision=11907
* Use BltBitMapTagsChris Young2011-03-041-7/+33
| | | | svn path=/trunk/netsurf/; revision=11906
* Don't trap RMB over gadgets if those gadgets are disabledChris Young2011-03-011-4/+4
| | | | svn path=/trunk/netsurf/; revision=11879
* Copy our updated working libpng.so; this fixes the cyan boxes on WikipediaChris Young2011-03-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=11878
* Brand new windows should not be cloning an existing browser_window or they ↵Chris Young2011-03-012-4/+4
| | | | | | | | | pick up old local history. Brand new tabs should not either but that appears to be unavoidable at present. svn path=/trunk/netsurf/; revision=11872
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-012-14/+5
| | | | svn path=/trunk/netsurf/; revision=11870
* Limit context menu history items to 10Chris Young2011-02-282-0/+8
| | | | svn path=/trunk/netsurf/; revision=11868
* Don't plot 0 size bitmapsChris Young2011-02-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=11867
* Add history context menu to the forward button tooChris Young2011-02-281-2/+38
| | | | svn path=/trunk/netsurf/; revision=11866
* Right-click back button now gives list of history items.Chris Young2011-02-281-7/+37
| | | | | | Probably needs tidying up - limiting number of entries etc svn path=/trunk/netsurf/; revision=11865
* Memory leakChris Young2011-02-281-0/+6
| | | | svn path=/trunk/netsurf/; revision=11864
* Avoid multiple duplicated menusChris Young2011-02-281-3/+10
| | | | | | Allow selection menu to appear over blank area of text boxes svn path=/trunk/netsurf/; revision=11862
* Allow context menus in arbitrary positions outside the browsing area.Chris Young2011-02-284-166/+226
| | | | | | | Add a Local History item to a new back button context menu, eventually this will give a recent history list. svn path=/trunk/netsurf/; revision=11858
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
| | | | | | | * Make content handlers responsible for setting READY/DONE state & emitting events. * Stop content_convert doing this when there is a registered convert function for the content type. svn path=/trunk/netsurf/; revision=11850