- 23 May, 2014 12 commits
-
-
Carlos Garnacho authored
This gesture implementation recognizes rotations when fed with events from two different GdkEventSequences
-
Carlos Garnacho authored
This gesture implementation recognices swipes on any direction. The "swipe" signal has the X/Y velocity vector components, so those can be used for direction guessing and velocity thresholds.
-
Carlos Garnacho authored
This gesture interprets long presses with variable delays and thresholds
-
Carlos Garnacho authored
This a more specific abstract type that handles one or multiple streams of pointer/touch events.
-
Carlos Garnacho authored
This is a basic abstract type that handles GdkEvents.
-
Benjamin Otte authored
They are drawn relative to the border box, not relative to the padding box.
-
Benjamin Otte authored
Initialize the passed-in value, don't treat it as an in-out parameter.
-
Matthias Clasen authored
These were found by looking over the GTK+ sources and ui files.
-
Matthias Clasen authored
These are icons which are used as GtkArrow replacement, and icons used for the volume button.
-
Matthias Clasen authored
This will hopefully help to track down some hard-to-squash failures that only happen in gnome-continuous.
-
Benjamin Otte authored
This test just checks that all the icon names that GTK uses are present in the default icon theme. As icon names are not checked programmatically and we do not want to run into missing-icon icons in the code, this test seems necessary. For now, it's just a stub that tests stock icons.
-
Matthias Clasen authored
Make it so we only use GtkMisc in one place.
-
- 22 May, 2014 28 commits
-
-
Matthias Clasen authored
Show the confirmation dialog every time the keybinding is used, until the user clicks OK.
-
Matthias Clasen authored
We are only hiding the window now, so a memory management error has crept into the destroy path.
-
Benjamin Otte authored
This reverts commit 024c11dd. It's not a crash fix to cause a return_val_if_fail() to happen.
-
Benjamin Otte authored
The reftest broke when font size lead to labels > 16px.
-
Behdad Esfahbod authored
-
Matthias Clasen authored
Now that it is not entirely empty anymore, lets include it.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Jasper St. Pierre authored
-
Jasper St. Pierre authored
-
Jasper St. Pierre authored
Otherwise, the WM cannot take a grab on the pointer device, since we'll still have the implicit grab.
-
Jasper St. Pierre authored
It was testing -GtkWidget-focus-line-width, which is a dead property we don't use anymore.
-
Matthias Clasen authored
Last touched in 2008...probably not relevant.
-
Jasper St. Pierre authored
-
Benjamin Otte authored
The test should include reset-to-defaults.css but apparently it is older than that file. So it broke when buttons started using shadows.
-
Jasper St. Pierre authored
We accept these now.
-
Jasper St. Pierre authored
-
Piotr Drąg authored
-
Matthias Clasen authored
-
Matthias Clasen authored
It has been replaced by GdkRGBA. Time to make it official. http://bugzilla.gnome.org/show_bug.cgi?id=636695
-
Matthias Clasen authored
It has been deprecated.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
No need for this anymore, now that we have the inspector everywhere.
-
Matthias Clasen authored
It is deprecated now.
-
Matthias Clasen authored
-
-
Matthias Clasen authored
The treeview is not using focus-pad here anymore, so update the tests to not expect it.
-