summaryrefslogtreecommitdiffstats
path: root/zellij-server/src
AgeCommit message (Expand)Author
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-27feat(ui): The status bar indicates that the panes are full screen and how man...Kaito Akita
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-19fix(plugin): create missing data directories as neededBrooks J Rady
2021-09-19feat(plugin): add plugin data directories (#723)Tw
2021-09-19feat(plugin): add visibility event for the plugin (#717)Tw
2021-09-19fix(server): fix leakage of SessionMetaData (#728)Tw
2021-09-17fix(cwd-pane): Fix for cwd not being inherited when switching tabs (#729)spacemaison
2021-09-15Fix prompt line overflowing when resizing panes (#725)Aram Drevekenin
2021-09-15fix(frames): don't pad empty pane title (#724)Paulo Coelho
2021-09-13feat(screen): support specifying tab's name in layout (#715)Tw
2021-09-10feat(cwd-pane): Keeping the cwd when opening new panes (#691)spacemaison
2021-09-09feat(plugin): add exec_cmd helper for executing command in hostTw
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-09-06fix(borders): properly handle in-viewport borderless panes (#697)Aram Drevekenin
2021-09-06fix(borders): properly handle wide chars in pane titles (#698)Aram Drevekenin
2021-09-06fix(tabs): use tab index for tab name (#686)Paulo Coelho
2021-09-01fix(tabs): force render by index rather than by position (#684)Aram Drevekenin
2021-08-31fix(ui): offset content after viewport constructionBrooks Rady
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-30fix(ui): render correctly after tab closing (#670)Brooks Rady
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-27fix(plugin): fix set_timeout() host functionBrooks Rady
2021-08-27fix: add missing to_plugin channel initialization (#664)Tw
2021-08-26Merge pull request #625 from a-kenji/tab-layouta-kenji
2021-08-26Split tab-layout into `template` & `tabs` sectiona-kenji
2021-08-25fix(compatibility): maintain original cursor shape (#659)Aram Drevekenin
2021-08-24Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-t...Aram Drevekenin
2021-08-24fix(compatibility): only send bracketed paste to terminals requesting it (#658)Aram Drevekenin
2021-08-23Merge pull request #622 from sagittarius-a/feature/go-to-last-taba-kenji
2021-08-23fix(compatibility): docker-compose progress bar (#656)Aram Drevekenin
2021-08-23Indicate to the user when text is copied to the clipboard (#642)Thomas Linford
2021-08-23eliminate unused imports warnings during compile (#654)Tw
2021-08-21Add `template` section in `layout` filea-kenji
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-16fix(child-process): unexpected pane closing issue with nushell (#648)Tw
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-08-03fix cargo clippy lintSagittarius-a
2021-08-03store tab history in a stack-like data structureSagittarius-a
2021-08-03fix: fix clippy warningSagittarius-a
2021-08-03fix: rename action to ToggleTabSagittarius-a
2021-08-03fix: fix toggle to previous tab when deleting tabsSagittarius-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