summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes
AgeCommit message (Expand)Author
2024-02-19new tests and passing plugin tests as wellAram Drevekenin
2024-02-16working prototype with passing testsAram Drevekenin
2024-02-12fix(terminal): curly underlines mid-chunk (#3125)Aram Drevekenin
2024-01-22fix(terminal): improve reflow performance and general memory usage by reducin...Aidan Hobson Sayers
2024-01-22fix(terminal): some real/saved cursor bugs during resize (#3032)Aidan Hobson Sayers
2024-01-18performance(terminal): improvements to reflow performance by removing O(n^2) ...Aidan Hobson Sayers
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-12-02feat(terminal): implement synchronized renders (#2977)Aram Drevekenin
2023-11-30fix: fix flakey scroll history (#2935)pierce
2023-11-30fix(grid): various crashes (#2972)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-06docs(api): docs for shim.rs (#2909)Aram Drevekenin
2023-11-05feat(terminal): support styled underlines (#2730)Eatgrass
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-09-15fix(terminal): wrap lines when adding characters in alternate screen (#2789)Aram Drevekenin
2023-08-27fix(panes): refocus pane properly on tab change (#2734)Aram Drevekenin
2023-08-26fix(plugins): various ui fixes (#2731)Aram Drevekenin
2023-08-25fix(plugins): make sure configuration is also part of the plugin keys (#2727)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-04fix(performance): plug memory leak (#2675)Aram Drevekenin
2023-08-02feat(ui): break pane to new tab and move panes between tabs (#2664)Aram Drevekenin
2023-07-27fix(terminal): properly handle resizes in alternate screen (#2654)Aram Drevekenin
2023-07-16Fix colored pane frames in mirrored sessions (#2625)har7an
2023-06-19fix(plugins): swap layouts and invoked_with (#2564)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-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-03fix(layout): pane focus in stack (#2344)Aram Drevekenin
2023-04-03feat(panes): allow defining an expanded stacked pane (#2343)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-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-09fix(ansi): pad line end when erasing characters (#2259)Aram Drevekenin
2023-03-01fix(sixel): report pixel size in winsize change ioctl (#2212)Aram Drevekenin
2023-02-28fix(grid): only use background pending styling when deleting characters (#2204)Aram Drevekenin
2023-02-27fix(layouts): do not relayout twice on auto_layout (#2202)Aram Drevekenin
2023-02-25fix(layout): various parser and ui fixes (#2191)Aram Drevekenin
2023-02-20fix(grid): glitchy resizes (#2182)Aram Drevekenin
2023-02-20fix(ux): fullscreen navigation (#2117)Yves Biener
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-01-13fix: wide-char drop on resize to 1 and invalid session names (#2082)朱李