summaryrefslogtreecommitdiff
path: root/riscos/artworks.c
Commit message (Collapse)AuthorAgeFilesLines
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-485/+0
| | | | svn path=/trunk/netsurf/; revision=12336
* Fix Artworks content handler build.Michael Drake2011-05-091-3/+4
| | | | svn path=/trunk/netsurf/; revision=12334
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-41/+179
| | | | svn path=/trunk/netsurf/; revision=12283
* 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
* ConstifyJohn Mark Bell2011-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-2/+6
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Fix double free of titleJohn Mark Bell2010-04-121-1/+0
| | | | svn path=/trunk/netsurf/; revision=10386
* Port to new content APIJohn Mark Bell2010-04-051-11/+31
| | | | svn path=/trunk/netsurf/; revision=10244
* More aliasingJohn Mark Bell2009-03-281-6/+9
| | | | svn path=/trunk/netsurf/; revision=6973
* A few usability tweaksAdrian Lees2008-12-261-3/+4
| | | | svn path=/trunk/netsurf/; revision=5922
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-2/+3
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* Update status bar when standalone images are done.Michael Drake2008-03-101-0/+2
| | | | svn path=/trunk/netsurf/; revision=3917
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Workaround for AWRenderer clipping issue (bug #1756230) and improved ↵Adrian Lees2007-07-221-9/+31
| | | | | | rendering performance svn path=/trunk/netsurf/; revision=3456
* Change ArtWorks file MIME type to "image/x-artworks".Michael Drake2007-07-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=3449
* Use proper background colour for AW files using transparencyAdrian Lees2007-07-201-0/+4
| | | | svn path=/trunk/netsurf/; revision=3447
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-8/+8
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-1/+2
| | | | | | | | | | error using content_broadcast and leave it to the content owner(s) to decide what to do about it. Only use warn_user for top-level contents. svn path=/trunk/netsurf/; revision=3204
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix for knockout rendering of native formatsAdrian Lees2006-08-191-0/+4
| | | | svn path=/trunk/netsurf/; revision=2869
* [project @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-101-0/+273
ArtWorks support svn path=/import/netsurf/; revision=1891