index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
paint.rs
Age
Commit message (
Expand
)
Author
2025-08-03
Styled zero lines fix
main
Thomas Otto
2024-07-22
Add --max-syntax-highlighting-length, set to 400
Thomas Otto
2024-05-04
Repair --default-language, and highlight using full filename (#1549)
Thomas Otto
2024-03-16
Honor default-language option (#1655)
Pawel Dominiak
2023-06-02
Introduce grep-output-type option: ripgrep or classic
Dan Davison
2023-05-31
Misc tab refactoring (#1424)
Thomas Otto
2023-05-17
Fix warning highlight for trailing whitespace (#1037)
William Escande
2023-03-03
Spelling (#1257)
Josh Soref
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-05-13
Update bat, git2, and syntect
Dan Davison
2022-03-07
Flush minus/plus line buffers in additional code locations
Dan Davison
2022-02-14
Fix hyperlink absolute paths (#939)
Dan Davison
2022-01-06
New option file-transformation to transform file paths
Dan Davison
2021-12-28
Refactor blame handler
Dan Davison
2021-12-14
Line state refactor (#851)
Dan Davison
2021-12-12
Raw pass-through handling of --word-diff and --color-words output
Dan Davison
2021-12-09
Store raw_line in HunkZero, as HunkMinus and HunkPlus
Dan Davison
2021-12-09
Refactor
Dan Davison
2021-12-05
Gracefully handle failure to parse hunk header
Dan Davison
2021-12-05
Add InMergeConflict to combined diff enum variant
Dan Davison
2021-12-05
Display merge conflicts
Dan Davison
2021-12-05
Refactor: paint_minus_and_plus_lines function
Dan Davison
2021-12-05
Handle combined diff format
Dan Davison
2021-11-29
Refactor: `if let` instead of `match`
Dan Davison
2021-11-29
Rename: FileMeta => DiffHeader
Dan Davison
2021-11-28
Revert "Refactor: rewrite superimpose_styles function (#804)"
Dan Davison
2021-11-28
Fix right fill style on color-moved lines
Dan Davison
2021-11-28
Do not fill entirely new/removed lines with non-emph style
Dan Davison
2021-11-28
Refactor: hunk style sections handling
Dan Davison
2021-11-28
Always use non-emph style for right fill
Dan Davison
2021-11-28
Change rules for non-emph style
Dan Davison
2021-11-27
Refactor: rewrite superimpose_styles function (#804)
Dan Davison
2021-11-27
Refactor: further isolate side-by-side implementation (#801)
Dan Davison
2021-11-26
802 fix color moved side by side panic (#803)
Dan Davison
2021-11-26
Refactor: rename: LineSegments -> LineSections
Dan Davison
2021-11-23
New option to map raw styles encountered in input
Dan Davison
2021-11-23
Bug fix: don't forget non-emph states
Dan Davison
2021-11-22
Syntax-highlight `git show $revision:./path/to/file.ext` output
Dan Davison
2021-11-22
Handle grep output
Dan Davison
2021-11-22
Refactor: get_painted_file_with_line_number function
Dan Davison
2021-11-22
Refactor: StyleSectionSpecifier enum for syntax_highlight_and_paint_line
Dan Davison
2021-11-21
Refactor: improve names and mutation in loop
Dan Davison
2021-11-15
Refactor: utils module
Dan Davison
2021-11-15
Handle `git blame` output
Dan Davison
2021-11-10
Remove +/- line prefix instead of substituting a space
Thomas Otto
2021-11-01
Simplify lifetime annotation of Painter (#758)
Thomas Otto
2021-10-26
Fix side-by-side mode without line numbers
Thomas Otto
2021-10-26
Simplify incrementing of line numbers
Thomas Otto
2021-10-26
Revert "Revert "Revert git blame handling (#746)""
Dan Davison
[next]