summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/tab/mod.rs
AgeCommit message (Expand)Author
2022-10-07zellij-server: improve thread_bus error handling (#1775)Bohdan Ivashko
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-04feat(compatibility): mouse wheel faux scrolling in alternate screen (#1678)Thomas Linford
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-08-12Terminal compatibility: forward OSC52 events (#1644)apexo
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-15fix(mouse): avoid forwarding click events on pane border (#1584)Thomas Linford
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-27fix(editor): handle editor in fullscreen (#1544)Aram Drevekenin
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-16feat: fullscreen focus swapping (#1515)nacairns1
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-10docs: fix typos (#1481)Kian-Meng Ang
2022-06-10add: fix a small lint (#1476)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-05-16fix(pty): paste freeze with large amounts of text (#1383)Thomas Linford
2022-05-03fix(mouse): middle or right clicks creating selection (#1372)Thomas Linford
2022-05-02fix(mouse): mouse events not forwarded to plugin panes (#1369)Thomas Linford
2022-04-30fix(mouse): improve mouse event reporting (#1329)Thomas Linford
2022-04-29Fix crash on renaming a floating pane (#1323) (#1357)raphCode
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-25fix(tab): catch and report errors about tty I/O (#1051)raphCode
2022-03-24fix(tab): floating panes embed/fullscreen and frame color (#1267)Aram Drevekenin
2022-03-24fix(tab): do not crash when only floating panes are left (#1266)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-18refactor(tab): move tiled panes to their own module (#1239)Aram Drevekenin
2022-03-10feature(mouse): forward mouse events (#1191)Thomas Linford
2022-03-08refactor(tab): simplify mouse hold and release (#1185)Thomas Linford
2022-03-07Improve: more explicit detach instruction (#1161)Jae-Heon Ji
2022-03-06refactor(tab): simplify logic for scrolling active pane (#1184)Thomas Linford
2022-02-28fix: Allow terminal title passthrough even when not drawing pane frames. (#1113)Kerfuffle
2022-02-24fix(style): replace `sort_by` with `sort_by_key` (#1089)Ken Matsui
2022-02-21fix(ui): restore get active at (#1076)Aram Drevekenin
2022-02-21fix(ui): floating panes UI (#1074)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-02feat(copy): allow osc52 copy destination configuration (#1022)Thomas Linford
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2022-01-26fix(scroll): scroll page up/down by actual amount of rows (#1025)Thomas Linford
2022-01-25feat: accept only printable unicode char (#1016)Jae-Heon Ji
2022-01-15Add a copy command option (#996)Christophe Verbinnen
2022-01-11style(format): remove debug messageAram Drevekenin
2022-01-03fix(plugins): send events to plugins properly in a multiuser env (#986)Aram Drevekenin
2022-01-03refactor(tab): separate concerns (namely move pane positioning actions out of...Aram Drevekenin