summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.c
Commit message (Expand)AuthorAgeFilesLines
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+3
* gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file) AvoidMatthias Clasen2004-12-271-3/+3
* gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.cTor Lillqvist2004-12-051-2/+28
* Fix a typo in the docs. (#159955, Masao Mutoh)Matthias Clasen2004-11-301-3/+3
* Be extra careful when locking and handle the case that the module mayMatthias Clasen2004-11-161-2/+4
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+6
* Use g_filename_display_name() instead of g_filename_to_utf8() when puttingMatthias Clasen2004-11-111-19/+15
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-111-0/+1
* Convert filenames to UTF-8 when embedding them in error messages.Matthias Clasen2004-06-051-4/+18
* Add sanity checks for GError handling. (#108345)Matthias Clasen2003-04-241-0/+1
* Add missing static. (#108614)Matthias Clasen2003-03-211-1/+1
* Add deprecation docs.Matthias Clasen2002-11-291-4/+6
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-1/+3
* add deprecation compile flagsManish Singh2002-09-291-2/+2
* 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
* gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thusMatthias Clasen2002-08-221-11/+1
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-1/+1
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-5/+5
* fix some shell typosHavoc Pennington2001-05-071-168/+487
* marshaller fixes.Tim Janik2001-03-071-1/+3
* prepend underscore (gdk_pixbuf_get_named_module): prepend underscoreHavoc Pennington2001-02-201-2/+2
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-9/+3
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-1/+5
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-0/+58
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Some updatesHavoc Pennington2000-10-181-8/+66
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Win32 build setup:Tor Lillqvist2000-07-221-1/+1
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-1/+1
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-34/+72
* Your eyes are bloodshot.GDK_PIXBUF_0_7_0Federico Mena Quintero2000-04-131-13/+17
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-0/+83
* Added GdkPixbufAnimation accessor functions, so that we don't have toEttore Perazzoli2000-04-041-0/+61
* same as belowRadek Doulik2000-04-031-0/+2
* Return the same pixbuf as the input parameter.Federico Mena Quintero2000-01-211-3/+6
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-071-1/+1
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-0/+159