summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/route.rs
AgeCommit message (Expand)Author
2023-03-27feat(plugins): async plugin loading (#2327)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-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
2023-02-17fix(ux): cache stdin queries on startup (remove startup delay) (#2173)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
2023-01-14Errors: less unwrap in server (#2069)har7an
2022-12-24Floating panes in layouts (#2047)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-23fix(router): handle client empty message (#1965)Aram Drevekenin
2022-11-08errors: Remove `log::error` in server (#1881)har7an
2022-10-31feat(mouse): allow toggling mouse mode at runtime (#1883)Thomas Linford
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-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-09-02fix(router): startup race (#1706)Aram Drevekenin
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-08-11fix(router): retry messages when server is not ready (#1651)Aram Drevekenin
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-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
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-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