summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * QCoreTextFontDatabase: close memory leak in themeFontTim Blechmann2015-01-071-1/+5
| * QCoreTextFontDatabase: release CTFontDescriptorRef references in dtorTim Blechmann2015-01-071-0/+2
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-19/+3
* | Make more font databases report fontsAlwaysScalable()Konstantin Ritt2014-12-091-0/+5
|/
* Add support for more font weights internallyPierre Rossi2014-10-241-0/+6
* CoreText font database: Use dynamic type on iOS to resolve theme fontsRichard Moe Gustavsen2014-10-191-5/+45
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Clean up the CFTypes used in popuplateFamilyAndy Shaw2014-10-071-2/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+3
|\
| * QCoreTextFontDatabase: reduce memory consumptionJ-P Nurmi2014-09-041-0/+3
| * QCoreTextFontDatabase: Remove number type asserts.Morten Johan Sørvig2014-08-281-2/+0
* | Cocoa: Always add Arial Unicode MS to fallback listEskil Abrahamsen Blomfeldt2014-09-181-0/+19
* | OSX: Properly detect language support in fontsEskil Abrahamsen Blomfeldt2014-09-101-0/+22
* | QCoreTextFontDatabase: Remove number type asserts.Morten Johan Sørvig2014-08-261-2/+0
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-24/+159
|\|
| * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-111-24/+159
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-3/+13
|\|
| * QCoreTextFontDatabase: Fix font weight value when populating a familyGabriel de Dietrich2014-07-291-3/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+8
|\|
| * Allow QFont lookups using localized family names by adding family aliasTor Arne Vestbø2014-05-121-1/+8
* | qpa: merge qrawfont_qpa.cppTor Arne Vestbø2014-05-131-1/+1
|/
* Teach font database to populate families lazilyTor Arne Vestbø2014-03-201-13/+36
* Don't populate font families using localized family names on OS X/iOSTor Arne Vestbø2014-03-131-5/+5
* Fix a few build warnings on iOS due to unused functionsTor Arne Vestbø2014-03-131-0/+4
* Remove need to populate font database on OS X to get fallback familiesTor Arne Vestbø2014-03-111-42/+14
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-051-19/+28
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-3/+3
* Decrease code duplicationKonstantin Ritt2014-02-061-3/+1
* Fix nested template declarations for non-C++11 buildsTor Arne Vestbø2014-01-271-4/+4
* Enable adding/removing application fonts on iOSTor Arne Vestbø2014-01-251-13/+43
* Teach CoreText font db to handle application font files with multiple fontsTor Arne Vestbø2014-01-251-67/+59
* Use shared list of application fonts in CoreText font databaseTor Arne Vestbø2014-01-251-17/+17