summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qfontengine_coretext.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Fix matching of font weights for application fontsEskil Abrahamsen Blomfeldt2017-08-161-19/+26
* macOS: Prevent leaking font data when creating QRawFont from QByteArraysTor Arne Vestbø2017-04-111-0/+37
* Enable gamma-correction on a face-by-face basisAllan Sandfeld Jensen2017-01-241-0/+5
* Fix deprecated API usageJake Petroules2017-01-241-4/+4
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-3/+3
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-17/+10
|\
| * QCoreTextFontEngine: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-121-17/+10
* | Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-151-0/+13
* | Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-7/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-7/+2
| |\
| | * Remove QCoreTextFontEngine::supportsColorGlyphsGabriel de Dietrich2016-07-061-7/+2
* | | Fix tvOS buildMike Krus2016-06-171-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-2/+2
|\| |
| * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-11/+54
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-11/+54
| |\|
| | * Add constants for the CoreText font weights.Jake Petroules2016-05-081-9/+52
| | * Reorder negative font weight checks in qtWeightFromCFWeight.Jake Petroules2016-05-051-4/+4
* | | Add support for Apple tvOSMike Krus2016-05-171-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-0/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+5
| |\|
| | * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-291-0/+5
* | | Report correct font underline position on OS XEskil Abrahamsen Blomfeldt2016-03-011-0/+6
* | | Use correct underline thickness on OS XEskil Abrahamsen Blomfeldt2016-03-011-0/+7
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Fix kerned advances in QRawFont on OS X and WindowsEskil Abrahamsen Blomfeldt2015-11-251-0/+15
|/
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-021-10/+0
* OS X: Fix mixing writing systems, ligatures and text formattingEskil Abrahamsen Blomfeldt2015-03-051-5/+3
* QCoreTextFontEngine: Cache face_id.Robin Burchell2015-02-221-7/+5
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-1/+3
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Fix bugs generating PDF on CocoaJames Turner2015-01-171-3/+65
* Add QFont::Weight enum valuesPierre Rossi2014-12-121-30/+36
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+4
|\
| * OSX: implement QFontMetrics::maxWidth().David Faure2014-11-241-1/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-3/+4
|\|
| * Respect NoSubpixelAntialias in QCoreTextFontEngine::imageForGlyphAllan Sandfeld Jensen2014-10-241-3/+4
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-1/+1
|\|
| * OSX: Properly detect language support in fontsEskil Abrahamsen Blomfeldt2014-09-101-1/+1
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-7/+3
|/
* CoreText: Prevent creation of CGContext for glyphs with empty bounding boxTor Arne Vestbø2014-05-121-0/+5
* Fix bundled HarfBuzz-NG build outside QtGuiKonstantin Ritt2014-03-191-10/+21
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-051-0/+2
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-031-1/+1
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-031-0/+19
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+6
* Get rid of unused variableKonstantin Ritt2014-03-031-2/+0
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-7/+4