summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-pnm.c
Commit message (Expand)AuthorAgeFilesLines
* PNM: Generate an error if no pixbuf could be producedFelix Riemann2020-11-091-0/+6
* PNM: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-6/+9
* io-pnm.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-3/+4
* io-*.c: Use gdk_pixbuf_get_pixels(); don't access the pixels field directlyFederico Mena Quintero2018-06-011-2/+2
* Use Unicode in translatable stringsPiotr Drąg2017-12-051-1/+1
* pnm: Fix crash opening images with overly large dimensionsBastien Nocera2016-12-131-2/+18
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Make some string data constMatthias Clasen2013-12-181-6/+6
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include alias header when using built-in loadersColin Walters2010-07-061-0/+3
* Make it compileMatthias Clasen2010-06-251-1/+0
* Cast to gchar* to fix a compilation warningJavier Jardón2009-10-251-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-71/+71
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Fix out-of-bound access. (#440918, Matthias Kilian)Behdad Esfahbod2007-06-121-1/+1
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* CleanupsMatthias Clasen2006-10-081-7/+1
* Fix the last change to actually compile.Matthias Clasen2006-09-061-2/+2
* Simplify and fix reading of ASCII images.Matthias Clasen2006-09-061-82/+67
* Support 16bit pnmsMatthias Clasen2006-03-031-8/+16
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-101-4/+5
* 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 - FedericoFederico Mena Quintero2000-02-221-16/+16
* 0.5.0 - FedericoArturo 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