index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
style.rs
Age
Commit message (
Expand
)
Author
2024-11-09
Redundant Option Checks, Unwrap Safety (#1892)
shray sharma
2023-05-17
Fix warning highlight for trailing whitespace (#1037)
William Escande
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-01-04
Make Config cloneable for DeltaTest, store as Cow<Config> there
Thomas Otto
2021-12-09
Refactor
Dan Davison
2021-12-05
PERF: Add comment
Dan Davison
2021-11-23
New option to map raw styles encountered in input
Dan Davison
2021-11-22
Allow custom colors to be defined in gitconfig (#788)
Dan Davison
2021-11-15
Handle `git blame` output
Dan Davison
2021-11-10
Add compact debug formatting for Style
Thomas Otto
2021-10-16
Add side-by-side line wrapping
Thomas Otto
2021-06-23
Lint: function named to_* should consume argument
Dan Davison
2021-01-08
Clippy (#496)
Dan Davison
2020-12-31
Add styles for file path and line number in hunk header
Dan Davison
2020-11-07
remove some clippy warnings (#383)
Marco Ieni
2020-11-05
fix some clippy warnings (#380)
Marco Ieni
2020-08-14
New ANSI escape sequence parser based on vte
Dan Davison
2020-08-01
Change parse_first_style() to take &str instead of bytes iterator
Dan Davison
2020-08-01
Add failing test for blink attribute in color.diff.{old,new}
Dan Davison
2020-08-01
Add trailing comma
Dan Davison
2020-08-01
Parse ANSI escape sequences as ansi_term Style
Dan Davison
2020-08-01
Emit raw lines instead of explicitly handling --color-moved
Dan Davison
2020-08-01
Initial implementation of color-moved support
Dan Davison
2020-07-13
Refactor: has_background_color() -> get_background_color()
Dan Davison
2020-06-27
Improve --show-styles command
Dan Davison
2020-06-27
Refactor: pass foreground & background defaults as a single Style
Dan Davison
2020-06-26
New command --show-styles
Dan Davison
2020-06-26
Refactor: parse_style module
Dan Davison
2020-06-19
Refactor: add native style.paint() method
Dan Davison
2020-06-17
Highlight added/removed empty lines if they would be invisible
Dan Davison
2020-06-10
Refactor: Config::from_args
Dan Davison
2020-06-10
Don't interpret 'ul' and 'ol' specially in style strings
Dan Davison
2020-06-02
Implement compositional decoration attributes
Dan Davison
2020-05-31
Allow --ELEMENT-style=none meaning no style
Dan Davison
2020-05-31
Function did not need to be public
Dan Davison
2020-05-31
Allow --ELEMENT-decoration-style=none
Dan Davison
2020-05-30
Hack: add boolean to Style struct to identify non-emph styles
Dan Davison
2020-05-30
Add is_omitted field to Style struct
Dan Davison
2020-05-30
Make decoration style non-optional
Dan Davison
2020-05-29
Introduce is_raw style attribute
Dan Davison
2020-05-29
Change decoration style enum variant name: Omit => NoDecoration
Dan Davison
2020-05-28
Support same style attribute and color names as git
Dan Davison
2020-05-27
Be more permissive: take first of multiple special attributes
Dan Davison
2020-05-27
Bug fix: e.g. underline in --minus-style was not taking effect
Dan Davison
2020-05-27
Add failing test of underline attribute
Dan Davison
2020-05-27
Refactor: Create color and theme modules, consolidate style code
Dan Davison
2020-05-27
Add overline and underoverline decoration styles
Dan Davison
2020-05-26
Implement --{commit,file,hunk-header}-{style,decoration-style}
Dan Davison
2020-05-22
Use new Style struct, wrapping ansi_term::Style
Dan Davison
2020-05-22
Implement hunk styles using style string arguments
Dan Davison
[next]