summaryrefslogtreecommitdiff
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
* build: Do not include removed file gdk-pixbuf-i18n.hMarcus Karlsson2014-11-211-1/+0
| | | | | | | The file gdk-pixbuf-i18n.h was removed in f37f850a but it is still included in io-gdip-utils.h. Remove all remaining references to it. https://bugzilla.gnome.org/show_bug.cgi?id=739441
* doc: Move gdk_pixbuf_set_option() next to _get_option()Bastien Nocera2014-10-221-1/+1
|
* lib: Add gdk_pixbuf_get_options() helperBastien Nocera2014-10-211-0/+1
| | | | | | | So people don't have to guess the possible values of "key" in gdk_pixbuf_get_option() calls https://bugzilla.gnome.org/show_bug.cgi?id=674858
* Add gdk_pixbuf_read_pixels and gdk_pixbuf_new_from_bytes to the docsDavid Shea2014-08-311-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735410
* Add an asynchronous version of gdk_pixbuf_get_file_infoDebarshi Ray2014-08-161-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=712599
* Add an index for 2.32 apiMatthias Clasen2014-07-181-0/+4
|
* Drop the &gdk-pixbuf; entityMatthias Clasen2014-03-141-6/+2
| | | | It does not get expanded anymore; lets just say gdk-pixbuf.
* Drop markup from doc commentsMatthias Clasen2014-02-151-1/+0
| | | | | Switch to markdown for our inline markup needs, and turn off sgml mode for the docs.
* Remove Makefile.declMatthias Clasen2013-12-202-5/+0
| | | | | | We are now using glib-tap.mk for the tests, and all we gain from Makefile.decl is a predefined EXTRA_DIST, which doesn't seem worth it.
* Avoid some automake warningsMatthias Clasen2013-12-181-1/+1
|
* Add an index for the 2.30 API additionsEmmanuele Bassi2013-03-301-0/+4
|
* loader: Add gdk_pixbuf_loader_write_bytes()Emmanuele Bassi2013-03-301-0/+1
| | | | | | | | A GBytes variant to gdk_pixbuf_loader_write(), which allows language bindings to actually be able to use the Gio GInputStream.read_bytes() method with GdkPixbufLoader. https://bugzilla.gnome.org/show_bug.cgi?id=696917
* Add an index for 2.28 api additionsMatthias Clasen2013-03-021-0/+4
|
* API: Add gdk_pixbuf_animation_new_from_resource()Benjamin Otte2013-01-301-0/+1
|
* API: Add gdk_pixbuf_animation_new_from_stream_async()Benjamin Otte2013-01-301-0/+2
|
* API: Add gdk_pixbuf_animation_new_from_stream()Benjamin Otte2013-01-301-0/+1
|
* Documentation fixesMatthias Clasen2012-09-031-8/+5
| | | | | Patch by Rafał Mużyło, https://bugzilla.gnome.org/show_bug.cgi?id=676430
* Improve man pagesMatthias Clasen2012-08-063-32/+45
| | | | | Copy various tweaks that I've done to man pages in other modules, to improve consistency.
* docs: fix gtk-doc warningsCosimo Cecchi2012-07-081-0/+2
| | | | Also add a couple of missing methods to the sections file
* Add missing loading from resource API docsSébastien Wilmet2012-05-031-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675257
* Add missing async loading API docsBastien Nocera2012-04-161-0/+3
|
* Fix distcheckMatthias Clasen2011-12-161-1/+1
|
* Add new symbols to docsMatthias Clasen2011-12-161-0/+2
|
* Add missing indicesMatthias Clasen2011-12-161-0/+8
|
* Bring back deprecated apiMatthias Clasen2010-06-271-0/+4
| | | | Grudgingly, in the name of api stability.
* Don't add a -2.0 suffix to binaries any longerMatthias Clasen2010-06-268-29/+41
| | | | We no longer need to make them parallel installable
* Bring gdk-pixbuf-xlib backMatthias Clasen2010-06-261-0/+48
|
* Fix doc buildMatthias Clasen2010-06-254-56/+68
|
* Adapt to being standaloneMatthias Clasen2010-06-2513-9/+680
|
* Make the docs parallel installableMatthias Clasen2010-05-101-302/+0
|
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-3/+3
| | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
* [docs] Fix documentation build warningsJavier Jardón2010-01-121-0/+3
| | | | | | | Fix issues when using GI annotations so the xslt does a fallback if the local links do not exist. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604876
* Allow GdkPixbufSimpleAnim to loopClaudio Saavedra2009-04-181-0/+2
| | | | | Add a GdkPixbufSimpleAnim:loop boolean property and its accessors. Based on a patch by Tim Evans. (#561139)
* Add online urls for library.gnome.org. This allows other docs to doStefan Kost2009-02-061-8/+10
| | | | | | | | | | | | | | * gdk-pixbuf/gdk-pixbuf.sgml: * gdk/gdk-docs.sgml: * gtk/gtk-docs.sgml: * libgail-util/gail-libgail-util-docs.sgml: Add online urls for library.gnome.org. This allows other docs to do gtkdoc-rebase --online --html-dir=html before publishing docs and have working xrefs. Whitespece cleanup for gdk/gdk-docs.sgml. svn path=/trunk/; revision=22287
* Use xi:include instead of entities to ease maintenance and speed upStefan Kost2008-09-061-59/+54
| | | | | | | | | | | | | | | | | * gdk-pixbuf/gdk-pixbuf-csource.xml: * gdk-pixbuf/gdk-pixbuf-from-drawables.sgml: * gdk-pixbuf/gdk-pixbuf-query-loaders.xml: * gdk-pixbuf/gdk-pixbuf-rendering.sgml: * gdk-pixbuf/gdk-pixbuf.sgml: * gdk-pixbuf/porting-from-imlib.sgml: * gdk/gdk-docs.sgml: * gdk/multihead.sgml: * libgail-util/gail-libgail-util-docs.sgml: Use xi:include instead of entities to ease maintenance and speed up documentation build. Fixes #540967 svn path=/trunk/; revision=21304
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-2/+2
| | | | | | | | | | | | | 2008-02-15 Matthias Clasen <mclasen@redhat.com> * configure.in: Go back to 2.13.0 as version for now, as there was no consensus to do the jump. * many other places: Update Since: tags. svn path=/trunk/; revision=19586
* Add stream i/o functions for gdk-pixbufMatthias Clasen2008-01-162-0/+6
| | | | svn path=/trunk/; revision=19373
* Document the "orientation" option.Matthias Clasen2007-07-021-0/+1
| | | | | | | | | | | | | | | | 2007-07-02 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf.c (gdk_pixbuf_get_option): Document the "orientation" option. * gdk-pixbuf.symbols: * gdk-pixbuf-core.h: * gdk-pixbuf-util.c (gdk_pixbuf_apply_embedded_orientation): New function to handle Exif orientation information in tiff and jpeg images. (#439567, Michael Chudobiak) svn path=/trunk/; revision=18340
* Add new apiMatthias Clasen2007-05-261-1/+6
| | | | svn path=/trunk/; revision=17943
* Correct the include for GdkPixdata. (#394000, Samuel Cormier-Iijima)Matthias Clasen2007-01-071-0/+1
| | | | | | | | | | | 2007-01-07 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf/gdk-pixbuf-sections.txt: Correct the include for GdkPixdata. (#394000, Samuel Cormier-Iijima) svn path=/trunk/; revision=17108
* Remove an empty indexMatthias Clasen2006-04-241-3/+0
|
* Small additions/fixes.Matthias Clasen2005-12-191-1/+1
| | | | | | | | 2005-12-19 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf/tmpl/module_interface.sgml: * gdk-pixbuf/gdk-pixbuf-sections.txt: * gdk-pixbuf/tmpl/animation.sgml: Small additions/fixes.
* Bump version to 2.9.0Matthias Clasen2005-08-261-0/+3
| | | | | | | | | | | 2005-08-26 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version to 2.9.0 * gdk-pixbuf/gdk-pixbuf.sgml: * gdk/gdk-docs.sgml: * gtk/gtk-docs.sgml: Add indices for new symbols in 2.10
* Small fixesMatthias Clasen2005-08-061-2/+0
| | | | | | | | | 2005-08-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: * gtk/Makefile.am: * gdk-pixbuf/gdk-pixbuf-sections.txt: * gdk/tmpl/images.sgml: Small fixes
* Fix the "new in 2.8" index.Matthias Clasen2005-07-081-0/+3
| | | | | | | | 2005-07-08 Matthias Clasen <mclasen@redhat.com> * gdk/gdk-docs.sgml: Fix the "new in 2.8" index. * gdk-pixbuf/gdk-pixbuf.sgml: Add the "new in 2.8" index.
* 2.7.0Matthias Clasen2005-06-201-0/+1
|
* Add some symbols.Matthias Clasen2005-06-101-0/+10
| | | | | | 2005-06-09 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf/gdk-pixbuf-sections.txt: Add some symbols.
* Add GdkPixbufSimplAnim functions.Matthias Clasen2005-05-251-0/+7
| | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufSimplAnim functions.
* AdditionsMatthias Clasen2005-05-081-0/+1
|
* Add some missing declarations.Matthias Clasen2004-09-011-0/+8
| | | | | | | 2004-09-01 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf/gdk-pixbuf-sections.txt: Add some missing declarations.