summaryrefslogtreecommitdiff
path: root/src/util/coloredstring.cpp
Commit message (Collapse)AuthorAge
* Add colored text (not only colored chat).Ekdohibs2016-05-31
| | | | | Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.
* Colored chat working as expected for both freetype and non-freetype builds. ↵TriBlade92016-05-31
@nerzhul improvements * Add unit tests * Fix coding style * move guiChatConsole.hpp to client/