summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.c
Commit message (Expand)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* More sniff buffer size unificationMatthias Clasen2013-12-171-1/+1
* animation: Allow prepare_func call in stop_loadBenjamin Otte2013-03-121-5/+8
* animation: Improve error handlingBenjamin Otte2013-02-191-15/+17
* animation: gdk_pixbuf_animation_new_from_file() can't load PNG filesBenjamin Otte2013-02-191-1/+4
* animation: Fix copy/paste SEGVBenjamin Otte2013-02-011-14/+17
* API: Add gdk_pixbuf_animation_new_from_resource()Benjamin Otte2013-01-301-0/+41
* xxx: from_stream_asyncBenjamin Otte2013-01-301-1/+1
* API: Add gdk_pixbuf_animation_new_from_stream_async()Benjamin Otte2013-01-301-0/+82
* API: Add gdk_pixbuf_animation_new_from_stream()Benjamin Otte2013-01-301-0/+85
* animation: Try using begin_load to load animationsBenjamin Otte2013-01-301-0/+44
* animation: reorder if blockBenjamin Otte2013-01-301-24/+24
* Remove locking around thread-unsafe modulesMatthias Clasen2013-01-101-7/+2
* Documentation fixesMatthias Clasen2012-09-031-2/+2
* Add missing allow-none anotations in animation APIJose Rostagno2012-07-301-2/+2
* Removed entities from the code markup as they are not being expandedXabier Rodriguez Calvar2012-07-301-2/+2
* Changed doc of GdkPixbufAnimation about size management.Xabier Rodriguez Calvar2012-07-301-8/+9
* Documentation: Migrate from old tmpl files.Jon Nordby2011-03-061-0/+16
* Add introspection annotationsJohan Dahlin2010-09-181-5/+5
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Bring back deprecated apiMatthias Clasen2010-06-271-0/+30
* Make it compileMatthias Clasen2010-06-251-2/+0
* Remove deprecated code: GdkPixbufAnimationJavier Jardón2010-05-031-30/+0
* [docs] Add missing "Deprecated: 2.x" to the api doc commentsJavier Jardón2010-01-111-2/+2
* Bug 546549 : Better Type Checking reviewed by: mitchSven Herzberg2008-08-081-8/+12
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use G_DEFINE_TYPE (#469341, Björn Lindqvist)Matthias Clasen2007-11-211-131/+34
* Always save errno to a temporary before making other calls. (#335179,Matthias Clasen2006-03-201-2/+3
* Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes.Matthias Clasen2005-10-031-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* 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