summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/tab/unit
AgeCommit message (Expand)Author
2023-04-13fix: do not hold on to router thread handle until server exit (#2328)Thomas Linford
2023-04-04fix(plugins): prevent Strider from opening double-panes when editing files (#...Aram Drevekenin
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-29feat(terminal): cli and bindable action to clear all buffers for a specific p...Oleks Gnatovskyi
2023-03-16fix(panes): adding panes to lone stack (#2298)Aram Drevekenin
2023-03-01fix(sixel): report pixel size in winsize change ioctl (#2212)Aram Drevekenin
2023-02-28feat(layouts): exact panes constraint (#2206)Aram Drevekenin
2023-02-27fix(layouts): do not relayout twice on auto_layout (#2202)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-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-01-14Errors: less unwrap in server (#2069)har7an
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-14fix(panes): show visual error when unable to split panes vertically/horizonta...Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-05fix(panes): moving and toggling embed/float with frames (#1909)Aram Drevekenin
2022-11-04feat(terminals): send focus in/out events to terminal panes (#1908)Aram Drevekenin
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-30errors: Don't unwrap in `zellij_server::output` (#1878)har7an
2022-10-19allow dump_screen() to only dump the viewport (#1794)Dan Näsman
2022-10-18feat(panes): change floating window positions (#1810)Aram Drevekenin
2022-10-14feat(layouts): global cwd (#1798)Aram Drevekenin
2022-10-12fix(tab): frameless pane size wrong after closing other panes (#1776)Thomas Linford
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-06Server: Remove `panic`s in `tab` module (#1748)har7an
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-23Fix: issue 1734 (#1749)har7an
2022-09-15test: simplify tab integration tests (#1728)Thomas Linford
2022-09-04feat(compatibility): mouse wheel faux scrolling in alternate screen (#1678)Thomas Linford
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-08-24fix: bracketed paste input not getting adjusted properly (#1689)Thomas Linford
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-06-16feat: fullscreen focus swapping (#1515)nacairns1
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-05-20feat(actions): dump the terminal screen into a file (#1375)Cosmin Popescu
2022-04-29Fix crash on renaming a floating pane (#1323) (#1357)raphCode
2022-04-29fix(compatibility): adjust saved cursor position on resize (#1362)Aram Drevekenin
2022-04-29Fix title widechar overflow (#1361)Aram Drevekenin
2022-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
2022-04-16feat(copy): add copy_on_select option (#1298)Thomas Linford
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady