]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-xpm.c
[quartz] Delete the typedef of GdkDevicePrivate
[~andy/gtk] / gdk-pixbuf / io-xpm.c
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-10 Matthias ClasenCleanups
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-03-20 Matthias ClasenAlways save errno to a temporary before making other...
2006-02-10 Matthias ClasenAlways check for NULL when using callbacks. (#330563...
2005-11-15 Matthias ClasenFix integer overflows in the xpm loader
2005-03-08 Matthias ClasenUse a generated table of offsets into a big const strin...
2005-03-03 Matthias ClasenCheck the number of scanned items. (#168906, Morten...
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-09-15 Matthias Clasen*** empty log message ***
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-06-12 Matthias ClasenDon't use contractions like "don't" or "isn't" in error...
2003-03-08 Matthias ClasenTrivial cleanups (bug #107664)
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-22 Federico Mena QuinteroAhem, take the rowstride into account!!! Fixes #82515.
2002-04-11 Matthias Clasen More fixes for #77807:
2001-12-14 Sebastian WilhelmiUse g_ascii_strcasecmp() instead of g_strcasecmp().
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-12-04 Owen TaylorFill in color fields to black for transparent colors...
2001-11-18 Hans Breueruse g_strcasecmp(), some poor platforms don't have...
2001-11-14 Daniel EggerRemove unused static function. (xpm_skip_string): Dito.
2001-09-21 Matthias Clasenio-xpm.c (xpm_extract_color): Rewritten to handle
2001-09-14 Matthias ClasenRobustness fixes and test images for the jpeg, tiff...
2001-05-07 Havoc Penningtonfix some shell typos
2001-02-07 Alexander LarssonUse g_free, since the buffer is allocated with g_try_al...
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-11-12 Hans Breuerportability fixes and corrected prototypes for self...
2000-11-11 Tor LillqvistUse g_file_open_tmp() (just added to GLib) instead...
2000-10-18 Havoc PenningtonSome updates
2000-10-09 Havoc Penningtoncontrib subdir
2000-10-05 Dan WinshipFix comments to not claim that all three of these files...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-21 Owen TaylorWelcome aboard, gdk-pixbuf.
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-02-22 Federico Mena Quintero0.6.0 - Federico
2000-02-14 Mark CrichtonIain sent me a xpm that didn't load. It used "g" instea...
2000-01-22 Arturo Espinosa0.5.0 - Federico
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-10-22 Havoc PenningtonClean up stupid increment-inside-array-dereference...
1999-10-22 Havoc PenningtonExport this symbol for loading an XPM from memory.
1999-10-20 Federico Mena QuinteroRemoved the unref_fn field. Now all memory management...
1999-10-18 Federico Mena QuinteroReindented to use the GNOME Indentation.
1999-09-22 Michael MeeksAdd pixbuf_duplicate,
1999-09-17 Federico Mena QuinteroSet the initial ref_count to 1.
1999-08-09 Federico Mena QuinteroFixed compiler warnings. Fixed write to unallocated...
1999-07-19 Larry EwingFix a few memory leaks in the, most of them in error...
1999-07-13 Mark CrichtonOk, we'll try this again.
1999-07-08 Mark CrichtonMassive update...
1999-06-30 Mark Crichtonio-gif.c, io-png.c: Actually put the licencing terms...