summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/nielsdg/uncrustify-testNiels De Graef2018-11-191-98/+137
* 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
* wayland: Store key press/release serials on MetaWaylandKeyboardCarlos Garnacho2015-10-171-2/+3
* Avoid declaring variables in for loop to avoid upsetting older GCCOwen W. Taylor2015-09-031-1/+2
* Nested X11: use KeymapNotify events to fix key state on FocusInOwen W. Taylor2015-09-031-0/+27
* wayland-keyboard: Disconnect from backend signals on releaseRui Matos2015-04-021-0/+5
* wayland: Use the new keyboard settings location for repeat settingsCarlos Garnacho2015-01-181-1/+1
* wayland-keyboard: Send modifiers after the key eventRui Matos2014-10-101-9/+9
* wayland-keyboard: Don't send pressed keys on enterRui Matos2014-10-081-40/+20
* keyboard/pointer: Calculate the serial once per eventJasper St. Pierre2014-09-181-7/+12
* keyboard/pointer: Make sure to move focused resources into the listJasper St. Pierre2014-09-161-2/+8
* wayland-keyboard: Handle keymap-layout-group-changed signalRui Matos2014-09-111-20/+38
* wayland-keyboard: Handle keymap-changed signalRui Matos2014-09-111-2/+14
* wayland: Don't set_focus when the device has been releasedJasper St. Pierre2014-09-051-0/+5
* wayland: Don't set_focus for new resourcesJasper St. Pierre2014-09-051-13/+20
* backends: Make MetaBackend available to introspectionRui Matos2014-08-071-1/+2