zellij/zellij-server/src
Aram Drevekenin 0c21eae664
feat(plugins): allow changing the plugin's /host folder (under a new permission) (#3827)
* working without notifying plugins

* permissions and events

* cleanups and formatting

* style(fmt): rustfmt
2024-12-01 11:06:44 +01:00
..
output fix(output-buffer): truncate grid height when not rendering it fully (#3750) 2024-11-08 20:28:32 +01:00
panes fix(panes): handle various invalid state situations (#3776) 2024-11-15 14:34:50 +01:00
plugins feat(plugins): allow changing the plugin's /host folder (under a new permission) (#3827) 2024-12-01 11:06:44 +01:00
tab fix: (tabs) move to next tab if moving to next pane from fullscreen pane (#3498) 2024-10-25 15:18:29 +02:00
ui fix(plugins): properly pad UI elements when they have a background (#3806) 2024-11-24 16:46:13 +01:00
unit feat(cli): make --layout idempotent(-ish) (#3650) 2024-10-08 16:57:54 +02:00
background_jobs.rs fix(http): web requests (#3643) 2024-10-04 18:09:06 +02:00
lib.rs fix(ux): forward keys to pane in locked mode and base mode rather than hard-coded normal mode (#3715) 2024-10-31 16:49:48 +01:00
logging_pipe.rs dependencies: switch from Wasmer to Wasmtime (#3349) 2024-06-28 16:47:43 +02:00
os_input_output.rs feat(plugins): allow opening command panes in the background (hidden) (#3530) 2024-07-29 11:40:01 +02:00
pty.rs fix(tabs): maintain event order for MoveTab (#3758) 2024-11-11 16:30:03 +01:00
pty_writer.rs fix(rendering): occasional glitches while resizing (#2621) 2023-07-12 20:30:41 +02:00
route.rs fix(statup): slow startup on some occasions (#3767) 2024-11-13 09:30:43 +01:00
screen.rs fix(plugins): properly focus pane after tab was closed (#3797) 2024-11-21 16:26:11 +01:00
session_layout_metadata.rs feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687) 2024-10-22 15:27:40 +02:00
terminal_bytes.rs Errors: Ignore errors from async when quitting (#1918) 2022-11-12 10:18:15 +00:00
thread_bus.rs feat(ui): swap layouts and stacked panes (#2167) 2023-02-17 12:05:50 +01:00