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
/
features
/
side_by_side.rs
Age
Commit message (
Expand
)
Author
2024-07-21
Disable light mode detection in tests (#1765)
Tau Gärtli
2024-07-07
tests: set terminal width to 43 (#1741)
Thomas Otto
2024-07-06
tests: add insta for snapshot testing (#1739)
Thomas Otto
2024-03-12
Detect Dark/Light Mode from Terminal (#1615)
Tau
2023-03-03
Spelling (#1257)
Josh Soref
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-12-03
try fix bad alignment in unicode (#1144) (#1145)
Sheldon Nico
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-05-23
Tweak some words improved representation (#1078)
Yudai Takada
2022-01-18
Center Align numbers right-ish (#883)
Thomas Otto
2022-01-04
Make Config cloneable for DeltaTest, store as Cow<Config> there
Thomas Otto
2022-01-04
DeltaTest improvements (#876)
Wayne Davison
2021-12-14
Line state refactor (#851)
Dan Davison
2021-12-14
Revert "Ignore test maing ANSI assertions"
Dan Davison
2021-12-09
Store raw_line in HunkZero, as HunkMinus and HunkPlus
Dan Davison
2021-12-08
Ignore test maing ANSI assertions
Dan Davison
2021-12-07
Fix more side-by-side line number miscounts
Thomas Otto
2021-12-07
Add DeltaTest to speed up adding and fixing tests
Thomas Otto
2021-12-05
Display merge conflicts
Dan Davison
2021-12-05
Handle combined diff format
Dan Davison
2021-12-02
Fix side-by-side line number miscount
Thomas Otto
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-27
Refactor: further isolate side-by-side implementation (#801)
Dan Davison
2021-11-26
Refactor: rename: LineSegments -> LineSections
Dan Davison
2021-11-10
Remove +/- line prefix instead of substituting a space
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-25
Re-enable ANSI fill by equalizing panel sizes
Thomas Otto
2021-10-25
Wrap linenumber configs in MinusPlus or LeftRight
Thomas Otto
2021-10-16
Change PlusMinus to the correct MinusPlus, add documentation
Thomas Otto
2021-10-16
Tests: store length of skipped header separately
Thomas Otto
2021-10-16
Add side-by-side line wrapping
Thomas Otto
2021-10-16
Add line number width calculation
Thomas Otto
2021-10-16
Left/Right converted into a simple typedef
Thomas Otto
2021-09-19
Option to set the background extension mode to ANSI or spaces
Thomas Otto
2021-09-19
General PlusMinus data structure
Thomas Otto
2021-08-18
Remove unnecessary borrows (#692)
Ben Armstead
2021-07-10
Clippy: don't nest module inside module with same name
Dan Davison
2020-12-31
Display line number in hunk header, even with line-numbers active
Dan Davison
2020-12-05
Pass pre-painted prefix as Option
Dan Davison
2020-12-05
Pass pre-painted prefix
Dan Davison
2020-12-03
Disable some clippy warnings (#422)
Dan Davison
2020-11-22
use push() instead of push_str() for single char (#394)
Marco Ieni
2020-11-07
remove some clippy warnings (#383)
Marco Ieni
2020-11-05
fix some clippy warnings (#380)
Marco Ieni
2020-08-14
Use native ansi-parsing utilities instead of console crate
Dan Davison
2020-08-01
Emit raw lines instead of explicitly handling --color-moved
Dan Davison
2020-08-01
Initial implementation of color-moved support
Dan Davison
2020-07-15
Refactor: unify test utility functions
Dan Davison
[next]