summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/unit/screen_tests.rs
AgeCommit message (Expand)Author
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-03-15fix(screen): focus pane on screen edge when moving pane focus offtab (#2293)Aram Drevekenin
2023-03-06fix(layouts): naming and gototabname (#2225)Aram Drevekenin
2023-03-01feat(cli): `QueryTabNames` cli action to list all tab names (#2145)哇呜哇呜呀咦耶
2023-03-01fix(sixel): report pixel size in winsize change ioctl (#2212)Aram Drevekenin
2023-02-28fix(new-tab): get config parameters from config file (#2203)Aram Drevekenin
2023-02-26fix(cli): new-tab now also looks in layout_dir for layouts (#2198)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-07feat(cli): add `GoToTabName` action to switch tab by name (#2120)哇呜哇呜呀咦耶
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2022-12-24Floating panes in layouts (#2047)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(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-21performance(rendering): improve rendering performance (#1960)Aram Drevekenin
2022-11-16fix(cli): measure cwd from cli client rather than the zellij server (#1947)Aram Drevekenin
2022-11-03fix(edit): treat cwd properly (#1904)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-28feat(command-panes): optionally allow panes to be closed on exit (#1869)Aram Drevekenin
2022-10-21improve error handling in route (#1808)naosense
2022-10-19allow dump_screen() to only dump the viewport (#1794)Dan Näsman
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-14feat(layouts): global cwd (#1798)Aram Drevekenin
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-06Server: Remove `panic`s in `tab` module (#1748)har7an
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-09Feature: Better error handling/reporting (#1670)har7an
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-08-11fix (screen): don't crash when first tab doesn't exist (#1648)har7an
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-05-20feat(actions): dump the terminal screen into a file (#1375)Cosmin Popescu
2022-04-16feat(copy): add copy_on_select option (#1298)Thomas Linford
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-18refactor(tab): move tiled panes to their own module (#1239)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-02feat(copy): allow osc52 copy destination configuration (#1022)Thomas Linford
2022-01-15Add a copy command option (#996)Christophe Verbinnen
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-14Fix tab fullscreen switch (#941)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-01fix(unix): forkpty => openpty (#830)Aram Drevekenin
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-07refactor(clients): support multiple clients in tab/screen rendering infra (#770)Aram Drevekenin
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-10feat(cwd-pane): Keeping the cwd when opening new panes (#691)spacemaison
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady