summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
Commit message (Expand)AuthorAgeFilesLines
* Docs: Clarify life cycle issueMatthias Clasen2016-05-171-0/+4
* gesture: Don't leak stashed eventsMatthias Clasen2016-05-051-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
* Docs: Cosmetic fixesMatthias Clasen2014-05-231-26/+28
* docs: Correct a referenceMatthias Clasen2014-05-231-1/+2
* Revert "docs: More GtkEventController removal"Matthias Clasen2014-05-231-1/+1
* Docs: Add information about event propagationMatthias Clasen2014-05-231-3/+26
* Docs: Minor changesMatthias Clasen2014-05-231-1/+1
* Document gtk_gesture_set_stateMatthias Clasen2014-05-231-0/+14
* docs: More GtkEventController removalMatthias Clasen2014-05-231-1/+1
* gesture: Declare GtkGesture:window as an object propertyCarlos Garnacho2014-05-231-5/+5
* gesture: Add GTK_PHASE_TARGETCarlos Garnacho2014-05-231-1/+1
* gesture: Handle GdkEventGrabBrokenCarlos Garnacho2014-05-231-0/+27
* widget: tighten the conditions at which a press event is emulatedCarlos Garnacho2014-05-231-2/+5
* gesture: Prevent against sequence cancellation within gtk_gesture_set_state()Carlos Garnacho2014-05-231-5/+6
* gesture: Make gtk_gesture_get_last_update_time() privateCarlos Garnacho2014-05-231-17/+3
* gesture: Remove gtk_gesture_get_last_event_typeCarlos Garnacho2014-05-231-29/+0
* gesture: make gtk_gesture_cancel_sequence() privateCarlos Garnacho2014-05-231-13/+3
* gesture: Make gtk_gesture_check() privateCarlos Garnacho2014-05-231-38/+8
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-0/+49
* gesture: Add explanatory note in GtkGesture::endCarlos Garnacho2014-05-231-0/+5
* gesture: Cancel sequences that make a gesture exceed the number of touches as...Carlos Garnacho2014-05-231-4/+15
* gesture: Handle GDK_TOUCH_CANCEL eventsCarlos Garnacho2014-05-231-0/+3
* gesture: Protect against odd window hierarchiesCarlos Garnacho2014-05-231-1/+4
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-1/+2