aboutsummaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
Commit message (Expand)AuthorAge
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* build(deps): bump crossterm from 0.26.1 to 0.27.0dependabot[bot]2023-08-22
* build(deps): bump bitflags from 2.3.3 to 2.4.0 (#7943)dependabot[bot]2023-08-15
* Show whether file readonly in statusline (#7740)Connortsui202023-08-08
* build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248)dependabot[bot]2023-06-06
* build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117)dependabot[bot]2023-05-23
* build(deps): bump bitflags from 2.1.0 to 2.2.1 (#6869)dependabot[bot]2023-04-25
* build(deps): bump bitflags from 2.0.2 to 2.1.0 (#6699)dependabot[bot]2023-04-11
* build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387)dependabot[bot]2023-03-22
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* Update crossterm to 0.26.1Michael Davis2023-02-28
* build(deps): bump toml from 0.6.0 to 0.7.0 (#5726)alice2023-01-30
* build(deps): bump toml from 0.5.10 to 0.6.0dependabot[bot]2023-01-24
* build(deps): bump which from 4.3.0 to 4.4.0 (#5655)dependabot[bot]2023-01-23
* Fix for lost clipboard contents (#5424) (#5426)gavynriebau2023-01-16
* build(deps): bump clipboard-win from 4.4.2 to 4.5.0 (#5475)dependabot[bot]2023-01-10
* build(deps): bump arc-swap from 1.5.1 to 1.6.0 (#5375)dependabot[bot]2023-01-03
* build(deps): bump once_cell from 1.16.0 to 1.17.0 (#5373)dependabot[bot]2023-01-03
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* build(deps): bump once_cell from 1.15.0 to 1.16.0 (#4548)dependabot[bot]2022-11-01
* Inherit theme (#3067)Christoph Schmidler2022-10-03
* build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987)dependabot[bot]2022-09-26
* build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715)dependabot[bot]2022-09-05
* Update to crossterm-0.25 (#3390)Charlie Groves2022-08-22
* build(deps): bump arc-swap from 1.5.0 to 1.5.1 (#3290)dependabot[bot]2022-08-02
* build(deps): bump crossterm from 0.23.0 to 0.24.0 (#2968)dependabot[bot]2022-07-05
* build(deps): bump once_cell from 1.12.0 to 1.13.0 (#2969)dependabot[bot]2022-07-05
* build(deps): bump once_cell from 1.10.0 to 1.12.0dependabot[bot]2022-05-25
* Split off dap event handlers into helix-view to allow reuseBlaž Hrastnik2022-03-28
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* build(deps): bump once_cell from 1.9.0 to 1.10.0 (#1768)dependabot[bot]2022-03-08
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * Update dependencies (crossterm 0.23, tree-sitter 0.20.4)Blaž Hrastnik2022-02-07
| * build(deps): bump clipboard-win from 4.3.0 to 4.4.1 (#1578)dependabot[bot]2022-01-25
| * build(deps): bump clipboard-win from 4.2.2 to 4.3.0 (#1476)dependabot[bot]2022-01-10
| * Release 0.6Blaž Hrastnik2022-01-04
| * feat(ui): file encoding in statusline (#1355)Matouš Dzivjak2021-12-25
| * build(deps): bump once_cell from 1.8.0 to 1.9.0 (#1322)dependabot[bot]2021-12-20
* | Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|\|
| * Release v0.5.0Blaž Hrastnik2021-10-28
| * Update to rust 1.56 + 2021 editionBlaž Hrastnik2021-10-22
| * Update dependencies to bump crossterm to 0.22.1Blaž Hrastnik2021-10-19
* | Merge remote-tracking branch 'origin/master' into debugDmitry Sharshakov2021-08-25
|\|
| * Bump crossterm from 0.20.0 to 0.21.0 (#644)dependabot[bot]2021-08-24
* | Start integrating into the editor's event loopBlaž Hrastnik2021-08-20
|/
* Bump bitflags from 1.3.1 to 1.3.2 (#600)dependabot[bot]2021-08-17
* Release v0.4.1Blaž Hrastnik2021-08-14
* fix build...Blaž Hrastnik2021-08-12
* Release v0.4.0Blaž Hrastnik2021-08-12
* Add ctrl-z to suspendIvan Tham2021-08-03