summaryrefslogtreecommitdiff
path: root/riscos/sprite.c
Commit message (Collapse)AuthorAgeFilesLines
* NETSURF_USE_DRAW should apply to the Draw content handler only.John Mark Bell2009-06-201-3/+6
| | | | | | | | Introduce NETSURF_USE_DRAW_EXPORT to toggle draw export support. Fix up a bunch of stuff related to this. Fix warnings caused by disabling the Sprite renderer. svn path=/trunk/netsurf/; revision=7899
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6916
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-0/+1
| | | | | | | | | | 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
* - Compiler warning squashJohn Tytgat2008-07-261-1/+1
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* 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
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-10/+10
| | | | | | | | | | | | | | 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
* Update project URL.Michael Drake2006-11-271-3/+3
| | | | 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 @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-241-0/+34
| | | | | | Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157
* [project @ 2005-04-05 17:19:58 by rjw]Richard Wilson2005-04-051-24/+9
| | | | | | Add sanity checks to Sprite file handling and simplify code. svn path=/import/netsurf/; revision=1600
* [project @ 2005-04-05 02:36:33 by rjw]Richard Wilson2005-04-051-34/+8
| | | | | | Reduce re-allocation of memory when receiving files (drastically increases the speed of loading large files locally). Sprite files no longer require two copies of their data. svn path=/import/netsurf/; revision=1598
* [project @ 2004-11-06 19:34:24 by bursa]James Bursa2004-11-061-8/+51
| | | | | | Fix RISC OS sprite rendering. Document files. svn path=/import/netsurf/; revision=1348
* [project @ 2004-11-02 23:23:07 by rjw]Richard Wilson2004-11-021-1/+1
| | | | | | Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336
* [project @ 2004-08-15 19:06:23 by jmb]John Mark Bell2004-08-151-50/+5
| | | | | | | | | Rationalise image redraw. Supply background colour when redrawing contents Reenable printing of background images Require Tinct 0.07 svn path=/import/netsurf/; revision=1234
* [project @ 2004-08-11 16:26:13 by jmb]John Mark Bell2004-08-111-4/+21
| | | | | | | | | | | Make content_redraw return a bool Printing of foreground images now uses OS_SpriteOp Printing of background images disabled Mega-paranoid SWI result checking in htmlredraw.c Rearranged GIF data structure slightly - updates to reflect this. Other stuff I've probably forgotten svn path=/import/netsurf/; revision=1208
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-38/+54
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-4/+5
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-1/+2
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+4
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-1/+1
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-8/+11
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-09-12 19:51:17 by bursa]James Bursa2003-09-121-9/+11
| | | | | | Display sprites with extension areas, fix some warnings. svn path=/import/netsurf/; revision=289
* [project @ 2003-09-11 18:37:25 by jmb]John Mark Bell2003-09-111-8/+11
| | | | | | Fix sprite support svn path=/import/netsurf/; revision=284
* [project @ 2003-09-10 22:46:56 by jmb]John Mark Bell2003-09-101-0/+108
It helps if you cvs add new files... svn path=/import/netsurf/; revision=283