summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gesture: doc fixesCarlos Garnacho2014-05-231-20/+39
* gesture: Add missing documentationCarlos Garnacho2014-05-231-8/+209
* gesture: Add grouping APICarlos Garnacho2014-05-231-0/+91
* gesture: Add gtk_gesture_set_state() helper.Carlos Garnacho2014-05-231-0/+22
* gesture: emit the current state on ::sequence-state-changedCarlos Garnacho2014-05-231-3/+1
* gesture: group continue conditions togetherCarlos Garnacho2014-05-231-3/+2
* gesture: return TRUE if the sequence state was already setCarlos Garnacho2014-05-231-1/+4
* gesture: fix compiler warningCarlos Garnacho2014-05-231-3/+3
* gesture: ignore events if now widget window was foundCarlos Garnacho2014-05-231-0/+3
* widget: Improve button press emulation on sequence deniedCarlos Garnacho2014-05-231-0/+37
* gesture: check the gesture after denying a sequence.Carlos Garnacho2014-05-231-0/+4
* gesture: Offer always coordinates in the gesture widget coordinate spaceCarlos Garnacho2014-05-231-2/+47
* gesture: Only recognize gestures with as many interacting touches as those ha...Carlos Garnacho2014-05-231-0/+1
* gesture: Limit API calls to non-denied sequencesCarlos Garnacho2014-05-231-6/+10
* gesture: Require BUTTON_PRESS/TOUCH_BEGIN for sequences to be initiated.Carlos Garnacho2014-05-231-1/+1
* gesture: Only track non denied sequences in get_last_updated_sequence()Carlos Garnacho2014-05-231-1/+2