summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/tab
AgeCommit message (Expand)Author
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-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-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-09fix(compatibility): replace wide characters under cursor properly (#1196)Aram Drevekenin
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(style0: simplify `find(..).is_some()` to `any(..)` and use `+=` instead (...Ken Matsui
2022-02-24fix(style): remove unnecessary borrow operators (#1084)Ken Matsui
2022-02-24fix(style): replace `sort_by` with `sort_by_key` (#1089)Ken Matsui
2022-02-23fix(lint): replace unnecessary `assert_eq!` with `assert!` (#1079)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-12style(comment): remove outdatedAram Drevekenin
2022-01-11style(format): remove debug messageAram Drevekenin
2022-01-04fix(panes): do not crash when closing fixed pane (#987)Aram 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