summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturesingle.c
Commit message (Expand)AuthorAgeFilesLines
* Gestures: Add some nullable annotationsTimm Bäder2015-12-121-1/+1
* gesture single: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-28/+29
* gesture single: Use gtk_simulate_touchscreenMatthias Clasen2015-07-311-4/+2
* gesturesingle: Ignore motion/updates from unhandled sequencesCarlos Garnacho2015-04-131-0/+2
* gesturesingle: check for the sequence being handled, not just the eventCarlos Garnacho2014-12-181-1/+2
* gtkgesturesingle: Unset button/sequence if parent handle_event failedCarlos Garnacho2014-10-171-0/+7
* Cleanup invalid comments (duplication of words)Ikey Doherty2014-08-261-1/+1
* GtkGestureSingle: Update declared defaults of propertiesMatthias Clasen2014-08-151-2/+2
* gesturesingle: Change default values of button and touch-only propertiesCarlos Garnacho2014-08-151-14/+17
* Add a 'touchscreen' debug flagMatthias Clasen2014-07-101-1/+3
* gesturesingle: Implement GtkGesture::cancel better than GtkEventController:resetCarlos Garnacho2014-06-131-5/+8
* gesturesingle: Ensure the current button stays set until after the touch/butt...Carlos Garnacho2014-06-111-3/+7
* GtkGestureSingle: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-3/+5
* Docs: Cosmetic fixesMatthias Clasen2014-05-231-10/+14
* Docs: Minor changesMatthias Clasen2014-05-231-3/+3
* gesturesingle: Add an "exclusive" boolean propertyCarlos Garnacho2014-05-231-0/+81
* gesture: Handle GdkEventGrabBrokenCarlos Garnacho2014-05-231-0/+5
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-1/+2
* gesturesingle: doc fixesCarlos Garnacho2014-05-231-1/+1
* gesturesingle: Add missing documentationCarlos Garnacho2014-05-231-0/+49
* gesturesingle: check the current sequence before resetting the pressed buttonCarlos Garnacho2014-05-231-1/+2
* Add GtkGestureSingleCarlos Garnacho2014-05-231-0/+363