zellij/zellij-utils/src
Aram Drevekenin 86535f1612
fix(layout-applier): logical index pane sorting (#3893)
* initial draft

* working with floating panes as well

* use the same method for applying an initial layout to tiled panes

* some refactoring

* all code paths working with logical positioning fallback!

* get tests to compile

* get e2e tests to pass

* fix e2e remote runner

* breadth-first layout sorting

* fix some bugs

* style(fmt): rustfmt

* style(fmt): remove comments
2024-12-25 20:26:27 +01:00
..
input fix(layout-applier): logical index pane sorting (#3893) 2024-12-25 20:26:27 +01:00
kdl feat(ux): pin floating panes (#3876) 2024-12-16 16:03:20 +01:00
plugin_api feat(ux): pin floating panes (#3876) 2024-12-16 16:03:20 +01:00
snapshots fix(layout-applier): logical index pane sorting (#3893) 2024-12-25 20:26:27 +01:00
test-fixtures feat(config): switch to kdl (#1759) 2022-10-05 07:44:00 +02:00
channels.rs Improve client disconnect handling (#2068) 2023-01-22 18:04:40 +00:00
cli.rs feat(ux): pin floating panes (#3876) 2024-12-16 16:03:20 +01:00
common_path.rs chore(package): vendor common_path (#3780) 2024-11-19 10:00:40 +01:00
consts.rs fix(plugins): various plugin api and other fixes (#3665) 2024-10-11 18:04:18 +02:00
data.rs feat(ux): pin floating panes (#3876) 2024-12-16 16:03:20 +01:00
downloader.rs fix(plugins): handle concurrent http downloads (#3664) 2024-10-11 15:26:05 +02:00
envs.rs feat(ux): first run setup-wizard (#3556) 2024-08-16 14:00:01 +02:00
errors.rs feat(ux): pin floating panes (#3876) 2024-12-16 16:03:20 +01:00
home.rs fix(ux): configuration fixes (#3713) 2024-10-31 14:35:13 +01:00
ipc.rs style(fmt): various cleanups (#3698) 2024-10-24 18:23:14 +02:00
lib.rs chore(package): vendor common_path (#3780) 2024-11-19 10:00:40 +01:00
logging.rs dependencies: switch from Wasmer to Wasmtime (#3349) 2024-06-28 16:47:43 +02:00
pane_size.rs fix(layout-applier): logical index pane sorting (#3893) 2024-12-25 20:26:27 +01:00
position.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
session_serialization.rs fix(layout-applier): logical index pane sorting (#3893) 2024-12-25 20:26:27 +01:00
setup.rs feat(cli): show CACHE_DIR in zellij setup --check (#3652) 2024-10-09 09:47:17 +02:00
shared.rs plugins: rework plugin loading (#1924) 2022-11-22 20:06:02 +00:00