- 07 Jun, 2016 1 commit
-
-
Chun-wei Fan authored
Add a version macro header that would reveal the availability of the various APIs, which is used to indicate what stable release series an API is available, and what release series is an API deprecated. This is also used to export the symbols using compiler directives, which would eliminate the need to maintain .symbols files. Annotate the symbols in the pubic headers accordingly, and update the doc sections file so that the macros are included in the documentation. https://bugzilla.gnome.org/show_bug.cgi?id=767164
-
- 31 Jan, 2014 1 commit
-
-
Daniel Mustieles García authored
-
- 28 Dec, 2012 1 commit
-
-
Matthias Clasen authored
gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
-
- 06 Mar, 2011 1 commit
-
-
Jon Nordby authored
This puts all the docs that existed in tmpl files when gdk-pixbuf was moved out of gtk into inline comments. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=635643
-
- 27 Jun, 2010 1 commit
-
-
Matthias Clasen authored
Grudgingly, in the name of API stability.
-
- 02 May, 2010 1 commit
-
-
...and disallow inclusion of individual files unconditionally.
-
- 18 Apr, 2009 1 commit
-
-
Claudio Saavedra authored
Add a GdkPixbufSimpleAnim:loop boolean property and its accessors. Based on a patch by Tim Evans. (#561139)
-
- 28 May, 2008 1 commit
-
-
Michael Natterer authored
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
-
- 15 Jun, 2005 1 commit
-
-
Matthias Clasen authored
-
- 25 May, 2005 2 commits
-
-
Matthias Clasen authored
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.
-
Matthias Clasen authored
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)
-