Release Clutter 1.11.4 (snapshot)
[profile/ivi/clutter.git] / clutter / clutter-actor.c
2012-05-31 Emanuele AinaFix width-for-height allocations
2012-05-31 Emmanuele Bassitimeline: Add a new "stopped" signal
2012-05-31 Emmanuele Bassiactor: Stop transitions on remove_child()
2012-05-30 Emmanuele Bassiactor: Finally fix RESIZE_ASPECT content gravity
2012-05-21 Bastian Winkleractor: Add a custom scriptable "margin" property
2012-05-09 Emmanuele Bassiactor: Include margin in explicit sizes for all cases
2012-05-01 Emmanuele BassiMove examples from tests/interactive to a new top-level
2012-04-30 Emmanuele Bassidocs: Annotation fixes
2012-04-27 Emmanuele Bassiactor: Make :allocation animatable
2012-04-27 Emmanuele Bassiactor: Ignore allocation flags
2012-04-27 Emmanuele Bassiactor: Coalesce needs_[xy]_expand() into one method
2012-04-27 Emmanuele Bassiactor: Add private get_effective_x_align() method
2012-04-27 Emmanuele Bassiactor: Add basic automatic expand flags
2012-04-27 Emmanuele Bassiactor: Remove automatic transition init from add_transi...
2012-04-27 Emmanuele Bassiactor: Make add_transition() work regardless of easing...
2012-04-27 Emmanuele Bassidocs: Use the Transition convenience API
2012-04-27 Emmanuele Bassiactor: Add position and size animatable properties
2012-04-27 Emmanuele Bassiactor: Use ClutterSize for minimum and natural fixed...
2012-04-27 Emmanuele Bassiactor: Use ClutterPoint for the fixed position
2012-04-27 Emmanuele BassiAdd base geometric types
2012-04-26 Emmanuele Bassiactor: Call show() on set parent conditionally
2012-04-26 Emmanuele BassiRevert "actor: Unconditionally set show_on_set_parent"
2012-04-24 Jasper St. Pierreactor: Unconditionally set show_on_set_parent
2012-04-24 Jasper St. Pierreactor: Not-actors don't have metas
2012-04-12 Emmanuele Bassiactor: Return a valid paint volume by default
2012-04-12 Emmanuele Bassiactor: Check for mapped children in the default get_pai...
2012-04-12 Emmanuele Bassiactor: Clear MetaGroups when empty
2012-04-11 Emmanuele Bassiactor: Fix completed transitions logic
2012-04-10 Emmanuele Bassiactor: Remove unnecessary relayout/redraw calls
2012-04-10 Emmanuele Bassiactor: Do not queue_redraw() in set_opacity()
2012-03-29 Emmanuele Bassiactor: Make _clutter_actor_foreach_child() safe again
2012-03-29 Emmanuele Bassiactor: Make :content-gravity animatable
2012-03-29 Emmanuele Bassiactor: Ensure that we correctly remove transitions
2012-03-28 Emmanuele Bassiactor: Minor optimization to avoid get_preferred_*
2012-03-28 Emmanuele Bassiactor: Ensure we use the current easing duration and...
2012-03-28 Emmanuele Bassidocs: Mention in-flight value changes
2012-03-28 Emmanuele Bassiactor: Check easing duration when updating in-flight...
2012-03-28 Jasper St. Pierreactor: Invalidate the current state when popping easing...
2012-03-28 Emmanuele Bassiactor: Simplify setters of animatable properties
2012-03-27 Emmanuele Bassiactor: Add debug annotation in add_transition()
2012-03-27 Emmanuele Bassiactor: Add IN_DESTRUCTION checks
2012-03-21 Jasper St. Pierreactor: Freeze property change notifications on destroy
2012-03-21 Emmanuele Bassidocs: Clean up the animations sections of the Actor...
2012-03-20 Emmanuele Bassidocs: Add a section on actor animations
2012-03-20 Emmanuele Bassiproperty-transition: Remove animatable from the ctor
2012-03-20 Emmanuele BassiUse g_clear_object() instead of unref() + NULL
2012-03-20 Emmanuele Bassiactor: Clarify and improve memory management of transitions
2012-03-18 Emmanuele Bassiactor: Add ::transitions-completed signal
2012-03-17 Emmanuele Bassiactor: Avoid popping the easing state stack once too...
2012-03-17 Emmanuele Bassiactor: Remove the implicit easing state save
2012-03-17 Emmanuele BassiUse G_VALUE_INIT instead of { 0, }
2012-03-17 Emmanuele BassiAdd initializer utilities for ClutterVertex
2012-03-17 Emmanuele Bassiactor: Fix set_scale_with_gravity()
2012-03-16 Emmanuele Bassidocs: Change the short description of ClutterActor
2012-03-16 Emmanuele BassiDebugging cleanups
2012-03-16 Emmanuele Bassiactor: Remove an has_allocation() check
2012-03-16 Emmanuele Bassiactor: Restore a lost queue_relayout()
2012-03-16 Emmanuele BassiRename 'bilinear' scaling filter to 'trilinear'
2012-03-16 Emmanuele Bassiactor: Unconditionally emit ::paint
2012-03-16 Emmanuele Bassiactor: Fix RESIZE_ASPECT mode for the content box
2012-03-16 Emmanuele BassiDocumentation fixes
2012-03-16 Emmanuele Bassiactor: Add minification/magnification filters
2012-03-16 Emmanuele Bassicontent: Make get_preferred_size() public
2012-03-16 Emmanuele Bassiactor: Make paint_node() and ::paint mutually exclusive
2012-03-16 Emmanuele Bassidocs: Update documentation on the paint sequence
2012-03-16 Emmanuele BassiAdd ClutterContent
2012-03-16 Emmanuele Bassiactor: Add paint_node virtual function
2012-03-15 Emmanuele Bassiactor: Remove G_SIGNAL_NO_RECURSE
2012-03-15 Emmanuele BassiI should compile the changes I make
2012-03-15 Emmanuele Bassiactor: Fix get_transition() method
2012-03-15 Emmanuele Bassidoc: Reference fixes
2012-03-15 Emmanuele Bassiactor: Add generic transition support
2012-03-15 Emmanuele Bassiactor: Add delay to the easing state
2012-03-15 Emmanuele Bassiactor: Implement implicit animatable properties
2012-03-14 Emmanuele Bassiactor: Annotate signals to enable some optimization
2012-03-07 Emmanuele BassiFix missing/redundant declarations
2012-03-05 Emmanuele Bassiactor: Ensure static scope to allocation-changed arguments
2012-03-05 Emmanuele Bassiactor: Annotate the allocation-changed signal
2012-03-01 Giovanni CampagnaClutterActor: clear redraw entry before emitting signals
2012-02-29 Emmanuele Bassidocs: Update the actor example image
2012-02-29 Emmanuele Bassiactor: Do not check for child destruction in add_child_...
2012-02-27 Emmanuele BassiAdd deprecated header for ClutterAnimation
2012-02-27 Emmanuele Bassiactor: Add a method for computing the default paint...
2012-02-23 Emmanuele Bassidocs: Documentation fixes
2012-02-23 Emmanuele BassiFix compiler warning
2012-02-21 Robert BraggPass a CoglContext when calling cogl_pipeline_new
2012-02-14 Jasper St. Pierreactor: Correct get_paint_volume for an actor with no...
2012-02-14 Jasper St. Pierreactor: Add freeze/thaw when changing the first/last...
2012-02-13 Jasper St. Pierreactor: Allow insert_child_at_index to add a child at...
2012-02-13 Emmanuele BassiAdd a note on the paint volume origin
2012-02-13 Jasper St. Pierreactor: Only care about a child's paint volume when...
2012-02-13 Emmanuele Bassiactor: Remove stray cogl_object_unref()
2012-02-13 Emmanuele Bassiactor: Add destroy_all_children()
2012-02-13 Jasper St. Pierreactor: Fix some broken annotations
2012-02-13 Emmanuele Bassiactor: Implement remove_all_children using ActorIter
2012-02-09 Emmanuele BassiMark internal symbol as private
2012-02-09 Robert BraggUpdates use of Cogl in line with api changes
2012-02-09 Emmanuele Bassiactor: Add ClutterActorIter.destroy()
2012-02-09 Emmanuele Bassiactor: Add a default handler for ::destroy
2012-02-09 Florian Müllneractor: Fix add_child_at_index() for negative index
next