summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac
Commit message (Expand)AuthorAgeFilesLines
* Fix Darwin OS (but not macOS) build - mark unusued parameterTimur Pocheptsov2018-03-131-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-143-19/+28
|\
| * CoreText: Make sure to keep reference to data when cloning raw font engineTor Arne Vestbø2018-02-072-1/+9
| * CoreText: Add Apple Symbols as a fallback to cover some symbolsAndy Shaw2018-01-241-18/+19
* | Remove code paths for macOS < 10.11Jake Petroules2018-02-111-13/+3
* | QDockWidget: Use theme font for titleGabriel de Dietrich2018-02-051-1/+3
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-0/+3
| |\|
| | * CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-9/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-302-9/+19
| |\|
| | * macOS/iOS: Fix garbled text under some conditionsEskil Abrahamsen Blomfeldt2017-12-012-9/+19
* | | macOS: remove existing color-profile handling codeMorten Johan Sørvig2017-12-151-5/+1
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\|
| | * Fix deprecated API usageJake Petroules2017-10-071-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-46/+46
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-19/+26
|\|
| * macOS: Fix matching of font weights for application fontsEskil Abrahamsen Blomfeldt2017-08-161-19/+26
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-5/+9
|\|
| * Add undeclared CoreFoundation and Foundation deps to coretext.priJake Petroules2017-05-111-5/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-072-12/+36
|\|
| * macOS: Defer population of localized font family aliases until neededTor Arne Vestbø2017-04-212-12/+36
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-204-146/+110
|\|
| * 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-113-27/+45
| * macOS: Don't marshal app font data via URL when using FreeType font engineTor Arne Vestbø2017-04-112-71/+33
| * Populate application fonts via font descriptors on Apple platformsTor Arne Vestbø2017-04-112-56/+22
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-073-116/+70
|\|
| * 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-042-69/+84
| * Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-041-22/+1
| * Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-041-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-042-7/+5
|\|
| * Rewrite FreeType-ifdef'ed function call in QCoreTextFontDatabaseTor Arne Vestbø2017-03-312-7/+4
* | Fix CoreText font database build on watchOSJake Petroules2017-03-302-22/+3
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-142-4/+4
|\
| * make freetype & fontconfig dependencies private againOswald Buddenhagen2017-02-081-1/+1
| * move qfontengine_ft.* from gui to platformsupportOswald Buddenhagen2017-02-082-3/+3
* | Enable gamma-correction on a face-by-face basisAllan Sandfeld Jensen2017-01-242-0/+6
* | Fix deprecated API usageJake Petroules2017-01-242-25/+25
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-132-20/+19
|\|
| * UIKit: Improve handling of private system fonts / fallback fontsTor Arne Vestbø2016-12-082-20/+19
* | CoreText Font DB: Link to AppKit instead of ApplicationServicesGabriel de Dietrich2016-12-121-3/+2
* | Don't disable CoreText on watchOS Simulator (take 2)Jake Petroules2016-11-031-4/+10
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-1/+1
|\|
| * rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-132-7/+7
|\|