swayfx/sway/desktop
Ronan Pigott 32b93ef6ea xdg_shell: allow views to change geometry anytime
Currently, when sway sends a configure with some geometry and the
client responds with a different geometry in a commit that acks that
configure, sway ignores the new size. Sway applies the surface
geometry it had requested to the container, not what was actually
committed, in the following transaction.

This change allows any client commit to change its surface geometry,
even if it is a response to a configure event.
2020-11-24 09:47:23 +01:00
..
desktop.c Stop using wlr_output->{lx,ly} 2019-03-11 12:43:01 -04:00
idle_inhibit_v1.c Add views idle inhibition status in get_tree output 2020-05-29 17:29:41 -04:00
layer_shell.c Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
output.c Log which output is using direct scan-out 2020-11-16 13:53:49 +01:00
render.c desktop/render: show indicators for top-level split 2020-10-04 20:54:58 -04:00
surface.c Make handle_destroy and output_repaint_timer_handler static 2020-03-04 03:09:43 +01:00
transaction.c transaction: make transaction collapsing smarter with > 2 views 2020-10-19 01:40:10 +02:00
xdg_shell.c xdg_shell: allow views to change geometry anytime 2020-11-24 09:47:23 +01:00
xwayland.c transaction: validate X transaction completions by geometry, not size 2020-10-18 22:37:42 +02:00