index
:
kakoune.git
master
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
/
face.hh
Age
Commit message (
Expand
)
Author
2024-08-04
Add support for double underline
AdriĆ Arrufat
2023-10-25
Default comparison operators that can be
Maxime Coste
2023-10-25
Remove redundant comparison operators
Maxime Coste
2022-07-13
Re-work line trimming to fix issues with column highighters
Maxime Coste
2022-07-12
Fix past-the-eol column highlighter getting highlighted as buffer range
Maxime Coste
2021-09-07
Add support for curly underline and separate underline color
Maxime Coste
2021-07-12
src: Support strikethrough faces
Jason Felice
2020-07-31
Fix alpha of merged faces
Maxime Coste
2020-05-02
Add support for alpha channel in colors
Maxime Coste
2019-04-18
Small code cleanup in Face struct definition
Maxime Coste
2018-09-24
Misc fixes
Olivier Perret
2018-09-23
Replace the `Exclusive` face attribute with `Final`
Maxime Coste
2018-04-10
Redraw window when the face definition changed
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2015-10-23
Add an exclusive attribute that overrides existing face
Maxime Coste
2015-09-27
Add support for italic text attribute
Maxime Coste
2015-08-23
Change flag lines highlighter to use faces instead of colors
Maxime Coste
2015-04-25
Move Colors enum class as NamedColor enum inside Color struct
Maxime Coste
2015-03-21
constexprify Face
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-11-12
Use general flags utility for Face Attribute
Maxime Coste
2014-07-15
Use strongly typed enum for Face Attribute, add Dim
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste