summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturemultipress.c
Commit message (Expand)AuthorAgeFilesLines
* GtkGestureMultiPress: reset multi-press sequence if the source device changesCarlos Garnacho2016-02-231-0/+9
* Intern all signal names beforehandMatthias Clasen2015-09-121-3/+3
* gesturesingle: Implement GtkGesture::cancel better than GtkEventController:resetCarlos Garnacho2014-06-131-0/+1
* Don't assert in gtk_event_controller_constructedMatthias Clasen2014-05-271-0/+2
* Docs: Cosmetic fixesMatthias Clasen2014-05-231-7/+9
* multipress: Add matching ::released signalCarlos Garnacho2014-05-231-1/+42
* multipress: Protect against fleeting touches mistriggering eventsCarlos Garnacho2014-05-231-41/+51
* gesture: Make gtk_gesture_check() privateCarlos Garnacho2014-05-231-1/+2
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-0/+1
* multipress: doc fixesCarlos Garnacho2014-05-231-4/+4
* multipress: Add missing documentationCarlos Garnacho2014-05-231-0/+37
* gesturemultipress: fix reentrancy on ::reset()Carlos Garnacho2014-05-231-3/+1
* multipress: Remove unused signal argumentCarlos Garnacho2014-05-231-11/+28
* multipress: Make a subclass of GtkGestureSingleCarlos Garnacho2014-05-231-140/+26
* Add GtkGestureMultiPressCarlos Garnacho2014-05-231-0/+472