aboutsummaryrefslogtreecommitdiff
path: root/helix-tui
Commit message (Expand)AuthorAge
* 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
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* build(deps): bump termini from 0.1.4 to 1.0.0 (#7001)dependabot[bot]2023-05-09
* build(deps): bump bitflags from 2.1.0 to 2.2.1 (#6869)dependabot[bot]2023-04-25
* tui: Allow toggling mouse capture at runtime (#6675)Michael Davis2023-04-21
* build(deps): bump bitflags from 2.0.2 to 2.1.0 (#6699)dependabot[bot]2023-04-11
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Performant and correct set_spans_truncatedPascal Kuthe2023-03-31
* Truncate paths in the file picker (#6410)mWalrus2023-03-31
* tui: Handle keyboard enhancement check failure (#6438)Michael Davis2023-03-29
* Fix clippy lints (#6454)Philipp Mildenberger2023-03-27
* build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387)dependabot[bot]2023-03-22
* Fix highlighting in picker with multiple columns (#6333)exp802023-03-18
* Add undercurl config option #6196 (#6253)Jonatan Pettersson2023-03-14
* tui: Log keyboard enhancement query timeMichael Davis2023-03-08
* tui: Cache the keyboard enhancement checkMichael Davis2023-03-08
* Move terminal claim/restore code to helix-tuiMichael Davis2023-03-08
* Update crossterm to 0.26.1Michael Davis2023-02-28
* Fix clippy 1.67 warnings (#5697)Miguel Madrid-Mencía2023-01-27
* Replace menu::Item::{row, label} with format()Gokul Soumya2023-01-18
* Minimize allocation when converting table rows to stringGokul Soumya2023-01-18
* Use upstream implementation of table column calculationGokul Soumya2023-01-18
* Reuse table in pickerGokul Soumya2023-01-18
* 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
* build(deps): bump unicode-segmentation from 1.9.0 to 1.10.0 (#3903)dependabot[bot]2022-09-19
* Update to crossterm-0.25 (#3390)Charlie Groves2022-08-22
* build(deps): bump crossterm from 0.23.0 to 0.24.0 (#2968)dependabot[bot]2022-07-05
* 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
* 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