| Commit message (Expand) | Author | Age |
... | |
* | Bump tokio from 1.7.1 to 1.8.0 | dependabot[bot] | 2021-07-06 |
* | Bump unicode-segmentation from 1.7.1 to 1.8.0 | dependabot[bot] | 2021-07-06 |
* | Bump slotmap from 1.0.3 to 1.0.5 | dependabot[bot] | 2021-07-06 |
* | Bump thiserror from 1.0.25 to 1.0.26 | dependabot[bot] | 2021-07-06 |
* | Apply suggestions from blaz for infobox | Ivan Tham | 2021-07-04 |
* | Add infobox | Ivan Tham | 2021-07-04 |
* | `:reload` (#374) | Kirawi | 2021-07-02 |
* | Added native Windows clipboard support (#373) | Kirawi | 2021-06-30 |
* | There is no direct dirs-next dependency in term | Blaž Hrastnik | 2021-06-27 |
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Handle non-UTF8 files | Shafkath Shuhan | 2021-06-23 |
* | Update to Ropey v1.3.1 with needed bugfix. | Nathan Vegdahl | 2021-06-23 |
* | 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 |
| |\ |
|
| * | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
* | | | Bump tokio from 1.6.1 to 1.7.1 | dependabot[bot] | 2021-06-22 |
| |/
|/| |
|
* | | Add system clipboard yank and paste commands | Benoît CORTIER | 2021-06-20 |
* | | Re-export unicode crates from helix_core | Blaž Hrastnik | 2021-06-20 |
* | | ui: prompt: Better unicode support | Blaž Hrastnik | 2021-06-20 |
* | | Add ability to change theme on editor | wojciechkepka | 2021-06-19 |
|/ |
|
* | Add `close_language_servers` method on `Editor` | wojciechkepka | 2021-06-19 |
* | Update ropey dependency to 1.3 | Benoît CORTIER | 2021-06-18 |
* | Bump once_cell from 1.7.2 to 1.8.0 (#255) | dependabot[bot] | 2021-06-14 |
* | Bump anyhow from 1.0.40 to 1.0.41 | dependabot[bot] | 2021-06-14 |
* | Bump crossterm from 0.19.0 to 0.20.0 | dependabot[bot] | 2021-06-14 |
* | Bump lsp-types from 0.89.1 to 0.89.2 | dependabot[bot] | 2021-06-14 |
* | Bump ignore from 0.4.17 to 0.4.18 | dependabot[bot] | 2021-06-14 |
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 |
* | Downgrade `unicode-segmentation` | notoria | 2021-06-10 |
* | Implement missing Debug and update Cargo.lock | notoria | 2021-06-10 |
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
* | helix-lsp cleanup | Egor Karavaev | 2021-06-08 |
* | Use upstream jsonrpc again | Blaž Hrastnik | 2021-06-07 |
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
* | theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113) | Ingrid | 2021-06-06 |
* | Provide a feature flag to be able to embed the runtime folder. | Brian Dawn | 2021-06-06 |
* | Dropped pico-args in favour of a simpler hand roller parser | Corey Powell | 2021-06-02 |
* | Drop clap for pico-args | Blaž Hrastnik | 2021-05-31 |
* | Bump tokio from 1.6.0 to 1.6.1 | dependabot[bot] | 2021-05-30 |
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 |
* | Update dependencies | Blaž Hrastnik | 2021-05-18 |
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 |
* | Update deps. | Blaž Hrastnik | 2021-05-12 |
* | Make the config dir locator work on Windows. | Blaž Hrastnik | 2021-05-10 |
* | Inline tui as helix-tui fork. | Blaž Hrastnik | 2021-05-09 |
* | Drop shellexpand. | Blaž Hrastnik | 2021-05-08 |
* | Disable default features on futures-util to drop proc macros. | Blaž Hrastnik | 2021-05-08 |
* | Work around the rest of the blocking issues. | Blaž Hrastnik | 2021-05-06 |
* | Eliminate a few more futures dependencies. | Blaž Hrastnik | 2021-05-06 |