summaryrefslogtreecommitdiff
path: root/image/jpeg.h
Commit message (Collapse)AuthorAgeFilesLines
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=5459
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-0/+5
| | | | | | | | | | 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 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
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-211-1/+6
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2005-02-03 13:05:29 by rjw]Richard Wilson2005-02-031-0/+2
| | | | | | Add missing #include svn path=/import/netsurf/; revision=1483
* [project @ 2004-10-17 21:12:32 by bursa]James Bursa2004-10-171-0/+4
| | | | | | Replace bitmap_redraw() with plot.bitmap(). svn path=/import/netsurf/; revision=1316
* [project @ 2004-09-04 14:37:57 by joty]John Tytgat2004-09-041-0/+1
| | | | | | Norcroft compile fixes. svn path=/import/netsurf/; revision=1267
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-0/+24
Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265