summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-142-4/+22
|\
| * Fix regression in handling Chinese system default fontAllan Sandfeld Jensen2017-01-062-4/+22
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-2/+2
|\|
| * REG: Fix missing glyphs with DirectWrite and stretch == QFont::AnyStretchEskil Abrahamsen Blomfeldt2016-12-091-2/+2
* | UIKit: Improve handling of private system fonts / fallback fontsTor Arne Vestbø2016-12-082-20/+19
* | winrt: Add missing overrideAlexander Volkov2016-11-302-12/+12
* | winrt: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-11-301-7/+7
|/
* Register fonts with preferred names on WindowsAllan Sandfeld Jensen2016-11-234-174/+189
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-26/+26
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-26/+26
| |\
| | * QFontconfigDatabase: remove 200 unneeded relocationsMarc Mutz2016-11-081-26/+26
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-2/+3
* | | Move WinRT font database to QtFontDatabaseSupportGabriel de Dietrich2016-11-094-0/+596
* | | Windows: Don't claim bitmap fonts support all standard sizesEskil Abrahamsen Blomfeldt2016-11-071-1/+1
* | | Windows: Fix high-dpi text renderingEskil Abrahamsen Blomfeldt2016-11-041-0/+4
* | | remove bogus freetype dependency stuffOswald Buddenhagen2016-11-011-5/+0
* | | Windows QPA: Do not use QSettings to access the registryFriedemann Kleint2016-10-283-4/+29
* | | Move Windows font DB and engines to QtFontDatabaseSupportGabriel de Dietrich2016-10-2812-0/+5614
* | | rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-154-4/+3
* | | create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-153-3/+14
* | | get rid of Q_FONTCONFIGDATABASE defineOswald Buddenhagen2016-10-151-2/+2
* | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-062-7/+7
* | | convert apparently forgotten QT_CONFIG/fontconfig reference to qtConfig()Oswald Buddenhagen2016-10-041-1/+1
* | | clean up freetype conditionalsOswald Buddenhagen2016-10-041-1/+1
* | | fix freetype/fontconfig configure systemOswald Buddenhagen2016-10-041-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-1/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+7
| |\|
| | * Fix Myanmar text with some fontsEskil Abrahamsen Blomfeldt2016-09-231-1/+7
* | | Do not force the default fontconfig configurationAllan Sandfeld Jensen2016-09-042-1/+8
* | | platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-263-4/+5
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-227-39/+55
|\ \ \
| * | | Add support for Apple watchOSJake Petroules2016-08-193-15/+14
| * | | Cleanup QT_NO_FONTCONFIG usageLars Knoll2016-08-192-3/+1
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-192-3/+3
| * | | QCoreTextFontEngine: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-121-17/+10
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-3/+29
| |\| |
| | * | Fix registered style name of sub-familiesAllan Sandfeld Jensen2016-08-031-1/+0
| | * | Register sub-families as separate fontsAllan Sandfeld Jensen2016-08-021-3/+30
* | | | Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-152-0/+14
* | | | Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-193-24/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-153-24/+3
| |\|
| | * Remove QCoreTextFontEngine::supportsColorGlyphsGabriel de Dietrich2016-07-063-24/+3
* | | 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