summaryrefslogtreecommitdiffstats
path: root/zellij-tile/src
AgeCommit message (Expand)Author
2024-04-26feat(plugins): add API to open new tabs with a LayoutInfo (#3305)Aram Drevekenin
2024-04-05feat(plugins): format UI components API (#3193)Zykino
2024-03-27feat(plugins): add api to close current plugin instance (#3228)Aram Drevekenin
2024-03-26feat(plugins): add api to dump the current session layout to a plugin (#3227)Aram Drevekenin
2024-03-18feat(plugins): session manager cwd and new filepicker (#3200)Aram Drevekenin
2024-02-29feat(plugins): allow specifying the cwd when switching sessions (#3172)Aram Drevekenin
2024-02-08feat(panes): allow specifying coordinates for a new floating pane through the...Aram Drevekenin
2024-02-06feat(sessions): welcome screen (#3112)Aram Drevekenin
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-11-06docs(api): docs for shim.rs (#2909)Aram Drevekenin
2023-11-05feat(ux): allow renaming sessions (#2903)Aram Drevekenin
2023-11-04feat(sessions): resurrect sessions through the session-manager (and plugin AP...Aram Drevekenin
2023-11-02feat(plugins): UI components (#2898)Aram Drevekenin
2023-10-20feat(plugins): web requests api (#2879)Aram Drevekenin
2023-10-16feat(plugins): plugin run_command api (#2862)Aram Drevekenin
2023-10-13fix(plugins): make new auxiliary functions public (#2765)Nacho114
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-25fix(plugins): remove protobuf duplications (#2729)Aram Drevekenin
2023-08-24fix(ux): various ui/ux fixes (#2722)Aram Drevekenin
2023-08-24feat(sessions): add a session manager to switch between sessions, tabs and pa...Aram Drevekenin
2023-08-12feat: add plugin permission system (#2624)Jae-Heon Ji
2023-08-09feat(plugins): use protocol buffers for serializing across the wasm boundary ...Aram Drevekenin
2023-07-28feat(plugins): utility functions to find active pane and tab (#2652)Nacho114
2023-07-25feat(plugins): make plugins configurable (#2646)Aram Drevekenin
2023-06-18docs(plugins): better zellij-tile-docs (#2560)Aram Drevekenin
2023-06-17docs(plugins): document the zellij-tile events and commands api (#2554)Aram Drevekenin
2023-06-17refactor(plugins): improve api (#2552)Aram Drevekenin
2023-06-17feat(plugins): more plugin api methods (#2550)Aram Drevekenin
2023-06-15feat(plugins): plugin pane state events (#2545)Aram Drevekenin
2023-06-09feat(plugins): extensive plugin api (#2516)Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-05-16feat(plugins): Plugin workers and strider (#2449)Aram Drevekenin
2022-11-21performance(rendering): improve rendering performance (#1960)Aram Drevekenin
2022-10-23plugins: Improve error handling on plugin version mismatch (#1838)har7an
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-03-25feat(ui): add navigation with alt + arrow keys (#1264)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-08refactor(tab): simplify mouse hold and release (#1185)Thomas Linford
2022-02-24fix(style): simplify the conversion from `bool` to `i32` (#1075)Ken Matsui
2022-02-21fix(ui): floating panes UI (#1074)Aram Drevekenin
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-02feat(copy): allow osc52 copy destination configuration (#1022)Thomas Linford
2022-01-23chore(deps): update arg parsing to clap v3 (#1017)Marcin Puc
2022-01-15Add a copy command option (#996)Christophe Verbinnen
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-11-26feat: provide the zellij version to plugins (#894)Jae-Heon Ji
2021-11-25This adds a UI for multiple users in panes (behind a feature flag) (#897)Aram Drevekenin
2021-11-15First attempt to provide an overlay prompt (#871)a-kenji