summaryrefslogtreecommitdiffstats
path: root/zellij-server
AgeCommit message (Expand)Author
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-17fix: ensure pty_writer thread closes (#1422)Thomas Linford
2022-05-16fix(pty): paste freeze with large amounts of text (#1383)Thomas Linford
2022-05-09build(deps): bump log from 0.4.16 to 0.4.17 (#1386)dependabot[bot]
2022-05-03fix(mouse): middle or right clicks creating selection (#1372)Thomas Linford
2022-05-02chore(version): bump development versionAram Drevekenin
2022-05-02chore(release): v0.29.1v0.29.1Aram Drevekenin
2022-05-02fix(mouse): mouse events not forwarded to plugin panes (#1369)Thomas Linford
2022-05-02chore(version): bump development versionAram Drevekenin
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-28fix(stability): avoid link handler panic on bad index (#1356)Thomas Linford
2022-04-27fix(ipc): empty ipc msg crash (#1351)Aram Drevekenin
2022-04-26fix(compatibility): fix crash and don't allow cursor beyond row width (#1349)Aram Drevekenin
2022-04-16fix: minor system improvements (#1328)Jae-Heon Ji
2022-04-16feat(copy): add copy_on_select option (#1298)Thomas Linford
2022-04-15fix(pty): send SIGHUP instead of SIGTERM when closing a pane (#1320)raphCode
2022-04-14fix(compatibility): various ansi fixes (#1324)Aram Drevekenin
2022-04-13chore(version): bump development versionAram Drevekenin
2022-04-13chore(package): patch versionAram Drevekenin
2022-04-13fix(multiuser): properly clear UI when a user detaches (#1317)Aram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-04-12refactor(tab): tiled_pane_grid (#1299)Amir Arad
2022-04-09fix(compatibility): single line scroll and other edge cases (#1307)Aram Drevekenin
2022-04-09fix(compatibility): keep colors when scrolling (#1305)Aram Drevekenin
2022-03-31chore(version): bump development versionAram Drevekenin
2022-03-30fix(compatibility): don't crash on invalid state when padding line (#1285)Aram Drevekenin
2022-03-29Revert "fix(compatibilty): do not use current cursor style in csi erase displ...Thomas Linford
2022-03-28fix(selection): rendering of characters with unset background (#1250)Thomas Linford
2022-03-28fix(compatibility): ansi scroll down (#1279)Aram Drevekenin
2022-03-28build(deps): bump log from 0.4.14 to 0.4.16 (#1278)dependabot[bot]
2022-03-25fix(tab): catch and report errors about tty I/O (#1051)raphCode
2022-03-25fix(screen): crash in intermediate no-tabs state (#1272)Aram Drevekenin
2022-03-25fix(screen): handle various edge cases rather than crashing (#1269)Aram Drevekenin
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-23fix(crash): ensure ZELLIJ_TMP_DIR exists when starting plugins (#1256)Thomas Linford
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-17fix(wasm_vm): use `cache_dirs` for ephemeral plugin data (#1230)a-kenji
2022-03-17fix(feat): `disable_automatic_asset_installation` (#1226)a-kenji
2022-03-16chore(version): bump development versionAram Drevekenin
2022-03-16chore(release): v0.26.1v0.26.1Aram Drevekenin
2022-03-11chore(version): bump development versionAram Drevekenin
2022-03-10feature(mouse): forward mouse events (#1191)Thomas Linford
2022-03-09fix(compatibility): home and end in cursor keys mode (#1190)Thomas Linford