aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* Refactor, add `ui.cursor.primary`wojciechkepka2021-06-23
* Add ability to theme primary selecitionwojciechkepka2021-06-23
* Add ability to theme cursorwojciechkepka2021-06-23
* Fix small screen panicsBlaž Hrastnik2021-06-23
* Increment char_index by grapheme char count.Nathan Vegdahl2021-06-23
* Make the prompt callback take a Context.Joe Neeman2021-06-23
* Implement change_current_directory commandLionel Flandrin2021-06-22
* minor: Remove old TODOsBlaž Hrastnik2021-06-22
* Merge pull request #224 from helix-editor/line_ending_detectionBlaž Hrastnik2021-06-22
|\
| * Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec...Nathan Vegdahl2021-06-20
| |\
| * | Work on moving code over to LineEnding instead of assuming '\n'.Nathan Vegdahl2021-06-20
| * | Misc fixes and clean up of line ending detect code.Nathan Vegdahl2021-06-20
| * | Merge remote-tracking branch 'origin/master' into line_ending_detectionJan Hrastnik2021-06-19
| |\ \
| * | | trying out line ending helper functions in commands.rsJan Hrastnik2021-06-16
| * | | rebase on branch line_ending_detectionJan Hrastnik2021-06-16
* | | | Add progress spinners to status linewojciechkepka2021-06-21
* | | | Add a `Spinner`wojciechkepka2021-06-21
| |_|/ |/| |
* | | Add comment, statusline + commandline = 2wojciechkepka2021-06-20
* | | Use full screen sizewojciechkepka2021-06-20
* | | Make completion window move to top when cursor is below halfwojciechkepka2021-06-20
* | | ui: prompt: Add more keymappingsBlaž Hrastnik2021-06-20
* | | Re-export unicode crates from helix_coreBlaž Hrastnik2021-06-20
* | | ui: prompt: Better unicode supportBlaž Hrastnik2021-06-20
* | | Fix overflowwojciechkepka2021-06-19
* | | Add theme completerwojciechkepka2021-06-19
* | | Add ability to change theme on editorwojciechkepka2021-06-19
* | | Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
| |/ |/|
* | Refactor key into helix-viewIvan Tham2021-06-19
* | Add `ui.statusline.inactive`, use `ui.statusline` for statusline textwojciechkepka2021-06-18
* | Fix expansion of `~` (#284)Wojciech Kępka2021-06-18
* | Fix panic when entering unicode in command promptBenoît CORTIER2021-06-18
* | Replace `Editor::current` by a macroBenoît CORTIER2021-06-18
* | Configurable keys 2 (Mapping keys to commands) (#268)PabloMansanet2021-06-17
|/
* Add theme key for selected line numberGokul Soumya2021-06-16
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* Remove RwLock for registersBenoît CORTIER2021-06-15
* Use `_impl` suffix instead of `_` prefixBenoît CORTIER2021-06-15
* Add filter ability to pickerIvan Tham2021-06-15
* Remove indent style status-line display for now.Nathan Vegdahl2021-06-15
* Implement command to change the indent-style setting of a document.Nathan Vegdahl2021-06-15
* Render indent-style status in status line.Nathan Vegdahl2021-06-15
* Add ctrl-w for promptIvan Tham2021-06-14
* Add ui.selection to theme.tomlGokul Soumya2021-06-14
* ui: Prompt should figure out a reasonable column widthBlaž Hrastnik2021-06-13
* Add `Copy` derive to `PromptEvent`Wojciech Kępka2021-06-13
* commands: Add more write commandsWojciech Kępka2021-06-13
* Change picker horizontal split to hIvan Tham2021-06-12
* Fix documentation popup panicwojciechkepka2021-06-10
* Only enforce limit outside of .gitKevin Sjöberg2021-06-09
* Match keybindings of menuKevin Sjöberg2021-06-09