sway/sway
Ryan Dwyer a0649190de Fix edge cases when moving floating container to new workspace
* Removes container_floating_move_to_container, instead opting to put
that logic in container_move_to
* In the seat code, focusing a floating view now updates the pending
state only and lets the next transaction carry it over to the current
state. This is required, otherwise it would crash.
* When unfullscreening a floating container, an output check is now done
to see if it should center it.
2018-08-08 08:48:20 +10:00
..
commands Fix crash when running move container to workspace back_and_forth 2018-08-07 23:04:21 +10:00
config Reset signal mask after fork 2018-08-02 21:31:34 +10:00
desktop Handle views created after decoration mode is sent for xdg-shell-v6 2018-08-06 15:28:33 +01:00
input Fix edge cases when moving floating container to new workspace 2018-08-08 08:48:20 +10:00
tree Fix edge cases when moving floating container to new workspace 2018-08-08 08:48:20 +10:00
base64.c Rework get_clipboard implementation 2017-07-07 21:51:34 +02:00
commands.c Write to swaynag pipe fd directly on config errors 2018-08-03 10:37:35 -04:00
config.c Remove swaynag_clone and use memcpy 2018-08-03 10:40:09 -04:00
criteria.c commands: better type for con_id string length 2018-08-06 14:17:58 +01:00
debug-tree.c Add L_FLOATING back to debug tree 2018-06-01 23:14:58 +10:00
decoration.c Handle views created after decoration mode is sent for xdg-shell 2018-08-06 15:20:30 +01:00
ipc-json.c ipc: add window::mark event 2018-08-01 16:57:15 +01:00
ipc-server.c ipc: remove extraneous values 2018-08-01 16:57:15 +01:00
main.c Separate root-related code 2018-08-04 14:01:20 +10:00
meson.build
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Handle views created after decoration mode is sent for xdg-shell 2018-08-06 15:20:30 +01:00
sway-bar.5.scd
sway-input.5.scd
sway.1.scd
sway.5.scd commands: document <criteria> focus 2018-08-06 14:17:58 +01:00
swaynag.c