summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
| |\|
| | * Fix crash when using QRawFont with FreeType on OS X.Jake Petroules2016-05-061-1/+1
* | | Add support for Apple tvOSMike Krus2016-05-171-4/+4
* | | Minor fixups to the change that added FreeType on OSXAndreas Hartmetz2016-04-291-1/+1
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-7/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-7/+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
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-12/+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
* | 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
* OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-5/+124
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-13/+1
* Avoid signed-unsigned warning on OS XLaszlo Agocs2015-04-161-1/+1