aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/view.rs
Commit message (Expand)AuthorAge
* Add an Amp-like jump commandPascal Kuthe2024-03-23
* use slices instead of Rc for virtual textPascal Kuthe2024-03-23
* Skip rendering gutters when gutter width exceeds view width (#7821)Anshul Dalal2023-08-08
* fix view anchors not at start of a visual linePascal Kuthe2023-03-27
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* Fix scrolloff at view bottom (#6142)Pascal Kuthe2023-03-03
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Add configuration for min width of line-numbers gutter (#4724)Doug Kelkhoff2023-01-21
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* fix: align view after jumplist_picker (#3743)Narazaki Shuji2022-12-06
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Sync changes between doc and view on switchMichael Davis2022-11-29
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* Limit the number of items in the jumplist (#4750)Michael Davis2022-11-22
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* Add View::apply for adjusting jumplist rangesMichael Davis2022-10-11
* Rename padding to spacer, remove by defaultBlaž Hrastnik2022-07-26
* Make gutters padding automatic (#3163)Ivan Tham2022-07-26
* keep jump/file history when using :split (#3031)Robin2022-07-22
* jumplist picker (#3033)Bob2022-07-22
* Make gutters padding optional (#2996)Ivan Tham2022-07-18
* feat: make `move_vertically` aware of tabs and wide characters (#2620)Matthew Toohey2022-06-21
* Fix panic on close last buffer (#2367) (#2658)gavynriebau2022-06-05
* fix typos (#2304)chunghha2022-04-27
* feat(commands): better handling of buffer-close (#1397)Matouš Dzivjak2022-04-27
* Make gutters configurable (#1967)Dr. David A. Kunz2022-04-16
* fix: text_pos_at_screen_coords testsBlaž Hrastnik2022-03-04
* Fix tab rendering to use dynamic tab widthBlaž Hrastnik2022-03-04
* Reuse visual_coords_at_pos function in viewBlaž Hrastnik2022-03-04
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * Fix Clippy lints in tests (#1563)Omnikar2022-01-23
| * feat(commands): shrink_selection (#1340)Matouš Dzivjak2022-01-06
| * Add last modified file (gm) (#1093)Ivan Tham2021-12-02
* | Provide a single gutter component that does breakpoint || diagnosticBlaž Hrastnik2021-11-30
* | dap: Extract diagnostics gutter into gutters.rsBlaž Hrastnik2021-11-30
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-30
|\|
| * Extract gutters into helix-viewBlaž Hrastnik2021-11-29
* | dap: Modify breakpoints in place with no cloningBlaž Hrastnik2021-11-22
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-21
|\|
| * helix-term/commands: implement buffer-close (bc, bclose) (#1035)Cole Helbling2021-11-15
| * search_impl will only align cursor center when it isn't in view (#959)CossonLeo2021-11-09
* | Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|\|
| * Ensure coords in screen depends on char width (#885)Ivan Tham2021-11-03
* | Support setting breakpoints with mouseDmitry Sharshakov2021-09-04
|/
* Refactor new Rect construction (#575)Gokul Soumya2021-08-21
* Extract view.inner_area(), simplify render_focused_view_elementsBlaž Hrastnik2021-08-19
* Refactor view.first_line/first_col into view.offset (Position)Blaž Hrastnik2021-08-19
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* fix: Adjust scroll offset/padding calculation to prevent wobbleBlaž Hrastnik2021-08-11