summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-pnm.c
Commit message (Expand)AuthorAgeFilesLines
* 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