summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+6
| |\
| | * UIKit: Don't populate font families with no matching fontsTor Arne Vestbø2016-06-141-0/+6
* | | Fix tvOS buildMike Krus2016-06-171-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-2/+2
|\| |
| * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-2/+2
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-042-177/+79
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-232-12/+55
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-12/+55
| |\|
| | * Add constants for the CoreText font weights.Jake Petroules2016-05-081-9/+52
| | * Fix crash when using QRawFont with FreeType on OS X.Jake Petroules2016-05-061-1/+1
| | * Reorder negative font weight checks in qtWeightFromCFWeight.Jake Petroules2016-05-051-4/+4
* | | Add support for Apple tvOSMike Krus2016-05-175-12/+12
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-23/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-23/+17
| |\|
| | * Micro optimization to QFontconfigDatabaseKonstantin Ritt2016-04-271-12/+12
| | * Get rid of requiresOpenType() helperKonstantin Ritt2016-04-271-14/+7
| | * Query FC_CAPABILITY once per patternKonstantin Ritt2016-04-271-2/+3
| | * Check for required capability only when FC_CAPABILITY is availableKonstantin Ritt2016-04-271-1/+1
* | | Minor fixups to the change that added FreeType on OSXAndreas Hartmetz2016-04-292-2/+1
* | | Basic font database: remove opentype CONFIG, it does nothingAndreas Hartmetz2016-04-291-2/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-052-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-042-0/+6
| |\|
| | * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-292-0/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-222-9/+3
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-132-8/+2
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-112-8/+2
| | |\|
| | | * Xft antialias settings must not override requested NoAntialiasAllan Sandfeld Jensen2016-03-101-1/+1
| | | * QCoreTextFontDatabase: Get rid of local fallbacksForFamily cacheKonstantin Ritt2016-03-071-7/+1
| * | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
| |/ /
* | | Report correct font underline position on OS XEskil Abrahamsen Blomfeldt2016-03-012-0/+8
* | | Use correct underline thickness on OS XEskil Abrahamsen Blomfeldt2016-03-012-0/+10
|/ /
* | Add user friendly warning to basic fontdb when there are no fontsLaszlo Agocs2016-01-261-2/+3
* | Updated license headersJani Heikkinen2016-01-1511-154/+220
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-3/+7
|\|
| * Remove O(n^2) behavior in fallbacksForFamily().Volker Krause2015-11-261-3/+7
* | Fix kerned advances in QRawFont on OS X and WindowsEskil Abrahamsen Blomfeldt2015-11-252-0/+17
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-1/+7
|\|
| * Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-1/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-253-24/+8
|\|
| * Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-2/+2
| * CoreText: Respect Qt::AA_Use96Dpi flag when creating CT fontsTor Arne Vestbø2015-09-091-10/+6
| * Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-022-12/+0
* | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-2/+2
|/
* OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-141-2/+12
* OSX FreeType: respect hinting preferenceAndreas Hartmetz2015-08-141-0/+1
* Move setter for QFont::HintingPreference to QFontEngineFT.Andreas Hartmetz2015-08-141-20/+2