summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/ui
AgeCommit message (Expand)Author
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-02-25fix(layout): various parser and ui fixes (#2191)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2022-12-14fix(panes): show visual error when unable to split panes vertically/horizonta...Aram Drevekenin
2022-11-21performance(rendering): improve rendering performance (#1960)Aram Drevekenin
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-30errors: Don't unwrap in `zellij_server::output` (#1878)har7an
2022-10-28improve error handling in ui module (#1870)哇呜哇呜呀咦耶
2022-10-23plugins: Improve error handling on plugin version mismatch (#1838)har7an
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-09-09fix(ui): sort multiple ui cursors (#1719)Aram Drevekenin
2022-08-17A little refactoring (#1663)TornaxO7
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-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-04-29Fix title widechar overflow (#1361)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-02-28fix: Allow terminal title passthrough even when not drawing pane frames. (#1113)Kerfuffle
2022-02-27refactor: fix unused code warnings (#1087)Orhun Parmaksız
2022-02-24fix(terminal): ensure Title doesn't overrun (#1094)tfgast
2022-02-24fix(style): remove redundant `.clone()` calls (#1085)Ken Matsui
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-01-03Pass active terminal title through to terminal emulator (#980)Kunal Mohan
2022-01-03refactor(tab): separate concerns (namely move pane positioning actions out of...Aram Drevekenin
2021-12-20feat(collaboration): implement multiple users (#957)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-12-02fix(compatibility): do not duplicate bracketed paste in chunked stdin input (...Aram Drevekenin
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-09-15fix(frames): don't pad empty pane title (#724)Paulo Coelho
2021-09-06fix(borders): properly handle wide chars in pane titles (#698)Aram Drevekenin
2021-08-31fix(ui): offset content after viewport constructionBrooks Rady
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-06-29chore(clippy): needless_borrowa-kenji
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-03Fixed a build warning and renamed a struct fieldBrooks J Rady
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
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-18Merge branch 'main' of https://github.com/zellij-org/zellij into layout-path-506a-kenji
2021-05-16fmt and clippyKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan