| Commit message (Expand) | Author | Age |
... | |
* | fix typos (#2304) | chunghha | 2022-04-27 |
* | Highlight matching text in file picker suggestions (#1635) | Ludwig Stecher | 2022-03-01 |
* | Fix 1.60 lints | Blaž Hrastnik | 2022-02-25 |
* | build(deps): bump unicode-segmentation from 1.8.0 to 1.9.0 (#1632) | dependabot[bot] | 2022-02-07 |
* | Update dependencies (crossterm 0.23, tree-sitter 0.20.4) | Blaž Hrastnik | 2022-02-07 |
* | fix: Revert Block widget change that broke autoinfo background | Blaž Hrastnik | 2022-02-07 |
* | Render code actions as a menu, allow adding padding to popup | Blaž Hrastnik | 2022-01-31 |
* | Fix Clippy lints in tests (#1563) | Omnikar | 2022-01-23 |
* | Don't calculate symbol width twice | Blaž Hrastnik | 2022-01-23 |
* | Update to rust 1.58, fix a bunch of optional lints | Blaž Hrastnik | 2022-01-16 |
* | Fix panics when resizing (#1408) | Mathis Brossier | 2022-01-16 |
* | Release 0.6 | Blaž Hrastnik | 2022-01-04 |
* | Fix grammatical error (#1427) | dumrich | 2022-01-04 |
* | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 |
* | Truncate the starts of file paths instead of the ends in picker (#951) | Omnikar | 2021-11-04 |
* | Release v0.5.0 | Blaž Hrastnik | 2021-10-28 |
* | Update to rust 1.56 + 2021 edition | Blaž Hrastnik | 2021-10-22 |
* | Update dependencies to bump crossterm to 0.22.1 | Blaž Hrastnik | 2021-10-19 |
* | Bump crossterm from 0.20.0 to 0.21.0 (#644) | dependabot[bot] | 2021-08-24 |
* | Bump bitflags from 1.3.1 to 1.3.2 (#600) | dependabot[bot] | 2021-08-17 |
* | Release v0.4.1 | Blaž Hrastnik | 2021-08-14 |
* | fix build... | Blaž Hrastnik | 2021-08-12 |
* | Release v0.4.0 | Blaž Hrastnik | 2021-08-12 |
* | Add ctrl-z to suspend | Ivan Tham | 2021-08-03 |
* | Calculate completion popup sizing | Blaž Hrastnik | 2021-07-19 |
* | Bump unicode-segmentation from 1.7.1 to 1.8.0 | dependabot[bot] | 2021-07-06 |
* | Apply suggestions from blaz for infobox | Ivan Tham | 2021-07-04 |
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 |
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 |
* | Trait width method use refactor | Ivan Tham | 2021-06-26 |
* | Use unicode_width to correctly truncate picker chars | Gokul Soumya | 2021-06-25 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Add … when chars are truncated in picker | Gokul Soumya | 2021-06-25 |
* | Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec... | Nathan Vegdahl | 2021-06-20 |
|\ |
|
| * | Fix doc warnings | Ivan Tham | 2021-06-20 |
| * | Fix tests failing on cargo test --release | Blaž Hrastnik | 2021-06-20 |
* | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
|/ |
|
* | cargo: add more metadata to manifests | Benoît CORTIER | 2021-06-19 |
* | Run cargo-diet | Benoît CORTIER | 2021-06-19 |
* | Add other cursor shape | Ivan Tham | 2021-06-15 |
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
* | Bump crossterm from 0.19.0 to 0.20.0 | dependabot[bot] | 2021-06-14 |
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 |
* | Fix unused import | Ivan Tham | 2021-06-06 |
* | Fix split sizes getting out of sync with the terminal size, refs #69 | Blaž Hrastnik | 2021-06-03 |
* | autoresize terminal in compositor render | Jan Hrastnik | 2021-06-02 |