| Commit message (Expand) | Author | Age |
* | Add an Amp-like jump command | Pascal Kuthe | 2024-03-23 |
* | use slices instead of Rc for virtual text | Pascal Kuthe | 2024-03-23 |
* | Skip rendering gutters when gutter width exceeds view width (#7821) | Anshul Dalal | 2023-08-08 |
* | fix view anchors not at start of a visual line | Pascal Kuthe | 2023-03-27 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | Fix scrolloff at view bottom (#6142) | Pascal Kuthe | 2023-03-03 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Add configuration for min width of line-numbers gutter (#4724) | Doug Kelkhoff | 2023-01-21 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | fix: align view after jumplist_picker (#3743) | Narazaki Shuji | 2022-12-06 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Sync changes between doc and view on switch | Michael Davis | 2022-11-29 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | Limit the number of items in the jumplist (#4750) | Michael Davis | 2022-11-22 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | Add View::apply for adjusting jumplist ranges | Michael Davis | 2022-10-11 |
* | Rename padding to spacer, remove by default | Blaž Hrastnik | 2022-07-26 |
* | Make gutters padding automatic (#3163) | Ivan Tham | 2022-07-26 |
* | keep jump/file history when using :split (#3031) | Robin | 2022-07-22 |
* | jumplist picker (#3033) | Bob | 2022-07-22 |
* | Make gutters padding optional (#2996) | Ivan Tham | 2022-07-18 |
* | feat: make `move_vertically` aware of tabs and wide characters (#2620) | Matthew Toohey | 2022-06-21 |
* | Fix panic on close last buffer (#2367) (#2658) | gavynriebau | 2022-06-05 |
* | fix typos (#2304) | chunghha | 2022-04-27 |
* | feat(commands): better handling of buffer-close (#1397) | Matouš Dzivjak | 2022-04-27 |
* | Make gutters configurable (#1967) | Dr. David A. Kunz | 2022-04-16 |
* | fix: text_pos_at_screen_coords tests | Blaž Hrastnik | 2022-03-04 |
* | Fix tab rendering to use dynamic tab width | Blaž Hrastnik | 2022-03-04 |
* | Reuse visual_coords_at_pos function in view | Blaž Hrastnik | 2022-03-04 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | Fix Clippy lints in tests (#1563) | Omnikar | 2022-01-23 |
| * | feat(commands): shrink_selection (#1340) | Matouš Dzivjak | 2022-01-06 |
| * | Add last modified file (gm) (#1093) | Ivan Tham | 2021-12-02 |
* | | Provide a single gutter component that does breakpoint || diagnostic | Blaž Hrastnik | 2021-11-30 |
* | | dap: Extract diagnostics gutter into gutters.rs | Blaž Hrastnik | 2021-11-30 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-30 |
|\| |
|
| * | Extract gutters into helix-view | Blaž Hrastnik | 2021-11-29 |
* | | dap: Modify breakpoints in place with no cloning | Blaž Hrastnik | 2021-11-22 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-21 |
|\| |
|
| * | helix-term/commands: implement buffer-close (bc, bclose) (#1035) | Cole Helbling | 2021-11-15 |
| * | search_impl will only align cursor center when it isn't in view (#959) | CossonLeo | 2021-11-09 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 |
|\| |
|
| * | Ensure coords in screen depends on char width (#885) | Ivan Tham | 2021-11-03 |
* | | Support setting breakpoints with mouse | Dmitry Sharshakov | 2021-09-04 |
|/ |
|
* | Refactor new Rect construction (#575) | Gokul Soumya | 2021-08-21 |
* | Extract view.inner_area(), simplify render_focused_view_elements | Blaž Hrastnik | 2021-08-19 |
* | Refactor view.first_line/first_col into view.offset (Position) | Blaž Hrastnik | 2021-08-19 |
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
* | fix: Adjust scroll offset/padding calculation to prevent wobble | Blaž Hrastnik | 2021-08-11 |