aboutsummaryrefslogtreecommitdiff
path: root/helix-tui/src
Commit message (Expand)AuthorAge
* Detect WezTerm and mark it as undercurl/Smulx capableBlaž Hrastnik2022-12-02
* 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
* fix terminfo detectionPascal Kuthe2022-10-12
* avoid visual artificats on terminal emulators that do not support underline c...Pascal Kuthe2022-10-06
* switch to termini for terminfoPascal Kuthe2022-10-06
* make underline_style a seperate optionPascal Kuthe2022-10-01
* Detect extended underline support using terminfoGokul Soumya2022-10-01
* Fix failing testsA-Walrus2022-10-01
* Add separate color for underlinesA-Walrus2022-10-01
* Support different kinds of underline renderingGokul Soumya2022-10-01
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
* Make Borders u8Ivan Tham2022-05-22
* Refactor Block with Default and bitflagsIvan Tham2022-05-22
* 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
* 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
* 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
* Add ctrl-z to suspendIvan Tham2021-08-03
* Calculate completion popup sizingBlaž Hrastnik2021-07-19
* Apply suggestions from blaz for infoboxIvan Tham2021-07-04
* 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
|/
* Add other cursor shapeIvan Tham2021-06-15
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* autoresize terminal in compositor renderJan Hrastnik2021-06-02
* Display more data in completion popups.Blaž Hrastnik2021-05-22
* tui: Disable tests for now.Blaž Hrastnik2021-05-10
* Update todos.Blaž Hrastnik2021-05-09
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09