aboutsummaryrefslogtreecommitdiff
path: root/src/client/fontengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-5/+7
* Fully remove bitmap font support (#11863)sfan52022-01-081-133/+20
* Improve TTF support for pixel-style fonts (#11848)Vincent Robinson2021-12-301-6/+11
* Protect font initialization with mutexsfan52021-12-181-38/+10
* fontengine: Fix crash loading PNG/XML fonts from paths without dotsfan52021-06-011-2/+3
* Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan52021-03-291-51/+44
* Settings: Purge getDefault, clean FontEngineSmallJoker2021-01-291-33/+32
* Add FormSpec font styling options (#9763)v-rob2020-07-121-0/+15
* Overall improvements to log messages (#9598)sfan52020-04-081-1/+1
* Add comments for translators (#9510)Wuzzy2020-03-201-0/+8
* Clean up font caching, fix bitmap fontsSmallJoker2019-11-031-67/+50
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-031-17/+53
* Fix some reference counters (memleak) (#8981)SmallJoker2019-09-241-4/+1
* fontengine: Fix non-gettext buildsSmallJoker2019-08-241-1/+1
* Clean up and fix freetype=false crashes (#8641)SmallJoker2019-08-061-228/+90
* Fix crash if display resolution is not set (#7950)Martin Renold2018-12-081-0/+5
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+505