sway-patched-tray-menu/sway
Ryan Dwyer 5dbbab7bdc Remove layout.c
When we have type safety we'll need to have functions for
workspace_add_tiling and so on. This means the existing container
functions will be just for containers, so they are being moved to
container.c. At this point layout.c doesn't contain much else, so I've
relocated everything and removed the file.

* container_swap and its static functions have been moved to the swap
command and made static.
* container_recursive_resize has been moved to the resize command and
made static.
* The following have been moved to container.c:
    * container_handle_fullscreen_reparent
    * container_insert_child
    * container_add_sibling
    * container_add_child
    * container_remove_child
    * container_replace_child
    * container_split
* enum movement_direction and sway_dir_to_wlr have been moved to util.c.

Side note: Several commands included layout.h which then included
root.h. With layout.h gone, root.h has to be included by those commands.
2018-08-26 12:05:16 +10:00
..
commands Remove layout.c 2018-08-26 12:05:16 +10:00
config Remove layout.c 2018-08-26 12:05:16 +10:00
desktop Remove layout.c 2018-08-26 12:05:16 +10:00
input Remove layout.c 2018-08-26 12:05:16 +10:00
tree Remove layout.c 2018-08-26 12:05:16 +10:00
base64.c Rework get_clipboard implementation 2017-07-07 21:51:34 +02:00
commands.c commands: add nop 2018-08-18 15:50:26 +01:00
config.c Remove layout.c 2018-08-26 12:05:16 +10:00
criteria.c Remove layout.c 2018-08-26 12:05:16 +10:00
debug-tree.c Remove layout.c 2018-08-26 12:05:16 +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 Add app_id and class to get_tree output 2018-08-21 20:51:01 -04:00
ipc-server.c Remove layout.c 2018-08-26 12:05:16 +10:00
main.c Remove layout.c 2018-08-26 12:05:16 +10:00
meson.build Remove layout.c 2018-08-26 12:05:16 +10:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Remove layout.c 2018-08-26 12:05:16 +10:00
sway-bar.5.scd Add sway-bar(5) 2018-05-11 21:13:43 -04:00
sway-input.5.scd Escaping underscores in tap_button_map 2018-07-29 14:47:53 +02:00
sway.1.scd delete references to swaygrab 2018-07-30 16:24:46 +01:00
sway.5.scd commands: implement move absolute 2018-08-20 10:17:32 +01:00
swaynag.c Fix compiler errors. 2018-08-05 00:24:44 -07:00