summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes
AgeCommit message (Expand)Author
2021-12-01fix(compatibility): full screen scroll region (#915)Aram Drevekenin
2021-11-25This adds a UI for multiple users in panes (behind a feature flag) (#897)Aram Drevekenin
2021-11-22feat(compatibility): add support for osc 8 escape code (#822)Thomas Linford
2021-11-22fix(performance): keep track of scrollback buffer size (#881)Thomas Linford
2021-11-15Simplify terminal character style diff (#839)Thomas Linford
2021-11-11fix(compatibility): CSI cursor next line fix (#863)Thomas Linford
2021-11-02feat(ui): add right-click support to pluginsTw
2021-10-29fix(performance): do not hang when resizing large line wraps (#814)Aram Drevekenin
2021-10-26fix(compatibility): improve handling of wide characters inserted in the middl...Aram Drevekenin
2021-10-22chore(rust): move to 2021 editionBrooks J Rady
2021-10-18logging: remove unused log functions, change log file const to new file (#779)Thomas Linford
2021-10-12fix(plugin): clean up the mouse PR a littleBrooks J Rady
2021-10-12feat(plugin): Add mouse events for plugins (#629)qepasa
2021-10-01Fix(scroll): Prevent scroll buffer overwrite (#655)Kunal Mohan
2021-09-28fix(compatibility): scroll lines into scrollback when clearing screen (#747)Aram Drevekenin
2021-09-28fix(compatibility): handle cursor movements outside scroll region (#746)Aram Drevekenin
2021-09-15Fix prompt line overflowing when resizing panes (#725)Aram Drevekenin
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