Emmanuele Bassi
dac33c5fea
Stop using macros for accessing actor state
...
Use the newly added functions instead.
2015-04-23 17:39:30 +01:00
Emmanuele Bassi
d56da0ace9
examples/layout-manager: Toggle between states
...
Instead of using two specific keys, toggle between the circular and grid
layouts using a single key.
2015-01-11 17:00:02 +00:00
Emmanuele Bassi
c11c875762
examples/layout-manager: Remove unnecessary easing state save
...
The actors in the layout are already set up with a non-default easing
state, we can use that.
2013-03-13 15:05:27 -03:00
Emmanuele Bassi
7f5b68eed3
examples/layout-manager: Improve the example
...
Add an explicit transition, and more comments.
2013-03-13 15:05:27 -03:00
Emmanuele Bassi
b1b3bfb74e
Remove usage of ClutterLayoutManager easing API
...
It is going away.
2012-07-11 13:22:21 +01:00
Emmanuele Bassi
4be7ecb836
examples: Use the pivot point for scaling
...
Instead of scaling with gravity.
https://bugzilla.gnome.org/show_bug.cgi?id=677853
2012-07-11 13:22:20 +01:00
Emmanuele Bassi
2ee945b2ca
examples/layout-manager: Show transformations inside layouts
...
Actor transformations do not affect the layout management by default; we
can easily show that a scale animation does not break the layout policy
inside an example.
2012-06-27 21:28:01 +01:00
Emmanuele Bassi
a541023795
examples/layout: Initialize variables to avoid warnings
2012-06-06 13:39:47 +01:00
Bastian Winkler
1339b39132
examples: Update layout-manager example to use the animations API
...
https://bugzilla.gnome.org/show_bug.cgi?id=676827
2012-05-28 19:37:19 +02:00
Emmanuele Bassi
4d087f2c0a
examples: Add an example of layout manager
...
The MultiLayout shows how to write a layout manager with two policies,
and to use the easing state of a child to interpolate the allocation.
2012-05-04 17:54:51 +01:00