summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-keyboard.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "wayland-keyboard: Don't send pressed keys on enter"Jonas Ådahl2022-10-191-0/+2
* wayland: Check keyboard serials for activationCarlos Garnacho2021-12-131-0/+3
* wayland/keyboard: Use MetaAnonymousFile to share keymap filesJonas Dreßler2020-04-211-2/+2
* backends: Move numlock persistence handling hereCarlos Garnacho2019-06-241-1/+0
* Clean up include macros messJonas Ådahl2018-11-061-1/+1
* wayland/keyboard: Create a separate keymap shm file per resourceJonas Ådahl2018-08-171-2/+1
* wayland/keyboard: Accept key down serial after key up for popupsJonas Ådahl2018-08-151-1/+6
* wayland/keyboard: Apply sticky keys masksOlivier Fourdan2017-11-161-0/+2
* wayland: Move device seat association to MetaWaylandInputDeviceJonas Ådahl2016-09-151-4/+1
* wayland: Add common object for device classesJonas Ådahl2016-09-151-2/+2
* wayland: save/restore numlock stateOlivier Fourdan2016-09-091-0/+1
* wayland: Make seat devices GObjectsJonas Ådahl2016-09-091-4/+13
* wayland: Add MetaWaylandKeyboardGrab and keyboard grab APICarlos Garnacho2016-01-191-0/+21
* wayland: Make it possible to trigger popups through pointer/keyboard/touchCarlos Garnacho2015-10-171-0/+3
* wayland: Store key press/release serials on MetaWaylandKeyboardCarlos Garnacho2015-10-171-0/+1
* Nested X11: use KeymapNotify events to fix key state on FocusInOwen W. Taylor2015-09-031-0/+4
* wayland-keyboard: Send modifiers after the key eventRui Matos2014-10-101-0/+1
* wayland-keyboard: Don't send pressed keys on enterRui Matos2014-10-081-2/+0
* wayland-keyboard: Use the backend's keymapRui Matos2014-08-071-13/+0
* wayland-keyboard: Make update_pressed_keys() more genericRui Matos2014-08-051-1/+1
* wayland-keyboard: Add support for the repeat_info event in Wayland v4Jasper St. Pierre2014-07-251-0/+2
* keyboard: Don't use a grab interface for sending key eventsJasper St. Pierre2014-04-281-26/+0
* keyboard: Remove start_grab / end_grabJasper St. Pierre2014-04-281-5/+0
* wayland: Fix header file styleJasper St. Pierre2014-04-221-40/+30
* pointer/keyboard: Rearrange slightlyJasper St. Pierre2014-04-181-2/+2
* seat: Move the keyboard resource creation over to MetaWaylandKeyboardJasper St. Pierre2014-04-171-0/+6
* keyboard: Remove the useless return value of initJasper St. Pierre2014-04-171-1/+1
* keyboard: ReorderJasper St. Pierre2014-04-171-14/+15
* pointer/keyboard: Support more than one focused resourceJasper St. Pierre2014-04-161-1/+1
* pointer/keyboard: Remove focus_resource_listenerJasper St. Pierre2014-04-161-1/+0
* data-device: Don't poke into MetaWaylandKeyboardJasper St. Pierre2014-04-161-0/+3
* wayland: Update keyboard state unconditionallyRui Matos2014-03-181-0/+4
* wayland-keyboard: Make sure we send an updated modifiers eventRui Matos2014-03-181-10/+1
* wayland: Remove special code for modal grabsJasper St. Pierre2014-03-101-7/+0
* wayland-keyboard: Remove unused modifier indexesRui Matos2014-03-071-8/+0
* wayland: Move "public" Wayland API to another header fileJasper St. Pierre2014-02-281-0/+1
* pointer/keyboard: Make sure not to get stale on client resources as wellJasper St. Pierre2014-02-181-2/+4
* wayland: Remove is_native from seatJasper St. Pierre2014-02-171-3/+1
* pointer/keyboard: Do a series of renames to our listener as wellJasper St. Pierre2014-02-171-1/+1
* Revert "keyboard: Remove focus listener"Jasper St. Pierre2013-12-031-0/+1
* keyboard: Remove focus listenerJasper St. Pierre2013-11-191-1/+0
* wayland: sync the keymap from X to waylandGiovanni Campagna2013-11-121-1/+12
* wayland: remove some wl_signal usageGiovanni Campagna2013-09-161-1/+0
* wayland: reimplement keyboard state handling properlyGiovanni Campagna2013-09-091-5/+3
* wayland: split headers and distribute structure definitionsGiovanni Campagna2013-09-031-1/+72
* wayland: implement support for plugin modalityGiovanni Campagna2013-08-301-0/+7
* MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommonGiovanni Campagna2013-08-301-1/+2
* Revert "MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommon"Giovanni Campagna2013-08-281-2/+1
* MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommonGiovanni Campagna2013-08-281-1/+2
* wayland: Add basic input supportNeil Roberts2013-08-101-0/+75