summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-simple-anim.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable deprecation warnings for GTimeValEmmanuele Bassi2019-07-291-0/+1
| | | | | Common GdkPixbufAnimation implementations need to avoid warnings caused by the recent deprecation of GTimeVal in GLib 2.62.
* lib: Replace P_() by _()Bastien Nocera2014-10-241-2/+2
| | | | As they're defined to the same thing anyway.
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Revert "GtkPixbufSimpleAnimIter: Check iter->simple_animation before unref."Tristan Van Berkom2013-04-051-3/+2
| | | | | | This reverts commit 94d6b940eb5d54b96f6fe7e8addf76ee792061b5. Benjamin Otte would prefer not to have the NULL check, as it's not really needed.
* GtkPixbufSimpleAnimIter: Check iter->simple_animation before unref.Tristan Van Berkom2013-04-051-2/+3
| | | | | This is just a nitpick, and allows the objects-finalize test in GTK+ to pass.
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
| | | | This is copying similar changes from glib.
* Make it compileMatthias Clasen2010-06-251-1/+0
|
* Allow GdkPixbufSimpleAnim to loopClaudio Saavedra2009-04-181-4/+115
| | | | | Add a GdkPixbufSimpleAnim:loop boolean property and its accessors. Based on a patch by Tim Evans. (#561139)
* Bug 561186 – GdkPixbuf API type checking needs cleanupChristian Dywan2008-11-301-3/+3
| | | | | | | | | | | | | | | | | | | 2008-11-30 Christian Dywan <christian@imendio.com> Bug 561186 – GdkPixbuf API type checking needs cleanup * gdk-pixbuf-loader.c (gdk_pixbuf_loader_write), (gdk_pixbuf_loader_get_pixbuf), (gdk_pixbuf_loader_get_animation), (gdk_pixbuf_loader_close), (gdk_pixbuf_loader_get_format): * gdk-pixbuf-scale.c (gdk_pixbuf_scale), (gdk_pixbuf_composite), (gdk_pixbuf_composite_color), (gdk_pixbuf_scale_simple), (gdk_pixbuf_composite_color_simple): * gdk-pixbuf-simple-anim.c (gdk_pixbuf_simple_anim_add_frame): * gdk-pixbuf-util.c (gdk_pixbuf_add_alpha), (gdk_pixbuf_apply_embedded_orientation): Improve type checking in pixbuf API svn path=/trunk/; revision=21832
* Don't double the delay time of the first frame. (#431997, BjörnMatthias Clasen2007-04-251-1/+1
| | | | | | | | | | | | 2007-04-25 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-simple-anim.c (gdk_pixbuf_simple_anim_add_frame): Don't double the delay time of the first frame. (#431997, Björn Lindqvist) svn path=/trunk/; revision=17634
* More of the sameMatthias Clasen2006-05-141-2/+2
|
* No need to expose the iter subclass at all in the headers.Matthias Clasen2005-05-251-0/+15
| | | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf.symbols: * gdk-pixbuf-simple-anim.[hc]: No need to expose the iter subclass at all in the headers.
* Add new files.Matthias Clasen2005-05-251-0/+427
2005-05-25 Matthias Clasen <mclasen@redhat.com> * Makefile.am: Add new files. * gdk-pixbuf.symbols: Add new api. * gdk-pixbuf.h: Include gdk-pixbuf-simple-anim.h here. * gdk-pixbuf-simple-anim.[hc]: Add a way to construct simple animations out of pixbufs. (#135161, Dom Lachowicz)