aboutsummaryrefslogtreecommitdiff
path: root/src/util/enriched_string.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* EnrichedString: Fix uninitialized variable m_default_lengthSmallJoker2020-01-231-1/+1
|
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-221-7/+21
| | | | | | | | * StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-1/+1
| | | | * C++11 cleanup on constructors dir script
* Add colored text (not only colored chat).Ekdohibs2016-05-311-0/+91
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.