- 23 May, 2014 40 commits
-
-
For now, at least. We do this by hiding the instance and class structures in private headers.
-
-
-
-
-
This was missed because gtk_widget_remove_controller silently does nothing on unowned controllers.
-
-
-
Quick-and-dirty patch to use a GtkGestureSingle for both button press/release and touch event handling.
-
Carlos Garnacho authored
The utility of those signals is somewhat dubious now that there is gtk_gesture_group(), so make that the only way to coordinate gestures. The cooperation model offered by gtk_gesture_group() is flexible enough,
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
This is replaced by GtkGestureLongPress, and all its callers have been updated to use the replacement.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
This is somewhat analogous to scroll events on pointer devices, the greater the velocity, the faster the spinbutton spins.
-
Carlos Garnacho authored
This gesture reports events on horizontal/vertical panning gestures.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
This can be used to fetch the current velocity on update(), as opposed to swipe() which happens after the sequence is finished.
-