Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update my name | Nathanaël Courant | 2022-06-16 |
| | |||
* | Fully remove bitmap font support (#11863) | sfan5 | 2022-01-08 |
| | | | Freetype is now a build requirement. | ||
* | Remove unused (de)serializeAttributes() methods | ROllerozxa | 2021-12-29 |
| | |||
* | Irrlicht support code maintenance | sfan5 | 2021-03-31 |
| | |||
* | Restore Irrlicht 1.9 support | sfan5 | 2021-03-09 |
| | |||
* | StaticText/EnrichedString: Styling support (#9187) | SmallJoker | 2020-01-22 |
| | | | | | | | | * StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests | ||
* | Fix debug and info text being the wrong color | rubenwardy | 2018-08-05 |
| | | | | Fixes #7623 | ||
* | Fix tooltip colors specified by formspec part | rubenwardy | 2018-08-04 |
| | |||
* | Forget to fix non freetype build in StaticText | Loic Blot | 2018-01-12 |
| | |||
* | Don't recalculate statustext initial color everytime & review fixes | Loic Blot | 2018-01-05 |
| | |||
* | GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on ↵ | Loic Blot | 2018-01-05 |
| | | | | | | | StaticText Other enhancements: * C++ friendlyness for addStaticText() -> move to static StaticText::add() | ||
* | C++ modernize: Pragma once (#6264) | Loïc Blot | 2017-08-17 |
| | | | | * Migrate cpp headers to pragma once | ||
* | Add colored text (not only colored chat). | Ekdohibs | 2016-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. |