summaryrefslogtreecommitdiffstats
path: root/zellij-server/src
AgeCommit message (Expand)Author
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-12fix(resizes): cache resizes so as not to confuse panes (eg. vim) with multipl...Aram Drevekenin
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-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-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-20fix(layout-applier): sane focus orderAram Drevekenin
2023-01-19fix(stacked-panes): focus next paneAram Drevekenin
2023-01-19fix(stacked-panes): focus with mouseAram Drevekenin
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-12tests for stacked panesAram Drevekenin
2023-01-12stacked panes and passing testsAram Drevekenin
2023-01-10tests passingAram Drevekenin
2023-01-05tests passingAram Drevekenin
2022-12-29tests passingAram Drevekenin
2022-12-26refactor(layout): PaneLayout => TiledPaneLayoutAram Drevekenin
2022-12-26relayout working with hard coded layoutAram Drevekenin
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-13Fix: Remove shell.exists() check from get_default_terminal (#2013)Nuno David
2022-12-13Hotfix: Resize with plugin panes (#2019)har7an
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