summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/layout.rs
AgeCommit message (Expand)Author
2024-04-10style(fmt): rustfmtfix-swap-layout-mixupAram Drevekenin
2024-04-10fix(swap-layouts): properly identify plugin aliases with initial cwdAram Drevekenin
2024-04-10fix(layouts): recover from resurrection crash and pick up swap layouts proper...Aram Drevekenin
2024-04-05fix(plugins): various pre-release issues (#3246)Aram Drevekenin
2024-03-27fix(plugins): session layouts are still serialized using the legacy plugin sy...Axel H
2024-03-22fix(swap-layouts): properly identify plugin aliases (#3217)Aram Drevekenin
2024-02-29feat(plugins): allow specifying the cwd when switching sessions (#3172)Aram Drevekenin
2024-02-28fix(plugins): respect cwd and start filepicker at filesystem root (#3161)Aram Drevekenin
2024-02-26feat(plugins): introduce plugin aliases (#3157)Aram Drevekenin
2024-02-08feat(panes): allow specifying coordinates for a new floating pane through the...Aram Drevekenin
2024-02-06feat(sessions): welcome screen (#3112)Aram Drevekenin
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2024-01-08Bump rust version to 1.75.0 (#3039)har7an
2023-11-02feat: load plugins from the web (#2863)Jae-Heon Ji
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-08-25fix(plugins): make sure configuration is also part of the plugin keys (#2727)Aram Drevekenin
2023-08-24fix(ux): various ui/ux fixes (#2722)Aram Drevekenin
2023-08-02feat(ui): break pane to new tab and move panes between tabs (#2664)Aram Drevekenin
2023-07-25feat(plugins): make plugins configurable (#2646)Aram Drevekenin
2023-06-14fix(plugins): allow loading relative urls (#2539)Aram Drevekenin
2023-04-28fix(errors): add file path context to all IO errors in ConfigError (#2412)Imbris
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-04-18feat: Add layout configuration to exclude panes from tab sync (#2314)Theo Salzmann
2023-04-03feat(panes): allow defining an expanded stacked pane (#2343)Aram Drevekenin
2023-03-30fix(layouts): nested attribute truncating (#2337)Aram Drevekenin
2023-03-01fix(plugins): location path decoding from Url (#2190)Cory Forsstrom
2023-02-28feat(layouts): exact panes constraint (#2206)Aram Drevekenin
2023-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2022-12-24Floating panes in layouts (#2047)Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-11-22plugins: rework plugin loading (#1924)har7an
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-28feat(command-panes): optionally allow panes to be closed on exit (#1869)Aram Drevekenin
2022-10-24fix(various): minor fixes before 32 (#1841)Aram Drevekenin
2022-10-20fix(layouts): various bugs and better errors (#1831)Aram Drevekenin
2022-10-20feat(layouts): allow defining a tab cwd (#1828)Aram Drevekenin
2022-10-14feat(layouts): edit panes (#1799)Aram Drevekenin
2022-10-14feat(layouts): global cwd (#1798)Aram Drevekenin
2022-10-13fix(layouts): various kdl layout issues and features (#1797)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-10docs: fix typos (#1481)Kian-Meng Ang
2022-06-03add(plugin): `compact-bar` & `compact` layout (#1450)a-kenji
2022-05-28feat(cli): merge --layout and --layout-path (#1426)Spyros Roum
2022-05-24fix: add checking for missing extensions (#1432)Jae-Heon Ji
2022-05-12fix: update to output error when using `--layout` (#1413)Jae-Heon Ji
2022-03-03fix(layout): allow lowercase keys and values (#1160)a-kenji
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji