summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-simple-anim.h
Commit message (Collapse)AuthorAgeFilesLines
* Make GTK+ use an external gdk-pixbufMatthias Clasen2010-06-261-61/+0
|
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
| | | | ...and disallow inclusion of individual files unconditionally.
* Allow GdkPixbufSimpleAnim to loopClaudio Saavedra2009-04-181-0/+3
| | | | | Add a GdkPixbufSimpleAnim:loop boolean property and its accessors. Based on a patch by Tim Evans. (#561139)
* define GDK_PIXBUF_H_INSIDE around including all other headers.Michael Natterer2008-05-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-28 Michael Natterer <mitch@imendio.com> * gdk-pixbuf.h: define GDK_PIXBUF_H_INSIDE around including all other headers. * gdk-pixbuf-animation.h * gdk-pixbuf-core.h * gdk-pixbuf-enum-types.h.template * gdk-pixbuf-features.h.in * gdk-pixbuf-io.h * gdk-pixbuf-loader.h * gdk-pixbuf-simple-anim.h * gdk-pixbuf-transform.h: add single-include guards that #error out if GDK_PIXBUF_DISABLE_SINGLE_INCLUDES is defined and any of these files is included individually. * gdk-pixbuf-private.h: don't incude "gdk-pixbuf-io.h". * gdk-pixbuf-csource.c: #define __GTK_H_INSIDE__ around including "../gtk/gtkversion.h". Ugly but needed in this special case. svn path=/trunk/; revision=20214
* Fix make checkMatthias Clasen2005-06-151-0/+1
|
* No need to expose the iter subclass at all in the headers.Matthias Clasen2005-05-251-13/+0
| | | | | | | | 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/+66
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)