summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-xbm.c
Commit message (Expand)AuthorAgeFilesLines
* xbm: Free data in error pathEmmanuele Bassi2020-11-101-4/+5
* XBM: Fix signed integer overflow.Tobias Stoeckmann2020-06-261-2/+2
* loaders: Make the names of prepared_func and updated_func consistentFederico Mena Quintero2020-01-071-10/+10
* XBM: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-3/+6
* io-xbm.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-1/+3
* io-xbm: Fix potential overflows in read_bitmap_file_data()Philip Withnall2017-02-071-6/+22
* 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
* Avoid an integer overflow in the xbm loaderMatthias Clasen2012-04-141-2/+10
* 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
* 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-12/+12
* 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
* Fix incremental loading of xbms. (#346427, Ed Catmur) Also make the xbmMatthias Clasen2006-07-171-18/+28
* 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-2/+3
* 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
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* include <io.h> for lseek() use HAVE_UNISTD_HHans Breuer2004-02-281-0/+2
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-10/+36
* 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-0/+8
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-1/+2
* Accept xbms starting with a C comment - those seem to be not uncommon,Matthias Clasen2002-05-311-0/+2
* Wean this from <ctype.h>.Darin Adler2002-02-081-3/+2
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-1/+1
* Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend onTor Lillqvist2001-10-291-3/+3
* Don't dereference context when it may be NULL. (#62344)Matthias Clasen2001-10-181-2/+1
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-181-2/+2
* fix some shell typosHavoc Pennington2001-05-071-3/+1
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-14/+53
* new pixbuf loader, for X bitmap files. Basically a collision betweenJohn Harper2001-01-221-0/+406