summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/freetype
Commit message (Expand)AuthorAgeFilesLines
* QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-281-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-3/+3
|\
| * Fix warnings building with --std=c++11 and gcc 8Allan Sandfeld Jensen2018-12-141-3/+3
* | Actually make QT_MAX_CACHED_GLYPH_SIZE the max glyph sizeTor Arne Vestbø2018-12-111-1/+1
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+1
|\
| * Fix DejaVu fonts URLSergio Martins2018-10-061-1/+1
* | Modernize the "thread" featureUlf Hermann2018-08-171-9/+0
|/
* Fix infinite recursion on stack trying load empty glyhsLars Knoll2018-03-201-4/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-4/+2
|\
| * Fix some cases of scaled text disappearing with freetypeJoni Poikelin2018-02-022-4/+2
| * Fix regression in painted emoji offsetAllan Sandfeld Jensen2018-01-101-1/+4
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+4
|\ \
| * | Fix regression in painted emoji offsetv5.10.0-rc1Allan Sandfeld Jensen2017-11-251-1/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-11/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-11/+21
| |\|
| | * Fix memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-062-11/+21
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-16/+11
|\| |
| * | Enable patent-free LCD rendering with FreeType 2.8.1Allan Sandfeld Jensen2017-10-071-16/+11
| |/
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-5/+5
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-48/+48
|/
* Do not use FT_LOAD_TARGET_LCD when full hinting is requestedAllan Sandfeld Jensen2017-05-291-7/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-0/+1
* Move FreeType font engine creation for QRawFont into factory functionTor Arne Vestbø2017-04-043-48/+52
* Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-043-27/+48
* Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-045-0/+2945