aboutsummaryrefslogtreecommitdiff
path: root/helix-tui
Commit message (Expand)AuthorAge
...
* fix typos (#2304)chunghha2022-04-27
* Highlight matching text in file picker suggestions (#1635)Ludwig Stecher2022-03-01
* Fix 1.60 lintsBlaž Hrastnik2022-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ž Hrastnik2022-02-07
* fix: Revert Block widget change that broke autoinfo backgroundBlaž Hrastnik2022-02-07
* Render code actions as a menu, allow adding padding to popupBlaž Hrastnik2022-01-31
* Fix Clippy lints in tests (#1563)Omnikar2022-01-23
* Don't calculate symbol width twiceBlaž Hrastnik2022-01-23
* Update to rust 1.58, fix a bunch of optional lintsBlaž Hrastnik2022-01-16
* Fix panics when resizing (#1408)Mathis Brossier2022-01-16
* Release 0.6Blaž Hrastnik2022-01-04
* Fix grammatical error (#1427)dumrich2022-01-04
* Bump rust to 1.57, fix new lint failuresBlaž Hrastnik2021-12-03
* Truncate the starts of file paths instead of the ends in picker (#951)Omnikar2021-11-04
* 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
* 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.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
* Calculate completion popup sizingBlaž Hrastnik2021-07-19
* Bump unicode-segmentation from 1.7.1 to 1.8.0dependabot[bot]2021-07-06
* Apply suggestions from blaz for infoboxIvan Tham2021-07-04
* Release 0.3.0Blaž Hrastnik2021-06-27
* Address nightly clippy warningsBlaž Hrastnik2021-06-27
* Trait width method use refactorIvan Tham2021-06-26
* Use unicode_width to correctly truncate picker charsGokul Soumya2021-06-25
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Add … when chars are truncated in pickerGokul Soumya2021-06-25
* Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec...Nathan Vegdahl2021-06-20
|\
| * Fix doc warningsIvan Tham2021-06-20
| * Fix tests failing on cargo test --releaseBlaž Hrastnik2021-06-20
* | Work on moving code over to LineEnding instead of assuming '\n'.Nathan Vegdahl2021-06-20
|/
* cargo: add more metadata to manifestsBenoît CORTIER2021-06-19
* Run cargo-dietBenoît CORTIER2021-06-19
* Add other cursor shapeIvan Tham2021-06-15
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* 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
* Fix unused importIvan Tham2021-06-06
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* autoresize terminal in compositor renderJan Hrastnik2021-06-02