aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* Fix writes from insert mode not properly updating the revision historyJJ2024-05-01
* Add file explorer and tree helperwongjiahau2024-05-01
* Revert "helix-term: allow to backspace out-of the command prompt (#9828)" (#1...Michael Davis2024-03-26
* Fix regression in color-modesBlaž Hrastnik2024-03-26
* Add narrow no-break space support (#9604)Quentin2024-03-25
* dismiss pending keys properly for mouse/pastePascal Kuthe2024-03-23
* Evenly space statusline areas when there isn't space to align middle (#9950)Michael Davis2024-03-21
* Refactor statusline elements to build `Spans` (#9122)Szabin2024-03-19
* add register completion (#9936)Kirawi2024-03-19
* Optimize getting a relative pathmo8it2024-03-19
* add 'file-absolute-path' to statusline (#4535)Dan Cardamore2024-03-17
* Handle starting and continuing the count separately (#9887)Michael Davis2024-03-15
* helix-term: allow to backspace out-of the command prompt (#9828)Markus F.X.J. Oberhumer2024-03-09
* Support LSP diagnostic tags (#9780)Michael Davis2024-03-02
* Avoid cloning the whole paragraph content just for rendering (#9739)Mo2024-02-27
* switch to regex-cursor (#9422)Pascal Kuthe2024-02-26
* Optimization of tilde expansion (#9709)Mo2024-02-24
* Use a hook for resolving completion itemsMichael Davis2024-02-23
* Make mouse click extend selection in select mode (#5436)Jonathan LEI2024-02-19
* Scroll cursor and page together (neovim-like scrolling) (#8015)AlexanderDickie2024-02-18
* Allow numbers as second input event (#8471)Mehdi Abedi2024-02-14
* fix lsp config reload (#9415)kyfanc2024-02-13
* Fix scroll track (#9508)ath32024-02-09
* Fix pulldown_cmark breaking changes to tag typesMichael Davis2024-02-07
* fix division by zero when prompt completion area is too small (#9524)Diego2024-02-06
* refactor completion and signature help using hooksPascal Kuthe2024-01-23
* Add hook/event systemPascal Kuthe2024-01-23
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* Address clippy lints (#9371)Daniel Sedlak2024-01-17
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* update history of a newly focused view (#9271)Pascal Kuthe2024-01-09
* Support drawing popup frame (#4313)ath32023-12-19
* fix(ui): use crossterm cursor when at the end of the rope (#8934)Hendrik Norkowski2023-11-28
* use crossterm cursor in editor when out of focus (#6858)Hendrik Norkowski2023-11-27
* Fix precedence of ui.virtual.whitespace (#8879)chtenb2023-11-25
* Revert "Fix precedence of ui.virtual.whitespace (#8750)"Blaž Hrastnik2023-11-22
* Fix precedence of ui.virtual.whitespace (#8750)chtenb2023-11-22
* Only render preview if picker has a preview function (#8667)Ryan Mehri2023-10-30
* Add helix-specific ignore files (#8099)Paul Olteanu2023-10-21
* fix(lsp): ensure we only highlight diagnostics for lsp with the feature enabl...Yomain2023-10-17
* markdown: Recognize `<code>` tags with attributes as code (#8397)Michael Davis2023-09-26
* Style Bold/Italic/Strikethrough markdown in docs (#8385)A-Walrus2023-09-25
* correctly center items in picker previewPascal Kuthe2023-09-14
* fix crash in picker preview for invalid rangesPascal Kuthe2023-09-14
* fix syntax highlights in dynamic picker (#8206)Pascal Kuthe2023-09-09
* Fix Clone definition for Injector (#8194)Michael Davis2023-09-07
* Don't use word splitting during fuzzy matching (#8192)Pascal Kuthe2023-09-06
* Do not show (running) when opening picker (#8148)Pascal Kuthe2023-09-06
* avoid excessive memory consumption in picker (#8127)Pascal Kuthe2023-09-01
* Clear completion when switching windows via click (#8118)Michael Davis2023-08-31