- 02 Jun, 2019 1 commit
-
-
Christian Hergert authored
This adds specific marshallers for all of the locations where a generic marshaller is being used. It also provides va_marshallers to reduce the chances that we get stack traces from perf going through ffi_call_unix64. This is forward ported from gtk-3-24. # Conflicts: # gtk/gtkeventcontrollerkey.c # gtk/gtkeventcontrollermotion.c # gtk/gtkgesture.c # gtk/gtkgesturemultipress.c
-
- 26 Apr, 2018 1 commit
-
-
- 06 Feb, 2018 1 commit
-
-
Matthias Clasen authored
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
-
- 19 Sep, 2017 3 commits
-
-
-
-
Carlos Garnacho authored
To some extent, pad and touchpad gesture events need extra API.
-
- 12 Sep, 2015 1 commit
-
-
Matthias Clasen authored
This avoids pointless allocations
-
- 12 Aug, 2015 1 commit
-
-
Carlos Garnacho authored
We let these through in GtkEventController::filter, and handle these especially on GtkGesture::update.
-
- 27 May, 2014 3 commits
-
-
Matthias Clasen authored
This prevents some of our generic object implementation tests from working with gesture objects. Instead, add g_return_if_fail checks in all the gesture constructors.
-
Matthias Clasen authored
-
Carlos Garnacho authored
Whether the gesture is active or recognized should be checked before in callers, or just not used naively.
-
- 23 May, 2014 5 commits
-
-
Carlos Garnacho authored
-
For now, at least. We do this by hiding the instance and class structures in private headers.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
This gesture implementation recognizes rotations when fed with events from two different GdkEventSequences
-