summaryrefslogtreecommitdiffstats
path: root/src/tests
AgeCommit message (Expand)Author
2022-03-09fix(compatibility): replace wide characters under cursor properly (#1196)Aram Drevekenin
2022-03-07Improve: more explicit detach instruction (#1161)Jae-Heon Ji
2022-02-27fix(tests): ensure e2e tests use updated plugins (#1047)Thomas Linford
2022-02-25fix(input): handle discontiguous STDIN input (#1119)Aram Drevekenin
2022-02-21fix(ui): floating panes UI (#1074)Aram Drevekenin
2022-02-21fix(copy): rejoin wrapped lines (#1069)Thomas Linford
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-12fix(compatibility): resolve fzf crash (#1056)Thomas Linford
2022-02-02fix(compatibility): do not set scroll buffer in alternate screen (#1032)Thomas Linford
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
2022-01-03Implement passing the bell signal to the terminal (#981)auronandace
2021-12-29fix(clippy): ensure clippy runs on all targets (#972)danieleades
2021-12-23fix(attach): make removing clients atomic (#966)Aram Drevekenin
2021-12-22fix(compatibility): handle deleting chars in lines with widechars (#965)Aram Drevekenin
2021-12-22fix(compatibility): handle inserting characters after wide character (#964)Aram Drevekenin
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-12-01fix(compatibility): full screen scroll region (#915)Aram Drevekenin
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-07chore(plugin): update assets and E2E testsBrooks J Rady
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin
2021-10-26fix(compatibility): improve handling of wide characters inserted in the middl...Aram Drevekenin
2021-10-23fix(style): fix clippy lints in `remote_runner`Thomas Linford
2021-10-20fix(tests): update snapshotsAram Drevekenin
2021-09-30hotfix(stdin): poll for mouse hold in the stdin thread (#752)Aram Drevekenin
2021-09-29fix(e2e): new fullscreen snapshotAram Drevekenin
2021-09-28fix(compatibility): scroll lines into scrollback when clearing screen (#747)Aram Drevekenin
2021-09-28fix(compatibility): handle cursor movements outside scroll region (#746)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-26fixup! adjust fixture layoutsa-kenji
2021-08-24Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-t...Aram Drevekenin
2021-08-19Fix scrolling (#650)Aram Drevekenin
2021-08-13fix(compatibility): support changing index colors with osc (#646)Aram Drevekenin
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-07-23fixup! fix e2e fixturesa-kenji
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
2021-06-16Change `layout` directory from `data` to `config`a-kenji
2021-06-14Merge branch 'main' of https://github.com/zellij-org/zellij into layout-errora-kenji
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji