summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturesingle.c
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Cosmetic fixesMatthias Clasen2014-05-231-10/+14
|
* Docs: Minor changesMatthias Clasen2014-05-231-3/+3
|
* gesturesingle: Add an "exclusive" boolean propertyCarlos Garnacho2014-05-231-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 GdkEventGrabBrokenCarlos Garnacho2014-05-231-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 gesturesMatthias Clasen2014-05-231-1/+2
| | | | | For now, at least. We do this by hiding the instance and class structures in private headers.
* gesturesingle: doc fixesCarlos Garnacho2014-05-231-1/+1
|
* gesturesingle: Add missing documentationCarlos Garnacho2014-05-231-0/+49
|
* gesturesingle: check the current sequence before resetting the pressed buttonCarlos Garnacho2014-05-231-1/+2
|
* Add GtkGestureSingleCarlos Garnacho2014-05-231-0/+363
This is a GtkGesture subclass, specific to single-touch (or mouse operated) gestures.