| Commit message (Expand) | Author | Age | Files | Lines |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -71/+71 |
* | Use explicit G_MODULE_EXPORT decoration when building the loader in | Tor Lillqvist | 2008-05-27 | 1 | -6/+4 |
* | Fix out-of-bound access. (#440918, Matthias Kilian) | Behdad Esfahbod | 2007-06-12 | 1 | -1/+1 |
* | Enable having some gdk-pixbuf loaders built-in even if loading the others | Tor Lillqvist | 2006-10-11 | 1 | -0/+6 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -7/+1 |
* | Fix the last change to actually compile. | Matthias Clasen | 2006-09-06 | 1 | -2/+2 |
* | Simplify and fix reading of ASCII images. | Matthias Clasen | 2006-09-06 | 1 | -82/+67 |
* | Support 16bit pnms | Matthias Clasen | 2006-03-03 | 1 | -8/+16 |
* | Always check for NULL when using callbacks. (#330563, Benjamin Otte) | Matthias Clasen | 2006-02-10 | 1 | -4/+5 |
* | Check for overflow. (#306394, Morten Welinder) | Matthias Clasen | 2005-06-08 | 1 | -1/+1 |
* | Don't read over the end of the buffer if '#' appears at the very end. | Matthias Clasen | 2005-02-16 | 1 | -1/+1 |
* | Pass in the max number of bytes to read. (pnm_read_ascii_scanline): And | Matthias Clasen | 2005-02-07 | 1 | -8/+15 |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 1 | -1/+1 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+1 |
* | Don't use contractions like "don't" or "isn't" in error messages. It isn't | Matthias Clasen | 2004-06-12 | 1 | -2/+2 |
* | Merged from 2.4 | Matthias Clasen | 2004-05-17 | 1 | -1/+1 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -0/+12 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -13/+48 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -2/+4 |
* | More fixes for #77807: | Matthias Clasen | 2002-04-11 | 1 | -14/+7 |
* | Add valid_ras_test and invalid_bmp_1. | Matthias Clasen | 2002-03-13 | 1 | -2/+0 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -4/+4 |
* | io-pnm.c (pnm_read_header): Use GDK_PIXBUF_ERROR_CORRUPT_IMAGE, | Matthias Clasen | 2001-09-14 | 1 | -7/+7 |
* | Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga | Matthias Clasen | 2001-09-14 | 1 | -36/+112 |
* | Add missing <stdlib.h> include. Add ifdef so we compile without warnings | Darin Adler | 2001-07-18 | 1 | -1/+1 |
* | patch from Szekeres Istvan, bug #52560 | Havoc Pennington | 2001-06-04 | 1 | -1/+8 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -4/+1 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -19/+45 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -29/+96 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -402/+415 |
* | 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 | -9/+9 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -16/+16 |
* | 0.5.0 - FedericoGDK_PIXBUF_0_5_0 | Arturo Espinosa | 2000-01-22 | 1 | -2/+3 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -6/+11 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -3/+2 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -2/+2 |
* | Fixed loading of ASCII PNM files. | Michael Fulbright | 1999-11-10 | 1 | -1/+1 |
* | Warning fixes - Federico | Arturo Espinosa | 1999-11-10 | 1 | -3/+6 |
* | Possible unsigned int error. | Michael Fulbright | 1999-11-09 | 1 | -1/+1 |
* | Doh. | Michael Fulbright | 1999-11-09 | 1 | -1/+0 |
* | Slight cosmetic cleanup. | Michael Fulbright | 1999-11-09 | 1 | -73/+34 |
* | Finished progressive PNM loading code. Should handle all types of PNM | Michael Fulbright | 1999-11-09 | 1 | -166/+72 |
* | Fixed so we do not create a separate pixel buffer when reading in image - | Michael Fulbright | 1999-11-08 | 1 | -37/+25 |
* | Added support for ASCII PNM files. Note I haven't tested loaded ASCII PBM | Michael Fulbright | 1999-11-08 | 1 | -64/+49 |
* | Implemented support for reading raw PBM/PGM/PPM files from a file. Next | Michael Fulbright | 1999-11-05 | 1 | -141/+254 |
* | Prettied up code slightly. Start of pnm loader (from file and | Michael Fulbright | 1999-11-05 | 1 | -0/+900 |