summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkkeys-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: Protect against invalid keymaps gotten from the compositorCarlos Garnacho2014-08-261-2/+12
* wayland: Implement gdk_keymap_get_modifier_stateMatthias Clasen2013-04-061-0/+13
* wayland: Fix gdk_keymap_translate_keyboard_stateMatthias Clasen2013-04-061-17/+16
* wayland: Implement gdk_keymap_translate_keyboard_stateMatthias Clasen2013-04-061-6/+82
* wayland: Fix up key event translationMatthias Clasen2013-04-061-0/+20
* trivial whitespace fixMatthias Clasen2013-04-061-3/+3
* wayland: Implement more keymap functionsMatthias Clasen2013-04-051-16/+53
* wayland: Implement gdk_keymap_get_entries_for_keycodeMatthias Clasen2013-04-051-3/+38
* wayland: Always initialize directionsMatthias Clasen2013-04-041-23/+25
* wayland: Implement keymap directionMatthias Clasen2013-04-031-2/+88
* wayland: Don't recreated keymaps on layout changeMatthias Clasen2013-03-231-13/+21
* wayland: update to work with stable libxkbcommonRan Benita2012-10-291-2/+2
* wayland: Initial version of keyboard key event handlingJosé Dapena Paz2012-07-161-455/+18
* wayland: Hook up _get_num_lock / _get_caps_lock to read from XKB stateJosé Dapena Paz2012-07-161-2/+4
* wayland: Create and expose an xkb_state on the keymap objectJosé Dapena Paz2012-07-161-2/+5
* wayland: Refactor the keymap handling so it is associated with deviceJosé Dapena Paz2012-07-161-31/+31
* wayland: Process the keymap that is sent over from the compositorRob Bradford2012-07-161-0/+31
* wayland: Temporary disable/hackaround keyboard codeRob Bradford2012-07-121-4/+21
* wayland: Update to new header path for xkbcommonRob Bradford2012-07-121-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* wayland: Update modifiers handling to match new semanticsRob Bradford2012-01-181-5/+3
* wayland: Add modifier masks for meta, hyper and super keysgdk-backend-waylandKristian Høgsberg2011-03-011-0/+39
* wayland: Trim some unused struct fieldsKristian Høgsberg2011-02-111-4/+2
* wayland: Port over missing xkb functionality from X11 backendKristian Høgsberg2011-02-101-1/+89
* wayland: Copy gdk_wayland_keymap_translate_keyboard_state from X11 backendKristian Høgsberg2011-02-101-1/+183
* Implement GdkKeymap using libxkbcommonKristian Høgsberg2011-02-051-21/+197
* Add Wayland backendKristian Høgsberg2011-02-051-0/+171