summaryrefslogtreecommitdiffstats
path: root/src/draw.rs
AgeCommit message (Expand)Author
2020-12-28Move line number refactoring (#474)Dan Davison
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-06-30Add more computed values to options structDan Davison
2020-06-19Refactor: add native style.paint() methodDan Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-05-31Make decorations honor --width variableDan 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-30Make decoration style non-optionalDan Davison
2020-05-29Paint box-drawing characters with bold attribute when bold requestedDan 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
2020-05-26Implement --{commit,file,hunk-header}-{style,decoration-style}Dan Davison
2020-05-22Use ansi_term style data structures instead of syntectDan Davison
2020-04-15Merge branch 'master' into width-calc-fixDan Davison
2020-03-01Support 256-color terminal environmentsDan Davison
2020-02-27Provide CLI options for all colorsDan Davison
2020-02-14Fix missing newline in draw::write_boxed_with_lineGuy Bolton King
2019-11-14Properly calculate string widths with unicode_widthWang Xuerui
2019-10-13Merge pull request #22 from dandavison/10-allow-less-extra-columnDan Davison
2019-10-13Merge pull request #21 from dandavison/18-terminal-width-subtractionDan Davison
2019-10-13Fix width calculation and terminating newline when writing underlineDan Davison
2019-10-13Don't compute negative line lengthsDan Davison
2019-10-13Add dyn to suppress warningJason Shirk
2019-07-29Tweak styling of file metadataDan Davison
2019-07-20Use grapheme units for all visible character calculations0.0.4Dan Davison
2019-07-13Refactor: draw moduleDan Davison
2019-07-12Support heavy line weight boxesDan Davison
2019-07-12Refactor: box drawing moduleDan Davison