summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-ico.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate a large-enough and maskMatthias Clasen2009-11-271-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-68/+68
* Add image/x-win-bitmap mimetypeMatthias Clasen2008-06-181-0/+1
* Fix a crashMatthias Clasen2008-06-131-1/+24
* Fix INCLUDE_ macrosMatthias Clasen2008-05-301-1/+1
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-7/+5
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* Add image/x-ico to supported mime types. Fixes bug #393599.Felix Riemann2007-02-271-0/+1
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* Check for overflow in one more place. (#313818, Tommi Komulainen)Matthias Clasen2005-08-181-1/+9
* Fix a typo. (#168173, Ivan Wong)Matthias Clasen2005-02-241-1/+1
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* *** empty log message ***Matthias Clasen2004-09-151-0/+8
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* 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