summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spinbutton: Avoid touch text handles to pop upgesturesCarlos Garnacho2014-05-231-29/+16
* colorswatch: Set gestures in GTK_PHASE_TARGETCarlos Garnacho2014-05-231-2/+2
* spinbutton: Use GTK_PHASE_CAPTURE for touch swipesCarlos Garnacho2014-05-231-2/+2
* widget: Flip execution order of GTK_PHASE_TARGET/BUBBLECarlos Garnacho2014-05-231-1/+2
* texthandle: Mind the invisible area when moving the handleCarlos Garnacho2014-05-231-3/+7
* textview: Check first whether the sequence is handled, fetch later the eventCarlos Garnacho2014-05-231-4/+7
* entry: Check first whether the sequence is handled, fetch later the eventCarlos Garnacho2014-05-231-4/+7
* gesture: Use GdkEventSequence GType in signalsCarlos Garnacho2014-05-231-5/+5
* gesture: Introspection fixesCarlos Garnacho2014-05-231-2/+2
* eventcontroller: introspection fixCarlos Garnacho2014-05-231-1/+1
* gdk: Make GdkEventSequence a boxed typeCarlos Garnacho2014-05-232-1/+21
* paned: Handle pointer events from touchscreen devicesCarlos Garnacho2014-05-231-2/+7
* Docs: Cosmetic fixesMatthias Clasen2014-05-239-54/+62
* docs: Correct a referenceMatthias Clasen2014-05-231-1/+2
* Revert "docs: GtkEventController was dropped from public api"Matthias Clasen2014-05-233-0/+24
* 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-233-5/+5
* Document gtk_gesture_set_stateMatthias Clasen2014-05-231-0/+14
* docs: gtk_gesture_cancel_sequence was made privateMatthias Clasen2014-05-231-1/+0
* docs: More GtkEventController removalMatthias Clasen2014-05-231-1/+1
* docs: GtkEventController was dropped from public apiMatthias Clasen2014-05-233-24/+0
* paned: Use GtkGesture to handle handle draggingCarlos Garnacho2014-05-231-153/+134
* switch: Use GtkGesture to handle input eventsCarlos Garnacho2014-05-231-137/+118
* inspector: Add more complete gesture supportMatthias Clasen2014-05-238-0/+337
* inspector: Minimal support for gesturesMatthias Clasen2014-05-231-0/+28
* Add back a private api to list controllersMatthias Clasen2014-05-232-0/+24
* texthandle: Make a bigger hit area around texthandlesCarlos Garnacho2014-05-231-2/+11
* gesture: Declare GtkGesture:window as an object propertyCarlos Garnacho2014-05-231-5/+5
* widget: 3-way merge ate my g_object_ref()Carlos Garnacho2014-05-231-1/+1
* scrolledwindow: Handle directional cancellation if there is a single scroll d...Carlos Garnacho2014-05-231-2/+36
* widget: remove check on whether the controller was already addedCarlos Garnacho2014-05-231-1/+0
* pan: Remove wrong checkCarlos Garnacho2014-05-231-3/+0
* entry: Ensure the cursor text handle is shown after touching to reposition cu...Carlos Garnacho2014-05-231-3/+4
* popover: Hide widget first when disposingCarlos Garnacho2014-05-231-1/+2
* entry: Obey implementations' frame when placing handles/popovers aroundCarlos Garnacho2014-05-231-7/+21
* entry: Improve touch popover interactionCarlos Garnacho2014-05-231-11/+17
* textview: Show the magnifier popover a bit farther from the touch positionCarlos Garnacho2014-05-231-3/+7
* textview: Improve touch popover interactionCarlos Garnacho2014-05-231-7/+15
* entry: Use gestures to handle pointer/touch eventsCarlos Garnacho2014-05-231-328/+343
* spinbutton: Attach "swipe to spin" controllers to the bubble phaseCarlos Garnacho2014-05-231-32/+3
* colorplane: Fully port to GtkGestureCarlos Garnacho2014-05-231-100/+87
* gdk: Lookup both device and global cursor when checking up the hierarchyCarlos Garnacho2014-05-231-0/+1
* button: Make multipress gesture exclusiveCarlos Garnacho2014-05-231-0/+1
* gesturesingle: Add an "exclusive" boolean propertyCarlos Garnacho2014-05-233-0/+90
* button: Use GtkGestureMultiPress for signal emissionCarlos Garnacho2014-05-231-11/+15
* drag: Allow gtk_gesture_get_start_point/offset() to be called on ::drag-endCarlos Garnacho2014-05-231-2/+12
* multipress: Add matching ::released signalCarlos Garnacho2014-05-232-2/+47
* multipress: Protect against fleeting touches mistriggering eventsCarlos Garnacho2014-05-231-41/+51
* textview: Set up controllers on the GTK_PHASE_TARGET propagation phaseCarlos Garnacho2014-05-231-2/+2