summaryrefslogtreecommitdiffstats
path: root/zellij-tile/src/shim.rs
AgeCommit message (Expand)Author
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-10-23plugins: Improve error handling on plugin version mismatch (#1838)har7an
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-02-24fix(style): simplify the conversion from `bool` to `i32` (#1075)Ken Matsui
2021-11-26feat: provide the zellij version to plugins (#894)Jae-Heon Ji
2021-10-12feat(plugin): Add mouse events for plugins (#629)qepasa
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-09feat(plugin): add exec_cmd helper for executing command in hostTw
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
2021-04-27feat(plugin): simple timers implemented via the `set_timeout()` callBrooks J Rady
2021-04-27feat(plugin): added the `get_plugin_ids()` query functionBrooks J Rady
2021-03-25Wrap up the plugin system refactor, running everything through update()Brooks J Rady
2021-03-25Converted tab updates to the new generic update() functionBrooks J Rady
2021-03-25Removed AppState and the unneeded get_help() functionBrooks J Rady
2021-03-25Rename Help to ModeInfoBrooks J Rady
2021-03-23Initial implementation of the update callback + upstream termionBrooks J Rady
2021-03-09Add event subscription trackingBrooks J Rady
2021-03-09Deduplicate the WASM interface structsBrooks J Rady
2021-03-08feat(tabs): add ability to set tab name (#212)Jonah Caplan
2021-02-12feat(input): new keybindings and persistent mode as default (#181)categorille
2021-02-09Work towards a functional buildBrooks J Rady
2021-02-09Merged in mosaic-tile and started renaming to zellijBrooks J Rady