summaryrefslogtreecommitdiffstats
path: root/src/tests/e2e/cases.rs
AgeCommit message (Expand)Author
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-04fix: fallback to default values when terminal rows/cols are 0 (#1552)Thomas Linford
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-05-03feat: Attach sessions by unique prefix name (#1169) (#1360)raphCode
2022-03-23chore(deps): move from termion to termwiz for STDIN handling (#1249)Aram Drevekenin
2022-03-18refactor(tab): move tiled panes to their own module (#1239)Aram Drevekenin
2022-02-25fix(input): handle discontiguous STDIN input (#1119)Aram Drevekenin
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2022-01-13feat: change dependency for `process_cwd` (#1001)Jae-Heon Ji
2022-01-04feat(keybinds): improve default keybindings (#991)Aram Drevekenin
2021-12-29fix(clippy): ensure clippy runs on all targets (#972)danieleades
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin
2021-09-30hotfix(stdin): poll for mouse hold in the stdin thread (#752)Aram Drevekenin
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-08-30fix(ui): change resize binding to Ctrl-nBrooks Rady
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin
2021-06-21Add e2e tests (#582)Aram Drevekenin