summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
AgeCommit message (Expand)Author
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2023-01-22Improve client disconnect handling (#2068)har7an
2023-01-19errors: handle missing plugin caches (#2093)har7an
2022-12-19fix(panes): show visual error when failing to resize panes (#2036)Aram Drevekenin
2022-12-14fix(panes): show visual error when unable to split panes vertically/horizonta...Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-12-07feat(ux): show loading screen (#1997)Aram Drevekenin
2022-12-07errors: Maintain caller location in `to_log` (#1994)har7an
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-22plugins: rework plugin loading (#1924)har7an
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-12Errors: Ignore errors from async when quitting (#1918)har7an
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-10-23plugins: Improve error handling on plugin version mismatch (#1838)har7an
2022-10-20errors: Don't panic in `wasm_vm` (#1827)har7an
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-07zellij-server: improve thread_bus error handling (#1775)Bohdan Ivashko
2022-10-06Server: Remove `panic`s in `tab` module (#1748)har7an
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-27Add docs about error handling (#1745)har7an
2022-09-09Feature: Better error handling/reporting (#1670)har7an
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-07-26Log every panic to the logfile (#1602)raphCode
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
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-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-13feat: improve error reporting system (#1038)Jae-Heon Ji
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
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-11-15First attempt to provide an overlay prompt (#871)a-kenji
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-05fix(errors): Add colored crate to replace primitive color formatting (#837)Ken Matsui
2021-11-05feature(resize): Non directional resize (#520)Henil Dedania
2021-11-02feat(ui): add right-click support to pluginsTw
2021-10-26Feature: Rotate Pane locations (#802)Kunal Mohan
2021-10-19Feature: Move panes directionally (#762)Kunal Mohan
2021-10-11feat(cli): add `kill-session` command (#745)Jae-Heon Ji