]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/gdk-pixbuf-animation.c
Bug 546549 : Better Type Checking reviewed by: mitch
[~andy/gtk] / gdk-pixbuf / gdk-pixbuf-animation.c
2008-08-08 Sven HerzbergBug 546549 : Better Type Checking reviewed by: mitch
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-11-21 Matthias ClasenUse G_DEFINE_TYPE (#469341, Björn Lindqvist)
2006-03-20 Matthias ClasenAlways save errno to a temporary before making other...
2005-10-03 Matthias ClasenUse a 1k buffer for sniffing image formats, instead...
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-27 Matthias Clasengdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_f...
2004-12-05 Tor Lillqvistgdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io...
2004-11-30 Matthias ClasenFix a typo in the docs. (#159955, Masao Mutoh)
2004-11-16 Matthias ClasenBe extra careful when locking and handle the case that...
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-11-11 Matthias ClasenUse g_filename_display_name() instead of g_filename_to_...
2004-08-11 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-06-05 Matthias ClasenConvert filenames to UTF-8 when embedding them in error...
2003-04-24 Matthias Clasen Add sanity checks for GError handling. (#108345)
2003-03-21 Matthias ClasenAdd missing static. (#108614)
2002-11-29 Matthias ClasenAdd deprecation docs.
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-09-29 Manish Singhadd deprecation compile flags
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-08-22 Matthias Clasengdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No...
2001-12-20 Matthias ClasenMore precise documentation about underscores and mnemon...
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-05-07 Havoc Penningtonfix some shell typos
2001-03-07 Tim Janikmarshaller fixes.
2001-02-20 Havoc Penningtonprepend underscore (gdk_pixbuf_get_named_module): prepe...
2001-02-04 Tim Janikremoved gtk_signal_init() compat define.
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-12-17 Havoc PenningtonPort to GObject, can go back in gdk-pixbuf after settin...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-18 Havoc PenningtonSome updates
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-22 Tor LillqvistWin32 build setup:
2000-07-11 Tim Janikadd xthickness and ythickness to GtkRcStyle and add...
2000-06-22 Havoc PenningtonConvert GdkPixbuf to GObject, leaving it opaque (i...
2000-04-13 Federico Mena QuinteroYour eyes are bloodshot.
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-04-04 Ettore PerazzoliAdded GdkPixbufAnimation accessor functions, so that...
2000-04-03 Radek Douliksame as below
2000-01-21 Federico Mena QuinteroReturn the same pixbuf as the input parameter.
2000-01-07 Jonathan BlandfordAdded progressive animation loading. Added progressive...
2000-01-02 Federico Mena QuinteroAdded reference counting to animations. A web browser...