summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* [QCoreTextFontDatabase] Minor clean-upKonstantin Ritt2015-03-071-4/+0
* [QCoreTextFontDatabase] Micro optimizationKonstantin Ritt2015-03-071-13/+19
* OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+14
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+4
|\
| * OS X/iOS: Fix stretched font renderingEskil Abrahamsen Blomfeldt2015-01-221-1/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+7
|\|