sway/sway/input
Brian Ashworth 59d9a991b4 ipc: fix criteria for emitting bar_state_update
This fixes the criteria for emitting a `bar_state_update` event to
notify swaybar (and any other bars utilizing the event) on whether the
bar is visible by modifier. It is not enough to only emit the event
when both the bar mode and bar hidden state are `hide` since it is
possible to release the modifier while hidden state is `show` and then
change hidden state to `hide` without pressing the modifier. This also
emits the event whenever visible by modifier is set and should no
longer be regardless of the mode and state to ensure that it gets
properly cleared. If visible by modifier is not set and the bar is not
in `hide`/`hide`, then no events will be sent and visible by modifier
will not be set
2019-04-20 09:09:11 -06:00
..
cursor.c Introduce default seatop 2019-03-17 10:02:04 -06:00
input-manager.c Implement input type configs (#3784) 2019-04-14 19:31:36 -04:00
keyboard.c ipc: fix criteria for emitting bar_state_update 2019-04-20 09:09:11 -06:00
seat.c Fix scratchpad fullscreen behavior and crash 2019-04-13 08:48:37 -06:00
seatop_default.c Clean up focus follows mouse logic 2019-03-19 14:38:06 -06:00
seatop_down.c Introduce default seatop 2019-03-17 10:02:04 -06:00
seatop_move_floating.c Introduce default seatop 2019-03-17 10:02:04 -06:00
seatop_move_tiling.c Fix null pointer crash when doing tiling drag 2019-03-29 09:26:06 -06:00
seatop_resize_floating.c Introduce default seatop 2019-03-17 10:02:04 -06:00
seatop_resize_tiling.c Introduce default seatop 2019-03-17 10:02:04 -06:00
switch.c Support WLR_INPUT_DEVICE_SWITCH in sway 2019-03-19 23:58:47 -04:00