summaryrefslogtreecommitdiff
path: root/src/util/enriched_string.cpp
Commit message (Collapse)AuthorAge
* EnrichedString: Fix substr segfault caused by non-formatted textSmallJoker2020-01-24
|
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-22
| | | | | | | | * StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests
* Add clientside translations.Ekdohibs2017-08-24
|
* Modernize source code: last part (#6285)Loïc Blot2017-08-20
| | | | | | | | | | | * Modernize source code: last par * Use empty when needed * Use emplace_back instead of push_back when needed * For range-based loops * Initializers fixes * constructors, destructors default * c++ C stl includes
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-19
| | | | * C++11 cleanup on constructors dir script
* 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.