summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qfontengine_coretext.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent top/left clipping of anti-aliased glyphs in CoreText font engineTor Arne Vestbø2014-02-191-3/+41
* Unify alpha map padding in CoreText font engineTor Arne Vestbø2014-02-191-9/+8
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-4/+4
* Make HarBuzz-NG the default shaper on MacKonstantin Ritt2014-01-311-0/+2
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-12/+6
* Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-051-6/+26
* QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-141-0/+2
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-5/+0
* Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-131-22/+43
* Use path-based text when painter has negative scale on raster/coretextTor Arne Vestbø2013-01-241-1/+7
* 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-2/+11
|\|
| * Fix crash when trying to create paths for color-glyphs (Emoji) on MacTor Arne Vestbø2013-01-141-2/+11
* | CoreText: Add support for providing scaled glyphs to the glyph-cacheTor Arne Vestbø2013-01-151-2/+10
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-2/+2
|/
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-231-0/+5
* Mac: fix invalid context in imageForGlyphTeemu Katajisto2012-11-211-1/+1
* Cocoa: fix coretext memory leaksTeemu Katajisto2012-10-191-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix rounding error when drawing scaled text on OS XEskil Abrahamsen Blomfeldt2012-09-101-6/+6
* Fix the UCS-2 surrogates handling in Q*FontEndine*::stringToCmap()Konstantin Ritt2012-07-101-0/+2
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-4/+4
* Fix Mac support for glyph scalingJiang Jiang2012-06-051-6/+18
* Fix surrogate pair handling in QCoreTextFontEngineJiang Jiang2012-05-231-5/+31
* Change coreservices -> iosIan Dean2012-04-191-1/+1
* Added iOS compatibility.Qt4iOS2012-04-131-0/+4
* Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-201-4/+5
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-3/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-5/+5
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QCoreTextFontEngineMultiJiang Jiang2011-12-041-323/+0
* Enable subpixel rendering for raster on MacJiang Jiang2011-12-041-1/+4
* Mac Core Text font database for QPAJiang Jiang2011-11-301-0/+882