Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: Cosmetic fixes | Matthias Clasen | 2014-05-23 | 1 | -10/+14 |
| | |||||
* | Docs: Minor changes | Matthias Clasen | 2014-05-23 | 1 | -3/+3 |
| | |||||
* | gesturesingle: Add an "exclusive" boolean property | Carlos Garnacho | 2014-05-23 | 1 | -0/+81 |
| | | | | | | All "exclusive" gestures listen for either pointer events, or "pointer emulating" touch events, so only a single sequence at a time can make these run. | ||||
* | gesture: Handle GdkEventGrabBroken | Carlos Garnacho | 2014-05-23 | 1 | -0/+5 |
| | | | | | | That may happen separately from grab-notify, and also due to external reasons, so ensure all sequences are cancelled if a grab is taken in some GdkWindows that would obscure events on the controller. | ||||
* | Prevent subclassing of gestures | Matthias Clasen | 2014-05-23 | 1 | -1/+2 |
| | | | | | For now, at least. We do this by hiding the instance and class structures in private headers. | ||||
* | gesturesingle: doc fixes | Carlos Garnacho | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | gesturesingle: Add missing documentation | Carlos Garnacho | 2014-05-23 | 1 | -0/+49 |
| | |||||
* | gesturesingle: check the current sequence before resetting the pressed button | Carlos Garnacho | 2014-05-23 | 1 | -1/+2 |
| | |||||
* | Add GtkGestureSingle | Carlos Garnacho | 2014-05-23 | 1 | -0/+363 |
This is a GtkGesture subclass, specific to single-touch (or mouse operated) gestures. |