summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/unit
AgeCommit message (Expand)Author
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
2022-01-13feat: change dependency for `process_cwd` (#1001)Jae-Heon Ji
2022-01-03refactor(tab): separate concerns (namely move pane positioning actions out of...Aram Drevekenin
2021-12-29fix(clippy): ensure clippy runs on all targets (#972)danieleades
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-14Fix tab fullscreen switch (#941)Aram Drevekenin
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
2021-11-05feature(resize): Non directional resize (#520)Henil Dedania
2021-11-01fix(unix): forkpty => openpty (#830)Aram Drevekenin
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-19Feature: Move panes directionally (#762)Kunal Mohan
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
2021-08-23Merge pull request #622 from sagittarius-a/feature/go-to-last-taba-kenji
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-08-03store tab history in a stack-like data structureSagittarius-a
2021-08-03fix: fix toggle to previous tab when deleting tabsSagittarius-a
2021-08-03feat(tab): add keybind to go to last tab visitedSagittarius-a
2021-07-19fix(style): bury the dead (code)Brooks J Rady
2021-07-05fix(os): attempt to stop children with SIGTERM before SIGKILL (#601)Aram Drevekenin
2021-06-30fixup! Fix merged testsa-kenji
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin