summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes/plugin_pane.rs
AgeCommit message (Expand)Author
2023-02-15style(fmt): rustfmtAram Drevekenin
2023-02-14fix(ui): stacked panes without pane framesAram Drevekenin
2023-02-03fix(swap-layouts): respect pane contents and focusAram Drevekenin
2022-12-26relayout working with hard coded layoutAram Drevekenin
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-06refactor(messaging): reduce extraneous cross-thread messaging (#1996)Aram Drevekenin
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-10-28improve error handling in ui module (#1870)哇呜哇呜呀咦耶
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-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
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-27fix(editor): handle editor in fullscreen (#1544)Aram Drevekenin
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-03-10feature(mouse): forward mouse events (#1191)Thomas Linford
2022-03-08refactor(tab): simplify mouse hold and release (#1185)Thomas Linford
2022-02-28fix: Allow terminal title passthrough even when not drawing pane frames. (#1113)Kerfuffle
2022-02-21fix(ui): restore get active at (#1076)Aram Drevekenin
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-01-03fix(plugins): send events to plugins properly in a multiuser env (#986)Aram Drevekenin
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-25This adds a UI for multiple users in panes (behind a feature flag) (#897)Aram Drevekenin
2021-11-02feat(ui): add right-click support to pluginsTw
2021-10-12fix(plugin): clean up the mouse PR a littleBrooks J Rady
2021-10-12feat(plugin): Add mouse events for plugins (#629)qepasa
2021-10-01Fix(scroll): Prevent scroll buffer overwrite (#655)Kunal Mohan
2021-08-30refactor(tab): use borderless instead of selectable where appropriate (#672)Aram Drevekenin
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-07-20Add noop for mouse actions on pluginsa-kenji
2021-06-03Fixed a build warning and renamed a struct fieldBrooks J Rady
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
2021-05-26fix(compatibility): support wide characters (#535)Aram Drevekenin
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan