summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Emit wp_tablet_pad_group.buttons after focus changeswip/tablet-protocol-v2Carlos Garnacho2016-07-201-7/+32
* wayland: Check serial on wp_tablet_pad.set_feedbackCarlos Garnacho2016-07-201-1/+30
* wayland: Export function to tell whether a button belongs to a pad groupCarlos Garnacho2016-07-202-4/+6
* wayland: Check serial on wp_tablet_pad_strip.set_feedbackCarlos Garnacho2016-07-201-1/+2
* wayland: Check serial on wp_tablet_pad_ring.set_feedbackCarlos Garnacho2016-07-201-1/+2
* wayland: Fix label lookup on >1 strips/ringsCarlos Garnacho2016-07-201-12/+2
* wayland: Move strips/rings management back to MetaWaylandTabletPadCarlos Garnacho2016-07-203-26/+102
* wayland: Add method to relate a pad strip to its groupCarlos Garnacho2016-07-202-0/+16
* wayland: Add method to relate a pad ring to its groupCarlos Garnacho2016-07-202-0/+15
* backends: Implement the "show osd" pad actionCarlos Garnacho2016-07-201-1/+4
* core: Add special case for the pad OSD in event handlingCarlos Garnacho2016-07-201-0/+6
* core: Add meta_display_request_pad_osd() functionCarlos Garnacho2016-07-203-2/+98
* core: Add MetaDisplay:show-pad-osd signalCarlos Garnacho2016-07-201-0/+20
* backends: Export function to query the mapped MetaOutput of a tabletCarlos Garnacho2016-07-202-0/+21
* backends: Export call to retrieve the base GSettings for a tabletCarlos Garnacho2016-07-202-0/+18
* backends: Implement "switch monitor" pad button actionCarlos Garnacho2016-07-201-0/+84
* core: Add public MetaDisplay functions to get action labels for pad buttonsCarlos Garnacho2016-07-202-0/+55
* backends: Add function to retrieve the label for a pad button actionCarlos Garnacho2016-07-202-0/+41
* meta: Add MetaPadActionType enumCarlos Garnacho2016-07-201-0/+7
* wayland: Add getters for the current feedback strings in MetaWaylandTabletPadCarlos Garnacho2016-07-202-0/+73
* wayland: Hook MetaWaylandTabletPad to pad button actions managementCarlos Garnacho2016-07-201-0/+43
* backends: Add API to trigger actions related to pad buttonsCarlos Garnacho2016-07-202-0/+88
* wayland: Add update() phase to MetaWaylandTabletPadCarlos Garnacho2016-07-203-7/+44
* wayland: Apply pressure settings before sending wp_tablet_tool.pressureCarlos Garnacho2016-07-201-0/+16
* backends: Add function to apply pressure sensitivity to tablet toolsCarlos Garnacho2016-07-202-0/+64
* wayland: Implement stylus button actionsCarlos Garnacho2016-07-201-14/+58
* backends: Add function to retrieve the action mapped to an stylus buttonCarlos Garnacho2016-07-202-0/+67
* backends: Perform libwacom checks before applying settingsCarlos Garnacho2016-07-201-0/+53
* backends: Disable keep-aspect and output mapping on relative devicesCarlos Garnacho2016-07-201-3/+19
* backends: Implement set_tablet_mapping() in native backendCarlos Garnacho2016-07-201-0/+10
* clutter/evdev: Optionally report abs/rel motions for tablet toolsCarlos Garnacho2016-07-201-4/+37
* clutter: Add clutter_input_device_[gs]et_mapping()Carlos Garnacho2016-07-204-0/+58
* backends: Turn MetaInputSettings into a singletonCarlos Garnacho2016-07-203-3/+17
* backends: Fetch libwacom information for tablets in MetaInputSettingsCarlos Garnacho2016-07-202-0/+69
* wayland: Implement wp_tablet.pathCarlos Garnacho2016-07-201-2/+1
* clutter/x11: Set device node information in XI2 devicesCarlos Garnacho2016-07-201-2/+42
* clutter/evdev: Set device node information to evdev devicesCarlos Garnacho2016-07-201-0/+3
* clutter: Add clutter_input_device_get_device_node()Carlos Garnacho2016-07-203-0/+28
* backends: Add function to lookup the mapping for a given tabletCarlos Garnacho2016-07-202-0/+22
* backends: Store mappable devices' info in the hashtableCarlos Garnacho2016-07-201-9/+15
* backends: Map tablets/pads, and wire to configuration vfuncsCarlos Garnacho2016-07-201-2/+123
* backends: Add empty stubs for tablet configurationCarlos Garnacho2016-07-203-0/+75
* wayland: Implement wp_tablet_tool.hardware_id_wacomCarlos Garnacho2016-07-201-4/+6
* clutter/evdev: Set tool IDsCarlos Garnacho2016-07-201-0/+1
* clutter: Add ClutterInputDeviceTool:id propertyCarlos Garnacho2016-07-202-2/+40
* configure: Check for libwacomCarlos Garnacho2016-07-201-0/+26
* wayland: Add focus management to padsCarlos Garnacho2016-07-204-4/+115
* wayland: Add MetaWaylandTabletSeat API to correlate pads/tabletsCarlos Garnacho2016-07-202-0/+76
* wayland: Add pointer from MetaWaylandTabletSeat to MetaWaylandSeatCarlos Garnacho2016-07-203-3/+7
* wayland: Wire up pad device event managementCarlos Garnacho2016-07-203-10/+41