summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "wayland-keyboard: Don't send pressed keys on enter"Jonas Ådahl2022-10-191-21/+46
* wayland/keyboard: Remove unnused defineBilal Elmoussaoui2022-02-221-2/+0
* wayland: Check keyboard serials for activationCarlos Garnacho2021-12-131-0/+12
* wayland/keyboard: Don't free NULL anonymous fileJonas Ådahl2021-05-051-1/+1
* clutter: Move evdev evcode data to Clutter button/key eventsCarlos Garnacho2020-12-081-23/+1
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-3/+3
* wayland/keyboard: Fix anonymous file leak on repeated keymap changesSebastian Keller2020-06-111-0/+1
* wayland/keyboard: Chain finalize up to the parent classOlivier Fourdan2020-05-071-0/+2
* wayland/keyboard: Use MetaAnonymousFile to share keymap filesJonas Dreßler2020-04-211-72/+31
* wayland: preserve `xkb_state` on VT switchOlivier Fourdan2020-04-081-1/+11
* clutter: Move keyboard a11y from ClutterDeviceManager to ClutterSeatCarlos Garnacho2020-01-301-5/+7
* clutter: Move keymap from ClutterBackend to ClutterSeatCarlos Garnacho2020-01-301-1/+3
* wayland: Ensure to forward numlock state to clientsCarlos Garnacho2019-10-071-1/+10
* clutter: Move evdev input to src/backends/nativeCarlos Garnacho2019-08-241-2/+2
* backends: Move numlock persistence handling hereCarlos Garnacho2019-06-241-141/+0
* Fix warnings when building without verbose modeJonas Ådahl2018-11-061-0/+2
* Clean up include macros messJonas Ådahl2018-11-061-8/+7
* wayland: Relax requirements for evdev events to have a evcodeCarlos Garnacho2018-10-081-2/+2
* clutter/enum: Add CLUTTER_EVENT_FLAG_REPEATED for auto-repeated eventsAndrea Azzarone2018-08-201-4/+3
* wayland/keyboard: Create a separate keymap shm file per resourceJonas Ådahl2018-08-171-81/+55
* wayland/keyboard: Indentation fixJonas Ådahl2018-08-171-1/+1
* wayland/keyboard: Accept key down serial after key up for popupsJonas Ådahl2018-08-151-5/+16
* wayland: Add parentheses around logical ANDCarlos Garnacho2018-03-161-2/+2
* wayland: Ignore IM/synthetic key events when updating XKB statewip/carlosg/fix-issue-74Carlos Garnacho2018-03-151-0/+8
* wayland: Let IM-processed key events go through MetaWaylandKeyboardCarlos Garnacho2018-01-181-2/+4
* build: Fix build when native backend is disabledTing-Wei Lan2018-01-091-0/+2
* wayland/keyboard: preserve layout indexOlivier Fourdan2017-12-201-2/+4
* wayland/keyboard: Apply sticky keys masksOlivier Fourdan2017-11-161-0/+69
* wayland/keyboard: Don't transfer layout group when replacing xkb stateJonas Ådahl2017-11-021-5/+6
* wayland/keyboard: Avoid a division by zeroRui Matos2017-02-161-1/+5
* wayland/keyboard: Check keyboard presence at set focus call siteJonas Ådahl2016-10-111-4/+0
* wayland/keyboard: Cleanup resource list managementJonas Ådahl2016-10-111-4/+7
* wayland/keyboard: Cleanup grab state managingJonas Ådahl2016-10-111-2/+2
* wayland/keyboard: Cleanup xkb state managingJonas Ådahl2016-10-111-3/+12
* wayland/keyboard: Initialize static state in GObject init funcJonas Ådahl2016-10-111-4/+5
* wayland/keyboard: Naming and coding style fixesJonas Ådahl2016-10-111-14/+24
* wayland/keyboard: Scope variable correctlyJonas Ådahl2016-10-111-3/+4
* wayland/keyboard: Stop using temporary wl_list 'l'Jonas Ådahl2016-10-111-16/+8
* wayland/keyboard: Simplify getting the serial serialJonas Ådahl2016-10-111-11/+10
* wayland: Move device seat association to MetaWaylandInputDeviceJonas Ådahl2016-09-151-9/+11
* wayland: Add common object for device classesJonas Ådahl2016-09-151-1/+2
* wayland: Fix type errorFlorian Müllner2016-09-091-1/+1
* wayland: save/restore numlock stateOlivier Fourdan2016-09-091-0/+140
* wayland: Make seat devices GObjectsJonas Ådahl2016-09-091-13/+26
* configure.ac: Add AC_GNU_SOURCEJonas Ådahl2016-07-201-2/+0
* wayland-keyboard: Notify clients of pending modifier state changesRui Matos2016-04-191-0/+7
* wayland-keyboard: Include virtual modifiers along with real modifiersRui Matos2016-04-191-16/+57
* wayland: Add MetaWaylandKeyboardGrab and keyboard grab APICarlos Garnacho2016-01-191-15/+82
* wayland: Fetch keyboard event codes from ClutterEventsCarlos Garnacho2015-11-251-1/+17
* wayland: Make it possible to trigger popups through pointer/keyboard/touchCarlos Garnacho2015-10-171-0/+7