Release Clutter 1.11.4 (snapshot)
[profile/ivi/clutter.git] / clutter / clutter-actor.c
2012-02-02 Emmanuele Bassidocs: Clarify actor map and unmap methods
2012-02-01 Evan Nemersonintrospection: add some missing annotations
2012-01-31 Emmanuele Bassidocs: Add an image for the XIncluded code
2012-01-31 Emmanuele Bassidocs: XInclude test-actor inside the Actor's description
2012-01-31 Emmanuele Bassidocs: Add an example to the Actor description
2012-01-31 Emmanuele Bassiactor: Add diagnostic message for "behaviours" in Clutt...
2012-01-31 Emmanuele Bassiactor: Do not unmap/unrealize twice on destruction
2012-01-31 Emmanuele Bassiactor: Move ClutterShader-related code out of clutter...
2012-01-27 Emmanuele Bassidocs: Mention the DELEGATE_LAYOUT flag in set_allocation()
2012-01-27 Emmanuele Bassiactor: Add ClutterActorIter
2012-01-24 Emmanuele Bassiactor: use paint opacity to paint the background color
2012-01-24 Emmanuele Bassiactor: Remove unused function
2012-01-23 Emmanuele BassiAllow mixing old and new API without falling apart
2012-01-20 Emmanuele Bassiactor: NULL-ify sibling fields when removing
2012-01-20 Emmanuele Bassigroup: Restore previous implementation
2012-01-20 Emmanuele Bassiactor: Remove default layout-manager
2012-01-20 Emmanuele Bassiactor: Move underallocation warning to diagnostic mode
2012-01-20 Emmanuele Bassiactor: Use internal add/remove child in reparent()
2012-01-19 Emmanuele Bassiactor: Fix the has_overridden_allocate check
2012-01-19 Emmanuele Bassiactor: Maintain behaviour of old allocate() implementations
2012-01-18 Emmanuele Bassiactor: Be more conservative with the default paint...
2012-01-17 Emmanuele Bassiactor: Add :first-child and :last-child properties
2012-01-17 Emmanuele Bassiactor: Do not use ::constructed
2012-01-17 Emmanuele Bassiactor: Provide a better default pick() behaviour
2012-01-17 Emmanuele Bassiactor: Deprecate show_all()/hide_all()
2012-01-16 Emmanuele Bassiactor: Deprecated push/pop internal methods
2012-01-16 Emmanuele Bassidocs: Fixes for the API reference
2012-01-16 Emmanuele Bassiactor: Add boxed margin accessors
2012-01-16 Emmanuele Bassiactor: Use proper internal API
2012-01-16 Emmanuele BassiDeprecate the old raise/lower API
2012-01-16 Emmanuele Bassiactor: Add new methods for changing the paint sequence
2012-01-16 Emmanuele Bassiactor: Use flags to control add/remove child
2012-01-16 Emmanuele Bassiactor: Remove automagic "expand" flag
2012-01-16 Emmanuele Bassiactor: Ask the LayoutManager to compute the expansion...
2012-01-16 Emmanuele Bassiactor: Paint the background color in the paint class...
2012-01-16 Emmanuele Bassicontainer: Provide default implementation of vfuncs
2012-01-16 Emmanuele Bassiactor: Add some debug spew
2012-01-16 Emmanuele Bassidocs: Update the Actor API reference
2012-01-16 Emmanuele BassiDeprecate Container add() and remove() methods
2012-01-16 Emmanuele Bassiactor: Add remove_all_children()
2012-01-16 Emmanuele Bassidocs: Clarify the Actor's iterator API behaviour
2012-01-16 Emmanuele Bassiactor: Provide a proper implementation of replace_child()
2012-01-16 Emmanuele Bassiactor: Fix get_paint_volume() default implementation
2012-01-16 Emmanuele Bassiactor: Simplify first/last child updates
2012-01-16 Emmanuele Bassiactor: Add replace_child() method
2012-01-16 Emmanuele Bassiactor: Deprecate the old parent modifiers
2012-01-16 Emmanuele Bassiactor: Fix child insertion issues
2012-01-16 Emmanuele Bassiactor: Add children iteration methods
2012-01-16 Emmanuele Bassiactor: Define the scene structure inside Actor
2012-01-16 Emmanuele Bassiactor: Use a cairo_rectangle_t instead of a ridiculous...
2012-01-16 Emmanuele Bassiactor: Document fields of ClutterActorPrivate
2012-01-16 Emmanuele Bassiactor: Add TransformInfo
2012-01-16 Emmanuele Bassiactor: Tweak the underallocation warning
2012-01-16 Emmanuele Bassiactor: Make Actor instantiatable
2012-01-16 Emmanuele Bassiactor: Provide more children methods
2012-01-16 Emmanuele Bassiactor: Provide a better get_paint_volume() implementation
2012-01-16 Emmanuele Bassiactor: Background color
2012-01-16 Emmanuele Bassiactor: Cosmetic fixes to internal add/remove child
2012-01-16 Emmanuele Bassiactor: Make Actor.add_child and Container.add_actor...
2012-01-16 Emmanuele Bassiactor: Do not leak the layout manager
2012-01-16 Emmanuele Bassiactor: Implement Container::sort_depth_order
2012-01-16 Emmanuele Bassiactor: Add child insertion methods
2012-01-16 Emmanuele Bassiactor: Adjust the preferred size too
2012-01-16 Emmanuele Bassiactor: Maintain invariants in add_child/remove_child
2012-01-16 Emmanuele Bassiactor: More cleanups to the Private data structure
2012-01-16 Emmanuele Bassiactor: Store the fixed sizes into LayoutInfo
2012-01-16 Emmanuele Bassiactor: Update the underallocations check
2012-01-16 Emmanuele Bassiactor: Adjust the allocation prior to call allocate()
2012-01-16 Emmanuele Bassiactor: Clean up property installation
2012-01-16 Emmanuele Bassiactor: Add margin properties
2012-01-16 Emmanuele Bassiactor: Add [xy]-align
2012-01-16 Emmanuele Bassiactor: Provide Container::raise/lower implementations
2012-01-16 Emmanuele Bassiactor: Remove is-a(Container) checks
2012-01-16 Emmanuele Bassiactor: Add [xy]-expand properties
2012-01-16 Emmanuele Bassiactor: Default to a fixed layout manager
2012-01-16 Emmanuele Bassiactor: Add :layout-manager
2012-01-16 Emmanuele Bassiactor: Provide a default Container implementation
2012-01-16 Emmanuele BassiDo not use set_parent()/unparent() internally
2012-01-16 Emmanuele Bassiactor: Provide add/remove child and get children methods
2012-01-16 Emmanuele Bassiactor: Clean up the debug node for out-of-band transforms
2012-01-06 Emmanuele Bassiactor: Change the point of emission of ::destroy
2012-01-06 Emmanuele Bassiactor: Use g_clear_object()
2011-12-12 Emmanuele Bassiactor: Add queue_redraw_with_clip()
2011-11-14 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-11-14 Emmanuele BassiMerge branch 'deprecate-default-stage'
2011-11-10 Emmanuele Bassidocs: Remove clutter_stage_get_default()
2011-11-08 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-11-08 Emmanuele Bassiactor: Deprecate [sg]et_geometry()
2011-10-26 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-10-25 Emmanuele Bassidocs: Clarify CLUTTER_ACTOR_IS_MAPPED
2011-10-18 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-10-17 Emmanuele BassiRemove mentions of clutter_redraw()
2011-10-17 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-10-14 Emmanuele BassiTag all deprecated symbols using CLUTTER_DEPRECATED
2011-10-12 Emmanuele BassiAvoid using deprecated API internally
2011-10-06 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-09-29 Adel GadllahClutterActor: Add clutter_actor_has_actions
2011-09-29 Adel GadllahClutterActor: Add clutter_actor_has_contraints
2011-09-29 Adel GadllahClutterActor: Add clutter_actor_has_effects
2011-09-27 Chun-wei FanMerge branch 'master' into msvc-support-master
next