]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-xbm.c
Updated German translation.
[~andy/gtk] / gdk-pixbuf / io-xbm.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-05-27 Tor LillqvistUse explicit G_MODULE_EXPORT decoration when building...
2006-10-11 Tor LillqvistEnable having some gdk-pixbuf loaders built-in even...
2006-07-17 Matthias ClasenFix incremental loading of xbms. (#346427, Ed Catmur...
2006-03-20 Matthias ClasenAlways save errno to a temporary before making other...
2006-02-10 Matthias ClasenAlways check for NULL when using callbacks. (#330563...
2004-12-05 Tor Lillqvistgdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io...
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-02-28 Hans Breuerinclude <io.h> for lseek() use HAVE_UNISTD_H
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-09-19 Matthias ClasenRemove the _-prefix from gdk_pixbuf_set_option and
2002-09-17 Matthias Clasen_-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_opt...
2002-09-06 Matthias ClasenAttach hotspot coordinates to the pixbuf as options...
2002-07-06 Matthias ClasenLoad-at-size functionality for gdk-pixbuf.
2002-05-31 Matthias ClasenAccept xbms starting with a C comment - those seem...
2002-02-08 Darin AdlerWean this from <ctype.h>.
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-10-29 Tor LillqvistUse -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_O...
2001-10-18 Matthias ClasenDon't dereference context when it may be NULL. (#62344)
2001-07-18 Darin AdlerAdd missing <stdlib.h> include. Add ifdef so we compile...
2001-05-07 Havoc Penningtonfix some shell typos
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2001-01-22 John Harpernew pixbuf loader, for X bitmap files. Basically a...