summaryrefslogtreecommitdiffstats
path: root/zellij-server
AgeCommit message (Expand)Author
2023-02-17style(clippy): no thank you!Aram Drevekenin
2023-02-16refactor(panes): various cleanupsAram Drevekenin
2023-02-16style(fmt): rustfmtAram Drevekenin
2023-02-16Merge branch 'main' into apply-layouts-at-runtimeAram Drevekenin
2023-02-15style(fmt): rustfmtAram Drevekenin
2023-02-15refactor(tab): move swap layouts to separate fileAram Drevekenin
2023-02-15refactor(lint): remove unused stuffAram Drevekenin
2023-02-15fix(ux): move pane forward/backwards also with floating panesAram Drevekenin
2023-02-14fix(ui): stacked panes without pane framesAram Drevekenin
2023-02-13chore(build): make the singlepass compiler opt-in through flags (#2146)m-lima
2023-02-12fix(resizes): cache resizes so as not to confuse panes (eg. vim) with multipl...Aram Drevekenin
2023-02-09cleanups around "buffer full" error (#2136)har7an
2023-02-09fix(relayout): move out of unfitting layout when resizing whole tabAram Drevekenin
2023-02-08fix(floating-panes): set layout damaged when moving panesAram Drevekenin
2023-02-08fix(stacked-panes): move focus for all clients in stackAram Drevekenin
2023-02-08fix(stacked-panes): close last pane in stackAram Drevekenin
2023-02-08fix(swap-layouts): embed/eject panes properly with auto-layoutAram Drevekenin
2023-02-08fix(swap-layouts): work with multiple tabsAram Drevekenin
2023-02-08fix(stacked-panes): allow stacked panes to become fullscreenAram Drevekenin
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-02-07fix(swap-layouts): load swap layouts from external fileAram Drevekenin
2023-02-03fix(swap-layouts): respect pane contents and focusAram Drevekenin
2023-01-27refactor(layout): remove unused methodAram Drevekenin
2023-01-27fix(swap-layouts): include base layoutAram Drevekenin
2023-01-27feat(swap-layouts): ui + uxAram Drevekenin
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2023-01-24fix(swap-layouts): adjust swap layout sort orderAram Drevekenin
2023-01-23fix(stacked-panes): properly handle closing a pane near a stackAram Drevekenin
2023-01-23fix(relayout): properly calculate display areaAram Drevekenin
2023-01-23fix(stacked-panes): handle moving pane location in stackAram Drevekenin
2023-01-23fix(stacked-panes): better titles for one-linersAram Drevekenin
2023-01-22Improve client disconnect handling (#2068)har7an
2023-01-20fix(layout-applier): sane focus orderAram Drevekenin
2023-01-19errors: handle missing plugin caches (#2093)har7an
2023-01-19fix(stacked-panes): focus next paneAram Drevekenin
2023-01-19fix(stacked-panes): focus with mouseAram Drevekenin
2023-01-19Support UTF-8 character in tab name and pane name (#2102)哇呜哇呜呀咦耶
2023-01-19fix(stacked-panes): resize stackAram Drevekenin
2023-01-16fix(pane-stack): focus correctly when coming to stack from above/belowAram Drevekenin
2023-01-15fix(layouts): handle stacked layouts in the middle of the screenAram Drevekenin
2023-01-14fix: focusing into stacked panes from the left/rightAram Drevekenin
2023-01-14refactor(panes): stacked panesAram Drevekenin
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
2023-01-12tests for stacked panesAram Drevekenin
2023-01-12stacked panes and passing testsAram Drevekenin
2023-01-10tests passingAram Drevekenin
2023-01-05tests passingAram Drevekenin