summaryrefslogtreecommitdiffstats
path: root/src/paint.rs
AgeCommit message (Expand)Author
2021-11-23New option to map raw styles encountered in inputDan Davison
2021-11-23Bug fix: don't forget non-emph statesDan Davison
2021-11-22Syntax-highlight `git show $revision:./path/to/file.ext` outputDan Davison
2021-11-22Handle grep outputDan Davison
2021-11-22Refactor: get_painted_file_with_line_number functionDan Davison
2021-11-22Refactor: StyleSectionSpecifier enum for syntax_highlight_and_paint_lineDan Davison
2021-11-21Refactor: improve names and mutation in loopDan Davison
2021-11-15Refactor: utils moduleDan Davison
2021-11-15Handle `git blame` outputDan Davison
2021-11-10Remove +/- line prefix instead of substituting a spaceThomas Otto
2021-11-01Simplify lifetime annotation of Painter (#758)Thomas Otto
2021-10-26Fix side-by-side mode without line numbers0.9.0Thomas Otto
2021-10-26Simplify incrementing of line numbersThomas Otto
2021-10-26Revert "Revert "Revert git blame handling (#746)""Dan Davison
2021-10-26Revert "Revert git blame handling (#746)"Dan Davison
2021-10-26Revert git blame handling (#746)Dan Davison
2021-10-25Re-enable ANSI fill by equalizing panel sizesThomas Otto
2021-10-25Wrap linenumber configs in MinusPlus or LeftRightThomas Otto
2021-10-18Convert Align and Placeholder into enumsThomas Otto
2021-10-16Change PlusMinus to the correct MinusPlus, add documentationThomas Otto
2021-10-16Add side-by-side line wrappingThomas Otto
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: syntax_highlight_and_paint_line functionDan Davison
2021-08-23More minimalistic display of submodule (short) diffs (#700)Dan Davison
2021-08-21Refactor: use Option to model sometimes-null highlighter (#698)Dan Davison
2021-08-20Fix empty line highlighting (#642)Thomas Otto
2021-08-18Remove unnecessary borrows (#692)Ben Armstead
2021-06-22LintDan Davison
2021-04-29Fix ansi syntax theme (#581)Dan Davison
2020-12-27Simplify preparation of hunk header code fragmentDan Davison
2020-12-05Pass pre-painted prefix as OptionDan Davison
2020-12-05Pass pre-painted prefixDan Davison
2020-12-05Fix whitespace errors under keep-plus-minus-markers (#425)Dan 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-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-11-01Do not strip leading +/- under keep-plus-minus-markersDan Davison
2020-08-14New ANSI escape sequence parser based on vteDan Davison
2020-08-09Expand tabs when emitting as raw lineDan Davison
2020-08-06Do not send artificial leading space to syntax highlighterDan Davison
2020-08-06Fix commentDan Davison
2020-08-01Change parse_first_style() to take &str instead of bytes iteratorDan Davison
2020-08-01Set fill style for raw linesDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-30Create ansi moduleDan Davison