summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/route.rs
AgeCommit message (Expand)Author
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-06fix(client): exit client-loop on empty message receive (#1454)Spyros Roum
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-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
2022-04-27fix(ipc): empty ipc msg crash (#1351)Aram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-18feat(ui): add floating panes (#1066)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-15First attempt to provide an overlay prompt (#871)a-kenji
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-05feature(resize): Non directional resize (#520)Henil Dedania
2021-11-02feat(ui): add right-click support to pluginsTw
2021-11-01add: `WriteChars` action (#825)a-kenji
2021-10-26Feature: Rotate Pane locations (#802)Kunal Mohan
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-19Feature: Move panes directionally (#762)Kunal Mohan
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-08-24Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-t...Aram Drevekenin
2021-08-23Merge pull request #622 from sagittarius-a/feature/go-to-last-taba-kenji
2021-08-23Indicate to the user when text is copied to the clipboard (#642)Thomas Linford
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-08-03fix: rename action to ToggleTabSagittarius-a
2021-08-03fix: rename variable as stated in pull requestSagittarius-a
2021-08-03feat(tab): add keybind to go to last tab visitedSagittarius-a
2021-08-01Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-24feat(scroll): Restore scroll position on SIGINTSagittarius-a
2021-07-23Add `tabs` to `layouts`a-kenji
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-07-02Merge pull request #596 from a-kenji/run-command-actiona-kenji
2021-07-02Add running commands to an actiona-kenji
2021-07-01Add option to specify default-shella-kenji
2021-05-30Merge branch 'main' of https://github.com/zellij-org/zellij into theme-configa-kenji
2021-05-30Add color theme configa-kenji
2021-05-29Add default_mode to attacha-kenji
2021-05-22join router threads on exitKunal Mohan
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Use Action enum for Quit and detach instead of separate messages under Client...Kunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan
2021-05-19Merge pull request #522 from zellij-org/re-export-dependenciesKunal Mohan
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-18refactor(IO): random fixes (#521)kxt
2021-05-17Osc implementation (#517)Aram Drevekenin
2021-05-16fmt and clippyKunal Mohan