summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/tab/mod.rs
AgeCommit message (Expand)Author
2024-02-16working prototype with passing testsAram 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
2023-11-09feat(panes): reuse CWD when dropping to shell in command panes (#2915)Diego Alonso
2023-11-08fix: styled underlines in editors (#2918)Mike Lloyd
2023-11-05feat(ux): allow renaming sessions (#2903)Aram Drevekenin
2023-11-02feat(plugins): UI components (#2898)Aram Drevekenin
2023-10-17feat(panes): Add an option to press <ESC> and drop to shell in command panes ...Aram Drevekenin
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-25fix(plugins): make sure configuration is also part of the plugin keys (#2727)Aram Drevekenin
2023-08-25feat(plugins): optionally move plugin to focused tab (#2725)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-02feat(ui): break pane to new tab and move panes between tabs (#2664)Aram Drevekenin
2023-07-12fix(rendering): occasional glitches while resizing (#2621)Aram Drevekenin
2023-06-20fix(plugins): make hide_self api idempotent (#2568)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-13fix(logs): suppress debug logs when not debugging (#2532)Aram Drevekenin
2023-06-12fix(output): do not hide cursor on a render that does not include visual asse...Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-04-18feat: Add layout configuration to exclude panes from tab sync (#2314)Theo Salzmann
2023-04-04fix(plugins): prevent Strider from opening double-panes when editing files (#...Aram Drevekenin
2023-03-29feat(terminal): cli and bindable action to clear all buffers for a specific p...Oleks Gnatovskyi
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-03-20fix(panes): closing a stacked pane should relayout (#2312)Aram Drevekenin
2023-03-16fix(panes): adding panes to lone stack (#2298)Aram Drevekenin
2023-03-15fix(screen): focus pane on screen edge when moving pane focus offtab (#2293)Aram Drevekenin
2023-03-06fix(layouts): naming and gototabname (#2225)Aram Drevekenin
2023-03-01feat(cli): `QueryTabNames` cli action to list all tab names (#2145)哇呜哇呜呀咦耶
2023-03-01fix(sixel): report pixel size in winsize change ioctl (#2212)Aram Drevekenin
2023-02-27fix(layouts): do not relayout twice on auto_layout (#2202)Aram Drevekenin
2023-02-26fix(messaging): cache hold pane messages by their tab_id if the tab is not re...Aram Drevekenin
2023-02-20fix(ux): fullscreen navigation (#2117)Yves Biener
2023-02-20fix(tabs): allow CJK in tab names (#2119)哇呜哇呜呀咦耶
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2023-01-19Support UTF-8 character in tab name and pane name (#2102)哇呜哇呜呀咦耶
2023-01-14Errors: less unwrap in server (#2069)har7an
2023-01-12fix(mouse): selection not ending on mouse release with copy_on_select set to ...Thomas Linford
2022-12-24Floating panes in layouts (#2047)Aram 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-08Reimplement resize code (#1990)har7an
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-23fix(panes): focus change when closing and between tabs (#1966)Aram Drevekenin
2022-11-21performance(rendering): improve rendering performance (#1960)Aram Drevekenin