summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* gdk-pixbuf: add gdk_pixbuf_format_is_save_option_supported() APICosimo Cecchi2016-08-021-0/+1
| | | | | | | This is useful when you want to set an option (e.g. icc-profile) that might be supported by different formats, but not all of them. https://bugzilla.gnome.org/show_bug.cgi?id=683371
* Add new api to docsMatthias Clasen2016-08-021-0/+2
|
* Add version macro headerChun-wei Fan2016-06-071-0/+81
| | | | | | | | | | | | | 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
* Docs: Fix index for 2.36 api additionsChun-wei Fan2016-06-071-1/+1
| | | | | | Fix the title to match the target release version... https://bugzilla.gnome.org/show_bug.cgi?id=767164
* Add an index for 2.36 api additionsMatthias Clasen2016-04-111-0/+4
|
* Add non-varargs versions of methods to save to streamCosimo Cecchi2016-04-061-0/+2
| | | | | | | | This is useful when the set of options you want to use changes according to specific conditions, and makes the stream-based API consistent with the others. https://bugzilla.gnome.org/show_bug.cgi?id=683063
* 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-203-7/+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-2514-9/+685
|
* 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