summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* build: Fix cogl include paths of testsFlorian Müllner2016-11-234-0/+4
* build: Fix cogl include pathsFlorian Müllner2016-11-232-0/+2
* clutter: Fix a couple introspection warningsJonas Ådahl2016-11-232-3/+3
* clutter: Fix buildCarlos Garnacho2016-11-071-1/+1
* clutter/x11: Implement ClutterInputDeviceToolCarlos Garnacho2016-11-047-1/+233
* clutter/evdev: Take over stylus configurationCarlos Garnacho2016-11-045-5/+129
* clutter/evdev: Emit ClutterDeviceManager::tool-changedCarlos Garnacho2016-11-041-2/+10
* clutter: Add ClutterDeviceManager::tool-changed signalCarlos Garnacho2016-11-042-0/+13
* clutter/x11: Add minimal support for pad devicesCarlos Garnacho2016-11-041-0/+89
* clutter/x11: Implement XTest-based ClutterVirtualInputDeviceCarlos Garnacho2016-11-043-0/+49
* clutter: Rename touchpad gesture n_fingers getter to be more genericCarlos Garnacho2016-11-042-7/+13
* clutter/evdev: Fill n_fingers information in touchpad pinch eventsCarlos Garnacho2016-11-041-3/+9
* clutter: Add n_fingers field to ClutterTouchpadPinchEventCarlos Garnacho2016-11-041-0/+1
* clutter/stage: Fix framebuffer capture origin offset (again)Rui Matos2016-10-171-2/+2
* clutter: Reuse GTK+'s RTL/LTR handlingFlorian Müllner2016-09-191-8/+2
* clutter/stage: Fix framebuffer capture origin offsetRui Matos2016-09-191-2/+2
* ClutterStageCogl: Don't get buffer damage dirty pixel when not supportedJonas Ådahl2016-09-151-0/+2
* clutter: Let the stage window translate dirty pixel according to viewJonas Ådahl2016-09-152-4/+5
* clutter: Use non-deprecated pixel reading function when pickingJonas Ådahl2016-09-151-4/+4
* ClutterStageView: Always blit full texture on full onscreen framebufferJonas Ådahl2016-09-151-43/+3
* wayland: save/restore numlock stateOlivier Fourdan2016-09-092-0/+58
* clutter: Compress instead of discard motion eventsJonas Ådahl2016-09-095-1/+61
* clutter/stage: Offset framebuffer capture origin by view layoutJonas Ådahl2016-09-061-1/+5
* clutter/evdev: Fix absolute pointer motion eventsJonas Ådahl2016-08-301-1/+1
* clutter/cogl: Transform swap buffers regions into onscreen coordinatesCarlos Garnacho2016-08-241-0/+43
* clutter/cogl: Hook up ClutterStageView render-to-textureCarlos Garnacho2016-08-241-0/+6
* clutter: Add infrastructure to render ClutterStageViews to offscreenCarlos Garnacho2016-08-243-2/+186
* Fix build of clutter testsSjoerd Simons2016-08-232-2/+7
* clutter/evdev: Implement ClutterVirtualInputDevice::notify_keyvalCarlos Garnacho2016-08-101-0/+138
* clutter: Add ClutterVirtualInputDevice vmethod to notify keysymsCarlos Garnacho2016-08-102-0/+22
* clutter: Make ClutterVirtualInputDevice publicCarlos Garnacho2016-08-104-3/+27
* clutter/evdev: Allow specifying the ClutterInputMode of virtual devicesCarlos Garnacho2016-08-104-6/+11
* ClutterVirtualInputDeviceEvdev: Forward button and key pressesJonas Ådahl2016-08-101-0/+142
* ClutterSeatEvdev: Keep track of button countJonas Ådahl2016-08-102-0/+39
* ClutterVirtualInputDeviceEvdev: Forward motion eventsJonas Ådahl2016-08-101-0/+16
* ClutterVirtualInputDeviceEvdev: Create associated ClutterInputDeviceJonas Ådahl2016-08-101-0/+43
* ClutterVirtualInputDeviceEvdev: Construct with a specific seatJonas Ådahl2016-08-102-0/+71
* ClutterVirtualInputDevice: Store the device typeJonas Ådahl2016-08-103-0/+28
* clutter/evdev: Move keyboard and pointer notification into seatJonas Ådahl2016-08-104-291/+459
* ClutterVirtualInputDevice: Keep track of the device managerJonas Ådahl2016-08-103-10/+101
* ClutterDeviceManagerEvdev: Split out seat into a separate fileJonas Ådahl2016-08-106-257/+375
* clutter: Add virtual input device APIJonas Ådahl2016-08-1013-0/+485
* ClutterStageView: Initialize viewport/projection as dirtyJonas Ådahl2016-08-031-0/+5
* clutter: Fix typo in assertFlorian Müllner2016-07-291-1/+1
* configure: Require libinput 1.4Carlos Garnacho2016-07-271-1/+1
* clutter/evdev: Optionally report abs/rel motions for tablet toolsCarlos Garnacho2016-07-221-4/+37
* clutter: Add clutter_input_device_[gs]et_mapping()Carlos Garnacho2016-07-224-0/+58
* clutter/x11: Set device node information in XI2 devicesCarlos Garnacho2016-07-221-2/+42
* clutter/evdev: Set device node information to evdev devicesCarlos Garnacho2016-07-221-0/+3
* clutter: Add clutter_input_device_get_device_node()Carlos Garnacho2016-07-223-0/+28