river/river/command
Isaac Freund 9270a2df08
View: fix unmap/destroy control flow
Currently the view destruction sequence is started as soon as a view
is unmapped. However, this is incorrect as a client may map the view
again instead of destroying it.

Instead, only start the view destruction sequence when the underlying
xdg toplevel or xwayland surface is destroyed.
2021-10-02 14:48:22 +02:00
..
attach_mode.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
close.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
config.zig river: implement xdg-activation-v1 2021-08-19 12:58:52 +00:00
declare_mode.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
enter_mode.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
exit.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
filter.zig river: Allow applying CSD based on window titles 2021-09-07 12:30:53 +00:00
focus_follows_cursor.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
focus_view.zig View: fix unmap/destroy control flow 2021-10-02 14:48:22 +02:00
input.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
layout.zig config: fix leak of default layout namespace 2021-08-09 16:48:51 +02:00
map.zig command: support repeating keyboard mappings 2021-08-15 14:49:11 +02:00
move.zig cursor: allow commands to override cursor operations 2021-07-23 17:11:43 +02:00
output.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
set_repeat.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
spawn.zig river: make spawn command take only one argument 2021-07-21 14:07:49 +02:00
swap.zig View: fix unmap/destroy control flow 2021-10-02 14:48:22 +02:00
tags.zig river: add send-to-previous-tags command 2021-09-14 22:57:17 +02:00
toggle_float.zig cursor: allow commands to override cursor operations 2021-07-23 17:11:43 +02:00
toggle_fullscreen.zig cursor: allow commands to override cursor operations 2021-07-23 17:11:43 +02:00
xcursor_theme.zig command: make args type 0-terminated 2021-07-15 13:32:33 +02:00
zoom.zig View: fix unmap/destroy control flow 2021-10-02 14:48:22 +02:00