summaryrefslogtreecommitdiffstats
path: root/zellij-client/src/lib.rs
AgeCommit message (Expand)Author
2023-03-30Add option to hide session name in tab-bar (deriving from #2172) (#2301)Marcel Baur
2023-03-01feat(cli): `QueryTabNames` cli action to list all tab names (#2145)哇呜哇呜呀咦耶
2023-02-17fix(ux): cache stdin queries on startup (remove startup delay) (#2173)Aram Drevekenin
2022-12-07feat(ux): show loading screen (#1997)Aram Drevekenin
2022-11-08Do not advertise 24 bit color support unchecked (#1900)raphCode
2022-10-31feat(mouse): allow toggling mouse mode at runtime (#1883)Thomas Linford
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
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-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-26Log every panic to the logfile (#1602)raphCode
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-06-21fix: exit client on empty rcv (#1535)raphCode
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-05-24Fix double panic lockup in clients panic handler (#1433)raphCode
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-13feat: improve error reporting system (#1038)Jae-Heon Ji
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
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-30Prevent a zellij session from attaching to itself. (#911)Kunal Mohan
2021-11-10fix(input): properly query bracketed paste mode in terminals (#858)Aram Drevekenin
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui
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-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-13Add `options` subcommand to `attach` (#718)a-kenji
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-26Split tab-layout into `template` & `tabs` sectiona-kenji
2021-08-21Add `template` section in `layout` filea-kenji
2021-07-23Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-23Add `tabs` to `layouts`a-kenji
2021-07-20Merge branch 'main' into unified-loggingqepasa
2021-07-17Minor fixesPaweł Palenica
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-09Add on_force_close config optionKunal Mohan
2021-07-06Remove test feature and hacksKunal Mohan
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-06-29chore(clippy): needless_borrowa-kenji
2021-06-19docs(changelog): Autodetach #581Kunal Mohan