| Commit message (Expand) | Author | Age |
* | Respect undercurl config even with no terminfo (#9897) | Khang Nguyen Duy | 2024-03-19 |
* | build(deps): bump the rust-dependencies group with 3 updates (#9929) | dependabot[bot] | 2024-03-19 |
* | Avoid cloning the whole paragraph content just for rendering (#9739) | Mo | 2024-02-27 |
* | build(deps): bump unicode-segmentation from 1.10.1 to 1.11.0 (#9617) | dependabot[bot] | 2024-02-13 |
* | Handle failure when enabling bracketed paste (#9353) | Ahmed Hagi | 2024-01-18 |
* | build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053) | dependabot[bot] | 2023-12-12 |
* | use workspace inheritance for common version (#8925) | Skyler Hawthorne | 2023-12-05 |
* | set Cargo feature resolver to v2 (#8917) | Fomalhaut Weisszwerg | 2023-11-27 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | Use terminfo to reset terminal cursor style (#8591) | Ryan Mehri | 2023-10-26 |
* | crossterm: Handle 'hidden' modifier (#8120) | Michael Davis | 2023-08-31 |
* | Handle switch from crossterm::Result to io::Result | Michael Davis | 2023-08-22 |
* | build(deps): bump crossterm from 0.26.1 to 0.27.0 | dependabot[bot] | 2023-08-22 |
* | Stop Terminal::drop from overriding work of Terminal::restore. (#7931) | Dillard Robertson | 2023-08-15 |
* | build(deps): bump bitflags from 2.3.3 to 2.4.0 (#7943) | dependabot[bot] | 2023-08-15 |
* | Fix style overwriting in table rows with multiple cells (#7281) | Michael Davis | 2023-06-08 |
* | 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) | ZJPzjp | 2023-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 Davis | 2023-04-21 |
* | build(deps): bump bitflags from 2.0.2 to 2.1.0 (#6699) | dependabot[bot] | 2023-04-11 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Performant and correct set_spans_truncated | Pascal Kuthe | 2023-03-31 |
* | Truncate paths in the file picker (#6410) | mWalrus | 2023-03-31 |
* | tui: Handle keyboard enhancement check failure (#6438) | Michael Davis | 2023-03-29 |
* | Fix clippy lints (#6454) | Philipp Mildenberger | 2023-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) | exp80 | 2023-03-18 |
* | Add undercurl config option #6196 (#6253) | Jonatan Pettersson | 2023-03-14 |
* | tui: Log keyboard enhancement query time | Michael Davis | 2023-03-08 |
* | tui: Cache the keyboard enhancement check | Michael Davis | 2023-03-08 |
* | Move terminal claim/restore code to helix-tui | Michael Davis | 2023-03-08 |
* | Update crossterm to 0.26.1 | Michael Davis | 2023-02-28 |
* | Fix clippy 1.67 warnings (#5697) | Miguel Madrid-Mencía | 2023-01-27 |
* | Replace menu::Item::{row, label} with format() | Gokul Soumya | 2023-01-18 |
* | Minimize allocation when converting table rows to string | Gokul Soumya | 2023-01-18 |
* | Use upstream implementation of table column calculation | Gokul Soumya | 2023-01-18 |
* | Reuse table in picker | Gokul Soumya | 2023-01-18 |
* | Detect WezTerm and mark it as undercurl/Smulx capable | Blaž Hrastnik | 2022-12-02 |
* | update `x_offset` calculation in Buffer::set_string_truncated (#3839) | kristopherbullinger | 2022-11-17 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Allow the area to be bigger than u16 (width and height remain u16) (#4318) | A-Walrus | 2022-10-26 |
* | fix terminfo detection | Pascal Kuthe | 2022-10-12 |
* | avoid visual artificats on terminal emulators that do not support underline c... | Pascal Kuthe | 2022-10-06 |
* | switch to termini for terminfo | Pascal Kuthe | 2022-10-06 |
* | make underline_style a seperate option | Pascal Kuthe | 2022-10-01 |
* | Detect extended underline support using terminfo | Gokul Soumya | 2022-10-01 |
* | Fix failing tests | A-Walrus | 2022-10-01 |