zellij/zellij-utils/src
Aram Drevekenin 27c8986939
feat: multiple Select and Bulk Pane Actions (#4169)
* initial implementation with break panes to new tab

* break pane group left/right

* group embed/eject panes

* stack pane group on resize

* close pane group

* style(fmt): rustfmt

* fix tests

* group drag and ungroup with the mouse

* fix mouse hover for multiple clients

* fix for multiple clients

* multiple select plugin initial

* use real data in plugin

* adjust functionality

* fix some ux issues

* reflect group mouse group selections in plugin

* group/ungroup panes in Zellij

* highlight frames when marked by the plugin

* refactor: render function in plugin

* some ui responsiveness

* some more responsiveness and adjust hover text

* break out functionality

* stack functionality

* break panes left/right and close multiple panes

* fix(tab): only relayout the relevant layout when non-focused pane is closed

* status bar UI

* embed and float panes

* work

* fix some ui/ux issues

* refactor: move stuff around

* some responsiveness and fix search result browsing bug

* change plugin pane title

* differentiate group from focused pane

* add keyboard shortcut

* add ui to compact bar

* make boundary colors appear properly without pane frames

* get plugins to also display their frame color

* make hover shortcuts appear on command panes

* fix: do not render search string component if it's empty

* BeforeClose Event and unhighlight panes on exit

* some UI/UX fixes

* some fixes to the catppuccin-latte theme

* remove ungroup shortcut

* make some ui components opaque

* fix more opaque elements

* fix some issues with stacking pane order

* keyboard shortcuts for grouping

* config to opt out of advanced mouse actions

* make selected + focused frame color distinct

* group marking mode

* refactor: multiple-select plugin

* adjust stacking group behavior

* adjust flashing periods

* render common modifier in group controls

* add to compact bar

* adjust key hint wording

* add key to presets and default config

* some cleanups

* some refactoring

* fix tests

* fix plugin system tests

* tests: group/ungroup/hover

* test: BeforeClose plugin event

* new plugin assets

* style(fmt): rustfmt

* remove warnings

* tests: give plugin more time to load
2025-04-29 20:52:17 +02:00
..
input feat: multiple Select and Bulk Pane Actions (#4169) 2025-04-29 20:52:17 +02:00
kdl feat: multiple Select and Bulk Pane Actions (#4169) 2025-04-29 20:52:17 +02:00
plugin_api feat: multiple Select and Bulk Pane Actions (#4169) 2025-04-29 20:52:17 +02:00
snapshots feat: multiple Select and Bulk Pane Actions (#4169) 2025-04-29 20:52:17 +02:00
test-fixtures feat(config): switch to kdl (#1759) 2022-10-05 07:44:00 +02:00
channels.rs Improve client disconnect handling (#2068) 2023-01-22 18:04:40 +00:00
cli.rs feat(plugins): API to change floating pane coordinates (#3958) 2025-01-30 17:04:36 +01:00
common_path.rs chore(package): vendor common_path (#3780) 2024-11-19 10:00:40 +01:00
consts.rs feat: multiple Select and Bulk Pane Actions (#4169) 2025-04-29 20:52:17 +02:00
data.rs feat: multiple Select and Bulk Pane Actions (#4169) 2025-04-29 20:52:17 +02:00
downloader.rs fix(plugins): handle concurrent http downloads (#3664) 2024-10-11 15:26:05 +02:00
envs.rs feat(ux): first run setup-wizard (#3556) 2024-08-16 14:00:01 +02:00
errors.rs feat: multiple Select and Bulk Pane Actions (#4169) 2025-04-29 20:52:17 +02:00
home.rs fix(ux): configuration fixes (#3713) 2024-10-31 14:35:13 +01:00
ipc.rs Fix compiler warnings (#4053) 2025-03-10 16:50:20 +00:00
lib.rs fix(utils): Re-export prost (#4133) 2025-04-12 08:05:13 +00:00
logging.rs dependencies: switch from Wasmer to Wasmtime (#3349) 2024-06-28 16:47:43 +02:00
pane_size.rs fix(panes): various fixes for rendering stacked panes without pane frames (#4035) 2025-03-02 13:18:12 +01:00
position.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
session_serialization.rs fix(serialization): stacked panes fixes (#4041) 2025-03-05 18:42:31 +01:00
setup.rs chore(repo): convert themes to new spec (#4002) 2025-02-17 17:30:21 +01:00
shared.rs plugins: rework plugin loading (#1924) 2022-11-22 20:06:02 +00:00