summaryrefslogtreecommitdiffstats
path: root/src/features
AgeCommit message (Expand)Author
2022-02-14Fix hyperlink absolute paths (#939)0.12.0Dan Davison
2022-02-07Fix unused imports and functions warnings on windowsThomas Otto
2022-01-21Placeholder may contain a type fieldThomas Otto
2022-01-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-18Cwd fixups (#918)Dan Davison
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-17Add failing test of file hyperlink in git repoDan Davison
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-12DELTA_FEATURES appends iff prefixed with +Dan Davison
2021-12-11Store history file in data_local_dir for Windows (#847)Rashil Gandhi
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-22Navigate regexp (#782)Wayne Davison
2021-11-15Support precision specifier in run-time format stringsDan 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-25Linenumber test helper addedThomas Otto
2021-10-25Wrap linenumber configs in MinusPlus or LeftRightThomas Otto
2021-10-18Convert Align and Placeholder into enumsThomas Otto
2021-10-18Store line number prefix/suffix as SmolStrThomas 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-10-13Use bullet as default hunk marker in navigate modeDan Davison
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-09-19General PlusMinus data structureThomas Otto
2021-08-28Handle blame outputDan Davison
2021-08-28Refactor: module for working with format stringsDan Davison
2021-08-20Revert "Add failing test that gitconfig insteadOf is honored"Dan Davison
2021-08-20Add failing test that gitconfig insteadOf is honoredDan Davison
2021-08-20Support `insteadOf` replacements in git remote URLsDan Davison
2021-08-20Refactoring for #693 (#696)Dan Davison
2021-08-20Make it possible to jump between files when navigate is active (#684)Dan Davison
2021-08-18Remove unnecessary borrows (#692)Ben Armstead