087b61f653
GtkRevealer: Fix size allocation with disabled animation
...
When animation is disabled, we use 'none' as the effective
transition type. So far, this transition type failed to change
the size request, causing the revealer to always take up the
space of the child, even when the child is not shown.
https://bugzilla.gnome.org/show_bug.cgi?id=719568
2013-12-01 21:45:17 -05:00
bf9ed44aa6
revealer: Respect gtk-enable-animations setting
...
https://bugzilla.gnome.org/show_bug.cgi?id=712632
2013-11-18 23:01:11 -05:00
81538d492e
revealer: Use the same transition animation as GtkStack
2013-10-09 18:29:41 -04:00
6aa56979dc
More documentation fixes
2013-09-17 01:28:39 -04:00
b2b8c4d4bc
revealer: clamp minimum size to natural one
...
Instead of just setting them equal.
https://bugzilla.gnome.org/show_bug.cgi?id=706938
2013-08-28 10:34:11 +02:00
0899ef7cc9
gtk: Use new macros for defining private data
...
https://bugzilla.gnome.org/show_bug.cgi?id=702996
2013-07-09 09:30:02 +01:00
09d22284f7
revealer: Use new private model, remove priv pointer
2013-07-02 13:42:43 +02:00
da31982379
Fix build on C89 compilers
...
-Avoid defining variables in the middle of the block
-Include fallback-c89.c in gtkrevealer.c in place of math.h as
fallback-c89.c includes math.h itself, and is needed for round()
2013-05-28 13:36:54 +08:00
210451e86f
Minor doc comment fix
2013-05-01 21:27:06 -04:00
06c8e8fa43
docs: fix some typos in newly introduced methods
2013-04-24 13:10:54 -04:00
8ff96b3bb2
Do rtl flipping for GtkRevealer transitions
2013-04-22 12:42:39 -04:00
aec62e1c10
Add docs for GtkRevealer
2013-04-22 12:42:38 -04:00
d7f43c30a3
GtkRevealer: Add a fading animation
...
Using a container for this is not necessarily the most
elegant solution, but it lets us reuse the animation
machinery in GtkRevealer.
2013-04-22 12:42:38 -04:00
443459b52e
Add GtkRevealer
...
This is a widget that can hide or show (ie reveal) its child
in an animated fashion.
This widget was initially developed in libgd.
2013-04-22 12:42:37 -04:00