zellij/zellij-server/src
Aram Drevekenin a37d3e5889
feat(ui): pane frames (new pane UI) (#643)
* work

* resize working

* move focus working

* close pane working

* selection and fullscreen working

* pane title line

* titles and conditional scroll title

* whole tab resize working

* plugin frames working

* plugin splitting working

* truncate pane frame titles

* cleanup

* panes always draw their own borders - also fix gap

* toggle pane frames

* move toggle to screen and fix some bugs

* fix plugin frame toggle

* fix terminal window resize

* fix scrolling and fullscreen bugs

* unit tests passing

* e2e tests passing and new test for new frames added

* refactor: TerminalPane and PluginPane

* refactor: Tab

* refactor: moar Tab

* refactor: Boundaries

* only render and calculate boundaries when there are no pane frames

* refactor: Layout

* fix(grid): properly resize when coming back from alternative viewport

* style: remove commented code

* style: fmt

* style: fmt

* style: fmt + clippy

* docs(changelog): update change
2021-08-12 14:50:00 +02:00
..
panes feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
ui feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
unit feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
lib.rs Minor fixes 2021-07-17 23:50:24 -07:00
logging_pipe.rs Read from LoggingPipe returns error 2021-07-20 22:17:26 -07:00
os_input_output.rs fix(os): attempt to stop children with SIGTERM before SIGKILL (#601) 2021-07-05 18:51:14 +02:00
pty.rs Merge pull request #600 from a-kenji/layout-command 2021-07-09 16:58:29 +02:00
route.rs feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
screen.rs feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
tab.rs feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
thread_bus.rs chore(tests): move all integration tests to be either unit or e2e tests - remove old testing infra (#589) 2021-06-30 11:27:35 +02:00
wasm_vm.rs feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00