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.cc
Age
Commit message (
Expand
)
Author
2024-08-12
Extract format implementation to its own file
Maxime Coste
2023-11-03
Add support for 0-padding in format and replace uses of sprintf
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
2018-04-06
Make error messages more consistent
Delapouite
2017-10-24
Rename br* colors to bright-*
Net
2017-10-22
Support bright named colors
Net
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-10-06
Remove unneeded regex.hh include in color.cc
Maxime Coste
2017-09-12
Rename some string conversion function to the common 'to_string'
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2015-04-25
Move Colors enum class as NamedColor enum inside Color struct
Maxime Coste
2015-04-02
Rewrite rgb color parsing
Maxime Coste
2014-12-27
Refactor color functions
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-08-19
Do not allow using color names as face names
Maxime Coste
2013-07-26
Color,ColorPair: always pass by copy
Maxime Coste
2013-06-19
do not use std::{to_string,stoi} as they cause problems with cygwin
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-05-13
support specifying colors with RGB components
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
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