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
/
color.hh
Age
Commit message (
Expand
)
Author
2023-10-25
Remove redundant comparison operators
Maxime Coste
2022-02-12
Make Color::validate_alpha() a constexpr function.
Tim Allen
2020-05-02
Add support for alpha channel in colors
Maxime Coste
2018-05-27
Refactor option_from_string to return directly the option value
Maxime Coste
2017-10-24
Rename br* colors to bright-*
Net
2017-10-22
Support bright named colors
Net
2017-10-20
Constexprify various hash functions
Maxime Coste
2017-09-12
Rename some string conversion function to the common 'to_string'
Maxime Coste
2015-04-25
Move Colors enum class as NamedColor enum inside Color struct
Maxime Coste
2015-03-21
Fix Color constructor not constexpr
Maxime Coste
2015-03-20
constexprify Color (in)equality operator
Maxime Coste
2015-02-10
Do not hash rgb values for non rgb colors
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-08-19
Do not allow using color names as face names
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste
2013-07-26
Color,ColorPair: always pass by copy
Maxime Coste
2013-05-13
support specifying colors with RGB components
Maxime Coste
2013-03-29
Add support for tuple Options, implement LineAndFlag using that
Maxime Coste
2013-03-25
extract parse_color to color.cc as str_to_color, and add color_to_str
Maxime Coste
2013-03-06
Use a ColorPair in DisplayAtoms instead of separate fg/bg colors
Maxime Coste
2012-10-23
use Colors and Attributes are char
Maxime Coste
2012-09-17
Add a ColorRegistry class responsible of color parsing and supporting aliases
Maxime Coste