summaryrefslogtreecommitdiffstats
path: root/assets
AgeCommit message (Collapse)Author
2022-11-10chore(release): v0.33.0v0.33.0Aram Drevekenin
2022-10-25chore(release): v0.32.0v0.32.0Aram Drevekenin
2022-09-09chore(release): v0.31.4v0.31.4Aram Drevekenin
2022-08-18chore(release): v0.31.3v0.31.3Aram Drevekenin
2022-08-17chore(release): v0.31.2v0.31.2Aram Drevekenin
2022-08-02chore(release): v0.31.1v0.31.1Aram Drevekenin
2022-07-28chore(release): v0.31.0v0.31.0Aram Drevekenin
2022-06-07chore(release): v0.30.0v0.30.0Aram Drevekenin
2022-06-03fix(compact-bar): remove duplicate padding (#1451)a-kenji
2022-06-03add(plugin): `compact-bar` & `compact` layout (#1450)a-kenji
* add(plugin): `compact-bar` & `compact` layout * add(nix): `compact-bar` plugin * add(config): `compact-bar` to the config * add(workspace): `compact-bar` to workspace members * add(assets): `compact-bar` * chore(fmt): rustfmt * add(nix): add `compact-bar` * add: compact layout to dump command * nix(build): fix destination of copy command * add(makefile): add `compact-bar` to `plugin-build` * add(layout): `compact-bar` to layout * add: install `compact-bar` plugin * fix(test): update input plugin test * fix(plugin): default colors for compact-bar
2022-05-22fix(strider): update out of range index in files (#1425)Jae-Heon Ji
2022-05-02chore(release): v0.29.1v0.29.1Aram Drevekenin
2022-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
* fix(compatibility): respond to background/foreground queries * style(fmt): rustfmt * style(clippy): make clippy happy * style(fmt): rustfmt * style(fmt): remove unused code
2022-04-13chore(release): v0.28.1v0.28.1Aram Drevekenin
2022-04-13chore(package): patch versionAram Drevekenin
2022-04-13chore(release): v0.28.0v0.28.0Aram Drevekenin
2022-03-31chore(release): v0.27.0v0.27.0Aram Drevekenin
2022-03-20fix: remove obsolete script (#1247)a-kenji
2022-03-17Feat/add rust toolchain (#1235)a-kenji
* feature: update rust-toolchain * add(ci): action that updates `rust-toolchain` We purposefully keep our version a little behind the newest releases, to give people the time to update. Now this is unambigious and we can use all the features our current toolchain allows.
2022-03-16chore(release): v0.26.1v0.26.1Aram Drevekenin
2022-03-11chore(release): v0.26.0v0.26.0Aram Drevekenin
2022-02-22chore(release): v0.25.0v0.25.0Aram Drevekenin
2022-02-22docs(readme): update demo animation (#1086)Aram Drevekenin
2022-02-21fix(ui): floating panes UI (#1074)Aram Drevekenin
* basic ui * update plugins * rustfmt
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
* work * basic tmux move and functionality * tmux mode ui * rustfmt
2022-02-08Solve Issue #1010 (#1045)Robert Walter
* solve issue #1010 and made code easily extensible * Make description bold to fit + added minimal documentation * chore(assets): update plugins * Only change hints on reneamPane Mode, old hints were fine in every other case * fixing some wording to get more green e2e tests * add the opt version of the plugin Co-authored-by: jaeheonji <atx6419@gmail.com>
2022-01-05chore(release): v0.24.0v0.24.0Aram Drevekenin
2021-12-22chore(assets): multiplayer demo gifAram Drevekenin
2021-12-20chore(version): bump development versionv0.23.0Aram Drevekenin
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
* work * feat(collaboration): implement multiple users * style(cleanup): some leftovers
2021-12-14chore(release): v0.22.1v0.22.1Aram Drevekenin
2021-12-13style(fmt): make rustfmt happy and update pluginsAram Drevekenin
2021-11-29chore(build): update pluginsAram Drevekenin
2021-11-15add(assets): init `zellij.desktop` file (#870)a-kenji
2021-11-10chore(release): v0.20.1v0.20.1Aram Drevekenin
2021-11-08chore(release): v0.20.0v0.20.0Aram Drevekenin
2021-11-07chore(plugin): update assets and E2E testsBrooks J Rady
2021-10-20chore(release): v0.19.0Aram Drevekenin
2021-09-30chore(release): v0.18.1v0.18.1Aram Drevekenin
2021-09-29chore(release): v0.18.0v0.18.0Aram Drevekenin
2021-09-15chore(release): v0.17.0v0.17.0Aram Drevekenin
2021-09-09feat(plugin): add exec_cmd helper for executing command in hostTw
Signed-off-by: Tw <wei.tan@intel.com> Signed-off-by: Tw <tw19881113@gmail.com>
2021-08-31chore(assets): update demo gif (#681)Aram Drevekenin
2021-08-31chore(release): v0.16.0v0.16.0Aram Drevekenin
2021-08-30fix(ui): change resize binding to Ctrl-nBrooks Rady
* fix(ui): change resize binding to Ctrl-n * Fix tests? * Actually update the keybind in tests * Cowardly refuse to fix the E2E testing issue
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
* refactor(panes): move to parametric pane sizes * Fixed the simpler errors by casting to usize * The least I can do is pass the formatting check... * Move to stable toolchain * Well, it compiles? * And now it doesn't! ;) * Baseline functionality with the new Dimension type * Working POC for percent-based resizing * REVERT THIS COMMIT – DELETES TESTS * Perfected the discrete resize algorithm * Fixed fixed-size panes * Basic bidirectional resize * feat(resize): finalised parametric resize algorithm * Reduce the logging level a bit * Fixed nested layouts using percents * Bug squishing for implicit sizing * Here is a funky (read: rubbish) rounding approach * And now it's gone again! * Improve discretisation algorithm to fix rounding errors * Fix the last layout bug (maybe?) * Mixed explicit and implied percents work now * Let's pretend that didn't happen... * Make things a bit less crashy * Crash slightly more for now (to find bugs) * Manaually splitting of panes works now * Start moving to percent-based resizes * Everything but fullscreen seems to be working * Fix compilatation errors * Culled a massive amount of border code * Why not pause to please rustfmt? * Turns out I was still missing a few tests... * Bringing back even more tests! * Fix tests and pane boarders * Fix the resize system without gaps * Fix content offset * Fixed a bug with pane closing * Add a hack to fix setting of the viewport * Fix toggling between shared borders and frames * fix(tests): make e2e properly use PaneGeom * style(fmt): make rustfmt happy * Revert unintentional rounding of borders * Purge some old borderless stuff * Fix busted tab-bar shrinking * Update E2E tests * Finish implementing fullscreen! * Don't crash anymore? * Fix (almost) all tests * Fix a lack of tab-stops * All tests passing * I really can't be bothered to debug a CI issue * Tie up loose ends * Knock out some lingering FIXMEs * Continue to clean things up * Change some naming and address FIXMEs * Cull more code + FIXMEs * Refactor of the resize system + polish * Only draw frames when absolutely necessary * Fix the tab-bar crash * Fix rendering of boarders on reattach * Fix resizing at small pane sizes * Deduplicate code in the layout system * Update tab-bar WASM * Fixed the pinching of panes during resize * Unexpose needlessly public type * Add back a lost test * Re-add tab tests and get them to compile * All tabs need layouts * Start fixing tests + bug in main * Stabilize the resize algorithm rounding * All tests from main are now passing * Cull more dead code
2021-07-05chore(release): v0.14.0v0.14.0Aram Drevekenin
2021-06-16Change `layout` directory from `data` to `config`a-kenji
* default layouts won't be installed by anymore, instead they will be directly loaded * `layout-dir` is now a subdirectory of the `config-dir` by default, instead of the `data-dir` POSSIBLE BREAKING CHANGE: In case of having custom layouts in the previous `layout-dir` one can switch either the layouts to the new dir, or set the `layout-dir` to be the current `layout-dir` * it is possible to change the location of the `layout-dir`: - `zellij options --layout-dir [LAYOUR_DIR]` - `layout_dir: [LAYOUT_DIR]`
2021-06-04chore(release): v0.13.0v0.13.0Brooks J Rady
2021-06-02Update plugin assetsa-kenji