summaryrefslogtreecommitdiff
path: root/image/gifread.c
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 4345-4346,4350-4351,4389,4391,4395,4401-4403,4423,4485-4486 ↵James Bursa2008-08-121-1004/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via svnmerge from svn://semichrome.net/branches/dynis/netsurf ........ r4345 | dynis | 2008-06-15 18:37:23 -0500 (Sun, 15 Jun 2008) | 1 line Move NetSurf's gifread.h to libnsgif ........ r4346 | dynis | 2008-06-15 18:38:38 -0500 (Sun, 15 Jun 2008) | 1 line Remove NetSurf's gifread.c (replaced by libnsgif) ........ r4350 | dynis | 2008-06-15 18:57:17 -0500 (Sun, 15 Jun 2008) | 1 line Added references to libnsgif where necessary; corrected function calls where callbacks were implemented ........ r4351 | dynis | 2008-06-15 19:00:33 -0500 (Sun, 15 Jun 2008) | 1 line Updated Makefile to compile with libnsgif ........ r4389 | dynis | 2008-06-18 13:58:51 -0500 (Wed, 18 Jun 2008) | 1 line Altered bitmap callback table name for gif images to avoid ambiguity when bmp image library is created ........ r4391 | dynis | 2008-06-18 14:08:39 -0500 (Wed, 18 Jun 2008) | 1 line Updated netsurf branch to use new bitmap callback table structure name that was altered in libnsgif ........ r4395 | dynis | 2008-06-18 14:54:51 -0500 (Wed, 18 Jun 2008) | 1 line Corrected param comments for bitmap_set_suspendable() ........ r4401 | dynis | 2008-06-18 18:39:50 -0500 (Wed, 18 Jun 2008) | 1 line Added references to libnsbmp where necessary; corrected function calls where callbacks were implemented ........ r4402 | dynis | 2008-06-18 18:40:47 -0500 (Wed, 18 Jun 2008) | 1 line Updated Makefile to compile with libnsbmp ........ r4403 | dynis | 2008-06-18 18:41:53 -0500 (Wed, 18 Jun 2008) | 1 line Remove NetSurf's bmpread.c and bmpread.h (replaced by libnsbmp) ........ r4423 | dynis | 2008-06-22 14:21:30 -0500 (Sun, 22 Jun 2008) | 1 line Correct a silly mistake in nsbmp_bitmap_create ........ r4485 | dynis | 2008-07-01 04:13:48 -0500 (Tue, 01 Jul 2008) | 1 line Integrated the latest versions of libnsgif and libnsbmp into NetSurf ........ r4486 | dynis | 2008-07-01 05:27:10 -0500 (Tue, 01 Jul 2008) | 1 line Altered bitmap functions to receive void pointers for proper utilisation of libnsgif and libnsbmp ........ svn path=/trunk/netsurf/; revision=5071
* SignednessWarnings.squash()John Mark Bell2008-02-251-2/+3
| | | | | | Aside from a number of instances of const being cast away (mostly relating to the urldb, which is correct to only export const data) this now builds warning-free with GCC 4 on x86, which is nice. svn path=/trunk/netsurf/; revision=3868
* Make GIF decoding work correctly on big-endian (colors were wrong).James Bursa2008-02-101-4/+5
| | | | svn path=/trunk/netsurf/; revision=3854
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-4/+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-2/+2
| | | | | | | | | | | | | | 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
* Ignore common GIF screen size errors (fix 1650225)Richard Wilson2007-03-031-6/+6
| | | | svn path=/trunk/netsurf/; revision=3192
* Update project URL.Michael Drake2006-11-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2006-03-23 04:31:17 by rjek]Rob Kendrick2006-03-231-2/+2
| | | | | | Fix decoding of GIF images with more than 127 colours in them (for nsgtk) svn path=/import/netsurf/; revision=2152
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-2/+2
| | | | | | Reduce constant bitmap overhead per reference by moving to a flag word. Allow bitmaps to be reduced back to their raw data to free extra memory in a highly efficient manner. svn path=/import/netsurf/; revision=2089
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-211-3/+4
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2006-01-24 23:04:49 by rjw]Richard Wilson2006-01-241-106/+109
| | | | | | Faster GIF decoding. svn path=/import/netsurf/; revision=2028
* [project @ 2006-01-01 23:54:37 by rjw]Richard Wilson2006-01-011-65/+82
| | | | | | Optimisation of GIF reading. svn path=/import/netsurf/; revision=1931
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-1/+3
| | | | | | 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 1 of 2. svn path=/import/netsurf/; revision=1761
* [project @ 2005-04-29 01:35:52 by rjw]Richard Wilson2005-04-291-2/+2
| | | | | | Only initialise canvases if we need to. svn path=/import/netsurf/; revision=1699
* [project @ 2005-02-02 02:05:58 by rjw]Richard Wilson2005-02-021-3/+6
| | | | | | Accomodate further GIF brokenness. svn path=/import/netsurf/; revision=1481
* [project @ 2005-02-01 16:55:11 by rjw]Richard Wilson2005-02-011-59/+44
| | | | | | Animate broken GIFs with frame delays of 0. svn path=/import/netsurf/; revision=1480
* [project @ 2005-02-01 01:00:31 by rjw]Richard Wilson2005-02-011-39/+0
| | | | | | Move clipping area cascading to redraw loop (stops progressive decoding having a negative effect.) svn path=/import/netsurf/; revision=1478
* [project @ 2005-01-23 15:20:45 by rjw]Richard Wilson2005-01-231-15/+7
| | | | | | Fix for first frame of a GIF animation not always being correctly cleared svn path=/import/netsurf/; revision=1462
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-1/+1
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [project @ 2004-11-09 21:27:59 by rjw]Richard Wilson2004-11-091-7/+8
| | | | | | Fix for GIF dirty frame clearance bug. svn path=/import/netsurf/; revision=1353
* [project @ 2004-10-05 22:38:02 by rjw]Richard Wilson2004-10-051-6/+22
| | | | | | GIF opacity test is now applied to all GIFs. Background colour redraw is optimised out for opaque, repeating images. svn path=/import/netsurf/; revision=1305
* [project @ 2004-10-05 14:36:44 by jmb]John Mark Bell2004-10-051-9/+6
| | | | | | | | Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-0/+1014
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