sway/sway/input
Brian Ashworth 091b87bfb8 input/keyboard: send released only if pressed sent
This keeps track of whether surfaces received a key press event and
will only send a key release event if the pressed event was sent. This
also requires changing the keycodes that are sent via wl_keyboard_enter
to only include those that were previously sent. This makes it so
surfaces do not receive key release events for keys that they never
received a key press for and makes it so switching focus doesn't leak
keycodes that were consumed by bindings.
2019-08-27 09:37:10 +09:00
..
cursor.c layer-shell: add support for popups 2019-08-20 14:53:22 +09:00
input-manager.c ipc: add input::libinput_config event 2019-07-23 20:45:46 +03:00
keyboard.c input/keyboard: send released only if pressed sent 2019-08-27 09:37:10 +09:00
libinput.c input/libinput: typo fixes (get -> get_default) 2019-08-03 15:46:05 +02:00
seat.c input/keyboard: send released only if pressed sent 2019-08-27 09:37:10 +09:00
seatop_default.c Remove redundant checks 2019-08-20 13:27:52 +09:00
seatop_down.c input/seatop_down: add axis handler 2019-08-20 13:27:52 +09:00
seatop_move_floating.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_move_tiling.c Layout tiled using a width/height fraction 2019-07-14 11:13:55 -04:00
seatop_resize_floating.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_resize_tiling.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
switch.c cmd_bindswitch: add option to execute on reload 2019-07-09 10:00:57 +03:00