summaryrefslogtreecommitdiffstats
path: root/zellij-server/src
AgeCommit message (Expand)Author
2024-02-19new tests and passing plugin tests as wellAram Drevekenin
2024-02-16working prototype with passing testsAram Drevekenin
2024-02-12fix(panes): break pane to new tab (#3130)Aram Drevekenin
2024-02-12fix(terminal): curly underlines mid-chunk (#3125)Aram Drevekenin
2024-02-09fix(plugins): crash when reattaching to a non-existent host folder (#3126)Aram Drevekenin
2024-02-08feat(panes): allow specifying coordinates for a new floating pane through the...Aram Drevekenin
2024-02-07fix(cli): respect cwd in zellij run and zellij plugin (#3116)Aram Drevekenin
2024-02-06feat(sessions): welcome screen (#3112)Aram Drevekenin
2024-01-22fix(terminal): improve reflow performance and general memory usage by reducin...Aidan Hobson Sayers
2024-01-22fix(terminal): some real/saved cursor bugs during resize (#3032)Aidan Hobson Sayers
2024-01-18performance(terminal): improvements to reflow performance by removing O(n^2) ...Aidan Hobson Sayers
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-12-13perf: improve plugin download & load feature (#3001)Jae-Heon Ji
2023-12-02feat(terminal): implement synchronized renders (#2977)Aram Drevekenin
2023-12-01fix(plugins): display errors properly (#2975)Aram Drevekenin
2023-11-30fix: fix flakey scroll history (#2935)pierce
2023-11-30fix(grid): various crashes (#2972)Aram Drevekenin
2023-11-30feat(plugins): skip plugin cache flag (#2971)Aram Drevekenin
2023-11-29fixup: zellij-server: fix compiler warnings (#2873)rmsyn
2023-11-19fix(sessions): untie serialization interval from session read interval (#2951)Aram Drevekenin
2023-11-11fix(plugins): reloading plugin after crash (#2929)Aram Drevekenin
2023-11-10feat(config): add serialization interval configuration (#2923)Aram Drevekenin
2023-11-09feat(panes): reuse CWD when dropping to shell in command panes (#2915)Diego Alonso
2023-11-09fix(performance): only refresh relevant prorcess in sysinfo when serializing ...pierce
2023-11-08fix(ux): LaunchPlugin and some cwd fixes (#2916)Aram Drevekenin
2023-11-08fix: styled underlines in editors (#2918)Mike Lloyd
2023-11-06docs(api): docs for shim.rs (#2909)Aram Drevekenin
2023-11-06fix(plugins): start plugin pane in cwd of focused pane if possible (#2905)Aram Drevekenin
2023-11-05feat(ux): allow renaming sessions (#2903)Aram Drevekenin
2023-11-05feat(terminal): support styled underlines (#2730)Eatgrass
2023-11-04feat(sessions): resurrect sessions through the session-manager (and plugin AP...Aram Drevekenin
2023-11-02feat: load plugins from the web (#2863)Jae-Heon Ji
2023-11-02feat(plugins): UI components (#2898)Aram Drevekenin
2023-10-20feat(plugins): web requests api (#2879)Aram Drevekenin
2023-10-17feat(panes): Add an option to press <ESC> and drop to shell in command panes ...Aram Drevekenin
2023-10-16feat(plugins): plugin run_command api (#2862)Aram Drevekenin
2023-10-13fix(resurrection): log failure instead of crashing in some edge cases (#2851)Aram Drevekenin
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-10-12fix(plugins): add zellij version to cached artifact path (#2836)Thomas Linford
2023-10-02fix(plugins): address potential security issue (#2830)Thomas Linford
2023-09-27feat(plugins): upgrade wasmer to 3.1.1 (#2706)Thomas Linford
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-09-15fix(terminal): wrap lines when adding characters in alternate screen (#2789)Aram Drevekenin
2023-08-30fix(grid): memory leak with unfocused tabs (#2745)Thomas Linford
2023-08-28refactor(server): remove unnecessary mut (#2735)Orhun Parmaksız
2023-08-27fix(panes): refocus pane properly on tab change (#2734)Aram Drevekenin
2023-08-26fix(plugins): various ui fixes (#2731)Aram Drevekenin
2023-08-25fix(plugins): remove protobuf duplications (#2729)Aram Drevekenin
2023-08-25fix(plugins): make sure configuration is also part of the plugin keys (#2727)Aram Drevekenin
2023-08-25feat(plugins): optionally move plugin to focused tab (#2725)Aram Drevekenin