Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Apply suggestions from blaz for infobox | Ivan Tham | 2021-07-04 | |
| | ||||
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 | |
| | ||||
* | Trait width method use refactor | Ivan Tham | 2021-06-26 | |
| | ||||
* | Use unicode_width to correctly truncate picker chars | Gokul Soumya | 2021-06-25 | |
| | ||||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 | |
| | | | | | | | | | * reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> | |||
* | Add … when chars are truncated in picker | Gokul Soumya | 2021-06-25 | |
| | ||||
* | Merge branch 'master' of github.com:helix-editor/helix into ↵ | Nathan Vegdahl | 2021-06-20 | |
|\ | | | | | | | | | | | | | line_ending_detection Rebasing was making me manually fix conflicts on every commit, so merging instead. | |||
| * | Fix doc warnings | Ivan Tham | 2021-06-20 | |
| | | ||||
| * | Fix tests failing on cargo test --release | Blaž Hrastnik | 2021-06-20 | |
| | | ||||
* | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 | |
|/ | | | | Also some general cleanup and some minor fixes along the way. | |||
* | cargo: add more metadata to manifests | Benoît CORTIER | 2021-06-19 | |
| | ||||
* | Run cargo-diet | Benoît CORTIER | 2021-06-19 | |
| | | | | | | cargo-diet is a helper for computing the optimal `include` directives for Cargo.toml manifests. https://github.com/the-lean-crate/cargo-diet | |||
* | Add other cursor shape | Ivan Tham | 2021-06-15 | |
| | ||||
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 | |
| | | | | | Now IME cursor position should be correct since we can still set cursor position without drawing the cursor. | |||
* | Bump crossterm from 0.19.0 to 0.20.0 | dependabot[bot] | 2021-06-14 | |
| | | | | | | | | | | | | | | | Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/compare/0.19...0.20) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 | |
| | ||||
* | Derive debug without feature | Ivan Tham | 2021-06-10 | |
| | | | | Note that this also removed those `finish_non_exhaustive()`. | |||
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 | |
| | ||||
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 | |
| | ||||
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 | |
| | | | | | | | | | | | | | | | | | | | * Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number | |||
* | Fix unused import | Ivan Tham | 2021-06-06 | |
| | ||||
* | Fix split sizes getting out of sync with the terminal size, refs #69 | Blaž Hrastnik | 2021-06-03 | |
| | ||||
* | autoresize terminal in compositor render | Jan Hrastnik | 2021-06-02 | |
| | ||||
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 | |
| | ||||
* | Add the LICENSE file. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | tui: Disable tests for now. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | 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 | |
We only rely on some of the rendering primitives and implement our Cursive-style compositor on top. |