sway/sway/input
ShootingStarDragons f855b0898b fix: sway crashes if switch to another workspace with surface when IME popup is shown
in pr https://github.com/swaywm/sway/pull/8196, when im_popup_surface is unmapped, author set the popup->relative to NULL, butt popup is still in popup groups, where assert the relative is not NULL, this cause the panic

Take the suggestion of Nefsen402, remove the line where set relative to
NULL, and add NULL check in scene_descriptor_destory
2024-10-07 23:07:25 -04:00
..
cursor.c Chase wlroots!2434 2024-07-14 23:19:19 +02:00
input-manager.c Remove unguarded double include 2024-09-20 17:18:26 +02:00
keyboard.c sway/input/keyboard: always set active keyboard if there is none 2024-09-08 14:18:01 +02:00
libinput.c Implement clickfinger_button_map support. 2024-07-04 22:47:46 +02:00
seat.c input/seat: don't send redundant leave/enter on device creation 2024-07-03 08:41:46 +02:00
seatop_default.c Chase wlroots!2434 2024-07-14 23:19:19 +02:00
seatop_down.c input: pass wlr_seat_client to wlr_seat_touch_notify_cancel() 2024-03-28 11:49:20 +01:00
seatop_move_floating.c Convert to new pointer enums 2024-02-28 14:28:11 -05:00
seatop_move_tiling.c Convert to new pointer enums 2024-02-28 14:28:11 -05:00
seatop_resize_floating.c Convert to new pointer enums 2024-02-28 14:28:11 -05:00
seatop_resize_tiling.c Convert to new pointer enums 2024-02-28 14:28:11 -05:00
switch.c Drop server.h include from input/input-manager.h 2024-05-27 09:28:43 -04:00
tablet.c Chase wlroots!2434 2024-07-14 23:19:19 +02:00
text_input.c fix: sway crashes if switch to another workspace with surface when IME popup is shown 2024-10-07 23:07:25 -04:00