summaryrefslogtreecommitdiff
path: root/gtk/gtkgestureswipe.c
Commit message (Expand)AuthorAgeFilesLines
* Intern all signal names beforehandMatthias Clasen2015-09-121-1/+2
* gtkgestureswipe: Handle touchpad swipe eventsCarlos Garnacho2015-08-121-0/+23
* Don't assert in gtk_event_controller_constructedMatthias Clasen2014-05-271-0/+2
* gestureswipe: Fix return valueBenjamin Otte2014-05-241-1/+1
* Docs: Cosmetic fixesMatthias Clasen2014-05-231-3/+3
* gesture: Make gtk_gesture_get_last_update_time() privateCarlos Garnacho2014-05-231-2/+3
* swipe: Don't emit ::swipe if there are still active touchesCarlos Garnacho2014-05-231-0/+3
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-1/+2
* swipe: doc fixesCarlos Garnacho2014-05-231-2/+2
* swipe: Add missing documentationCarlos Garnacho2014-05-231-0/+43
* swipe: Add function to retrieve the current velocityCarlos Garnacho2014-05-231-5/+32
* swipe: Dont emit swipe() if the gesture was denied rather than finishedCarlos Garnacho2014-05-231-0/+3
* swipe: Make a subclass of GtkGestureSingleCarlos Garnacho2014-05-231-1/+1
* Add GtkGestureSwipeCarlos Garnacho2014-05-231-0/+201