]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-pnm.c
[quartz] Delete the typedef of GdkDevicePrivate
[~andy/gtk] / gdk-pixbuf / io-pnm.c
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-25 Javier JardónCast to gchar* to fix a compilation warning
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-05-27 Tor LillqvistUse explicit G_MODULE_EXPORT decoration when building...
2007-06-12 Behdad EsfahbodFix out-of-bound access. (#440918, Matthias Kilian)
2006-10-11 Tor LillqvistEnable having some gdk-pixbuf loaders built-in even...
2006-10-08 Matthias ClasenCleanups
2006-09-06 Matthias ClasenFix the last change to actually compile.
2006-09-06 Matthias ClasenSimplify and fix reading of ASCII images.
2006-03-03 Matthias ClasenSupport 16bit pnms
2006-02-10 Matthias ClasenAlways check for NULL when using callbacks. (#330563...
2005-06-08 Matthias ClasenCheck for overflow. (#306394, Morten Welinder)
2005-02-16 Matthias ClasenDon't read over the end of the buffer if '#' appears...
2005-02-07 Matthias ClasenPass in the max number of bytes to read. (pnm_read_asci...
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-06-12 Matthias ClasenDon't use contractions like "don't" or "isn't" in error...
2004-05-17 Matthias ClasenMerged from 2.4
2004-01-07 Matthias ClasenMake it possible to call gdk_pixbuf_loader_set_size...
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-07-06 Matthias ClasenLoad-at-size functionality for gdk-pixbuf.
2002-04-11 Matthias Clasen More fixes for #77807:
2002-03-13 Matthias ClasenAdd valid_ras_test and invalid_bmp_1.
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-09-14 Matthias Clasenio-pnm.c (pnm_read_header): Use GDK_PIXBUF_ERROR_CORRUP...
2001-09-14 Matthias ClasenRobustness fixes and test images for the jpeg, tiff...
2001-07-18 Darin AdlerAdd missing <stdlib.h> include. Add ifdef so we compile...
2001-06-04 Havoc Penningtonpatch from Szekeres Istvan, bug #52560
2001-05-07 Havoc Penningtonfix some shell typos
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-10-18 Havoc PenningtonSome updates
2000-10-09 Havoc Penningtoncontrib subdir
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-02-22 Federico Mena Quintero0.6.0 - Federico
2000-01-22 Arturo Espinosa0.5.0 - Federico
2000-01-05 Jonathan BlandfordChange the order of the update func to make it more...
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-10 Michael FulbrightFixed loading of ASCII PNM files.
1999-11-10 Arturo EspinosaWarning fixes - Federico
1999-11-09 Michael FulbrightPossible unsigned int error.
1999-11-09 Michael FulbrightDoh.
1999-11-09 Michael FulbrightSlight cosmetic cleanup.
1999-11-09 Michael FulbrightFinished progressive PNM loading code. Should handle...
1999-11-08 Michael FulbrightFixed so we do not create a separate pixel buffer when...
1999-11-08 Michael FulbrightAdded support for ASCII PNM files. Note I haven't teste...
1999-11-05 Michael FulbrightImplemented support for reading raw PBM/PGM/PPM files...
1999-11-05 Michael FulbrightPrettied up code slightly. Start of pnm loader (from...