summaryrefslogtreecommitdiff
path: root/src/color.cc
AgeCommit message (Expand)Author
2024-08-12Extract format implementation to its own fileMaxime Coste
2023-11-03Add support for 0-padding in format and replace uses of sprintfMaxime Coste
2022-02-12Make Color::validate_alpha() a constexpr function.Tim Allen
2020-05-02Add support for alpha channel in colorsMaxime Coste
2018-05-27Refactor option_from_string to return directly the option valueMaxime Coste
2018-04-06Make error messages more consistentDelapouite
2017-10-24Rename br* colors to bright-*Net
2017-10-22Support bright named colorsNet
2017-10-10Move all non-core string code to string_utils.{hh,cc}Maxime Coste
2017-10-06Remove unneeded regex.hh include in color.ccMaxime Coste
2017-09-12Rename some string conversion function to the common 'to_string'Maxime Coste
2017-08-29Rename containers.hh to ranges.hh (and Container to Range)Maxime Coste
2015-04-25Move Colors enum class as NamedColor enum inside Color structMaxime Coste
2015-04-02Rewrite rgb color parsingMaxime Coste
2014-12-27Refactor color functionsMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-08-19Do not allow using color names as face namesMaxime Coste
2013-07-26Color,ColorPair: always pass by copyMaxime Coste
2013-06-19do not use std::{to_string,stoi} as they cause problems with cygwinMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-05-13support specifying colors with RGB componentsMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-03-29Add support for tuple Options, implement LineAndFlag using thatMaxime Coste
2013-03-25extract parse_color to color.cc as str_to_color, and add color_to_strMaxime Coste