Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor Margin for fine grained control (#2727) | Gokul Soumya | 2022-06-21 |
| | |||
* | Make Borders u8 | Ivan Tham | 2022-05-22 |
| | |||
* | Refactor Block with Default and bitflags | Ivan Tham | 2022-05-22 |
| | | | | | Specifying empty for bitflags is not recommended, it is now removed and added Default. For BorderType, it now defaults to plain. | ||
* | fix typos (#2304) | chunghha | 2022-04-27 |
| | |||
* | Highlight matching text in file picker suggestions (#1635) | Ludwig Stecher | 2022-03-01 |
| | | | | | | | * Highlight matching text in file picker suggestions * Remove cache, specialize highlighting code * Fix outdated comments | ||
* | Fix 1.60 lints | Blaž Hrastnik | 2022-02-25 |
| | |||
* | fix: Revert Block widget change that broke autoinfo background | Blaž Hrastnik | 2022-02-07 |
| | |||
* | Render code actions as a menu, allow adding padding to popup | Blaž Hrastnik | 2022-01-31 |
| | |||
* | Fix Clippy lints in tests (#1563) | Omnikar | 2022-01-23 |
| | | | Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Don't calculate symbol width twice | Blaž Hrastnik | 2022-01-23 |
| | | | | This is potentially costly so we should avoid calling width() | ||
* | 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 |
| | | | | | | | | | | | * Change buffer.get & buffer.get_mut to return Option, Implement Trait Index & IndexMut to panic * Prevent FilePicker from drawing outside buffer (rust panics) * apply suggestion * add function in_bounds to avoid useless calculations Co-authored-by: mathis <mathis.brossier@universite-paris-saclay.fr> | ||
* | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 |
| | |||
* | Truncate the starts of file paths instead of the ends in picker (#951) | Omnikar | 2021-11-04 |
| | | | | | | | | | | | | | * Truncate the starts of file paths in picker * Simplify the truncate implementation * Break loop at appropriate point * Fix alignment and ellipsis presence * Remove extraneous usage of `x_offset` Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Add ctrl-z to suspend | Ivan Tham | 2021-08-03 |
| | |||
* | Calculate completion popup sizing | Blaž Hrastnik | 2021-07-19 |
| | | | | Fixes #220 | ||
* | Apply suggestions from blaz for infobox | Ivan Tham | 2021-07-04 |
| | |||
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 |
| | |||
* | Trait width method use refactor | Ivan Tham | 2021-06-26 |
| | |||
* | Use unicode_width to correctly truncate picker chars | Gokul Soumya | 2021-06-25 |
| | |||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
| | | | | | | | | | * reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> | ||
* | Add … when chars are truncated in picker | Gokul Soumya | 2021-06-25 |
| | |||
* | Merge branch 'master' of github.com:helix-editor/helix into ↵ | Nathan Vegdahl | 2021-06-20 |
|\ | | | | | | | | | | | | | line_ending_detection Rebasing was making me manually fix conflicts on every commit, so merging instead. | ||
| * | Fix doc warnings | Ivan Tham | 2021-06-20 |
| | | |||
| * | Fix tests failing on cargo test --release | Blaž Hrastnik | 2021-06-20 |
| | | |||
* | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
|/ | | | | Also some general cleanup and some minor fixes along the way. | ||
* | Add other cursor shape | Ivan Tham | 2021-06-15 |
| | |||
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
| | | | | | Now IME cursor position should be correct since we can still set cursor position without drawing the cursor. | ||
* | Fix split sizes getting out of sync with the terminal size, refs #69 | Blaž Hrastnik | 2021-06-03 |
| | |||
* | autoresize terminal in compositor render | Jan Hrastnik | 2021-06-02 |
| | |||
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |
| | |||
* | tui: Disable tests for now. | Blaž Hrastnik | 2021-05-10 |
| | |||
* | Update todos. | Blaž Hrastnik | 2021-05-09 |
| | |||
* | Replace the Clear widget with buffer.clear/clear_with. | Blaž Hrastnik | 2021-05-09 |
| | |||
* | Inline tui as helix-tui fork. | Blaž Hrastnik | 2021-05-09 |
We only rely on some of the rendering primitives and implement our Cursive-style compositor on top. |