mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
33d0c989ca
* clutter/clutter-timeline.h: * clutter/clutter-timeline.c: Add a "started" and a "paused" signals; add more sanity checks on the public functions. (clutter_timeline_get_loop): Add a getter function for the loop property. * clutter/clutter-marshal.list: Add marshallers. * clutter/clutter-timeline.h: * clutter/clutter-actor.h: Add padding for future expansion without breaking ABI.
92 lines
2.1 KiB
Plaintext
92 lines
2.1 KiB
Plaintext
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.
|
|
|