summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* backends: Prepare for virtual deviceswip/garnacho/virtual-input-deviceCarlos Garnacho2016-07-261-0/+18
* clutter/evdev: Implement ClutterVirtualInputDevice::notify_keyvalCarlos Garnacho2016-07-261-0/+137
* clutter: Add ClutterVirtualInputDevice vmethod to notify keysymsCarlos Garnacho2016-07-262-0/+22
* clutter: Make ClutterVirtualInputDevice publicCarlos Garnacho2016-07-264-3/+27
* clutter/evdev: Allow specifying the ClutterInputMode of virtual devicesCarlos Garnacho2016-07-264-6/+11
* ClutterVirtualInputDeviceEvdev: Forward button and key pressesJonas Ådahl2016-07-261-0/+145
* ClutterSeatEvdev: Keep track of button countJonas Ådahl2016-07-262-0/+39
* ClutterVirtualInputDeviceEvdev: Forward motion eventsJonas Ådahl2016-07-261-0/+16
* ClutterVirtualInputDeviceEvdev: Create associated ClutterInputDeviceJonas Ådahl2016-07-261-0/+43
* ClutterVirtualInputDeviceEvdev: Construct with a specific seatJonas Ådahl2016-07-262-0/+71
* ClutterVirtualInputDevice: Store the device typeJonas Ådahl2016-07-263-0/+28
* clutter/evdev: Move keyboard and pointer notification into seatJonas Ådahl2016-07-264-291/+459
* ClutterVirtualInputDevice: Keep track of the device managerJonas Ådahl2016-07-265-11/+102
* ClutterDeviceManagerEvdev: Split out seat into a separate fileJonas Ådahl2016-07-266-259/+381
* clutter: Add virtual input device APIJonas Ådahl2016-07-2612-0/+485
* Updated Spanish translationDaniel Mustieles2016-07-261-22/+35
* Add Language headers to po filesPiotr Drąg2016-07-2445-16/+45
* Gracefully exit with failure if backend creation failedJonas Ådahl2016-07-231-12/+42
* Always use the default screenJonas Ådahl2016-07-2312-49/+37
* MetaWindowWayland: Don't set X11 window attributes that'll get ignoredJonas Ådahl2016-07-231-17/+6
* configure: Lower minimum libwacom versionCarlos Garnacho2016-07-221-1/+1
* wayland: Shut up a compiler warningFlorian Müllner2016-07-221-1/+1
* backends: Add missing guards to libwacom callsFlorian Müllner2016-07-221-0/+4
* configure: Bump gsettings-desktop-schemas/wayland-protocol versionsCarlos Garnacho2016-07-221-2/+2
* Updated POTFILES.inPiotr Drąg2016-07-221-0/+2
* wayland: Emit wp_tablet_pad_group.buttons after focus changesCarlos Garnacho2016-07-221-7/+31
* wayland: Check serial on wp_tablet_pad.set_feedbackCarlos Garnacho2016-07-221-1/+30
* wayland: Export function to tell whether a button belongs to a pad groupCarlos Garnacho2016-07-222-4/+6
* wayland: Check serial on wp_tablet_pad_strip.set_feedbackCarlos Garnacho2016-07-221-1/+2
* wayland: Check serial on wp_tablet_pad_ring.set_feedbackCarlos Garnacho2016-07-221-1/+2
* wayland: Fix label lookup on >1 strips/ringsCarlos Garnacho2016-07-221-12/+2
* wayland: Move strips/rings management back to MetaWaylandTabletPadCarlos Garnacho2016-07-223-26/+99
* wayland: Add method to relate a pad strip to its groupCarlos Garnacho2016-07-222-0/+16
* wayland: Add method to relate a pad ring to its groupCarlos Garnacho2016-07-222-0/+15
* backends: Implement the "show osd" pad actionCarlos Garnacho2016-07-221-1/+4
* core: Add special case for the pad OSD in event handlingCarlos Garnacho2016-07-221-0/+6
* core: Add meta_display_request_pad_osd() functionCarlos Garnacho2016-07-223-2/+70
* core: Add MetaDisplay:show-pad-osd signalCarlos Garnacho2016-07-221-0/+20
* backends: Export function to query the mapped MetaMonitorInfo of a tabletCarlos Garnacho2016-07-222-0/+27
* backends: Export call to retrieve the base GSettings for a tabletCarlos Garnacho2016-07-222-0/+18
* backends: Implement "switch monitor" pad button actionCarlos Garnacho2016-07-221-0/+84
* core: Add public MetaDisplay functions to get action labels for pad buttonsCarlos Garnacho2016-07-222-0/+55
* backends: Add function to retrieve the label for a pad button actionCarlos Garnacho2016-07-222-0/+41
* wayland: Add getters for the current feedback strings in MetaWaylandTabletPadCarlos Garnacho2016-07-222-0/+73
* meta: Add MetaPadActionType enumCarlos Garnacho2016-07-221-0/+7
* wayland: Hook MetaWaylandTabletPad to pad button actions managementCarlos Garnacho2016-07-221-0/+43
* backends: Add API to trigger actions related to pad buttonsCarlos Garnacho2016-07-222-0/+88
* wayland: Add update() phase to MetaWaylandTabletPadCarlos Garnacho2016-07-223-7/+44
* wayland: Apply pressure settings before sending wp_tablet_tool.pressureCarlos Garnacho2016-07-221-0/+18
* backends: Add function to apply pressure sensitivity to tablet toolsCarlos Garnacho2016-07-222-0/+89