- 09 Jun, 2014 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 01 May, 2014 1 commit
-
-
Benjamin Otte authored
Size vfuncs always get non-null out variables passed, so no need to check for NULL.
-
- 29 Apr, 2014 1 commit
-
-
Benjamin Otte authored
Instead, make the functions conform to the prototype, so that casting isn't needed.
-
- 23 Feb, 2014 1 commit
-
-
Benjamin Otte authored
The refactoring in b9e37f8d broke this. https://bugzilla.gnome.org/show_bug.cgi?id=724999
-
- 20 Feb, 2014 1 commit
-
-
Benjamin Otte authored
Do not constrain the child widget to its preferred size when the revealer is larger. https://bugzilla.gnome.org/show_bug.cgi?id=724742
-
- 19 Feb, 2014 1 commit
-
-
William Jon McCann authored
Instead of Return value:
-
- 21 Jan, 2014 1 commit
-
-
William Jon McCann authored
-
- 02 Dec, 2013 1 commit
-
-
Matthias Clasen authored
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
-
- 19 Nov, 2013 1 commit
-
-
- 09 Oct, 2013 1 commit
-
-
Jasper St. Pierre authored
-
- 17 Sep, 2013 1 commit
-
-
Matthias Clasen authored
-
- 28 Aug, 2013 1 commit
-
-
Stefano Facchini authored
Instead of just setting them equal. https://bugzilla.gnome.org/show_bug.cgi?id=706938
-
- 09 Jul, 2013 1 commit
-
-
- 02 Jul, 2013 1 commit
-
-
Alexander Larsson authored
-
- 28 May, 2013 1 commit
-
-
Chun-wei Fan authored
-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()
-
- 02 May, 2013 1 commit
-
-
Matthias Clasen authored
-
- 24 Apr, 2013 1 commit
-
-
Cosimo Cecchi authored
-
- 22 Apr, 2013 4 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Using a container for this is not necessarily the most elegant solution, but it lets us reuse the animation machinery in GtkRevealer.
-
Matthias Clasen authored
This is a widget that can hide or show (ie reveal) its child in an animated fashion. This widget was initially developed in libgd.
-