summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qfontengine_coretext_p.h
Commit message (Expand)AuthorAgeFilesLines
* Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-051-2/+2
* CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-301-0/+1
* CoreText: Add font antialiasing and smoothing helper functionsTor Arne Vestbø2018-11-291-0/+2
* CoreText: Remove handling of the AppleAntiAliasingThreshold user defaultTor Arne Vestbø2018-11-291-2/+1
* CoreText: Add helper function to determine if a font has color glyphsTor Arne Vestbø2018-11-291-0/+1
* CoreText: Modernize font smoothing and antialiasing threshold detectionTor Arne Vestbø2018-11-291-3/+12
* CoreText: Use QCFType to track CoreFoundation member variablesTor Arne Vestbø2018-11-281-2/+2
* CoreText: Share code by using delegate constructorTor Arne Vestbø2018-11-281-0/+1
* CoreText: Simplify and share code for loading glyph advancesTor Arne Vestbø2018-11-281-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * CoreText: Make sure to keep reference to data when cloning raw font engineTor Arne Vestbø2018-02-071-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-37/+37
|/
* macOS: Prevent leaking font data when creating QRawFont from QByteArraysTor Arne Vestbø2017-04-111-0/+2
* Enable gamma-correction on a face-by-face basisAllan Sandfeld Jensen2017-01-241-0/+1
* Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-151-0/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-15/+0
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-15/+0
| |\
| | * Remove QCoreTextFontEngine::supportsColorGlyphsGabriel de Dietrich2016-07-061-15/+0
* | | Add support for Apple tvOSMike Krus2016-05-171-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+1
| |\|
| | * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-291-0/+1
* | | Report correct font underline position on OS XEskil Abrahamsen Blomfeldt2016-03-011-0/+2
* | | Use correct underline thickness on OS XEskil Abrahamsen Blomfeldt2016-03-011-0/+3
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Fix kerned advances in QRawFont on OS X and WindowsEskil Abrahamsen Blomfeldt2015-11-251-0/+2
|/
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-021-2/+0
* Add missing Q_DECL_OVERRIDE in Cocoa specific header filesGabriel de Dietrich2015-06-241-31/+31
* QCoreTextFontEngine: Cache face_id.Robin Burchell2015-02-221-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix bugs generating PDF on CocoaJames Turner2015-01-171-0/+2
* Drop modularization leftoversKonstantin Ritt2014-12-121-3/+0
* Add QFont::Weight enum valuesPierre Rossi2014-12-121-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+11
|\
| * Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* | OSX: Properly detect language support in fontsEskil Abrahamsen Blomfeldt2014-09-101-0/+2
|/
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-051-2/+0
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-2/+0
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-031-1/+1
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-031-0/+1
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-2/+2
* Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-101-1/+0
* Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-051-0/+1
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-4/+0
* Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-131-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-0/+15
|\|