summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GdkTouchCluster Clarify doc languagemultitouchMatthias Clasen2012-02-181-1/+1
* GdkCrossingMode: Remove duplicated doc entryMatthias Clasen2012-02-181-2/+0
* gtk: Release captured events down the hierarchyCarlos Garnacho2012-02-183-14/+50
* touchcluster: use an array to store touch IDsCarlos Garnacho2012-02-184-40/+73
* scrolledwindow: store whether the last button press was valid independentlyCarlos Garnacho2012-02-181-16/+11
* scrolledwindow: Do not handle dnd-threshold=0Carlos Garnacho2012-02-181-14/+1
* docs: Add section about multitouch and other interaction patternsCarlos Garnacho2012-02-183-2/+583
* improve docs for multitouch featuresCarlos Garnacho2012-02-189-27/+184
* gtk,gestures: Only match 0-length strokes with homologous stock onesCarlos Garnacho2012-02-181-1/+18
* gtk,gestures: Handle multitouch gesturesCarlos Garnacho2012-02-182-33/+309
* textview: Set background on the widget's windowCarlos Garnacho2012-02-181-9/+6
* iconview: Set background on the widget's windowCarlos Garnacho2012-02-181-0/+1
* treeview: Set background on the widget's windowCarlos Garnacho2012-02-181-0/+1
* scrolledwindow: Use the child widget's window bg color for the overshoot areaCarlos Garnacho2012-02-181-3/+21
* tests: only handle gestures on testgestures after the last stroke is liftedCarlos Garnacho2012-02-181-3/+10
* gtkwidget: only emit ::gesture when the last stroke is liftedCarlos Garnacho2012-02-181-0/+3
* gtk,gestures: Add gtk_gestures_interpreter_get_n_active_strokesCarlos Garnacho2012-02-183-0/+44
* entry: Only allow press-and-hold on the text_area windowCarlos Garnacho2012-02-181-0/+25
* gtk,pah: Don't cancel a ::press-and-hold that's scheduled to be activatedCarlos Garnacho2012-02-181-2/+10
* gdkwindow: Add device parameter to gdk_window_create_touch_cluster()Carlos Garnacho2012-02-183-10/+18
* demos: Demonstrate further features in the multitouch demoCarlos Garnacho2012-02-181-42/+225
* gdk: Listen to touch events by default on the native windowCarlos Garnacho2012-02-181-9/+49
* gdk,devicemanager: Mark touch events emulating the pointer as suchCarlos Garnacho2012-02-181-2/+2
* gdk: Only trigger motion hints machinery on motion eventsCarlos Garnacho2012-02-181-0/+1
* gdk: Have touch grabs behave like the implicit grab wrt crossing eventsCarlos Garnacho2012-02-181-2/+16
* gtk,button: Handle touch eventsCarlos Garnacho2012-02-181-2/+38
* gtk,range: Don't perform a GTK+ grabCarlos Garnacho2012-02-181-9/+5
* gtk: rewrite touch events wrt the window group tooCarlos Garnacho2012-02-181-0/+6
* gdk,csw: handle implicit touch grabsCarlos Garnacho2012-02-183-40/+157
* gdk,display: Add internal API to deal with touch implicit grabsCarlos Garnacho2012-02-182-0/+108
* gdk,csw: Don't change window_under_pointer for pure touch eventsCarlos Garnacho2012-02-181-1/+3
* gdk,xi2: set pointer emulated flags on events with XIPointerEmulatedCarlos Garnacho2012-02-181-0/+7
* gdk: Add internal API to set "pointer emulated" flag on eventsCarlos Garnacho2012-02-182-2/+36
* gdk,xi2: Set GDK_BUTTON1_MASK on touch eventsCarlos Garnacho2012-02-181-0/+6
* gdk,xi2: Only enable multitouch if the server reports XI2.2Carlos Garnacho2012-02-183-8/+28
* gdk,xi2: Update to latest XInput2.2 specCarlos Garnacho2012-02-185-37/+25
* gtk,pah: Handle press-and-hold on touch devicesCarlos Garnacho2012-02-181-5/+7
* gdk: Add gdk_event_get_touch_area()Carlos Garnacho2012-02-182-0/+90
* gestures: Add some unit testsCarlos Garnacho2012-02-182-0/+257
* gtk: Document helper GtkWidget gestures APICarlos Garnacho2012-02-183-3/+30
* gestures: Add API documentationCarlos Garnacho2012-02-185-0/+336
* gtk: Add helper API to handle gesturesCarlos Garnacho2012-02-184-1/+137
* tests: Add testgesturesCarlos Garnacho2012-02-182-0/+360
* gestures: Implement gestures interpretationCarlos Garnacho2012-02-181-1/+309
* Add a gestures interpreter base implementationCarlos Garnacho2012-02-186-0/+741
* xi2: Use GDK_SOURCE_TOUCH for multitouch devicesCarlos Garnacho2012-02-181-2/+25
* gdk: Update touch events to latest specCarlos Garnacho2012-02-182-16/+7
* gtk-demo: Add multitouch demoCarlos Garnacho2012-02-182-0/+515
* Add multitouch-event signal and vfunc to GtkWidgetCarlos Garnacho2012-02-183-1/+22
* Add machinery to emit GdkEventMultiTouch eventsCarlos Garnacho2012-02-182-14/+358