summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gesture: cancel all ongoing sequences on reset()Carlos Garnacho2014-05-231-4/+42
* gesture: Skip non-device events early.Carlos Garnacho2014-05-231-0/+6
* gesture: Add gtk_gesture_[sg]et_window()Carlos Garnacho2014-05-231-6/+115
* gesture: Remove the touch-only propertyCarlos Garnacho2014-05-231-100/+7
* gesture: Add private getter to know whether a touch begin was handledCarlos Garnacho2014-05-231-2/+27
* widget: Implement hierarchy-level mechanism to claim/deny sequencesCarlos Garnacho2014-05-231-2/+61
* Add GtkGestureCarlos Garnacho2014-05-231-0/+964