summaryrefslogtreecommitdiffstats
path: root/zellij-server
AgeCommit message (Expand)Author
2023-02-28fix(new-tab): get config parameters from config file (#2203)Aram Drevekenin
2023-02-27fix(layouts): do not relayout twice on auto_layout (#2202)Aram Drevekenin
2023-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
2023-02-26fix(cli): new-tab now also looks in layout_dir for layouts (#2198)Aram Drevekenin
2023-02-26fix(layout): tab focus (#2197)Aram Drevekenin
2023-02-26fix(messaging): cache hold pane messages by their tab_id if the tab is not re...Aram Drevekenin
2023-02-25fix(layout): various parser and ui fixes (#2191)Aram Drevekenin
2023-02-20fix(grid): glitchy resizes (#2182)Aram Drevekenin
2023-02-20fix(ux): fullscreen navigation (#2117)Yves Biener
2023-02-20fix(tabs): allow CJK in tab names (#2119)哇呜哇呜呀咦耶
2023-02-18feat(editor): scrollback positioning with Helix (#2156)bheylin
2023-02-17fix(ux): cache stdin queries on startup (remove startup delay) (#2173)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-13chore(build): make the singlepass compiler opt-in through flags (#2146)m-lima
2023-02-09cleanups around "buffer full" error (#2136)har7an
2023-02-07chore(development): use singlepass in debug mode (#2134)m-lima
2023-02-07feat(cli): add `GoToTabName` action to switch tab by name (#2120)哇呜哇呜呀咦耶
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2023-01-22Improve client disconnect handling (#2068)har7an
2023-01-19errors: handle missing plugin caches (#2093)har7an
2023-01-19Support UTF-8 character in tab name and pane name (#2102)哇呜哇呜呀咦耶
2023-01-14Errors: less unwrap in server (#2069)har7an
2023-01-13fix: wide-char drop on resize to 1 and invalid session names (#2082)朱李
2023-01-12fix(mouse): selection not ending on mouse release with copy_on_select set to ...Thomas Linford
2022-12-24Floating panes in layouts (#2047)Aram Drevekenin
2022-12-19fix(panes): show visual error when failing to resize panes (#2036)Aram Drevekenin
2022-12-17WIP: Use `xtask` as build system (#2012)har7an
2022-12-14fix(panes): show visual error when unable to split panes vertically/horizonta...Aram Drevekenin
2022-12-13chore: Bump development versionAndreas Hartmann
2022-12-13chore: Bump development versionsAndreas Hartmann
2022-12-13Fix: Remove shell.exists() check from get_default_terminal (#2013)Nuno David
2022-12-13Hotfix: Resize with plugin panes (#2019)har7an
2022-12-09chore(version): patch version due to CI difficultiesAram Drevekenin
2022-12-09chore(version): patch version due to CI difficultiesAram Drevekenin
2022-12-09chore(version): patch version due to CI difficultiesv0.34.1Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-12-06refactor(messaging): reduce extraneous cross-thread messaging (#1996)Aram Drevekenin
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-23fix(panes): focus change when closing and between tabs (#1966)Aram Drevekenin
2022-11-23fix(router): handle client empty message (#1965)Aram Drevekenin
2022-11-22plugins: rework plugin loading (#1924)har7an
2022-11-21performance(rendering): improve rendering performance (#1960)Aram Drevekenin
2022-11-18fix(router): handle client buffer overflow (#1955)Aram Drevekenin
2022-11-16fix(panes): ensure ejected pane always has a frame (#1950)Aram Drevekenin
2022-11-16fix(cli): measure cwd from cli client rather than the zellij server (#1947)Aram Drevekenin
2022-11-15fix(pty): use /bin/sh when SHELL env variable is not found (#1769)Shunsuke Mie
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-12Errors: Ignore errors from async when quitting (#1918)har7an
2022-11-10chore(version): bump development versionAram Drevekenin
2022-11-09Fix: better error reporting when failing to load plugins (#1912) (#1914)har7an