summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/lib.rs
AgeCommit message (Expand)Author
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-05-17fix: ensure pty_writer thread closes (#1422)Thomas Linford
2022-05-16fix(pty): paste freeze with large amounts of text (#1383)Thomas Linford
2022-04-16fix: minor system improvements (#1328)Jae-Heon Ji
2022-04-13fix(multiuser): properly clear UI when a user detaches (#1317)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-07Improve: more explicit detach instruction (#1161)Jae-Heon Ji
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2022-01-04Feature: Configurable scroll buffer (#936)Kunal Mohan
2021-12-23fix(attach): make removing clients atomic (#966)Aram Drevekenin
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-25This adds a UI for multiple users in panes (behind a feature flag) (#897)Aram Drevekenin
2021-11-15First attempt to provide an overlay prompt (#871)a-kenji
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-12Preserve current umask (#777)Thomas Linford
2021-10-11feat(cli): add `kill-session` command (#745)Jae-Heon Ji
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-19fix(server): fix leakage of SessionMetaData (#728)Tw
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-27fix(plugin): fix set_timeout() host functionBrooks Rady
2021-08-27fix: add missing to_plugin channel initialization (#664)Tw
2021-08-26Split tab-layout into `template` & `tabs` sectiona-kenji
2021-08-21Add `template` section in `layout` filea-kenji
2021-07-23!fixup cargo fmta-kenji
2021-07-23Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-23Add `tabs` to `layouts`a-kenji
2021-07-17Minor fixesPaweł Palenica
2021-07-13small touchupsPaweł Palenica
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-08Merge branch 'main' into unified-loggingqepasa
2021-07-06Remove test feature and hacksKunal Mohan
2021-07-01Improve loading of default shell slightlya-kenji
2021-07-01Add option to specify default-shella-kenji
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin
2021-06-29feat: Add logger to ZellijPaweł Palenica
2021-06-14Merge branch 'main' of https://github.com/zellij-org/zellij into layout-errora-kenji
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji
2021-06-03feat(ui): added feature for an experimental resizeBrooks J Rady
2021-06-01Merge branch 'main' into resize-overhaulBrooks J Rady
2021-05-30Merge branch 'main' of https://github.com/zellij-org/zellij into theme-configa-kenji