summaryrefslogtreecommitdiffstats
path: root/zellij-server
AgeCommit message (Expand)Author
2022-08-17A little refactoring (#1663)TornaxO7
2022-08-12Terminal compatibility: forward OSC52 events (#1644)apexo
2022-08-11fix(router): retry messages when server is not ready (#1651)Aram Drevekenin
2022-08-11fix (screen): don't crash when first tab doesn't exist (#1648)har7an
2022-08-05chore(logging): log all unhandled ansi sequences (#1636)Aram Drevekenin
2022-08-02chore(version): bump development versionAram Drevekenin
2022-08-02chore(release): v0.31.1v0.31.1Aram Drevekenin
2022-07-28chore(version): bump development versionAram Drevekenin
2022-07-28performance(pty): update last render time on non-backed-up render (#1610)Aram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-15fix(mouse): avoid forwarding click events on pane border (#1584)Thomas Linford
2022-07-14fix(editor): handle editor/visual/configured editor with arguments (#1587)Aram Drevekenin
2022-07-14fix(terminal): persist cursor hide/show through alternate screen (#1586)Aram Drevekenin
2022-07-13perf(terminal): better responsiveness (#1585)Aram Drevekenin
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-07-02fix: various typos (#1553)a-kenji
2022-06-27fix(scroll): reset scroll properly when typing (#1547)Aram Drevekenin
2022-06-27fix(terminal): properly trim lines with widechars on resize (#1545)Aram Drevekenin
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-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-06-14Deduplicate code in zellij-server screen (#1453)har7an
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-07chore(version): bump development versionAram Drevekenin
2022-06-06fix(client): exit client-loop on empty message receive (#1454)Spyros Roum
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