| Commit message (Expand) | Author | Age |
... | |
* | | Merge branch 'master' into great_line_ending_and_cursor_range_cleanup | Nathan Vegdahl | 2021-07-06 |
|\| |
|
| * | Fix phantom lines in some CRLF files. | Nathan Vegdahl | 2021-07-05 |
| * | Fix rendering issues for infobox | Ivan Tham | 2021-07-04 |
| * | Add infobox | Ivan Tham | 2021-07-04 |
* | | Allow last line in file to lack a line break character. | Nathan Vegdahl | 2021-07-02 |
* | | Merge branch 'master' into great_line_ending_and_cursor_range_cleanup | Nathan Vegdahl | 2021-07-02 |
|\| |
|
| * | Fix unused variable, parameter, and `mut` warnings in helix-term. | Nathan Vegdahl | 2021-07-02 |
| * | Remove #[allow(unused)] from helix-term, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
* | | Add `Range` methods for various kinds of validation. | Nathan Vegdahl | 2021-07-01 |
|/ |
|
* | Add some async job infrastructure. | Joe Neeman | 2021-06-30 |
* | ui: Use a box drawing character vertical line for splits | Blaž Hrastnik | 2021-06-29 |
* | ui: Simplify conditional | Blaž Hrastnik | 2021-06-27 |
* | Merge tab & char rendering code | Blaž Hrastnik | 2021-06-27 |
* | This char_index is unused | Blaž Hrastnik | 2021-06-27 |
* | Allocate the tab stop only once | Blaž Hrastnik | 2021-06-27 |
* | Extract the merge "operator" into helix-core | Blaž Hrastnik | 2021-06-27 |
* | Appease clippy | Blaž Hrastnik | 2021-06-27 |
* | Turn diagnostics rendering into span injection too | Blaž Hrastnik | 2021-06-27 |
* | Simplify selection rendering by injecting highlight scopes | Blaž Hrastnik | 2021-06-27 |
* | Fix silly mistake in previous phantom line bug fix. | Nathan Vegdahl | 2021-06-26 |
* | Fix highlight code splitting graphemes. | Nathan Vegdahl | 2021-06-26 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Fix previous broken refactor key into helix-view | Ivan Tham | 2021-06-24 |
* | Patch the primary cursor with insert and select styles | wojciechkepka | 2021-06-23 |
* | Refactor, add `ui.cursor.primary` | wojciechkepka | 2021-06-23 |
* | Add ability to theme primary selecition | wojciechkepka | 2021-06-23 |
* | Add ability to theme cursor | wojciechkepka | 2021-06-23 |
* | Increment char_index by grapheme char count. | Nathan Vegdahl | 2021-06-23 |
* | minor: Remove old TODOs | Blaž Hrastnik | 2021-06-22 |
* | Merge pull request #224 from helix-editor/line_ending_detection | Blaž Hrastnik | 2021-06-22 |
|\ |
|
| * | Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec... | Nathan Vegdahl | 2021-06-20 |
| |\ |
|
| * | | Misc fixes and clean up of line ending detect code. | Nathan Vegdahl | 2021-06-20 |
| * | | Merge remote-tracking branch 'origin/master' into line_ending_detection | Jan Hrastnik | 2021-06-19 |
| |\ \ |
|
| * | | | trying out line ending helper functions in commands.rs | Jan Hrastnik | 2021-06-16 |
| * | | | rebase on branch line_ending_detection | Jan Hrastnik | 2021-06-16 |
* | | | | Add progress spinners to status line | wojciechkepka | 2021-06-21 |
| |_|/
|/| | |
|
* | | | Fix overflow | wojciechkepka | 2021-06-19 |
* | | | Revert "Refactor key into helix-view" | Blaž Hrastnik | 2021-06-19 |
| |/
|/| |
|
* | | Refactor key into helix-view | Ivan Tham | 2021-06-19 |
* | | Add `ui.statusline.inactive`, use `ui.statusline` for statusline text | wojciechkepka | 2021-06-18 |
* | | Replace `Editor::current` by a macro | Benoît CORTIER | 2021-06-18 |
* | | Configurable keys 2 (Mapping keys to commands) (#268) | PabloMansanet | 2021-06-17 |
|/ |
|
* | Add theme key for selected line number | Gokul Soumya | 2021-06-16 |
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
* | Remove RwLock for registers | Benoît CORTIER | 2021-06-15 |
* | Use `_impl` suffix instead of `_` prefix | Benoît CORTIER | 2021-06-15 |
* | Remove indent style status-line display for now. | Nathan Vegdahl | 2021-06-15 |
* | Implement command to change the indent-style setting of a document. | Nathan Vegdahl | 2021-06-15 |
* | Render indent-style status in status line. | Nathan Vegdahl | 2021-06-15 |
* | Add ui.selection to theme.toml | Gokul Soumya | 2021-06-14 |