summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm
Commit message (Expand)AuthorAgeFilesLines
* Keep web fontdata alive as long as CG uses itAllan Sandfeld Jensen2013-11-141-4/+13
* Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-4/+4
* iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.hTor Arne Vestbø2013-02-261-0/+2
* Reintroduce use of CTFontCopyDefaultCascadeListForLanguages on Mac OSTor Arne Vestbø2013-02-211-2/+2
* Introduce macros for simplifying platform checks on Mac OS and iOSTor Arne Vestbø2013-02-181-2/+2
* Manually add Emoji font to fallback list on Mac OSTor Arne Vestbø2013-02-161-0/+6
* Don't assume CTFontCopyDefaultCascadeListForLanguages is available on 10.8Tor Arne Vestbø2013-02-141-3/+2
* Use CTFontCopyDefaultCascadeListForLanguages for font fallback if availableTor Arne Vestbø2013-02-121-67/+127
* Don't use the fallback list to decide if the CoreText font db was populatedTor Arne Vestbø2013-02-121-1/+5
* 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 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-211-5/+5
|/
* 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-191-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix printing with OS X platform pluginEskil Abrahamsen Blomfeldt2012-09-101-1/+13
* Replace deprecated ATS calls with CTFontManager calls in 10.8Jiang Jiang2012-08-211-1/+48
* Populate the font database when calling fallbacksForFamily().Zeno Albisser2012-05-161-0/+2
* Change coreservices -> iosIan Dean2012-04-191-3/+3
* Added iOS compatibility.Qt4iOS2012-04-131-0/+8
* Make it possible to enable non-scalable font scalingMiikka Heikkinen2012-04-101-0/+11
* Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-201-10/+33
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-021-5/+2
* Mac: Fix compilation with -qtnamespace setKai Koehne2012-01-311-1/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-121-2/+2
* Enable subpixel rendering for raster on MacJiang Jiang2011-12-041-0/+7
* Add QRawFont from data support to Mac font dbJiang Jiang2011-12-011-0/+23
* Set supporting writingSystem correctlyJiang Jiang2011-12-011-1/+2
* Mac Core Text font database for QPAJiang Jiang2011-11-301-0/+342