summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkGesture: Don't leak the group linkMatthias Clasen2014-06-281-1/+5
* gesture: Consume the event triggering ::begin if reset within the handlerCarlos Garnacho2014-06-251-17/+40
* gesture: Ensure late gestures handling the sequence get the group stateCarlos Garnacho2014-06-031-0/+30
* gesture: Fix wrong assert in gtk_gesture_set_windowCarlos Garnacho2014-05-271-1/+1
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-56/+4
* eventcontroller: Make the event-mask property and methods private.Carlos Garnacho2014-05-271-0/+1
* gesture: Use GdkEventSequence GType in signalsCarlos Garnacho2014-05-231-5/+5
* gesture: Introspection fixesCarlos Garnacho2014-05-231-2/+2