2007-01-16 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Tue, 16 Jan 2007 14:37:54 +0000 (14:37 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Tue, 16 Jan 2007 14:37:54 +0000 (14:37 +0000)
commit4e765d1a34d9f1098d404c2cdbeb4f2ba27048f2
tree6038c6dada41ed8cc2c0051181c66a07985c5386
parentc0aa013758c21b35da2c400dea2be6d43fdf2618
2007-01-16  Emmanuele Bassi  <ebassi@openedhand.com>

* clutter/clutter-feature.c: Use clutter_vblank_method() to
get the VBlank method name from the environment variable OR
the command line switch.

(clutter_feature_do_init): Move the check on the features
state here, to avoid an expensive function call, and inline
the function.

* clutter/clutter-fixed.c: Fix gtk-doc.

* clutter/clutter-main.c: Add a --clutter-vblank command line
switch controlling the VBlank method to be used: it overrides
the CLUTTER_VBLANK environment variable.

(pre_parse_hook), (clutter_init),
(clutter_init_with_args): Move thread initialisation before
type init, to avoid the warning that comes with newer GLib
versions.

* clutter/clutter-group.h:
* clutter/clutter-group.c: Mark clutter_group_show_all() and
clutter_group_hide_all() as deprecated.
17 files changed:
ChangeLog
NEWS
clutter/clutter-color.c
clutter/clutter-feature.c
clutter/clutter-fixed.c
clutter/clutter-fixed.h
clutter/clutter-group.c
clutter/clutter-group.h
clutter/clutter-main.c
clutter/clutter-private.h
doc/reference/ChangeLog
doc/reference/clutter-sections.txt
doc/reference/tmpl/clutter-actor.sgml
doc/reference/tmpl/clutter-behaviour.sgml
doc/reference/tmpl/clutter-color.sgml
doc/reference/tmpl/clutter-fixed.sgml
doc/reference/tmpl/clutter-label.sgml