summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-pnm.c
Commit message (Expand)AuthorAgeFilesLines
* Check for overflow. (#306394, Morten Welinder)Matthias Clasen2005-06-081-1/+1
* Don't read over the end of the buffer if '#' appears at the very end.Matthias Clasen2005-02-161-1/+1
* Pass in the max number of bytes to read. (pnm_read_ascii_scanline): AndMatthias Clasen2005-02-071-8/+15
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Don't use contractions like "don't" or "isn't" in error messages. It isn'tMatthias Clasen2004-06-121-2/+2
* Merged from 2.4Matthias Clasen2004-05-171-1/+1
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-0/+12
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-13/+48
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-2/+4
* More fixes for #77807:Matthias Clasen2002-04-111-14/+7
* Add valid_ras_test and invalid_bmp_1.Matthias Clasen2002-03-131-2/+0
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-4/+4
* io-pnm.c (pnm_read_header): Use GDK_PIXBUF_ERROR_CORRUPT_IMAGE,Matthias Clasen2001-09-141-7/+7
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-141-36/+112
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-181-1/+1
* patch from Szekeres Istvan, bug #52560Havoc Pennington2001-06-041-1/+8
* fix some shell typosHavoc Pennington2001-05-071-4/+1
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-19/+45
* Some updatesHavoc Pennington2000-10-181-29/+96
* contrib subdirHavoc Pennington2000-10-091-402/+415
* 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-9/+9
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-16/+16
* 0.5.0 - FedericoGDK_PIXBUF_0_5_0Arturo Espinosa2000-01-221-2/+3
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-6/+11
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-3/+2
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-2/+2
* Fixed loading of ASCII PNM files.Michael Fulbright1999-11-101-1/+1
* Warning fixes - FedericoArturo Espinosa1999-11-101-3/+6
* Possible unsigned int error.Michael Fulbright1999-11-091-1/+1
* Doh.Michael Fulbright1999-11-091-1/+0
* Slight cosmetic cleanup.Michael Fulbright1999-11-091-73/+34
* Finished progressive PNM loading code. Should handle all types of PNMMichael Fulbright1999-11-091-166/+72
* Fixed so we do not create a separate pixel buffer when reading in image -Michael Fulbright1999-11-081-37/+25
* Added support for ASCII PNM files. Note I haven't tested loaded ASCII PBMMichael Fulbright1999-11-081-64/+49
* Implemented support for reading raw PBM/PGM/PPM files from a file. NextMichael Fulbright1999-11-051-141/+254
* Prettied up code slightly. Start of pnm loader (from file andMichael Fulbright1999-11-051-0/+900