summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
Commit message (Expand)AuthorAgeFilesLines
* gtkgesture: Fix get-center for touchpad gesturesYariv Barkan2020-01-171-1/+8
* gtk: fix all uses of g_cclosure_marshal_genericChristian Hergert2019-06-021-1/+6
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-1/+2
* Drop child surfacesMatthias Clasen2019-05-281-13/+2
* gesture: Chain up in filter_eventMatthias Clasen2019-05-021-1/+4
* gtkgesture: Check claimed status after event deliverywip/carlosg/issue-1159Carlos Garnacho2018-06-191-3/+3
* gesture: Fix code snippetErnestas Kulik2018-05-291-2/+2
* gesture: Fix get_last_event() docsErnestas Kulik2018-05-291-1/+1
* widget: Remove controller sequence-state-changed signal connectionTimm Bäder2018-05-191-0/+2
* swipegesture: Port to new API modelBenjamin Otte2018-04-261-0/+3
* Continue renaming window to surfaceAlexander Larsson2018-03-211-8/+8
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-3/+3
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-5/+5
* The big versioning cleanupMatthias Clasen2018-02-061-45/+0
* docs: Stop referring to legacy event signalsMatthias Clasen2018-01-161-4/+3
* gesture: Fix gcc constness warningBenjamin Otte2017-12-141-1/+1
* gtk: Avoid some event copiesCarlos Garnacho2017-12-141-1/+1
* gtk: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-2/+2
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+1
* gdk: Remove motion hintsCarlos Garnacho2017-09-191-2/+0
* eventcontroller: Drop event_mask APICarlos Garnacho2017-09-191-4/+0
* gesture: Use GdkEvent APIMatthias Clasen2017-09-191-37/+32
* gesture: Partially convert to GdkEvent APIMatthias Clasen2017-09-191-15/+12
* gesture: Update to using GdkEvent APICarlos Garnacho2017-09-191-29/+48
* gtkgesture: Consume button release/touch end events if gesture was claimedCarlos Garnacho2017-05-251-0/+7
* Gesture: Remove window property completelyTimm Bäder2017-05-251-16/+0
* gtkgesture: Drop GdkWindow checksCarlos Garnacho2017-05-251-142/+3
* Add a few missing (nullable) annotationsTimm Bäder2017-02-171-2/+2
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-3/+3
* Docs: Clarify life cycle issueMatthias Clasen2016-05-111-0/+4
* gesture: Don't leak stashed eventsMatthias Clasen2016-05-011-1/+12
* Various documentation fixesTimm Bäder2016-02-081-2/+2
* gtk: Fix some return-values annotations (transfer none/full)Rico Tzschichholz2016-02-081-1/+1
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-2/+2
* Gestures: Add some nullable annotationsTimm Bäder2015-12-121-2/+2
* gesture: strengthen against destroyed windowsCarlos Garnacho2015-09-211-1/+5
* Intern all signal names beforehandMatthias Clasen2015-09-121-5/+5
* gtkgesture: Add note to gtk_gesture_get_bounding_box()Carlos Garnacho2015-08-121-0/+6
* gtkgesture: Add touchpad gesture event bit to the controller evmaskCarlos Garnacho2015-08-121-1/+2
* gtkgesture: Add docs blurb about touchpad gesturesCarlos Garnacho2015-08-121-0/+9
* gtkgesture: Accumulate touchpad events' dx/dy in point dataCarlos Garnacho2015-08-121-1/+56
* gtkgesture: Handle touchpad eventsCarlos Garnacho2015-08-121-6/+81
* gtkgesture: Refactor n-points querying into a single functionCarlos Garnacho2015-08-121-11/+21
* gtkgesture: Filter out touchpad events by default.Carlos Garnacho2015-08-121-0/+16
* gtkgesture: Refactor gtk_gesture_handle_event()Carlos Garnacho2015-08-121-20/+26
* GtkGesture: minor cleanupCarlos Garnacho2015-07-241-2/+1
* gesture: On cancel, remove touchpoint before checking the recognized stateCarlos Garnacho2015-03-021-1/+2
* gesture: Document pitfalls on foreign gesture state changesCarlos Garnacho2014-09-291-0/+31
* Trivial: reword docs a bitMatthias Clasen2014-09-261-2/+2