summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* paned: Use 2-finger interaction to resize the panestouch-for-3.4-2Carlos Garnacho2012-03-011-27/+331
* gdk: Get the right event window for pointer emulated eventsCarlos Garnacho2012-03-011-6/+27
* gdk: Set correct GdkModifierType on pointer emulated eventsCarlos Garnacho2012-03-011-0/+6
* gdk: translate correctly from touch events into emulated pointer eventsCarlos Garnacho2012-03-011-44/+69
* gdk: Don't treat touch events as button eventsMatthias Clasen2012-03-011-0/+3
* gdk: Use the last alive grab in order to get the event windowMatthias Clasen2012-03-011-1/+1
* gdk: Don't mutate pointer events to touch events just because a grab says soCarlos Garnacho2012-03-011-3/+31
* gdk: Let implicit touch grabs coexist with an implicit pointer grabCarlos Garnacho2012-03-011-1/+5
* gdk: Don't fully destroy the implicit touch grab on ::grab-brokenCarlos Garnacho2012-03-012-14/+9
* gdk: Listen to touch events by default on the native windowCarlos Garnacho2012-03-011-10/+50
* gdk: Only trigger motion hints machinery on motion eventsCarlos Garnacho2012-03-011-0/+1
* gdk: Have touch grabs behave like the implicit grab wrt crossing eventsCarlos Garnacho2012-03-011-2/+15
* gdk: handle implicit touch grabsCarlos Garnacho2012-03-013-49/+189
* gdk: Add internal API to deal with touch implicit grabsCarlos Garnacho2012-03-012-0/+132
* gdk: Don't change window_under_pointer for pure touch eventsCarlos Garnacho2012-03-011-1/+3
* button: Handle touch eventsCarlos Garnacho2012-03-011-4/+65
* range: Have slider jump to the pointer coordinates on touch devicesCarlos Garnacho2012-03-011-9/+14
* menus: Don't popdown submenus on button release for touch devicesCarlos Garnacho2012-03-012-2/+16
* settings: Deprecate gtk-touchscreen-modeCarlos Garnacho2012-03-011-1/+4
* range: Remove gtk-touchscreen-mode usageCarlos Garnacho2012-03-011-9/+5
* togglebutton: Remove gtk-touchcreen-mode usageCarlos Garnacho2012-03-011-6/+2
* menushell: Remove gtk-touchscreen-mode usageCarlos Garnacho2012-03-011-28/+2
* menus: Remove gtk-touchscreen-mode from scrolling codeCarlos Garnacho2012-03-011-220/+55
* menus: Select the first item for touch devicesCarlos Garnacho2012-03-011-12/+5
* menus: Implement scrolling through event capture for touch devicesCarlos Garnacho2012-03-012-43/+166
* menus: Handle item selection for touch devices dynamicallyCarlos Garnacho2012-03-013-16/+20
* tooltips: Use the source device instead of gtk-touchscreen-modeCarlos Garnacho2012-03-011-5/+16
* tests: Add new test for kinetic scrollingCarlos Garcia Campos2012-03-012-0/+153
* tests: Add checkbox to enable kinetic scrolling in scrolled window testCarlos Garcia Campos2012-03-011-0/+17
* viewport: select for touch eventsMatthias Clasen2012-03-011-1/+1
* scrolledwindow: Kinetic scrolling supportCarlos Garcia Campos2012-03-014-12/+1080
* gdk: Generate crossing events around touch devices' press/releaseCarlos Garnacho2012-03-014-13/+109
* gtk: Add a way to do event captureCarlos Garcia Campos2012-03-015-73/+217
* gtk: translate unhandled touch events to button eventsMatthias Clasen2012-03-011-0/+73
* gtk: Add a separate ::touch-event signalMatthias Clasen2012-03-012-0/+19
* gdk: Add some debug output for touch events and devicesMatthias Clasen2012-03-011-4/+35
* xi2: Translate touch eventsMatthias Clasen2012-03-014-70/+223
* gdk: Add touch event types and maskCarlos Garnacho2012-03-015-5/+180
* gdk: Add internal API to set "pointer emulated" flag on eventsCarlos Garnacho2012-03-012-2/+36
* gdk: Add GdkEventSequenceCarlos Garnacho2012-03-014-0/+28
* xi2: Use the new device types for touch-capable devicesMatthias Clasen2012-02-291-0/+40
* gdk: Add device types for touch-capable devicesMatthias Clasen2012-02-291-1/+7
* configure: Detect XInput 2.2Carlos Garnacho2012-02-292-1/+7
* xi2: Add major/minor properties to XI2 device managerCarlos Garnacho2012-02-292-1/+35
* tests: add a test for GtkOverlay position style classesCosimo Cecchi2012-02-292-0/+160
* overlay: add left/right/top/bottom style classes to overlay childrenCosimo Cecchi2012-02-291-15/+92
* overlay: do not to set uninitialized values in the main allocationCosimo Cecchi2012-02-291-2/+12
* overlay: factor out gtk_overlay_get_main_widget_allocationCosimo Cecchi2012-02-291-25/+36
* scrolledwindow: draw a box in the junction between the two scrollbarsCosimo Cecchi2012-02-291-0/+50
* stylecontext: add a "scrollbars-junction" style classCosimo Cecchi2012-02-292-0/+11