summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-xpm.c
Commit message (Expand)AuthorAgeFilesLines
* XPM: Fix undefined behaviourTobias Stoeckmann2020-06-261-1/+1
* loaders: Make the names of prepared_func and updated_func consistentFederico Mena Quintero2020-01-071-15/+15
* XPM: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-10/+12
* xpm: Fail when XPM file doesn't contain enough dataBastien Nocera2019-03-011-2/+8
* xpm: Simplify error pathBastien Nocera2019-03-011-9/+11
* xpm: Sanity check XPM file dimensionsBastien Nocera2019-03-011-0/+9
* io-xpm.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-3/+12
* io-*.c: Use gdk_pixbuf_get_pixels(); don't access the pixels field directlyFederico Mena Quintero2018-06-011-1/+1
* io-xpm: Handle fseek() failurePhilip Withnall2017-02-071-1/+2
* io-xpm: Fix "format not a string literal" errorsBastien Nocera2016-08-021-8/+9
* 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
* Trivial typo fixesMatthias Clasen2013-12-181-2/+2
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include alias header when using built-in loadersColin Walters2010-07-061-0/+6
* Make it compileMatthias Clasen2010-06-251-1/+0
* CleanupsMatthias Clasen2009-09-101-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-44/+44
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* Always save errno to a temporary before making other calls. (#335179,Matthias Clasen2006-03-201-1/+2
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-101-4/+6
* Fix integer overflows in the xpm loaderMatthias Clasen2005-11-151-2/+5
* Use a generated table of offsets into a big const string to avoidMatthias Clasen2005-03-081-765/+3
* Check the number of scanned items. (#168906, Morten Welinder)Matthias Clasen2005-03-031-0/+9
* gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.cTor Lillqvist2004-12-051-2/+2
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* *** empty log message ***Matthias Clasen2004-09-151-10/+26
* 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
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-1/+1
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-11/+35
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-191-2/+2
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-171-2/+2
* Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot".Matthias Clasen2002-09-061-2/+11
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-1/+2
* Ahem, take the rowstride into account!!! Fixes #82515.Federico Mena Quintero2002-05-221-3/+3
* More fixes for #77807:Matthias Clasen2002-04-111-17/+6
* Use g_ascii_strcasecmp() instead of g_strcasecmp().Sebastian Wilhelmi2001-12-141-1/+2
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-2/+2
* Fill in color fields to black for transparent colors since we'll laterOwen Taylor2001-12-041-0/+3
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-181-1/+1
* Remove unused static function. (xpm_skip_string): Dito.Daniel Egger2001-11-141-25/+3
* io-xpm.c (xpm_extract_color): Rewritten to handleMatthias Clasen2001-09-211-62/+66
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-141-14/+32
* fix some shell typosHavoc Pennington2001-05-071-3/+3
* Use g_free, since the buffer is allocated with g_try_alloc().Alexander Larsson2001-02-071-1/+1
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-25/+71