aboutsummaryrefslogtreecommitdiff
path: root/src/util/enriched_string.cpp
AgeCommit message (Collapse)Author
2021-04-05Reserve vectors before pushing and other code quality changes (#11161)sfan5
2020-01-24EnrichedString: Fix substr segfault caused by non-formatted textSmallJoker
2020-01-22StaticText/EnrichedString: Styling support (#9187)SmallJoker
* StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests
2017-08-24Add clientside translations.Ekdohibs
2017-08-20Modernize source code: last part (#6285)Loïc Blot
* 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
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
* C++11 cleanup on constructors dir script
2016-05-31Add colored text (not only colored chat).Ekdohibs
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.