index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-view
/
src
/
view.rs
Commit message (
Expand
)
Author
Age
*
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
*
config: Rename [terminal] to [editor] and pass it into Editor
Blaž Hrastnik
2021-08-08
*
Add more unit tests for pos_at_screen_coords.
Nathan Vegdahl
2021-07-31
*
mouse: Remove verify_screen_coords, refactor primary selection modification
Blaž Hrastnik
2021-07-30
*
Mouse selection support (#509)
Dmitry Sharshakov
2021-07-30
*
Address some PR comments.
Nathan Vegdahl
2021-07-26
*
Collect some common patterns into methods on `Range`.
Nathan Vegdahl
2021-07-26
*
Fixes for misc bugs with view movement.
Nathan Vegdahl
2021-07-21
*
Fixed primary cursor position calculation to use 1-width semantics.
Nathan Vegdahl
2021-07-19
*
Properly fix `last_line` view calculation.
Nathan Vegdahl
2021-07-19
*
reverse the dependency between helix-tui and helix-view (#366)
Keith Simmons
2021-06-25
*
add alternate file (#223)
Robin
2021-06-12
*
Derive debug without feature
Ivan Tham
2021-06-10
*
Implement Debug for data structure as a feature
notoria
2021-06-10
*
Fix jump behavior, goto_implementation now jump
Ivan Tham
2021-06-10
*
Fix Unicode (#135)
Kirawi
2021-06-08
*
Fixing Multiple Panics (#121)
Kirawi
2021-06-05
*
Fix panic when buffer larger than terminal width
Rowan Herbert
2021-06-02
*
View::new is infallible, so is editor.switch/new_file.
Blaž Hrastnik
2021-05-07
*
Fix the last line calculation inside ensure_cursor_in_view
Blaž Hrastnik
2021-04-14
*
Adjust scroll() to match kakoune: only scroll the view if cursor in bounds.
Blaž Hrastnik
2021-04-14
*
Horizontal scrolling! It only took a year to get around to it.
Blaž Hrastnik
2021-04-09
*
Weave through view_id references so that views into one file have independent...
Blaž Hrastnik
2021-03-31
[next]