sway/sway
Alexander Orzechowski 09c360d503 layer_shell: Handle popups through popup descriptor
We tried to synchronize layer shell popups with the parent layer shell
on commits, but this is subtly wrong because we would only update
the position for one layer shell that was committed, but not any other
layer that might be affected. By moving handling to the scene descriptor
we can iterate all popups and ensure they are synchronized.
2024-02-12 19:19:22 +03:00
..
commands commands: note how xwayland/primary_selection are reset on reload 2024-02-05 11:07:33 +01:00
config sway/output: Improve logging of swaybg execvp failure and more checks 2024-01-29 14:12:39 +01:00
desktop layer_shell: Handle popups through popup descriptor 2024-02-12 19:19:22 +03:00
input layer_shell: Handle popups through popup descriptor 2024-02-12 19:19:22 +03:00
tree ext-foreign-toplevel-list: Implement protocol 2024-02-12 15:36:44 +01:00
commands.c commands: make primary_selection a config-only command 2024-02-05 20:54:48 +01:00
config.c config: use format_str() instead of hand-rolled snprintf() 2024-02-08 16:11:24 -05:00
criteria.c i3 compat: Adding support for the all criteria 2023-09-07 10:42:54 +09:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c input/libinput: add scroll_button_lock method 2023-06-16 15:30:04 +02:00
ipc-server.c ipc: add ability to subscribe to output event 2023-02-06 11:02:52 +01:00
lock.c container: Don't track outputs 2024-01-18 18:36:54 +03:00
main.c Add debug flag to re-enable wl_drm 2024-01-20 14:42:58 -05:00
meson.build container: Don't track outputs 2024-01-18 18:36:54 +03:00
realtime.c realtime: request SCHED_RR using CAP_SYS_NICE 2022-05-18 11:20:17 +02:00
scene_descriptor.c scene_graph: Introduce sway_scene_descriptor 2024-01-18 18:36:54 +03:00
server.c ext-foreign-toplevel-list: Implement protocol 2024-02-12 15:36:44 +01:00
sway_text_node.c Ensure get_text_width() returns a positive value 2024-02-02 00:54:26 +01:00
sway-bar.5.scd man: update Pango font description URL 2021-08-04 02:15:04 +02:00
sway-input.5.scd Update sway-input.5.scd 2023-10-05 10:04:32 +02:00
sway-ipc.7.scd input/libinput: add scroll_button_lock method 2023-06-16 15:30:04 +02:00
sway-output.5.scd man: fix typo in output disable docs 2023-01-03 10:59:02 -07:00
sway.1.scd man: update maintainer 2021-01-08 09:33:51 +01:00
sway.5.scd Update sway.5.scd 2023-12-04 16:30:20 +01:00
swaynag.c Use format_str() throughout 2023-04-14 18:34:54 +02:00
xdg_activation_v1.c chore: chase wlroots map logic unification 2023-06-02 20:11:42 +02:00
xdg_decoration.c xdg-shell: chase events update 2023-11-23 19:41:57 +01:00