summaryrefslogtreecommitdiffstats
path: root/src/features/side_by_side.rs
AgeCommit message (Expand)Author
2022-12-03try fix bad alignment in unicode (#1144) (#1145)Sheldon Nico
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-05-23Tweak some words improved representation (#1078)Yudai Takada
2022-01-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-04Make Config cloneable for DeltaTest, store as Cow<Config> thereThomas Otto
2022-01-04DeltaTest improvements (#876)Wayne Davison
2021-12-14Line state refactor (#851)Dan Davison
2021-12-14Revert "Ignore test maing ANSI assertions"Dan Davison
2021-12-09Store raw_line in HunkZero, as HunkMinus and HunkPlusDan Davison
2021-12-08Ignore test maing ANSI assertionsDan Davison
2021-12-07Fix more side-by-side line number miscountsThomas Otto
2021-12-07Add DeltaTest to speed up adding and fixing testsThomas Otto
2021-12-05Display merge conflictsDan Davison
2021-12-05Handle combined diff formatDan Davison
2021-12-02Fix side-by-side line number miscountThomas Otto
2021-11-28Do not fill entirely new/removed lines with non-emph styleDan Davison
2021-11-28Refactor: hunk style sections handlingDan Davison
2021-11-27Refactor: further isolate side-by-side implementation (#801)Dan Davison
2021-11-26Refactor: rename: LineSegments -> LineSectionsDan Davison
2021-11-10Remove +/- line prefix instead of substituting a spaceThomas Otto
2021-10-26Fix side-by-side mode without line numbers0.9.0Thomas Otto
2021-10-26Simplify incrementing of line numbersThomas Otto
2021-10-25Re-enable ANSI fill by equalizing panel sizesThomas Otto
2021-10-25Wrap linenumber configs in MinusPlus or LeftRightThomas Otto
2021-10-16Change PlusMinus to the correct MinusPlus, add documentationThomas Otto
2021-10-16Tests: store length of skipped header separatelyThomas Otto
2021-10-16Add side-by-side line wrappingThomas Otto
2021-10-16Add line number width calculationThomas Otto
2021-10-16Left/Right converted into a simple typedefThomas Otto
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-09-19General PlusMinus data structureThomas Otto
2021-08-18Remove unnecessary borrows (#692)Ben Armstead
2021-07-10Clippy: don't nest module inside module with same nameDan Davison
2020-12-31Display line number in hunk header, even with line-numbers activeDan Davison
2020-12-05Pass pre-painted prefix as OptionDan Davison
2020-12-05Pass pre-painted prefixDan Davison
2020-12-03Disable some clippy warnings (#422)Dan Davison
2020-11-22use push() instead of push_str() for single char (#394)Marco Ieni
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-15Refactor: unify test utility functionsDan Davison
2020-07-11Add side-by-side diff view (#243)Dan Davison