| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for overflow in one more place. (#313818, Tommi Komulainen) | Matthias Clasen | 2005-08-18 | 1 | -1/+9 |
* | Fix a typo. (#168173, Ivan Wong) | Matthias Clasen | 2005-02-24 | 1 | -1/+1 |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 1 | -1/+1 |
* | *** empty log message *** | Matthias Clasen | 2004-09-15 | 1 | -0/+8 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+1 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -0/+18 |
* | Support saving ICOs and CURs. | Matthias Clasen | 2003-07-03 | 1 | -1/+317 |
* | Stop discriminating against 32bpp ICOs a): Use the byte size of the image | Matthias Clasen | 2003-06-28 | 1 | -13/+9 |
* | Add missing static qualifiers apparently causing problems on some | Matthias Clasen | 2003-03-21 | 1 | -2/+3 |
* | Calculate LineWidth for 16bpp from width, like for the other depths. | Matthias Clasen | 2003-03-11 | 1 | -1/+1 |
* | Remove leftover debug output. (#100357, Owen Taylor) | Matthias Clasen | 2002-12-05 | 1 | -1/+1 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -13/+44 |
* | Free the context if we cannot allocate the HeaderBuf. | Federico Mena Quintero | 2002-09-27 | 1 | -0/+1 |
* | Remove the _-prefix from gdk_pixbuf_set_option and | Matthias Clasen | 2002-09-19 | 1 | -2/+2 |
* | _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all | Matthias Clasen | 2002-09-17 | 1 | -2/+2 |
* | Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot". | Matthias Clasen | 2002-09-06 | 1 | -0/+14 |
* | Don't leak memory if g_try_realloc fails. | Matthias Clasen | 2002-09-03 | 1 | -14/+13 |
* | New function for loading an image from a file either via module->load or | Matthias Clasen | 2002-07-07 | 1 | -51/+0 |
* | Correct computation of image height. (OneLine): Correct update | Matthias Clasen | 2002-07-06 | 1 | -3/+3 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -3/+5 |
* | Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory(). | Matthias Clasen | 2002-02-12 | 1 | -0/+7 |
* | Enable some tests which should work now. | Matthias Clasen | 2002-02-10 | 1 | -1/+9 |
* | Merge 16- and 32-bit ico support from the stable branch. (#61179) | Matthias Clasen | 2002-02-01 | 1 | -15/+91 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -2/+2 |
* | Add ico and wbmp tests. Fail with a suitable error if buffer allocation | Matthias Clasen | 2001-08-20 | 1 | -42/+118 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -6/+3 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -12/+30 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -8/+19 |
* | Check for <unistd.h>. | Tor Lillqvist | 2000-08-01 | 1 | -0/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -34/+33 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -19/+20 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -5/+11 |
* | Added missing "include <string.h>" to: gdk-pixbuf/io-ras.c | Arjan van de Ven | 1999-12-07 | 1 | -0/+1 |
* | Bug in palet-size calculation fixed | Arjan van de Ven | 1999-12-05 | 1 | -1/+2 |
* | Major cleanup, added support for 32 bpp and 4 bpp (uncompressed) images, | Arjan van de Ven | 1999-12-04 | 1 | -70/+58 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -6/+2 |
* | more work on the ico loader | Jonathan Blandford | 1999-11-29 | 1 | -9/+7 |
* | Added another loader from Arjan to handle .ico files. Cool. | Jonathan Blandford | 1999-11-29 | 1 | -0/+698 |