734f808fbc
* clutter/clutter-alpha.h: * clutter/clutter-alpha.c: Add a data parameter to the ClutterAlphaFunc; add a data+destroy parameter to clutter_alpha_set_func() and to clutter_alpha_new(), and turned the latter into clutter_alpha_new_full(); add a simple, empty constructor clutter_alpha_new(). These changes makes writing bindings a tad more easy, as bindings require passing their own functions in order to call the real alpha function. * clutter/clutter-behaviour.h: Clean up the header. * clutter/clutter-behaviours.[ch]: * clutter/clutter-behaviour-opacity.[ch]: * clutter/clutter-behaviour-path.[ch]: * clutter/clutter-behaviour-scale.[ch]: Split the ClutterBehaviourPath, ClutterBehaviourOpacity and ClutterBehaviourScale into their own files as they have been growing a bit. Fix ClutterBehaviourPath API. * clutter/clutter-media.h: Remove the commented "metadata_available" signal: gtk-doc chokes up on that. * clutter/clutter-timeline.h: * clutter/clutter-timeline.c: Remove the useless ClutterTimelineAlphaFunc signature; add missing accessor methods for the properties; clean up a bit. * clutter/clutter-util.h: * clutter/clutter-util.c: Remove unneeded function clutter_util_can_create_texture(). * clutter/clutter-feature.h: Sync the name of clutter_feature_get_all() with the name declared in clutter-feature.h. * clutter/Makefile.am: * clutter/clutter.h: Update. * examples/behave.c: Update to the new ClutterAlpha constructor. * examples/super-oh.c: Use the right pointer and avoid the compiler making a fuss about it.
132 lines
3.1 KiB
Plaintext
132 lines
3.1 KiB
Plaintext
2006-11-15 Emmanuele Bassi <ebassi@openedhand.com>
|
|
|
|
* clutter-sections.txt:
|
|
* tmpl/*.sgml: Update with the latest API changes.
|
|
|
|
2006-09-14 Emmanuele Bassi <ebassi@openedhand.com>
|
|
|
|
D tmpl/clutter-video-texture.sgml
|
|
|
|
* clutter-sections.txt:
|
|
* clutter.types: Remove ClutterVideoTexture.
|
|
|
|
2006-08-30 Jorn Baayen <jorn@openedhand.com>
|
|
|
|
* Makefile.am:
|
|
|
|
2006-07-06 Emmanuele Bassi <ebassi@openedhand.com>
|
|
|
|
* clutter-sections.txt: Add clutter_actor_has_clip() and
|
|
clutter_actor_unparent().
|
|
|
|
2006-06-22 Matthew Allum <mallum@openedhand.com>
|
|
|
|
reviewed by: <delete if not using a buddy>
|
|
|
|
* tmpl/clutter-main.sgml:
|
|
|
|
2006-06-22 Iain Holmes <iain@openedhand.com>
|
|
|
|
* clutter-sections.txt: Remove clutter_util_can_create_texture
|
|
|
|
2006-06-22 Ross Burton <ross@openedhand.com>
|
|
|
|
* tmp/*.sgml:
|
|
Add lots of "no public members" and document some signals.
|
|
|
|
2006-06-22 Iain Holmes <iain@openedhand.com>
|
|
|
|
* clutter-sections.txt: Move _get_type to private sections
|
|
|
|
2006-06-22 Emmanuele Bassi <ebassi@openedhand.com>
|
|
|
|
* clutter-sections.txt: Add clutter_timeline_get_loop().
|
|
|
|
* Makefile.am: Add clutter-marshal.h to the ignored header
|
|
files.
|
|
|
|
2006-06-22 Emmanuele Bassi <ebassi@openedhand.com>
|
|
|
|
* clutter-docs.sgml: Fix typos.
|
|
|
|
2006-06-22 Ross Burton <ross@openedhand.com>
|
|
|
|
* tmpl/clutter-group.sgml:
|
|
Fix braindead source parser.
|
|
|
|
2006-06-22 Ross Burton <ross@openedhand.com>
|
|
|
|
* clutter.sections.txt:
|
|
* clutter-sections.txt:
|
|
Rename . to -, and add missing class members.
|
|
|
|
* tmpl/*:
|
|
Resync
|
|
|
|
2006-06-22 Matthew Allum <mallum@openedhand.com>
|
|
|
|
* clutter-docs.sgml:
|
|
Add copyright info.
|
|
|
|
2006-06-22 Matthew Allum <mallum@openedhand.com>
|
|
|
|
* clutter-docs.sgml:
|
|
Add overview text.
|
|
|
|
2006-06-22 Matthew Allum <mallum@openedhand.com>
|
|
|
|
* Makefile.am:
|
|
* clutter-0.0-sections.txt:
|
|
* clutter-docs.sgml:
|
|
* clutter.sections.txt:
|
|
* clutter.types:
|
|
* tmpl/clutter-0.0-unused.sgml:
|
|
* tmpl/clutter-clone-texture.sgml:
|
|
* tmpl/clutter-color.sgml:
|
|
* tmpl/clutter-event.sgml:
|
|
* tmpl/clutter-group.sgml:
|
|
* tmpl/clutter-keysyms.sgml:
|
|
* tmpl/clutter-label.sgml:
|
|
* tmpl/clutter-main.sgml:
|
|
* tmpl/clutter-marshal.sgml:
|
|
* tmpl/clutter-rectangle.sgml:
|
|
* tmpl/clutter-stage.sgml:
|
|
* tmpl/clutter-texture.sgml:
|
|
* tmpl/clutter-timeline.sgml:
|
|
* tmpl/clutter-util.sgml:
|
|
* tmpl/clutter-video-texture.sgml:
|
|
Rejig a little and sync up with latest source.
|
|
|
|
2006-06-13 Matthew Allum <mallum@openedhand.com>
|
|
|
|
* ChangeLog:
|
|
* clutter-0.0-sections.txt:
|
|
* clutter.types:
|
|
* tmpl/clutter-0.0-unused.sgml:
|
|
* tmpl/clutter-enum-types.sgml:
|
|
* tmpl/clutter-group.sgml:
|
|
* tmpl/clutter-main.sgml:
|
|
* tmpl/clutter-stage.sgml:
|
|
* tmpl/clutter-video-texture.sgml:
|
|
rename element -> actor
|
|
|
|
2006-05-26 Emmanuele Bassi <ebassi@openedhand.com>
|
|
|
|
A clutter-0.0-sections.txt
|
|
|
|
* clutter-0.0-sections.txt: Add the -section file: every method
|
|
signature should go in this file in order to let gtk-doc pick
|
|
it up when building the template for it.
|
|
|
|
2006-05-26 Emmanuele Bassi <ebassi@openedhand.com>
|
|
|
|
A tmpl
|
|
A tmpl/*.sgml
|
|
|
|
* tmpl/*.sgml: Add gtk-doc templates.
|
|
|
|
2006-05-26 Emmanuele Bassi <ebassi@openedhand.com>
|
|
|
|
* *: Initial entry.
|
|
|