summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-xpm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* portability fixes and corrected prototypes for self-contained buildHans Breuer2000-11-121-1/+3
* Use g_file_open_tmp() (just added to GLib) instead of mkstemp() (orTor Lillqvist2000-11-111-3/+2
* Some updatesHavoc Pennington2000-10-181-1/+3
* contrib subdirHavoc Pennington2000-10-091-1/+97
* Fix comments to not claim that all three of these files are the JPEG imageDan Winship2000-10-051-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-9/+918
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-5/+6
* 0.6.0 - FedericoFederico Mena Quintero2000-02-221-2/+2
* Iain sent me a xpm that didn't load. It used "g" instead of "c" in it'sMark Crichton2000-02-141-1/+1
* 0.5.0 - FedericoArturo Espinosa2000-01-221-0/+2
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-1/+1
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-1/+1
* Clean up stupid increment-inside-array-dereference thingHavoc Pennington1999-10-221-12/+21