aboutsummaryrefslogtreecommitdiff
path: root/helix-tui/src/buffer.rs
Commit message (Expand)AuthorAge
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* Performant and correct set_spans_truncatedPascal Kuthe2023-03-31
* Truncate paths in the file picker (#6410)mWalrus2023-03-31
* Fix clippy 1.67 warnings (#5697)Miguel Madrid-Mencía2023-01-27
* update `x_offset` calculation in Buffer::set_string_truncated (#3839)kristopherbullinger2022-11-17
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Allow the area to be bigger than u16 (width and height remain u16) (#4318)A-Walrus2022-10-26
* make underline_style a seperate optionPascal Kuthe2022-10-01
* Fix failing testsA-Walrus2022-10-01
* Add separate color for underlinesA-Walrus2022-10-01
* fix typos (#2304)chunghha2022-04-27
* Highlight matching text in file picker suggestions (#1635)Ludwig Stecher2022-03-01
* Don't calculate symbol width twiceBlaž Hrastnik2022-01-23
* Fix panics when resizing (#1408)Mathis Brossier2022-01-16
* 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
* Apply suggestions from blaz for infoboxIvan Tham2021-07-04
* 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
* Fix tests failing on cargo test --releaseBlaž Hrastnik2021-06-20
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09