aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes/static_text.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Irrlicht support code maintenancesfan52021-03-311-4/+0
|
* Restore Irrlicht 1.9 supportsfan52021-03-091-0/+5
|
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-221-11/+6
| | | | | | | | * StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests
* Fix debug and info text being the wrong colorrubenwardy2018-08-051-1/+4
| | | | Fixes #7623
* Fix tooltip colors specified by formspec partrubenwardy2018-08-041-1/+1
|
* Forget to fix non freetype build in StaticTextLoic Blot2018-01-121-4/+17
|
* Don't recalculate statustext initial color everytime & review fixesLoic Blot2018-01-051-1/+2
|
* GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on ↵Loic Blot2018-01-051-52/+53
| | | | | | | StaticText Other enhancements: * C++ friendlyness for addStaticText() -> move to static StaticText::add()
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Add colored text (not only colored chat).Ekdohibs2016-05-311-0/+268
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.