summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/tab.rs
AgeCommit message (Expand)Author
2021-09-10feat(cwd-pane): Keeping the cwd when opening new panes (#691)spacemaison
2021-09-09feat(plugin): add exec_cmd helper for executing command in hostTw
2021-09-06fix(borders): properly handle in-viewport borderless panes (#697)Aram Drevekenin
2021-09-06fix(tabs): use tab index for tab name (#686)Paulo Coelho
2021-08-31fix(ui): offset content after viewport constructionBrooks Rady
2021-08-30refactor(tab): use borderless instead of selectable where appropriate (#672)Aram Drevekenin
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-23Indicate to the user when text is copied to the clipboard (#642)Thomas Linford
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-08-01Fix plugin attribute update on inactive taba-kenji
2021-07-24feat(scroll): Restore scroll position on SIGINTSagittarius-a
2021-07-19fix(style): bury the dead (code)Brooks J Rady
2021-07-09Merge pull request #600 from a-kenji/layout-commanda-kenji
2021-07-09Add commands to layouta-kenji
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin
2021-06-29chore(clippy): needless_borrowa-kenji
2021-06-14Merge branch 'main' of https://github.com/zellij-org/zellij into layout-errora-kenji
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji
2021-06-03feat(ui): laying the groundwork for a new resize algorithmBrooks Rady
2021-06-03feat(ui): added feature for an experimental resizeBrooks J Rady
2021-06-03fix(performance): output buffer (#567)Aram Drevekenin
2021-06-03Fixed a build warning and renamed a struct fieldBrooks J Rady
2021-06-01Merge branch 'main' into resize-overhaulBrooks J Rady
2021-06-01Omit '(unnamed)' from tab nameAdaShoelace
2021-05-31Initial names outside return structAdaShoelace
2021-05-31Set tab name on creation instead of on renderAdaShoelace
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
2021-05-26fix(compatibility): support wide characters (#535)Aram Drevekenin
2021-05-25CHange keybind for Session mode and add comments for clarityKunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan
2021-05-19Merge pull request #522 from zellij-org/re-export-dependenciesKunal Mohan
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-18refactor(IO): random fixes (#521)kxt
2021-05-17Osc implementation (#517)Aram Drevekenin
2021-05-16fmt and clippyKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan