aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* feat: show current language when no argument is provided (#5895)Guillaume2023-02-16
* ignore case while filtering completions (#6008)Pascal Kuthe2023-02-16
* Use Popup::ignore_escape_key helper for completion (#6006)Michael Davis2023-02-16
* feat(ui): deprecated completions (#5932)Matouš Dzivjak2023-02-13
* Fix completion doc popup area calculation logicGokul Soumya2023-02-11
* Create popup rect instead of using raw valuesGokul Soumya2023-02-11
* Refactor our Markdown construction in completion docGokul Soumya2023-02-11
* Rename completion doc popup area variablesGokul Soumya2023-02-11
* Use early return in rendering completion docGokul Soumya2023-02-11
* Split modification indicator from file statusline elements (#4731)Colton Clemmer2023-02-10
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Address new clippy lintsBlaž Hrastnik2023-02-09
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* Removing C-j and C-k from completion menu navigation (#5070)Dylan Bulfin2023-02-02
* add substring matching options to picker (#5114)Pascal Kuthe2023-02-02
* fix position translation at EOF with softwrap (#5786)Pascal Kuthe2023-02-02
* Hide duplicate symlinks from the picker (#5658)Pascal Kuthe2023-02-02
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Fix clippy 1.67 warnings (#5697)Miguel Madrid-Mencía2023-01-27
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* highlight non-bar cursors (#5575)Pascal Kuthe2023-01-18
* Replace menu::Item::{row, label} with format()Gokul Soumya2023-01-18
* Minimize allocation when converting table rows to stringGokul Soumya2023-01-18
* Use upstream implementation of table column calculationGokul Soumya2023-01-18
* Reuse table in pickerGokul Soumya2023-01-18
* Primary cursor colors by mode (#5130)gibbz002023-01-18
* Added opening files in the background with A-ret shortcut (#4435)Itay1232023-01-16
* Add some function documentations (#5360)Pascal Sommer2023-01-11
* Fix autocompletion for paths with period (#5175)Dylan Bulfin2023-01-09
* Add a status line element that shows just the basename of the file (#5318)Nick2022-12-31
* mouse operations respect scrolloff (#5255)jliaoh2022-12-23
* Make prompt suggestions greyed outJonathan LEI2022-12-17
* Better sorting in picker in case of ties (#5169)Alex Kladov2022-12-17
* DynamicPicker: Reset idle timeout on refreshMichael Davis2022-12-15
* DynamicPicker: Use idle-timeout as debounceMichael Davis2022-12-15
* Add DynamicPicker for updating options on every keyGokul Soumya2022-12-15
* Add force_score() for scoring picker items without optimizationsGokul Soumya2022-12-15
* properly handle detachted git worktrees (#5097)Pascal Kuthe2022-12-11
* Only write newlines in menu selection popup if the lsp returns detail (#4902)ath32022-12-09
* Apply completion edits to all cursors (#4496)Michael Davis2022-12-06
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-12-01
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Remove eager application of transactions to all viewsMichael Davis2022-11-29
* Apply inversions to Views on undo/redoMichael Davis2022-11-24
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* lsp: Check server provider capabilities (#3554)Michael Davis2022-11-22
* Add preview for scratch buffers in buffer picker (#3454)A-Walrus2022-11-21
* minor: render_diagnostics doesn't require &self eitherBlaž Hrastnik2022-11-19
* Avoid repeatedly loading configBlaž Hrastnik2022-11-19