summaryrefslogtreecommitdiff
path: root/clutter/clutter-actor.c
Commit message (Expand)AuthorAgeFilesLines
...
* actor: Add private getter for the active framebufferEmmanuele Bassi2013-12-041-0/+26
* Don't queue redraws when reallocating actor that haven't movedOwen W. Taylor2013-11-261-1/+12
* Bind constraints: Don't force redraws on source relayoutOwen W. Taylor2013-11-261-3/+1
* actor: Correct setting the offscreen-redirect propertyBastien Nocera2013-10-081-1/+1
* actor: Minor cleanupFlorian Müllner2013-08-191-8/+2
* Use paint nodes to set up the stageEmmanuele Bassi2013-08-191-9/+37
* actor: Do not set remove-on-complete on implicit transitionsEmmanuele Bassi2013-08-191-3/+1
* clutter-actor: Make clutter_actor_has_mapped_clones publicAdel Gadllah2013-07-171-4/+14
* actor: Deprecate realize and unrealizeEmmanuele Bassi2013-07-101-16/+40
* Use the new macros for adding private dataEmmanuele Bassi2013-07-031-7/+3
* Fix annotations for signal argumentsEmmanuele Bassi2013-07-031-0/+4
* actor: Remove the was_painted flagEmmanuele Bassi2013-06-151-45/+28
* Extra ref leak in clutter_actor_set_child_at_index tooCraig R. Hughes2013-06-121-0/+1
* clutter_actor_set_child_above/below_sibling leaking a referenceCraig R. Hughes2013-06-121-0/+2
* actor: Fix has_constraints() and has_actions()Emmanuele Bassi2013-06-121-2/+8
* actor: Improve conditions for skipping implicit transitionsEmmanuele Bassi2013-05-061-10/+49
* actor: fix translation-z settingLionel Landwerlin2013-03-181-1/+1
* actor: Skip transitions on invisible actorsEmmanuele Bassi2013-03-131-12/+40
* actor: Propagate the cloned state to the childrenEmmanuele Bassi2013-03-131-1/+37
* actor: Ignore redraws queued on unmapped actorsEmmanuele Bassi2013-03-131-16/+51
* actor: Keep track of clonesEmmanuele Bassi2013-03-131-1/+79
* actor: Clean up internal add/remove functionsEmmanuele Bassi2013-03-131-17/+31
* actor: Clean up ::show and ::hide class handlersEmmanuele Bassi2013-03-131-40/+41
* actor: Revert the Transition/Actor leak fixEmmanuele Bassi2013-03-051-4/+7
* actor: Release a reference on the implicit TransitionsEmmanuele Bassi2013-03-041-3/+6
* docs: Clean up the documentation for the allocate() methodsEmmanuele Bassi2013-03-041-7/+21
* docs: Clean up the wording of a couple of commentsEmmanuele Bassi2013-03-041-1/+9
* Fix compiler warnings by initializing variablesEmmanuele Bassi2013-02-211-2/+2
* actor: Fix clutter_actor_allocate_align_fill for partially-filled actorsJasper St. Pierre2013-02-211-25/+21
* actor: Use the correct return valueJosselin Mouette2013-02-201-1/+1
* actor: Correct documentation formatting for clutter_actor_event()Jasper St. Pierre2013-01-141-1/+1
* actor: Fix documentation reference for pivot-pointJasper St. Pierre2013-01-141-1/+1
* actor: Remove transition when stopping itTomeu Vizoso2012-12-181-4/+10
* actor: Clean up the code in ::apply-transformEmmanuele Bassi2012-12-181-102/+116
* actor: rollback pivot translation even on explicit transformsEmanuele Aina2012-12-141-1/+1
* actor: Use fixed positioning for allocate_preferred_sizeJasper St. Pierre2012-11-301-2/+15
* actor: fix allocate_align_fill() to maintain the child preferred sizeLionel Landwerlin2012-11-261-1/+9
* Don't annotate with (transfer full) constructors of GInitiallyUnowned subclassesGuillaume Desmottes2012-10-241-1/+1
* actor: Place coordinate of the pivot point in the right pointerTomeu Vizoso2012-10-081-1/+1
* actor: Fix transform-set conditionEmmanuele Bassi2012-09-251-1/+1
* actor: Fix the content box for CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECTDebarshi Ray2012-09-071-31/+9
* actor: Make :transform and :child-transform animatableEmmanuele Bassi2012-09-031-42/+105
* actor: Remove existing implicit transition if duration is 0Emmanuele Bassi2012-09-031-0/+5
* actor-iter: fix prev()/next() annotationsLionel Landwerlin2012-08-271-2/+2
* actor: Setting the child-transform invalidates the children's modelviewEmmanuele Bassi2012-08-271-0/+7
* actor: Call queue_redraw() when setting child-transformEmmanuele Bassi2012-08-271-0/+2
* actor: Deprecate the pick signalEmmanuele Bassi2012-08-271-6/+8
* actor: Add the :child-transform propertyEmmanuele Bassi2012-08-191-2/+134
* Deprecate ClutterActor::paintEmmanuele Bassi2012-08-111-5/+14
* actor: Deprecate Geometry-related APIEmmanuele Bassi2012-08-101-90/+0