swayfx/sway/desktop
Ryan Dwyer 52cf410d3c Second attempt at fixing transaction use-after-free
The solution used in 073ac425d5 doesn't
work in all cases because the freed instruction might be ahead in the
list, not necessarily behind.

The new solution delays running the queue until after the loop has
finished iterating, thus avoiding the problem completely.
2018-07-28 17:43:18 +10:00
..
desktop.c Implement some floating move commands 2018-07-09 23:38:29 +10:00
idle_inhibit_v1.c Fix memory leak in sway/desktop/idle_inhibit_v1.c 2018-07-17 11:35:24 -04:00
layer_shell.c Fix memory leak in handle_layer_shell_surface 2018-07-17 11:35:24 -04:00
output.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
render.c Fix indent 2018-07-26 08:28:05 +10:00
transaction.c Second attempt at fixing transaction use-after-free 2018-07-28 17:43:18 +10:00
xdg_shell.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
xdg_shell_v6.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
xwayland.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00