| Commit message (Expand) | Author | Age |
... | |
* | Pass through Editor instead of Context | Blaž Hrastnik | 2022-02-17 |
* | helix-term: implement buffer completer | Cole Helbling | 2022-02-17 |
* | Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcut... | Ludwig Stecher | 2022-02-15 |
* | use PathBuf::to_string_lossy() instead of to_str() (#1655) | Kirawi | 2022-02-15 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | Instant is more suitable than SystemTime for spinners | Blaž Hrastnik | 2022-02-10 |
| * | feat(editor): add config for search wrap_around (#1516) | Matouš Dzivjak | 2022-02-10 |
| * | Show infobox with register contents | Gokul Soumya | 2022-02-10 |
| * | fix: There is no such thing as markup.normal, use ui.text | Blaž Hrastnik | 2022-02-07 |
| * | ui: menu: Don't allocate scrollbar space if options fit | Blaž Hrastnik | 2022-01-31 |
| * | ui: Only render menu scrollbar if it doesn't fit | Blaž Hrastnik | 2022-01-31 |
| * | Render code actions as a menu, allow adding padding to popup | Blaž Hrastnik | 2022-01-31 |
| * | Improve code action picker by displaying it inline | Blaž Hrastnik | 2022-01-31 |
| * | Stop collecting highlight_iter events then turning back into iter | Blaž Hrastnik | 2022-01-30 |
| * | Remove some unnecessary clippy tags | Blaž Hrastnik | 2022-01-30 |
| * | Automatically commit changes to history if not in insert mode | Blaž Hrastnik | 2022-01-30 |
| * | Use markup scopes for the Markdown component (#1363) | CossonLeo | 2022-01-24 |
| * | Fix picker won't scroll down when it hits the bottom #1544 (#1567) | Benjamin | 2022-01-23 |
| * | Merge pull request #1154 from sudormrfbin/cursor-shape-new | Blaž Hrastnik | 2022-01-23 |
| |\ |
|
| | * | Merge branch 'master' into cursor-shape-new | Gokul Soumya | 2022-01-06 |
| | |\ |
|
| | * | | Manually draw all block cursors | Gokul Soumya | 2021-12-23 |
| | * | | Merge branch 'master' into cursor-shape-new | Gokul Soumya | 2021-12-18 |
| | |\ \ |
|
| | * | | | Remove ui.cursor.primary and hashmap lookups | Gokul Soumya | 2021-12-18 |
| | * | | | Change cursor shape on mode change | Gokul Soumya | 2021-11-24 |
| * | | | | Slicing micro-optimization | Blaž Hrastnik | 2022-01-23 |
| * | | | | Speed up ensure_next_boundary during render | Blaž Hrastnik | 2022-01-23 |
| * | | | | Store theme scopes on the loader, this way theme isn't passed around | Blaž Hrastnik | 2022-01-23 |
| * | | | | syntax: Split parsing and highlighting | Blaž Hrastnik | 2022-01-23 |
| * | | | | Dependabot/cargo/pulldown cmark 0.9.1 (#1533) | Skyler Hawthorne | 2022-01-18 |
| * | | | | 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 |
| | |_|/
| |/| | |
|
| * | | | fix: Use std::path::MAIN_SEPARATOR to determine completion | Blaž Hrastnik | 2022-01-06 |
| * | | | Revert "Convert Windows style path separator in completers to Unix style (#13... | Blaž Hrastnik | 2022-01-05 |
| * | | | switch redundant current! usage to doc! (#1416) | Kirawi | 2022-01-03 |
| * | | | Convert Windows style path separator in completers to Unix style (#1389) | ath3 | 2021-12-29 |
| * | | | Update settings at runtime (#798) | Tamo | 2021-12-26 |
| * | | | feat(ui): file encoding in statusline (#1355) | Matouš Dzivjak | 2021-12-25 |
| * | | | Resolve completion item (#1315) | Gabriel Berto | 2021-12-25 |
| * | | | Truncate the start of file paths in the StatusLine (#1351) | BB | 2021-12-25 |
| * | | | Apply recent nightly suggestions (#1286) | Kirawi | 2021-12-18 |
| | |/
| |/| |
|
| * | | Fix panic when scrolling through completion popup (#1260) | Midnight Exigent | 2021-12-14 |
| * | | Add ui.gutter to theme all gutters (i.e. set bg) | Blaž Hrastnik | 2021-12-13 |
| * | | Load alt default theme if true color is not supported | Omnikar | 2021-12-13 |
| * | | Macros (#1234) | Omnikar | 2021-12-12 |
| * | | ui: popup: Don't allow scrolling past the end of content | Blaž Hrastnik | 2021-12-10 |
| * | | Only use a single documentation popup (#1241) | Kirawi | 2021-12-08 |
| * | | fix: Normalize backtab into shift-tab | Blaž Hrastnik | 2021-12-06 |
| * | | feat: Make it possible to keybind `TypableCommands` (#1169) | Oskar Nehlin | 2021-12-04 |
| * | | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 |
| * | | Revert "Improve dedent behavior, make kill_to_line_end behave like emacs (#11... | Blaž Hrastnik | 2021-12-01 |