summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/screen.rs
AgeCommit message (Expand)Author
2023-02-16style(fmt): rustfmtAram Drevekenin
2023-02-16Merge branch 'main' into apply-layouts-at-runtimeAram Drevekenin
2023-02-15style(fmt): rustfmtAram Drevekenin
2023-02-15refactor(lint): remove unused stuffAram Drevekenin
2023-02-15fix(ux): move pane forward/backwards also with floating panesAram Drevekenin
2023-02-09fix(relayout): move out of unfitting layout when resizing whole tabAram Drevekenin
2023-02-08fix(floating-panes): set layout damaged when moving panesAram Drevekenin
2023-02-07feat(cli): add `GoToTabName` action to switch tab by name (#2120)哇呜哇呜呀咦耶
2023-02-03fix(swap-layouts): respect pane contents and focusAram Drevekenin
2023-01-27feat(swap-layouts): ui + uxAram Drevekenin
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2023-01-19Support UTF-8 character in tab name and pane name (#2102)哇呜哇呜呀咦耶
2023-01-14Errors: less unwrap in server (#2069)har7an
2023-01-10tests passingAram Drevekenin
2023-01-05tests passingAram Drevekenin
2022-12-29tests passingAram Drevekenin
2022-12-26refactor(layout): PaneLayout => TiledPaneLayoutAram Drevekenin
2022-12-26relayout working with hard coded layoutAram Drevekenin
2022-12-24Floating panes in layouts (#2047)Aram Drevekenin
2022-12-19fix(panes): show visual error when failing to resize panes (#2036)Aram Drevekenin
2022-12-14fix(panes): show visual error when unable to split panes vertically/horizonta...Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-12-06refactor(messaging): reduce extraneous cross-thread messaging (#1996)Aram Drevekenin
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-21performance(rendering): improve rendering performance (#1960)Aram Drevekenin
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-08errors: Remove `log::error` in server (#1881)har7an
2022-11-02fix(ui): clear floating panes indication when closing a command pane (#1897)Aram Drevekenin
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-30errors: Don't unwrap in `zellij_server::output` (#1878)har7an
2022-10-28improve error handling in ui module (#1870)哇呜哇呜呀咦耶
2022-10-19allow dump_screen() to only dump the viewport (#1794)Dan Näsman
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-07zellij-server: improve thread_bus error handling (#1775)Bohdan Ivashko
2022-10-06Server: Remove `panic`s in `tab` module (#1748)har7an
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-10-04zellij-server/src/screen: improve error handling (#1770)Bohdan Ivashko
2022-09-09Feature: Better error handling/reporting (#1670)har7an
2022-09-04feat(compatibility): mouse wheel faux scrolling in alternate screen (#1678)Thomas Linford
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-08-11fix (screen): don't crash when first tab doesn't exist (#1648)har7an
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-07-02fix: various typos (#1553)a-kenji
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-14Deduplicate code in zellij-server screen (#1453)har7an