summaryrefslogtreecommitdiffstats
path: root/src/delta.rs
AgeCommit message (Expand)Author
2020-08-14Do not display hunk first line number when hunk-header-style is rawDan Davison
2020-08-14Truncate long lines (#290)Dan Davison
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-08-08Calculate line numbers correctly in raw/color-only mode (#272)Yoichi NAKAYAMA
2020-08-02Bugfix: avoid emitting header twice when file is renamed with changesDan Davison
2020-08-01Add inspect-raw-lines {true,false} optionDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-27Paint buffered minus and plus lines before handling hunk headerDan Davison
2020-07-27Move a line for consistencyDan Davison
2020-07-22Format files and commits as OSC 8 hyperlinksDan Davison
2020-07-10Refactor: compute fill styles from line typeDan Davison
2020-07-08Refactor: move prepare() and expand_tabs() into PainterDan Davison
2020-07-08Refactor: Painter::paint_zero_lineDan Davison
2020-07-08Rename functionDan Davison
2020-07-08Do not use line_numbers data structure unless line-numbers is activeDan Davison
2020-07-08Refactor: line numbersDan Davison
2020-07-07Fix line number paddingDan Davison
2020-07-07Refactor: parse line-numbers format strings earlyDan Davison
2020-07-05Rename function: hunk_metadata -> hunk_headerDan Davison
2020-07-05Simplify regexDan Davison
2020-07-05Refactor: parse unified diff hunk headerDan Davison
2020-07-01Improve unified diff directory diff handlingDan Davison
2020-06-26Bugfix: fix highlighting bug (no test coverage)Dan Davison
2020-06-25Delete redundant state assignmentDan Davison
2020-06-25Fix state machine FileMeta parse bugDan Davison
2020-06-25Fix test: --color-only should syntax highlightDan Davison
2020-06-25Rename: --number => --line-numbersDan Davison
2020-06-17Highlight added/removed empty lines if they would be invisibleDan Davison
2020-06-17Eliminate leading space unless --keep-plus-minus-markersDan Davison
2020-06-08Add --number option for showing line numbers. Also adds related options:Catherine Noll
2020-06-03New CLI options: --file-modified-label, --file-removed-label, etcDan Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-05-31Make decorations honor --width variableDan Davison
2020-05-31Make decorations respect --widthDan Davison
2020-05-31Implement --{commit,file,hunk-header}-style=rawDan Davison
2020-05-31Fix painting of file line under --decoration-style=omitDan Davison
2020-05-30Implement --thing-style omitDan Davison
2020-05-30Implement --commit-style raw with decorationDan Davison
2020-05-30Implement --file-style raw with decorationDan Davison
2020-05-30Refactor: config.get_style and delta::should_handleDan Davison
2020-05-30Emit raw hunk header with decorationDan Davison
2020-05-30Make decoration style non-optionalDan Davison
2020-05-29Introduce is_raw style attributeDan Davison
2020-05-29Change decoration style enum variant name: Omit => NoDecorationDan Davison
2020-05-29Remove distracting comment about edge case bugDan Davison
2020-05-28Add a blank line before each hunkDan Davison
2020-05-28Bug fix: honor bold by using "heavy" box drawing charactersDan Davison
2020-05-28Bug fix: hunk header background color was not reaching box lineDan Davison
2020-05-27Add overline and underoverline decoration stylesDan Davison