summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-ico.c
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-0/+18
* Support saving ICOs and CURs.Matthias Clasen2003-07-031-1/+317
* Stop discriminating against 32bpp ICOs a): Use the byte size of the imageMatthias Clasen2003-06-281-13/+9
* Add missing static qualifiers apparently causing problems on someMatthias Clasen2003-03-211-2/+3
* Calculate LineWidth for 16bpp from width, like for the other depths.Matthias Clasen2003-03-111-1/+1
* Remove leftover debug output. (#100357, Owen Taylor)Matthias Clasen2002-12-051-1/+1
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-13/+44
* Free the context if we cannot allocate the HeaderBuf.Federico Mena Quintero2002-09-271-0/+1
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-191-2/+2
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-171-2/+2
* Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot".Matthias Clasen2002-09-061-0/+14
* Don't leak memory if g_try_realloc fails.Matthias Clasen2002-09-031-14/+13
* New function for loading an image from a file either via module->load orMatthias Clasen2002-07-071-51/+0
* Correct computation of image height. (OneLine): Correct updateMatthias Clasen2002-07-061-3/+3
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-3/+5
* Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory().Matthias Clasen2002-02-121-0/+7
* Enable some tests which should work now.Matthias Clasen2002-02-101-1/+9
* Merge 16- and 32-bit ico support from the stable branch. (#61179)Matthias Clasen2002-02-011-15/+91
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-2/+2
* Add ico and wbmp tests. Fail with a suitable error if buffer allocationMatthias Clasen2001-08-201-42/+118
* fix some shell typosHavoc Pennington2001-05-071-6/+3
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-12/+30
* Some updatesHavoc Pennington2000-10-181-8/+19
* Check for <unistd.h>.Tor Lillqvist2000-08-011-0/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-34/+33
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-19/+20
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-5/+11
* Added missing "include <string.h>" to: gdk-pixbuf/io-ras.cArjan van de Ven1999-12-071-0/+1
* Bug in palet-size calculation fixedArjan van de Ven1999-12-051-1/+2
* Major cleanup, added support for 32 bpp and 4 bpp (uncompressed) images,Arjan van de Ven1999-12-041-70/+58
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-6/+2
* more work on the ico loaderJonathan Blandford1999-11-291-9/+7
* Added another loader from Arjan to handle .ico files. Cool.Jonathan Blandford1999-11-291-0/+698