summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/wasm_vm.rs
AgeCommit message (Expand)Author
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-22plugins: rework plugin loading (#1924)har7an
2022-11-21performance(rendering): improve rendering performance (#1960)Aram Drevekenin
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-09Fix: better error reporting when failing to load plugins (#1912) (#1914)har7an
2022-11-08errors: Remove `log::error` in server (#1881)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-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-03-23fix(crash): ensure ZELLIJ_TMP_DIR exists when starting plugins (#1256)Thomas Linford
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-02-27refactor: fix unused code warnings (#1087)Orhun Parmaksız
2022-02-24fix(cleanup): simplify loop (#1077)Ken Matsui
2022-01-03fix(plugins): send events to plugins properly in a multiuser env (#986)Aram Drevekenin
2022-01-03fix(plugins): register correct client id (#984)Jae-Heon Ji
2021-12-29fix: update switch to tab bug in multiple users (#959)Jae-Heon Ji
2021-12-13style(fmt): make rustfmt happy and update pluginsAram Drevekenin
2021-12-13hotfix(plugins): run load function for every user when cloning pluginAram Drevekenin
2021-12-09feat(status-bar): add multiple tips (#848)Jae-Heon Ji
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-30fix(plugin): mismatch JSON format on `get_zellij_version`Jae-Heon Ji
2021-11-26feat: provide the zellij version to plugins (#894)Jae-Heon Ji
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
2021-10-26fix(perf): plugins are only compiled onceBrooks Rady
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-12feat(plugin): Add mouse events for plugins (#629)qepasa
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-19fix(plugin): create missing data directories as neededBrooks J Rady
2021-09-19feat(plugin): add plugin data directories (#723)Tw
2021-09-09feat(plugin): add exec_cmd helper for executing command in hostTw
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-08-01Fix plugin attribute update on inactive taba-kenji
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-08Merge branch 'main' into unified-loggingqepasa
2021-07-08More cleanup, remove serde from zellij-serverPaweł Palenica
2021-07-08CleanupPaweł Palenica
2021-06-30Modularize spawn_terminal_functiona-kenji
2021-06-29feat: Add logger to ZellijPaweł Palenica
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan