summaryrefslogtreecommitdiff
path: root/riscos/image.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=8752
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-1/+2
| | | | svn path=/trunk/netsurf/; revision=5459
* - Compiler warning squashJohn Tytgat2008-07-261-1/+2
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* 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-1/+1
| | | | | | | | | | | | | | 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-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-231-0/+2
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [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-0/+24
Rationalise image redraw. Supply background colour when redrawing contents Reenable printing of background images Require Tinct 0.07 svn path=/import/netsurf/; revision=1234