summaryrefslogtreecommitdiffstats
path: root/src/delta.rs
AgeCommit message (Expand)Author
2019-10-13Add dyn to suppress warningJason Shirk
2019-10-02Replace tabs with spacesDan Davison
2019-09-03Only trim terminating newline when it was added articificiallyDan Davison
2019-08-08ClippyDan Davison
2019-08-08Honor --width: right-pad with background-styled spacesDan Davison
2019-08-06Don't right-pad and newline-terminate lines before alignmentDan Davison
2019-07-29Tweak styling of file metadataDan Davison
2019-07-25Use original strings without copying when adding ansi color codesDan Davison
2019-07-24.truncate(0) => .clear()Dan Davison
2019-07-24Separate diff output for different files with a newlineDan Davison
2019-07-24Bug fix: emit buffered text before emitting file lineDan Davison
2019-07-21Painter struct constructorDan Davison
2019-07-21Bug fix: don't allow line buffers to grow without boundDan Davison
2019-07-21Clean up: change function names, make signatures consistentDan Davison
2019-07-20Use grapheme units for all visible character calculations0.0.4Dan Davison
2019-07-20Use generics instead of trait objects; improve declarationDan Davison
2019-07-18Clean up: move tests, change variable nameDan Davison
2019-07-17Strengthen line identification patternsDan Davison
2019-07-17Handle file renameDan Davison
2019-07-15Refactor: syntax and diff highlightingDan Davison
2019-07-15Parse file metadata section correctlyDan Davison
2019-07-15Bug fix: terminate line with '\n' when passing to highlighterDan Davison
2019-07-14Don't use syntax highlighter when not syntax highlightingDan Davison
2019-07-13Reuse highlighter within hunksDan Davison
2019-07-13Refactor: create config and style modulesDan Davison
2019-07-13Refactor: split fileDan Davison