summaryrefslogtreecommitdiff
path: root/clutter/clutter-actor.c
Commit message (Expand)AuthorAgeFilesLines
* transition: Don't split reference counting with actorJonas Ådahl2019-10-071-7/+0
* clutter/actor: Mark implicit transitions as remove-on-completeJonas Ådahl2019-10-041-16/+11
* Use Unicode in translatable stringswip/piotrdrag/unicode-typographyPiotr Drąg2018-05-301-12/+12
* clutter: Fix typo in docs for ClutterActor::queue-relayoutPhilip Withnall2016-07-171-1/+1
* actor: Clarify that add_effect() sinks floating references on the effectPhilip Withnall2016-07-121-1/+8
* actor: Warn on adding/removing itself as a childEmmanuele Bassi2016-03-291-0/+14
* actor: Expand is_in_clone_paint() checkEmmanuele Bassi2016-02-241-1/+21
* Fix annotation for bind_model()Emmanuele Bassi2015-12-091-1/+1
* clutter_actor_update_map_state: Remove a useless warningOwen W. Taylor2015-10-011-4/+0
* _clutter_actor_set_enable_paint_unmapped: don't force an unmapOwen W. Taylor2015-10-011-1/+1
* Avoid crashing when an actor not parented to a toplevel is clonedOwen W. Taylor2015-09-291-1/+5
* actor: Fix transforming stage point when scale is less than 1Jonas Ådahl2015-09-111-3/+3
* actor: Add internal "create textute node" functionEmmanuele Bassi2015-08-241-0/+63
* docs: give more hints about how to replace the anchor-pointStefan Sauer2015-07-221-3/+7
* actor: Check for NULL pointer for pspecNitin Sharma2015-07-131-5/+8
* actor: Use CLUTTER_NEARBYINT instead of C integer castingEmmanuele Bassi2015-07-101-2/+2
* actor: Add bind_model_with_properties()Emmanuele Bassi2015-07-101-0/+135
* actor: Rename internal functionEmmanuele Bassi2015-07-091-11/+12
* actor: Clean up transform_stage_point()Emmanuele Bassi2015-07-071-58/+49
* actor: Allow binding an actor to a GListModelEmmanuele Bassi2015-07-071-0/+127
* actor: Guard against negative-sized allocationsEmmanuele Bassi2015-05-191-6/+9
* actor: Ensure allocation adjustment is safe against zero sizesEmmanuele Bassi2015-05-191-4/+26
* actor: Remove trailing new lineEmmanuele Bassi2015-04-301-1/+1
* actor: Use the real opacity when clearing the stageEmmanuele Bassi2015-04-301-1/+7
* Soft-deprecation of actor state macrosEmmanuele Bassi2015-04-141-0/+12
* actor: Add functions mapping to state query macrosEmmanuele Bassi2015-04-141-0/+60
* actor: Fix a compiler warningEmmanuele Bassi2015-03-231-1/+2
* docs: Add anchors to sections in ClutterActor's descriptionEmmanuele Bassi2015-03-051-8/+8
* Drop the UProf dependencyEmmanuele Bassi2015-03-031-15/+0
* docs: Minimal fixes for the API referenceEmmanuele Bassi2015-03-031-3/+3
* ClutterActor: expose setter for the opacity overrideGiovanni Campagna2015-02-211-4/+34
* Remove global "actor id"Emmanuele Bassi2015-01-011-13/+9
* actor: Do not restore the easing state in finalize()Emmanuele Bassi2015-01-011-4/+5
* actor: Update preferred size using constraintsEmmanuele Bassi2014-12-161-0/+54
* constraint: Add a private headerEmmanuele Bassi2014-12-161-6/+8
* actor: Queue a relayout if we use the content's preferred sizeEmmanuele Bassi2014-12-151-2/+5
* actor: Reset the content box when setting a new contentEmmanuele Bassi2014-12-131-1/+19
* actor: Bail when setting the same contentEmmanuele Bassi2014-12-131-0/+3
* actor: Add CLUTTER_REQUEST_CONTENT_SIZE modeEmmanuele Bassi2014-12-131-9/+79
* Revert "actor: Plug a leak in the implicit transition removal"Emmanuele Bassi2014-11-261-8/+0
* actor: Create a PangoContext per actorJasper St. Pierre2014-10-231-6/+60
* docs: Fix annotation for has_mapped_clones() methodEmmanuele Bassi2014-09-171-1/+3
* actor: Unallocated children do not contribute to the paint volumeEmmanuele Bassi2014-09-151-1/+7
* actor: Default paint volume does not work without allocationEmmanuele Bassi2014-09-151-0/+6
* actor: Plug a leak in the implicit transition removalSunjin Yang2014-08-211-0/+8
* docs: Move to markdownEmmanuele Bassi2014-03-171-448/+456
* Annotate all public symbolsEmmanuele Bassi2014-03-171-2/+0
* actor: Extend :scale-[xyz] factors in the negative rangeEmmanuele Bassi2014-02-101-3/+3
* docs: Fix syntax errors in annotationsEmmanuele Bassi2013-12-041-1/+1
* Use the non-deprecated Cogl clipping APIEmmanuele Bassi2013-12-041-14/+25