summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-162-2/+26
|\
| * Fix crash when trying to create paths for color-glyphs (Emoji) on MacTor Arne Vestbø2013-01-142-2/+26
* | CoreText: Add support for providing scaled glyphs to the glyph-cacheTor Arne Vestbø2013-01-152-2/+11
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-102-3/+3
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-1/+2
|\|
| * Fix styleName support in QPA font databaseJiang Jiang2012-12-141-1/+2
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-212-7/+7
|/
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-232-0/+7
* Mac: fix invalid context in imageForGlyphTeemu Katajisto2012-11-211-1/+1
* Fix for compiling with clang with c++11.Erik Verbruggen2012-11-061-1/+1
* Cocoa: make text subpixel rendering check to work for non-Apple displaysTeemu Katajisto2012-11-031-16/+38
* Mac: Correct writingSystem check value for ChineseLiang Qi2012-10-301-2/+2
* Cocoa: fix coretext memory leaksTeemu Katajisto2012-10-192-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-224-96/+96
* Fix printing with OS X platform pluginEskil Abrahamsen Blomfeldt2012-09-101-1/+13
* Fix rounding error when drawing scaled text on OS XEskil Abrahamsen Blomfeldt2012-09-101-6/+6
* Replace deprecated ATS calls with CTFontManager calls in 10.8Jiang Jiang2012-08-211-1/+48
* 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-102-6/+6
* Fix Mac support for glyph scalingJiang Jiang2012-06-052-7/+19
* Fix surrogate pair handling in QCoreTextFontEngineJiang Jiang2012-05-231-5/+31
* Populate the font database when calling fallbacksForFamily().Zeno Albisser2012-05-161-0/+2
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Change coreservices -> iosIan Dean2012-04-194-6/+6
* Added iOS compatibility.Qt4iOS2012-04-134-0/+20
* Make it possible to enable non-scalable font scalingMiikka Heikkinen2012-04-102-0/+13
* Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-261-1/+1
* Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-203-14/+41
* Add missing Q_OBJECT macro to QCoreTextFontEngineTasuku Suzuki2012-03-061-0/+1
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-3/+1
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-021-5/+2
* Mac: Fix compilation with -qtnamespace setKai Koehne2012-01-312-1/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-304-4/+4
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-242-7/+8
* Update contact information in license headers.Jason McDonald2012-01-234-4/+4
* Update copyright year in license headers.Jason McDonald2012-01-054-4/+4
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-121-2/+2
* Remove QCoreTextFontEngineMultiJiang Jiang2011-12-042-357/+0
* Enable subpixel rendering for raster on MacJiang Jiang2011-12-042-1/+11
* Add QRawFont from data support to Mac font dbJiang Jiang2011-12-012-0/+24
* Set supporting writingSystem correctlyJiang Jiang2011-12-011-1/+2
* Mac Core Text font database for QPAJiang Jiang2011-11-305-0/+1444