summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturelongpress.c
Commit message (Expand)AuthorAgeFilesLines
* Various documentation fixesTimm Bäder2016-02-081-1/+1
* Intern all signal names beforehandMatthias Clasen2015-09-121-2/+2
* long press: Add a delay-factor propertyMatthias Clasen2015-02-231-3/+68
* gesturesingle: Implement GtkGesture::cancel better than GtkEventController:resetCarlos Garnacho2014-06-131-1/+9
* Don't assert in gtk_event_controller_constructedMatthias Clasen2014-05-271-0/+2
* Docs: Cosmetic fixesMatthias Clasen2014-05-231-1/+1
* Docs: Minor changesMatthias Clasen2014-05-231-1/+1
* gesture: Make gtk_gesture_check() privateCarlos Garnacho2014-05-231-1/+2
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-2/+3
* longpress: doc fixesCarlos Garnacho2014-05-231-3/+3
* longpress: Add missing documentationCarlos Garnacho2014-05-231-0/+35
* longpress: Ensure check() happens after cancel()Carlos Garnacho2014-05-231-1/+2
* longpress: fix reentrancy on ::reset()Carlos Garnacho2014-05-231-11/+3
* longpress: Use xsettings to determine long press durationCarlos Garnacho2014-05-231-3/+7
* longpress: Make a subclass of GtkGestureSingleCarlos Garnacho2014-05-231-114/+22
* Add GtkGestureLongPressCarlos Garnacho2014-05-231-0/+326