summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturedrag.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+16
* draggesture: Port to new API modelBenjamin Otte2018-04-261-5/+1
* The big versioning cleanupMatthias Clasen2018-02-061-12/+0
* gesture drag: Use GdkEvent APIMatthias Clasen2017-09-191-1/+3
* gesture: Update to using GdkEvent APICarlos Garnacho2017-09-191-1/+1
* Various documentation fixesTimm Bäder2016-02-081-2/+2
* Intern all signal names beforehandMatthias Clasen2015-09-121-3/+4
* gtkgesturedrag: Handle touchpad swipe eventsCarlos Garnacho2015-08-121-0/+23
* drag: add missing introspection annotationsRay Strode2014-08-061-4/+4
* Don't assert in gtk_event_controller_constructedMatthias Clasen2014-05-271-0/+2
* Docs: Cosmetic fixesMatthias Clasen2014-05-231-3/+3
* drag: Allow gtk_gesture_get_start_point/offset() to be called on ::drag-endCarlos Garnacho2014-05-231-2/+12
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-1/+2
* drag: doc fixesCarlos Garnacho2014-05-231-3/+3
* drag: Add missing documentationCarlos Garnacho2014-05-231-0/+44
* drag: remove unused #defineCarlos Garnacho2014-05-231-2/+0
* drag: Make API offsets basedCarlos Garnacho2014-05-231-12/+21
* drag: Make a subclass of GtkGestureSingleCarlos Garnacho2014-05-231-1/+1
* Add GtkGestureDragCarlos Garnacho2014-05-231-0/+210