summaryrefslogtreecommitdiff
path: root/src/cguittfont/CGUITTFont.cpp
Commit message (Collapse)AuthorAge
* Plug two minor Leaks (#5603)Auke Kok2017-04-17
| | | | | | | | | | * Resource leak: CHECK_FILE_ERR returns, without freeing chunk_name. Found with static analysis. * Resource leak: leaks `page` on error path. Found with static analysis.
* 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.
* Suppress CGUITTFONT build warningsCraig Robbins2015-02-13
|
* Fix warnings in CGUITTFont.cppCraig Robbins2015-02-06
|
* Suppress 4 gcc 4.9.2 warnings in CGUITTFont.cppngosang2015-02-05
|
* Fix labels and vertlabels on some systems.RealBadAngel2014-06-20
|
* Fix newline not handled to to interpreting it as invisible charsapier2014-06-19
|
* Add alpha setting to font shadowBlockMen2013-12-14
|
* Add configurable font shadow.Ilya Zhuravlev2013-12-12
|
* Add Freetype supportIlya Zhuravlev2013-02-14