summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2021-04-19fix(naming): made plugin terminology more consistentBrooks J Rady
2021-04-14fix(crates.io): fix outdated zellij-tile libraryBrooks J Rady
2021-04-14chore(crates.io): bump version to publishBrooks J Rady
2021-04-13chore(crates.io): bump version to publishBrooks J Rady
2021-04-13chore(crates.io): bump version to test uploadBrooks J Rady
2021-04-13merge(main): update branch with changes from mainBrooks J Rady
2021-04-13docs(build): documented the new build systemBrooks J Rady
2021-04-08wip: need to figure out how to clear linesdenis
2021-04-01* fix(ui): react to terminal window size changes (SIGWINCH) (#245)Aram Drevekenin
* fix(ui): react to terminal window size changes (SIGWINCH) * style(fmt): rustfmt * style(format): remove some warnings * style(fmt): rustfmt
2021-04-01Rudamentary running support implementedBrooks J Rady
2021-03-27wip: move Palette out of zellij-tiledenis
2021-03-27wip: latest plugin system merge indenis
2021-03-26Start porting to cargo-makeBrooks J Rady
2021-03-26wip: scary how messy it is, but it's a startdenis
2021-03-25wip: reading colors from xrdbdenis
2021-03-25Merge in changes from main and fix clippy lintsBrooks J Rady
2021-03-23Initial implementation of the update callback + upstream termionBrooks J Rady
2021-03-23Merge changes from mainBrooks J Rady
2021-03-17Merge branch 'main' into focused-panedenis
2021-03-11feat(input): new shortcuts and ui (#220)Aram Drevekenin
* feat(statusbar): new shortcuts * feat(input): new shortcuts and ui * style(fmt): rustfmt
2021-03-09Deduplicate the WASM interface structsBrooks J Rady
2021-03-09Rename init() to load() in plugin API + Bump depsBrooks J Rady
2021-03-07wip: visually marking the focused panedenis
2021-02-26infra(crates.io): clear the correct directory in build.rsBrooks J Rady
2021-02-26infra(crates.io): readd wasm assets to the repoBrooks J Rady
2021-02-25add basic tab bar #166Jonah Caplan
2021-02-17chore(version): 0.1.1Aram Drevekenin
2021-02-10Use temporary fork of termion for nowhenil
Because crates.io require each package in the dependency to be published on crates.io
2021-02-09Well, it turns out that I spent 4 hours on something impossible...Brooks J Rady
2021-02-09Work towards a functional buildBrooks J Rady
2021-02-09Push the mosaic folder down a directoryBrooks J Rady
2021-02-05refactor(input): hotkeys (#132)Kyle Sutherland-Cash
* Initial definitions and thoughts for hotkeys * Actually document InputKey properly * Add a to string function for input keys * Define keybinds and actions; restructure * Implement hash and start on defining key bindings * Derive Serialize for input keys * Store the key strings as tuples for two-way mapping * Some string to key functions * Use termion's Key definition and implement action dispatch * Fix some borrow-checker errors * Missing keybind and command mode switching * Fix incorrect handling of spawn terminal command * fix(plugins): work with new input - tests not passing * fix(infra): stabilize tests and properly close pty sessions * style(fmt): rustfmt Co-authored-by: Brooks J Rady <b.j.rady@gmail.com> Co-authored-by: Aram Drevekenin <aram@poor.dev>
2021-01-22Merge branch 'main' into server-clientdenis
2021-01-17Add some message types for server-client commsKyle
2021-01-11Install default layouts and plugins at build-timeBrooks J Rady
2021-01-07Finished plugin system! (Added file opening)Brooks J Rady
2021-01-07Add LTO and use a termion fork with serde supportBrooks J Rady
2021-01-07Parse bytes into keys with TermionBrooks J Rady
2021-01-06Also borkenBrooks J Rady
2020-12-30fix(plugins): fully Working WebAssembly Loading! (#125)Brooks Rady
* Fully Working WebAssembly Loading! * Move some wasm code to it's own module
2020-12-03feat(infra): add custom panic hook. Print backtrace and thread, error info ↵Kunal Mohan
on panic. (#75) * Add custom panic hook. Print backtrace and thread, error info on panic. * use sync_channel and SyncSender * nit fixes and cleanup * disable custom panic hook while running tests * make separate errors.rs file and address other review comments * improve panic message * debug: does increasing time between snapshots make tests pass? (this is temporary) * fix(tests): suspend before sending quit command * fix(tests): add missing use * style(format): commas are important apparently * fix(tests): can we get away with reducing the QUIT suspense time? * fix(tests): can we get away with 50? Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-11-25Well, it compiles...Brooks J Rady
2020-11-15feat(ux): initial layout engine (#50)Aram Drevekenin
* prototype * refactor(layout): move stuff around * style(format): make rustfmt happy
2020-10-21feat(ipc): send external ipc messages to active session through cliAram Drevekenin
2020-10-20feat(ipc): listen to external ipc messages including a basic apiAram Drevekenin
2020-09-03tests!Aram Drevekenin
2020-08-20channelsAram Drevekenin
2020-07-13line wrap kinda workingAram Drevekenin