summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/freetype
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Enabler: Store more properties of application fontsEskil Abrahamsen Blomfeldt2020-03-062-6/+17
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-0/+3
| |\
| | * Fix bounding box of zero-width entities in QFontEngineFTAllan Sandfeld Jensen2020-02-271-0/+3
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+9
|\| |
| * | Suppress deprecation warnings for QFont::ForceIntegerMetricsEskil Abrahamsen Blomfeldt2020-02-031-0/+9
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-1/+1
|\| |
| * | Freetype: Don't embolden bold fontsEskil Abrahamsen Blomfeldt2020-01-031-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-40/+40
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-42/+42
| |/
* / Don't use a QList on a type that can't be copiedLars Knoll2019-10-172-32/+64
|/
* Handle returned bitmap glyph when not requestedAllan Sandfeld Jensen2019-09-251-7/+23
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-132-53/+8
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-122-53/+8
| |\
| | * Refactor lockedAlphaMapForGlyphLars Knoll2019-08-082-53/+8
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-172-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-2/+4
| |\|
| | * Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-052-2/+4
* | | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-2/+2
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+1
| |\|
| | * Fix: freetype italic fonts in mono/aliased modeEirik Aavitsland2019-05-151-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+0
|\| |
| * | wasm: add fixedPitch fontLorn Potter2019-05-071-1/+0
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* | | More nullptr usage in headersKevin Funk2019-03-141-1/+1
* | | Simplify freetype renderingAllan Sandfeld Jensen2019-02-101-250/+74
|/ /
* | 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
|/