mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Merge commit 'git-svn' into multiple-texture-rectangle
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2008-12-08 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
* clutter/clutter-docs.xml:
|
||||
* clutter/clutter-sections.txt: Add ClutterBindingPool
|
||||
section and link.
|
||||
|
||||
2008-11-12 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
* clutter/clutter-sections.txt: Add new symbols.
|
||||
|
@ -409,10 +409,6 @@ main (int argc, char *argv[])
|
||||
<para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>#ClutterBehaviourBspline</term>
|
||||
<listitem><simpara>Moves actors along a B-spline path</simpara></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>#ClutterBehaviourDepth</term>
|
||||
<listitem><simpara>Changes the depth of actors</simpara></listitem>
|
||||
|
@ -91,11 +91,11 @@
|
||||
<chapter>
|
||||
<title>Behaviours</title>
|
||||
|
||||
<xi:include href="xml/clutter-behaviour-bspline.xml"/>
|
||||
<xi:include href="xml/clutter-behaviour-depth.xml"/>
|
||||
<xi:include href="xml/clutter-behaviour-ellipse.xml"/>
|
||||
<xi:include href="xml/clutter-behaviour-opacity.xml"/>
|
||||
<xi:include href="xml/clutter-behaviour-path.xml"/>
|
||||
<xi:include href="xml/clutter-path.xml"/>
|
||||
<xi:include href="xml/clutter-behaviour-rotate.xml"/>
|
||||
<xi:include href="xml/clutter-behaviour-scale.xml"/>
|
||||
</chapter>
|
||||
@ -116,6 +116,7 @@
|
||||
<title>General purpose API</title>
|
||||
|
||||
<xi:include href="xml/clutter-color.xml"/>
|
||||
<xi:include href="xml/clutter-binding-pool.xml"/>
|
||||
<xi:include href="xml/clutter-event.xml"/>
|
||||
<xi:include href="xml/clutter-fixed.xml"/>
|
||||
<xi:include href="xml/clutter-main.xml"/>
|
||||
|
@ -660,13 +660,10 @@ clutter_timeline_get_type
|
||||
ClutterBehaviourPath
|
||||
ClutterBehaviourPathClass
|
||||
clutter_behaviour_path_new
|
||||
clutter_behaviour_path_get_knots
|
||||
clutter_behaviour_path_append_knot
|
||||
clutter_behaviour_path_append_knots
|
||||
clutter_behaviour_path_insert_knot
|
||||
clutter_behaviour_path_remove_knot
|
||||
clutter_behaviour_path_clear
|
||||
|
||||
clutter_behaviour_path_new_with_description
|
||||
clutter_behaviour_path_new_with_knots
|
||||
clutter_behaviour_path_set_path
|
||||
clutter_behaviour_path_get_path
|
||||
<SUBSECTION>
|
||||
ClutterKnot
|
||||
clutter_knot_copy
|
||||
@ -687,6 +684,44 @@ clutter_knot_get_type
|
||||
clutter_behaviour_path_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-path</FILE>
|
||||
<TITLE>ClutterPath</TITLE>
|
||||
ClutterPath
|
||||
ClutterPathClass
|
||||
ClutterPathCallback
|
||||
ClutterPathNodeType
|
||||
clutter_path_new
|
||||
clutter_path_new_with_description
|
||||
clutter_path_add_move_to
|
||||
clutter_path_add_rel_move_to
|
||||
clutter_path_add_line_to
|
||||
clutter_path_add_rel_line_to
|
||||
clutter_path_add_curve_to
|
||||
clutter_path_add_rel_curve_to
|
||||
clutter_path_add_close
|
||||
clutter_path_add_string
|
||||
clutter_path_add_node
|
||||
clutter_path_get_n_nodes
|
||||
clutter_path_get_node
|
||||
clutter_path_get_nodes
|
||||
clutter_path_foreach
|
||||
clutter_path_insert_node
|
||||
clutter_path_remove_node
|
||||
clutter_path_replace_node
|
||||
clutter_path_get_description
|
||||
clutter_path_set_description
|
||||
clutter_path_clear
|
||||
clutter_path_get_position
|
||||
clutter_path_get_length
|
||||
|
||||
<SUBSECTION>
|
||||
ClutterPathNode
|
||||
clutter_path_node_copy
|
||||
clutter_path_node_free
|
||||
clutter_path_node_equal
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-behaviour-opacity</FILE>
|
||||
<TITLE>ClutterBehaviourOpacity</TITLE>
|
||||
@ -762,33 +797,6 @@ ClutterBehaviourScalePrivate
|
||||
clutter_behaviour_scale_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-behaviour-bspline</FILE>
|
||||
<TITLE>ClutterBehaviourBspline</TITLE>
|
||||
ClutterBehaviourBspline
|
||||
ClutterBehaviourBsplineClass
|
||||
clutter_behaviour_bspline_new
|
||||
clutter_behaviour_bspline_append_knot
|
||||
clutter_behaviour_bspline_append_knots
|
||||
clutter_behaviour_bspline_truncate
|
||||
clutter_behaviour_bspline_join
|
||||
clutter_behaviour_bspline_split
|
||||
clutter_behaviour_bspline_clear
|
||||
clutter_behaviour_bspline_adjust
|
||||
clutter_behaviour_bspline_set_origin
|
||||
clutter_behaviour_bspline_get_origin
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_TYPE_BEHAVIOUR_BSPLINE
|
||||
CLUTTER_BEHAVIOUR_BSPLINE
|
||||
CLUTTER_BEHAVIOUR_BSPLINE_CLASS
|
||||
CLUTTER_IS_BEHAVIOUR_BSPLINE
|
||||
CLUTTER_IS_BEHAVIOUR_BSPLINE_CLASS
|
||||
CLUTTER_BEHAVIOUR_BSPLINE_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
ClutterBehaviourBsplinePrivate
|
||||
clutter_behaviour_bspline_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-behaviour-ellipse</FILE>
|
||||
<TITLE>ClutterBehaviourEllipse</TITLE>
|
||||
@ -1597,3 +1605,27 @@ CLUTTER_INTERVAL_GET_CLASS
|
||||
ClutterIntervalPrivate
|
||||
clutter_interval_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Key Bindings</TITLE>
|
||||
<FILE>clutter-binding-pool</FILE>
|
||||
ClutterBindingPool
|
||||
ClutterBindingActionFunc
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_binding_pool_new
|
||||
clutter_binding_pool_get_from_class
|
||||
clutter_binding_pool_find
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_binding_pool_install_action
|
||||
clutter_binding_pool_install_closure
|
||||
clutter_binding_pool_list_actions
|
||||
clutter_binding_pool_find_action
|
||||
clutter_binding_pool_remove_action
|
||||
clutter_binding_pool_block_action
|
||||
clutter_binding_pool_unblock_action
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_binding_pool_activate
|
||||
</SECTION>
|
||||
|
@ -11,11 +11,11 @@ clutter_timeline_get_type
|
||||
clutter_media_get_type
|
||||
clutter_behaviour_get_type
|
||||
clutter_alpha_get_type
|
||||
clutter_behaviour_bspline_get_type
|
||||
clutter_behaviour_depth_get_type
|
||||
clutter_behaviour_ellipse_get_type
|
||||
clutter_behaviour_opacity_get_type
|
||||
clutter_behaviour_path_get_type
|
||||
clutter_path_get_type
|
||||
clutter_behaviour_rotate_get_type
|
||||
clutter_behaviour_scale_get_type
|
||||
clutter_backend_get_type
|
||||
|
Reference in New Issue
Block a user