summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes
AgeCommit message (Expand)Author
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-09-06fix(borders): properly handle in-viewport borderless panes (#697)Aram Drevekenin
2021-08-30fix(ui): resize correctly without pane-frames (#673)Brooks Rady
2021-08-30refactor(tab): use borderless instead of selectable where appropriate (#672)Aram Drevekenin
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-25fix(compatibility): maintain original cursor shape (#659)Aram Drevekenin
2021-08-24fix(compatibility): only send bracketed paste to terminals requesting it (#658)Aram Drevekenin
2021-08-23fix(compatibility): docker-compose progress bar (#656)Aram Drevekenin
2021-08-23eliminate unused imports warnings during compile (#654)Tw
2021-08-20fix(compatibility): do not remove frame when clearing viewport (#652)Aram Drevekenin
2021-08-19fix(performance): undo degredation introduced in 646 (#651)Aram Drevekenin
2021-08-19Fix scrolling (#650)Aram Drevekenin
2021-08-13fix(compatibility): support changing index colors with osc (#646)Aram Drevekenin
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-07-20Add noop for mouse actions on pluginsa-kenji
2021-07-06Remove test feature and hacksKunal Mohan
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin
2021-06-04style(comments): remove leftoversAram Drevekenin
2021-06-03feat(ui): laying the groundwork for a new resize algorithmBrooks Rady
2021-06-03fix(performance): output buffer (#567)Aram Drevekenin
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-28fix(compatibility): do not crash when padding before wide char (#540)Aram Drevekenin
2021-05-26fix(compatibility): support wide characters (#535)Aram Drevekenin
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-17Osc implementation (#517)Aram Drevekenin
2021-05-16fmt and clippyKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan