summaryrefslogtreecommitdiff
path: root/riscos/artworks.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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