summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturezoom.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* gtkgesturerotate: Filter touchpad holds eventsCarlos Garnacho2022-08-051-2/+3
* gtkgesturezoom: Don't filter hold eventsJosé Expósito2022-01-261-2/+3
* gesturezoom: Convert docsMatthias Clasen2021-03-111-19/+19
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-7/+7
* gtkgesturezoom: Do not check touchpad phase on generic eventsCarlos Garnacho2020-06-101-5/+5
* Restructure the GdkEvent type hierarchyEmmanuele Bassi2020-04-161-1/+1
* events: reorganize gettersMatthias Clasen2020-02-211-3/+3
* Strip const from GdkEventMatthias Clasen2020-02-211-2/+2
* zoomgesture: Port to new API modelBenjamin Otte2018-04-261-5/+1
* The big versioning cleanupMatthias Clasen2018-02-061-6/+0
* GtkGestureZoom: Don't leak the list of sequencesDebarshi Ray2017-10-191-6/+10
* gesture zoom: Use GdkEvent APIMatthias Clasen2017-09-191-5/+14
* gesture: Update to using GdkEvent APICarlos Garnacho2017-09-191-2/+2
* Intern all signal names beforehandMatthias Clasen2015-09-121-1/+2
* gtkgesturezoom: Handle touchpad pinch eventsCarlos Garnacho2015-08-121-8/+45
* Don't assert in gtk_event_controller_constructedMatthias Clasen2014-05-271-0/+2
* Silence gtk-doc warningsMatthias Clasen2014-05-271-4/+3
* gesturezoom: Just return a double in get_scale_delta()Carlos Garnacho2014-05-271-11/+7
* Docs: Cosmetic fixesMatthias Clasen2014-05-231-1/+1
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-1/+2
* zoom: doc fixesCarlos Garnacho2014-05-231-1/+1
* zoom: Add missing documentationCarlos Garnacho2014-05-231-0/+18
* Add GtkGestureZoomCarlos Garnacho2014-05-231-0/+201