summaryrefslogtreecommitdiff
path: root/gtk/gtkgestureswipe.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-2/+1
* gtkgestureswipe: Don't filter hold eventsJosé Expósito2022-01-261-2/+3
* gestureswipe: Convert docsMatthias Clasen2021-03-111-19/+22
* gestureswipe: Count last event when calculating velocityAlexander Mikhaylenko2020-10-211-5/+15
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-8/+8
* Replace "gint" with "int"Benjamin Otte2020-07-251-2/+2
* events: reorganize gettersMatthias Clasen2020-02-211-1/+1
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* gtk: fix all uses of g_cclosure_marshal_genericChristian Hergert2019-06-021-1/+6
* swipegesture: Port to new API modelBenjamin Otte2018-04-261-5/+1
* The big versioning cleanupMatthias Clasen2018-02-061-6/+0
* Drop gratitious use of GdkPointMatthias Clasen2017-12-261-5/+6
* gesture swipe: Use GdkEvent APIMatthias Clasen2017-09-191-1/+4
* gesture: Update to using GdkEvent APICarlos Garnacho2017-09-191-1/+1
* 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