summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-xbm.c
Commit message (Expand)AuthorAgeFilesLines
* 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