Owen W. Taylor
0b536c02f9
Bind constraints: Don't force redraws on source relayout
...
When the source actor potentially changes size, that shouldn't
necessarily result in the target actor being redrawn - it should
be like when a child of a container is reallocated due to changes
in its siblings or parent - it should redraw only to the extent
that it is moved and resized. Privately export an internal function
from clutter-actor.c to allow getting this right.
https://bugzilla.gnome.org/show_bug.cgi?id=719367
2013-11-26 11:12:12 -05:00
Emmanuele Bassi
4da1c3efb8
snap-constraint: Fix typo that broke the get_edges() method
...
We were declaring a get_edges() method, but the definition was called
get_edge().
2012-03-07 12:36:43 +00:00
Bastian Winkler
c9cbe58343
snap-constraint: Fix allocation for CLUTTER_SNAP_EDGE_RIGHT
...
Use source_with instead of source_height to calculate the the x1/x2
positions for CLUTTER_SNAP_EDGE_RIGHT
https://bugzilla.gnome.org/show_bug.cgi?id=654024
2011-07-18 13:43:29 +01:00
Jasper St. Pierre
0c576c0c33
Remove private helper #define's
...
Finish off the second half of 09a830d294
.
http://bugzilla.clutter-project.org/show_bug.cgi?id=2596
2011-03-03 11:47:49 +00:00
Emmanuele Bassi
ca092477c2
Appease the gods in introspection
...
Reduce the amount of bogus warnings g-ir-scanner prints out.
2011-01-20 16:35:26 +00:00
Emmanuele Bassi
491bbc226e
constraints: Remove signal handlers on dispose
...
Same as commit 2fa8b3a3ab
but done for
AlignConstraint and SnapConstraint as well.
2010-12-18 13:24:54 +00:00
Emmanuele Bassi
3c15c0c9bb
Add SnapConstraint
...
A SnapConstraint is a constraint that "snaps" the edges of two actors
together.
2010-11-15 16:00:49 +00:00