summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/screen.rs
AgeCommit message (Expand)Author
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-14Deduplicate code in zellij-server screen (#1453)har7an
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-05-20feat(actions): dump the terminal screen into a file (#1375)Cosmin Popescu
2022-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
2022-04-16feat(copy): add copy_on_select option (#1298)Thomas Linford
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-25fix(screen): crash in intermediate no-tabs state (#1272)Aram Drevekenin
2022-03-25fix(screen): handle various edge cases rather than crashing (#1269)Aram Drevekenin
2022-03-24fix(tab): do not crash when only floating panes are left (#1266)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
2022-03-07fix(floating-panes): update tooltip after hiding floating panes with mouse (#...Thomas Linford
2022-03-07Improve: more explicit detach instruction (#1161)Jae-Heon Ji
2022-02-21fix(ui): floating panes UI (#1074)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-02feat(copy): allow osc52 copy destination configuration (#1022)Thomas Linford
2022-01-25feat: accept only printable unicode char (#1016)Jae-Heon Ji
2022-01-15Add a copy command option (#996)Christophe Verbinnen
2022-01-04fix(tabs): dont panic when tab history is empty and closing tab (#990)Aram Drevekenin
2022-01-03fix(plugins): send events to plugins properly in a multiuser env (#986)Aram Drevekenin
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-17add(overlay): add overlay (#875)a-kenji
2021-11-15First attempt to provide an overlay prompt (#871)a-kenji
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
2021-11-11fix(options): handling and overwriting cli opts (#859)a-kenji
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-05feature(resize): Non directional resize (#520)Henil Dedania
2021-11-02feat(ui): add right-click support to pluginsTw
2021-10-26Feature: Rotate Pane locations (#802)Kunal Mohan
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-19Feature: Move panes directionally (#762)Kunal Mohan
2021-10-07refactor(clients): support multiple clients in tab/screen rendering infra (#770)Aram Drevekenin
2021-10-07make sure tabs are updated when closing panes (#757)Thomas Linford
2021-10-01Fix(scroll): Prevent scroll buffer overwrite (#655)Kunal Mohan
2021-09-27feat(ui): The status bar indicates that the panes are full screen and how man...Kaito Akita
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-19feat(plugin): add visibility event for the plugin (#717)Tw
2021-09-01fix(tabs): force render by index rather than by position (#684)Aram Drevekenin
2021-08-30fix(ui): render correctly after tab closing (#670)Brooks Rady
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-23Merge pull request #622 from sagittarius-a/feature/go-to-last-taba-kenji
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-08-03fix cargo clippy lintSagittarius-a