summaryrefslogtreecommitdiff
path: root/riscos/gifread.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-1038/+0
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-09-01 16:48:25 by rjw]Richard Wilson2004-09-011-1/+1
| | | | | | Fix for previous stupidity. svn path=/import/netsurf/; revision=1260
* [project @ 2004-08-31 19:50:15 by rjw]Richard Wilson2004-08-311-9/+23
| | | | | | GIF reading now assumes files follow the spec and works bad files only in special cases. svn path=/import/netsurf/; revision=1258
* [project @ 2004-08-14 00:32:31 by rjw]Richard Wilson2004-08-141-0/+1
| | | | | | Changes for Tinct printing support svn path=/import/netsurf/; revision=1225
* [project @ 2004-08-11 16:26:13 by jmb]John Mark Bell2004-08-111-16/+29
| | | | | | | | | | | 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-07-26 22:23:40 by rjw]Richard Wilson2004-07-261-2/+1
| | | | | | Hotlist toolbar icon shading. Fix for GIF animation artifacts under certain conditions. svn path=/import/netsurf/; revision=1151
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-14/+15
| | | | | | 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-06-09 23:15:34 by rjw]Richard Wilson2004-06-091-8/+61
| | | | | | | Fix for bounding box calculations with clear codes. The first frame is decoded when the GIF is initialised. svn path=/import/netsurf/; revision=945
* [project @ 2004-05-31 20:03:20 by rjw]Richard Wilson2004-05-311-2/+2
| | | | | | Fix for interlaced GIFs with very small heights. svn path=/import/netsurf/; revision=903
* [project @ 2004-05-20 21:51:50 by rjw]Richard Wilson2004-05-201-63/+63
| | | | | | Animations now default to looping once. svn path=/import/netsurf/; revision=875
* [project @ 2004-05-19 17:36:55 by rjw]Richard Wilson2004-05-191-122/+134
| | | | | | Faster GIF decoding svn path=/import/netsurf/; revision=869
* [project @ 2004-05-10 22:14:33 by rjw]Richard Wilson2004-05-101-67/+73
| | | | | | | | Added support for NETSCAPE2.0 application extension for limited looping. GIF decoding attempts all images, irrespective of whether they adhere to the GIF87/GIF89a spec. Disabled logging. svn path=/import/netsurf/; revision=849
* [project @ 2004-05-09 21:15:54 by rjw]Richard Wilson2004-05-091-1/+1
| | | | | | Temporary fix for decoding certain images. svn path=/import/netsurf/; revision=848
* [project @ 2004-05-09 16:12:24 by rjw]Richard Wilson2004-05-091-95/+113
| | | | | | Improved GIF animation and a decoding bug fix. svn path=/import/netsurf/; revision=845
* [project @ 2004-04-17 20:50:33 by rjw]Richard Wilson2004-04-171-86/+92
| | | | | | Fixed animation disposal handling. svn path=/import/netsurf/; revision=790
* [project @ 2004-04-06 23:13:25 by rjw]Richard Wilson2004-04-061-0/+915
New GIF reading code. svn path=/import/netsurf/; revision=732