sway/sway
Ryan Dwyer b864ac0149 Fix crash when unmapping a view with reapable parents
container_destroy was calling container_reap_empty, which calls
container_destroy and so on. Eventually the original container_destroy
would return a NULL pointer to the caller which caused a crash.

This also fixes an arrange on the wrong container when moving views in
and out of stacks.
2018-06-24 15:50:53 +10:00
..
commands Fix crash when unmapping a view with reapable parents 2018-06-24 15:50:53 +10:00
config Store sway_outputs so that they can be reenabled 2018-06-06 20:11:24 -04:00
desktop Fix crash related to stacks and tabs 2018-06-24 13:08:47 +10:00
input Fix crash when deleting last child in a tabbed or stacked container 2018-06-23 17:47:28 +10:00
tree Fix crash when unmapping a view with reapable parents 2018-06-24 15:50:53 +10:00
base64.c
commands.c Implement gaps (PR #2047) 2018-06-09 09:34:56 -04:00
config.c Refactor everything that needs to arrange windows 2018-06-09 10:11:25 +10:00
criteria.c sway/criteria: gcc string truncation warning fix 2018-06-08 22:30:13 +09:00
debug-tree.c Add L_FLOATING back to debug tree 2018-06-01 23:14:58 +10:00
ipc-json.c Fix compilation errors related to disabled outputs 2018-06-09 11:38:16 +01:00
ipc-server.c Switch output storing from list_t to wl_list 2018-06-06 20:11:24 -04:00
main.c Merge remote-tracking branch 'upstream/master' into atomic 2018-06-23 16:26:20 +10:00
meson.build Merge remote-tracking branch 'upstream/master' into atomic 2018-06-11 11:03:43 +10:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Merge remote-tracking branch 'upstream/master' into atomic 2018-06-23 16:26:20 +10:00
sway-bar.5.scd Add sway-bar(5) 2018-05-11 21:13:43 -04:00
sway-input.5.scd Add sway-input(5) 2018-05-11 21:25:05 -04:00
sway.1.scd Add sway(5) 2018-05-11 21:03:43 -04:00
sway.5.scd Support i3's legacy force_focus_wrapping command 2018-05-28 11:09:46 -04:00