| Commit message (Expand) | Author | Age |
* | Fix style overwriting in table rows with multiple cells (#7281) | Michael Davis | 2023-06-08 |
* | Truncate paths in the file picker (#6410) | mWalrus | 2023-03-31 |
* | 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 |
* | 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 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | Make Borders u8 | Ivan Tham | 2022-05-22 |
* | Refactor Block with Default and bitflags | Ivan Tham | 2022-05-22 |
* | fix typos (#2304) | chunghha | 2022-04-27 |
* | Fix 1.60 lints | Blaž Hrastnik | 2022-02-25 |
* | fix: Revert Block widget change that broke autoinfo background | Blaž Hrastnik | 2022-02-07 |
* | Render code actions as a menu, allow adding padding to popup | Blaž Hrastnik | 2022-01-31 |
* | Fix Clippy lints in tests (#1563) | Omnikar | 2022-01-23 |
* | Update to rust 1.58, fix a bunch of optional lints | Blaž Hrastnik | 2022-01-16 |
* | Fix panics when resizing (#1408) | Mathis Brossier | 2022-01-16 |
* | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 |
* | Calculate completion popup sizing | Blaž Hrastnik | 2021-07-19 |
* | Apply suggestions from blaz for infobox | Ivan Tham | 2021-07-04 |
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec... | Nathan Vegdahl | 2021-06-20 |
|\ |
|
| * | Fix doc warnings | Ivan Tham | 2021-06-20 |
* | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
|/ |
|
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |
* | Update todos. | Blaž Hrastnik | 2021-05-09 |
* | Replace the Clear widget with buffer.clear/clear_with. | Blaž Hrastnik | 2021-05-09 |
* | Inline tui as helix-tui fork. | Blaž Hrastnik | 2021-05-09 |