aboutsummaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
Commit message (Expand)AuthorAge
* Added native Windows clipboard support (#373)Kirawi2021-06-30
* Release 0.3.0Blaž Hrastnik2021-06-27
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Handle non-UTF8 filesShafkath Shuhan2021-06-23
* Add system clipboard yank and paste commandsBenoît CORTIER2021-06-20
* Add `close_language_servers` method on `Editor`wojciechkepka2021-06-19
* cargo: add more metadata to manifestsBenoît CORTIER2021-06-19
* cargo: add version to local dependenciesBenoît CORTIER2021-06-19
* Bump once_cell from 1.7.2 to 1.8.0 (#255)dependabot[bot]2021-06-14
* Bump crossterm from 0.19.0 to 0.20.0dependabot[bot]2021-06-14
* Release v0.2.0Blaž Hrastnik2021-06-13
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Release 0.0.10Blaž Hrastnik2021-06-07
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
* theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113)Ingrid2021-06-06
* Add the LICENSE file.Blaž Hrastnik2021-05-10
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
* Eliminate a few more futures dependencies.Blaž Hrastnik2021-05-06
* Tokio migration.Blaž Hrastnik2021-05-06
* Closer to a full flake build via naersk.Blaž Hrastnik2021-05-03
* Load theme from toml file.Blaž Hrastnik2021-03-25
* View tree implementation: render multiple split views.Blaž Hrastnik2021-02-03
* Update deps.Blaž Hrastnik2021-01-06
* lsp: Work on syncing the state with the language server.Blaž Hrastnik2020-12-25
* Save commandBlaž Hrastnik2020-12-03
* Refactor: Document type as a wrapper around barebones State.Blaž Hrastnik2020-12-03
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
* moved insert keymap to keymap.rsJan Hrastnik2020-09-30
* Extend selection commands.Blaž Hrastnik2020-09-28
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21