summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add missing indices to the API referenceEmmanuele Bassi2015-10-122-1/+16
| | | | | We added symbols after 1.0, but we never added the per-version symbol indices.
* docs: Fix up the main reference XML fileEmmanuele Bassi2015-09-221-4/+4
| | | | | We need an updated Docbook schema, as well as a couple of attributes, to let gtk-doc generate a valid devhelp file.
* build: Include builddir in the gtk-doc DOC_SOURCE_DIREmmanuele Bassi2015-09-151-1/+1
| | | | Allows GTK-Doc to find some symbols during distcheck.
* build: Drop INCLUDES directivesEmmanuele Bassi2014-08-211-1/+1
| | | | They have been long since deprecated by AM_CPPFLAGS and AM_CFLAGS.
* docs: Add missing symbols to the section fileEmmanuele Bassi2012-06-051-0/+4
|
* build: Fix cflags and libsEmmanuele Bassi2011-11-231-2/+2
|
* Append API version to gtk-doc module nameMarvin Schmidt2011-03-254-1/+1
| | | | | | This allows having different API versions installed side-by-side http://bugzilla.clutter-project.org/show_bug.cgi?id=2564
* Fixes after the style API changedEmmanuele Bassi2010-12-231-10/+0
| | | | | | | | | The old GtkStyle API has been deprecated, so we need to switch to the newly added GtkStyleContext API. The old clutter-gtk API to convert GtkStyle colors into Clutter colors needs to be removed, since GdkRGBA is much easier to deal with than GdkColor.
* docs: Fix API referenceEmmanuele Bassi2010-12-223-1/+30
|
* Add GtkClutterTexture and rework texture integrationEmmanuele Bassi2010-12-221-10/+17
| | | | | | | | | Instead of adding C functions for loading GdkPixbufs, named icons and stock icons inside ClutterTextures, we should use a simple sub-class of ClutterTexture and add new methods there. The constructors should also go away, since they don't allow recoverable error handling.
* docs: Remove unused declarationEmmanuele Bassi2010-08-091-1/+0
|
* docs: Clean up the API referenceEmmanuele Bassi2010-07-211-9/+21
|
* build: Fix rules for gtk-docEmmanuele Bassi2010-07-201-2/+5
|
* Clean up the APIEmmanuele Bassi2010-07-203-146/+7
| | | | | | | | | | | | | | | | | Remove: • GtkClutterStandin: the API is too brittle and the use case not yet well defined; it should be considered for future expansion of the library. • GtkClutterScrollable: gtk+ 3.0 should have GtkScrollable, which makes this interface redundant; we should not expose it, to avoid having to maintain it along the road. • GtkClutterZoomable: similar to Scrollable. • GtkClutterViewport: the only user of those two interfaces; it should be reworked later, when we have GtkScrollable.
* Make all existing documentation availableGustavo Noronha Silva2010-03-182-0/+113
| | | | | | | | | | | The GtkClutterActor, GtkClutterWindow, and GtkClutterStandin widgets have documentation, but it is not being added to the resulting HTML because they are not added to the relevant control files. This fixes that. http://bugzilla.openedhand.com/show_bug.cgi?id=2037 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
* Add gtk_clutter_get_option_group()Christian Persch2010-03-181-0/+1
| | | | | | | Rework the initialization sequence by providing a function returning a GOptionGroup for Clutter-GTK. Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
* [docs] Update the API ReferenceEmmanuele Bassi2009-07-282-2/+23
| | | | | | * Add the GtkClutterZoomable interface section * Make the index reference version 0.10 and not 1.0
* [build] Use symbolic values for clutter-gtk versionEmmanuele Bassi2009-07-281-1/+1
| | | | | We should be using CLUTTER_GTK_API_VERSION instead of hardcoding 0.9 or using MAJOR.MINOR explicitly.
* [util] Add error arguments to texture functionsChris Lord2009-07-161-0/+1
| | | | | | | | | Add boolean returns and GError arguments to gtk_clutter_texture_set_* This lets you discover if the call was successful more easily. Also remove the fallback situation of setting missing-icon, this can now be handled by the application. Reviewed by Emmanuele Bassi <ebassi@linux.intel.com>
* [docs] Improve the documentationEmmanuele Bassi2009-04-142-7/+37
| | | | | Add missing symbols to the sections file, and describe the Clutter-Gtk library.
* [build] Improve build environmentEmmanuele Bassi2009-04-141-6/+9
| | | | | | | | | | | | | | | * De-crustify the configure.ac file by using AS_IF(), AS_CASE() and other useful macros * Update all the variables * Fix the pkg-config file Requires:, and expose the flavour and API version as variables * Fix the autogen.sh script * Use Shave to clean up the libtool and gcc incantations and make the output useful again
* Change the GtkClutter macro namespaceEmmanuele Bassi2009-04-141-8/+8
| | | | | | | | | The namespace for the object provided by clutter-gtk should be GtkClutter and not Gtk, to avoid potential collisions with symbols provided by gtk+. This also fixes http://bugzilla.openedhand.com/show_bug.cgi?id=1187 and other parsers assuming that the namespace is GtkClutter.
* [docs] Remove the get_originu() methodEmmanuele Bassi2009-02-091-1/+1
| | | | | | The gtk_clutter_viewport_get_originu() method was removed from the public API, hence we should remove it from the API reference as well.
* [docs] Remove newline in the versionEmmanuele Bassi2009-02-091-1/+1
| | | | | The newline at the end of the version.xml.in file added a newline to the version entity we use in the API reference text and title.
* [docs] Rename SGML to XMLEmmanuele Bassi2009-02-092-1/+1
| | | | The main documentation file is DocBook XML, not SGML.
* 2008-10-20 Emmanuele Bassi <ebassi@linux.intel.com>Emmanuele Bassi2008-10-204-2/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clutter-gtk/Makefile.am: * examples/Makefile.am: Update the build. * clutter-gtk/clutter-gtk.h: Added a single include header, and disabled the inclusion of specific headers; this keeps the library clean and future-proof, now that we have more than one header file. * clutter-gtk/gtk-clutter-embed.h: * clutter-gtk/gtk-clutter-util.h: Disabled the direct inclusion of a single header file. * clutter-gtk/gtk-clutter-scrollable.c: * clutter-gtk/gtk-clutter-scrollable.h: Added a GtkClutterScrollable interface for scrollable actors using GtkAdjustments. * clutter-gtk/gtk-clutter-viewport.c: * clutter-gtk/gtk-clutter-viewport.h: Added a scrollable actor implementing GtkClutterScrollable. * doc/reference/Makefile.am: * doc/reference/clutter-gtk-docs.sgml: * doc/reference/clutter-gtk-sections.txt: * doc/reference/clutter-gtk.types: Update the documentation. * examples/gtk-clutter-events.c: * examples/gtk-clutter-multistage.c: * examples/gtk-clutter-test.c: Update to include clutter-gtk.h. * examples/gtk-clutter-viewport.c: Added an example of the GtkClutterViewport usage.
* 2008-10-2 Robert Bragg <robert@linux.intel.com>Robert Bragg2008-10-021-1/+1
| | | | | | * clutter-gst/doc/reference/Makefile.am: * clutter-gtk/doc/reference/Makefile.am: reverts previous change: It's Poky that needs changing.
* 2008-10-2 Robert Bragg <robert@linux.intel.com>Robert Bragg2008-10-021-1/+1
| | | | | | | | * clutter-gst/doc/reference/Makefile.am: * clutter-gtk/doc/reference/Makefile.am: Dont use += to set EXTRA_DIST since there isn't a preceding = which automake gets upset about. This means we can remove the patches fixing this in Poky.
* Forgot the sections file for gtk-docEmmanuele Bassi2008-09-251-0/+45
|
* 2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2008-04-171-1/+7
| | | | | | | | | | | | | | * clutter-gtk/gtk-clutter-util.[ch]: Add utility functions to ClutterGtk to be able to retrieve the ClutterColor equivalent of the various style color components of a GtkWidget. * clutter-gtk/Makefile.am: Add gtk-clutter-util.[ch] to the build. * doc/reference/clutter-gtk-docs.sgml: Add the new section in the documentation. * examples/gtk-clutter-events.c (create_colors): Test the newly added color retrieval API.
* 2008-01-24 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2008-01-242-3/+3
| | | | | | | | | * doc/reference/clutter-gtk-docs.sgml: * doc/reference/clutter-gtk.types: Update with the widget name change. * examples/gtk-clutter-test.c: Set a default size on the widget to avoid the 0, 0 initial size.
* 2007-08-20 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2007-08-202-2/+2
| | | | | | | | * doc/reference/clutter-gtk-sections.txt: * doc/reference/clutter-gtk-docs.sgml: * clutter-gtk/clutter-gtk.[ch]: Fix API reference. * examples/Makefile.am: Fix compilation of the examples
* Fix documentation buildingChris Lord2007-08-031-1/+1
|
* 2007-03-22 Matthew Allum <mallum@openedhand.com>Matthew Allum2007-03-221-1/+1
| | | | | | | * NEWS: Update for 0.1 release * doc/reference/clutter-gtk.types: Rename fix.
* 2007-03-21 Matthew Allum <mallum@openedhand.com>Matthew Allum2007-03-211-1/+1
| | | | | * doc/reference/Makefile.am: Fix lib path so docs build again.
* moving clutter-gtk out of the main treeEmmanuele Bassi2006-11-295-0/+171