summaryrefslogtreecommitdiffstats
path: root/zellij-client/src
AgeCommit message (Expand)Author
2022-12-08Reimplement resize code (#1990)har7an
2022-12-07feat(ux): show loading screen (#1997)Aram Drevekenin
2022-11-12Support clipboard to text input (#1926)哇呜哇呜呀咦耶
2022-11-08Do not advertise 24 bit color support unchecked (#1900)raphCode
2022-11-03fix(cli-actions): do not query termios for the cli client (#1905)Aram Drevekenin
2022-11-02fix(converter): YAML => KDL conversion with backslash hotkey. (#1879)noyez
2022-10-31feat(mouse): allow toggling mouse mode at runtime (#1883)Thomas Linford
2022-10-20fix(layouts): do not override explicitly set layout if it exists (#1830)Aram Drevekenin
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
2022-10-12fix(converter): escape quotes (#1790)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-14Don't send the server an exit signal when client panics (#1731)raphCode
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-26Log every panic to the logfile (#1602)raphCode
2022-07-12fix(cli): let the exit message be different when detaching (#1573)Matthias Beyer
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-04fix: fallback to default values when terminal rows/cols are 0 (#1552)Thomas Linford
2022-07-02fix: various typos (#1553)a-kenji
2022-06-21fix: exit client on empty rcv (#1535)raphCode
2022-06-20add: debug information for certain actions (#1533)a-kenji
2022-06-19fix: dispatch various actions correctly (#1530)a-kenji
2022-06-17fix(action): dispatch of `edit-scrollback` (#1523)a-kenji
2022-06-16fix: clarify comments (#1519)a-kenji
2022-06-16fix(action): correctly dispatch the `Write` action (#1518)a-kenji
2022-06-16fix(action): send `WriteChars` once per action (#1516)a-kenji
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-15fix: remove obsolete logs (#1504)a-kenji
2022-06-15feat: add capability to dispatch actions from cli (#1265)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-06fix(mouse): selection sometimes getting stuck (#1418)Thomas Linford
2022-05-24Fix double panic lockup in clients panic handler (#1433)raphCode
2022-05-16fix(input): ANSI code sent to terminal on startup and resizeThomas Linford
2022-04-30fix(mouse): improve mouse event reporting (#1329)Thomas Linford
2022-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
2022-04-27fix(ipc): empty ipc msg crash (#1351)Aram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-23chore(deps): move from termion to termwiz for STDIN handling (#1249)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-16hotfix: do not send bracketed paste to panes where it is not onAram Drevekenin
2022-03-13feat: improve error reporting system (#1038)Jae-Heon Ji
2022-03-09fix(compatibility): home and end in cursor keys mode (#1190)Thomas Linford
2022-03-01add: set `env` var's from config and layout (#1154)a-kenji
2022-02-25fix(input): handle discontiguous STDIN input (#1119)Aram Drevekenin
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin