summaryrefslogtreecommitdiff
path: root/image/gif.c
Commit message (Collapse)AuthorAgeFilesLines
* Update project URL.Michael Drake2006-11-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-0/+8
| | | | | | 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-0/+14
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2006-01-24 23:06:36 by rjw]Richard Wilson2006-01-241-11/+3
| | | | | | Don't decode GIFs until they are required for rendering. svn path=/import/netsurf/; revision=2031
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-2/+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 1 of 2. svn path=/import/netsurf/; revision=1761
* [project @ 2005-02-01 16:55:11 by rjw]Richard Wilson2005-02-011-8/+8
| | | | | | 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-13/+35
| | | | | | 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-5/+11
| | | | | | 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-29/+24
| | | | | | 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-10 19:51:31 by rjw]Richard Wilson2004-11-101-1/+6
| | | | | | Further GIF optimisation to reduce flicker. svn path=/import/netsurf/; revision=1356
* [project @ 2004-11-09 23:34:01 by rjw]Richard Wilson2004-11-091-38/+33
| | | | | | Move GIF decoding out of the plot loop where possible. svn path=/import/netsurf/; revision=1355
* [project @ 2004-10-17 21:12:32 by bursa]James Bursa2004-10-171-3/+3
| | | | | | Replace bitmap_redraw() with plot.bitmap(). svn path=/import/netsurf/; revision=1316
* [project @ 2004-10-05 15:42:15 by jmb]John Mark Bell2004-10-051-0/+1
| | | | | | Plug memory leak svn path=/import/netsurf/; revision=1304
* [project @ 2004-10-05 14:36:44 by jmb]John Mark Bell2004-10-051-2/+0
| | | | | | | | 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/+242
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