summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm
Commit message (Expand)AuthorAgeFilesLines
* CoreText: Fix getting system fonts on recent macOS/iOS versionsEskil Abrahamsen Blomfeldt2019-11-281-11/+0
* CoreText: Preserve font descriptors when resolving fallback familiesTor Arne Vestbø2019-10-141-74/+102
* CoreText: Use StyleHint as fallback when family is not foundTor Arne Vestbø2019-10-141-0/+17
* CoreText: Warn the user when family alias lookup slows down the applicationTor Arne Vestbø2019-10-081-5/+45
* CoreText: Use categorized loggingTor Arne Vestbø2019-10-041-4/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-0/+17
|\
| * iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+21
* | CoreText: Modernize style hint fallback lookupTor Arne Vestbø2019-09-161-129/+72
|/
* CoreText: Fix inaccurate use of pixelSize when dealing with pointSizeTor Arne Vestbø2019-01-031-7/+9
* CoreText: Modernize font smoothing and antialiasing threshold detectionTor Arne Vestbø2018-11-291-65/+0
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-6/+12
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-6/+12
* | Fix font weights on macOS 10.14Eskil Abrahamsen Blomfeldt2018-09-271-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-051-6/+5
|\|
| * macOS + FreeType: Properly distinguish memory fonts from file fontsTor Arne Vestbø2018-05-041-6/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-0/+2
|\|
| * Fix Darwin OS (but not macOS) build - mark unusued parameterTimur Pocheptsov2018-03-131-0/+2
* | Clean up our Objective-C usageJake Petroules2018-02-201-30/+16
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-18/+19
|\
| * CoreText: Add Apple Symbols as a fallback to cover some symbolsAndy Shaw2018-01-241-18/+19
* | QDockWidget: Use theme font for titleGabriel de Dietrich2018-02-051-1/+3
|/
* CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+3
* macOS/iOS: Fix garbled text under some conditionsEskil Abrahamsen Blomfeldt2017-12-011-8/+16
* Fix deprecated API usageJake Petroules2017-10-071-1/+1
* macOS: Defer population of localized font family aliases until neededTor Arne Vestbø2017-04-211-12/+33
* Add debug operators for font database structs for easier debuggingTor Arne Vestbø2017-04-181-0/+18
* macOS: Prevent leaking font data when creating QRawFont from QByteArraysTor Arne Vestbø2017-04-111-27/+6
* macOS: Don't marshal app font data via URL when using FreeType font engineTor Arne Vestbø2017-04-111-68/+33
* Populate application fonts via font descriptors on Apple platformsTor Arne Vestbø2017-04-111-51/+20
* macOS: Remove un-needed fontDef assignment in QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+0
* macOS: Use NSURL to resolve FreeType font names instead of CoreFoundationTor Arne Vestbø2017-04-041-28/+9
* macOS: Use shared code path for creating FreeType font engine for QRawFontTor Arne Vestbø2017-04-041-21/+1
* macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-60/+69
* Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-041-22/+1
* Rewrite FreeType-ifdef'ed function call in QCoreTextFontDatabaseTor Arne Vestbø2017-03-311-7/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-1/+1
|\
| * move qfontengine_ft.* from gui to platformsupportOswald Buddenhagen2017-02-081-1/+1
* | Fix deprecated API usageJake Petroules2017-01-241-21/+21
|/
* UIKit: Improve handling of private system fonts / fallback fontsTor Arne Vestbø2016-12-081-19/+18
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-4/+4
* platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-2/+2
* Add support for Apple watchOSJake Petroules2016-08-191-1/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-2/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-2/+1
| |\
| | * Remove QCoreTextFontEngine::supportsColorGlyphsGabriel de Dietrich2016-07-061-2/+1
* | | 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
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-170/+79
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\| |