summaryrefslogtreecommitdiff
path: root/src/color.cc
AgeCommit message (Expand)Author
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