summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes/tiled_panes/mod.rs
AgeCommit message (Expand)Author
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-27fix(panes): refocus pane properly on tab change (#2734)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-16Fix colored pane frames in mirrored sessions (#2625)har7an
2023-06-15feat(plugins): plugin pane state events (#2545)Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-04-03fix(layout): pane focus in stack (#2344)Aram Drevekenin
2023-04-03feat(panes): allow defining an expanded stacked pane (#2343)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-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-20fix(ux): fullscreen navigation (#2117)Yves Biener
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
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(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
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-08errors: Remove `log::error` in server (#1881)har7an
2022-11-05fix(panes): moving and toggling embed/float with frames (#1909)Aram Drevekenin
2022-11-04feat(terminals): send focus in/out events to terminal panes (#1908)Aram Drevekenin
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-30errors: Don't unwrap in `zellij_server::output` (#1878)har7an
2022-10-28improve error handling in ui module (#1870)哇呜哇呜呀咦耶
2022-10-12fix(tab): frameless pane size wrong after closing other panes (#1776)Thomas Linford
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)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-16feat: fullscreen focus swapping (#1515)nacairns1
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-24fix(tab): floating panes embed/fullscreen and frame color (#1267)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-18refactor(tab): move tiled panes to their own module (#1239)Aram Drevekenin