summaryrefslogtreecommitdiff
path: root/clutter/clutter-state.c
Commit message (Expand)AuthorAgeFilesLines
* Mark clutter_state_set_key() source_state_name as nullableMarc-André Lureau2011-10-071-2/+2
* Fix calculation of duration for ClutterState default transitionsCraig R. Hughes2011-09-191-2/+7
* script: Hide private symbolsEmmanuele Bassi2011-09-071-6/+6
* state: Use the Animatable interfaceEmmanuele Bassi2011-07-291-12/+75
* docs: Fixes for building the API referenceEmmanuele Bassi2011-07-261-1/+1
* Eliminate G_CONST_RETURNEmmanuele Bassi2011-06-071-4/+4
* docs: Add an ClutterState definition sectionEmmanuele Bassi2011-03-091-0/+143
* Remove private helper #define'sJasper St. Pierre2011-03-031-1/+1
* clutter: Remove unused variablesEmmanuele Bassi2011-02-191-3/+0
* More ISO C90 warning fixes in ClutterEmmanuele Bassi2011-02-151-9/+9
* state: Correct the documentationChris Lord2010-10-251-10/+11
* state: Fix warping to the current state during transitionsChris Lord2010-10-251-2/+6
* state: Handle setting keys for the current target stateChris Lord2010-10-251-4/+69
* state: Fix crasher when removing the last key of a transitioning stateChris Lord2010-10-251-0/+4
* state: Allow setting a NULL stateChris Lord2010-10-251-4/+18
* Remove unnecessary GLib version checksEmmanuele Bassi2010-10-181-5/+0
* Use G_DEFINE_BOXED_TYPE for all boxed typesEmmanuele Bassi2010-10-181-12/+3
* docs: Description fixes for State.set_animator()Emmanuele Bassi2010-09-201-4/+7
* state: Request the animator for the default stateBastian Winkler2010-09-201-0/+4
* state: Fix the usage of ClutterAnimator in ClutterScriptBastian Winkler2010-09-201-13/+17
* state: Create a new target state in clutter_state_set_animatorBastian Winkler2010-09-201-1/+1
* Further annotation fixesEmmanuele Bassi2010-09-081-1/+1
* introspection: Add annotationsEmmanuele Bassi2010-09-031-4/+8
* state: clutter_state_remove_key_internal fix memory corruptionØyvind Kolås2010-08-231-7/+14
* state: Plug some memory leakageEmmanuele Bassi2010-08-131-9/+17
* Conditionally use g_object_notify_by_pspecNeil Roberts2010-08-101-2/+8
* state: Return a boolean when getting the key valueEmmanuele Bassi2010-08-081-8/+18
* Mark property strings for translationEmmanuele Bassi2010-07-151-4/+4
* state: swap clutter_state_set_state and clutter_state_warp_to_stateØyvind Kolås2010-07-121-2/+2
* state: add clutter_state_set_state and clutter_state_warp_to_stateØyvind Kolås2010-07-071-18/+43
* state: added clutter_state_key_get_property_typeØyvind Kolås2010-07-061-0/+22
* state: automatically remove unused statesØyvind Kolås2010-07-061-10/+14
* state: rename property "target-state" to "state"Øyvind Kolås2010-07-021-41/+39
* state: avoid g_str_equal if a string might be NULLØyvind Kolås2010-06-251-0/+1
* state: added more documentationØyvind Kolås2010-06-241-3/+8
* state: removed special handling of state named "default"Øyvind Kolås2010-06-241-28/+16
* clutter-stage: Use g_array_free instead of g_array_unrefNeil Roberts2010-06-181-1/+1
* state: add a duration propertyØyvind Kolås2010-06-161-0/+20
* state: avoid walking off empty listØyvind Kolås2010-06-161-1/+1
* state: consistently use clutter_state_get_state where possibleØyvind Kolås2010-06-141-32/+13
* state: make null source state encounterd in json treated as wildcardØyvind Kolås2010-06-141-1/+20
* Hide the marshallersEmmanuele Bassi2010-06-111-1/+1
* state: Minor fixes and documentation additionsEmmanuele Bassi2010-05-261-109/+189
* state: fix clutter_state_change (state, "state-name", FALSE)Øyvind Kolås2010-05-241-35/+42
* state: Use Interval.compute() instead of compute_value()Emmanuele Bassi2010-05-241-21/+20
* docs: Align parameter names between header and source codeEmmanuele Bassi2010-05-241-64/+67
* script: Implement State deserializationEmmanuele Bassi2010-05-211-17/+279
* state: added a "target-state" propertyØyvind Kolås2010-05-211-11/+76
* state: documented data structuresØyvind Kolås2010-05-211-42/+48
* state: Documentation and introspection annotation fixesEmmanuele Bassi2010-05-201-69/+110