summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* 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-2211-11/+11
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1811-11/+11
* | 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-044-8/+12
|\|
| * Fix styleName support in QPA font databaseJiang Jiang2012-12-143-7/+12
| * properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-1/+0
* | Skip FcCharSetHasChar() callKonstantin Ritt2013-01-021-1/+1
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-216-64/+107
|/
* default to Regular font with FontConfigMichał Sawicz2012-11-231-5/+5
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-232-0/+7
* Mac: fix invalid context in imageForGlyphTeemu Katajisto2012-11-211-1/+1
* exclude 3rdparty from lupdateOswald Buddenhagen2012-11-201-0/+2
* 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-2211-265/+265
* 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
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Replace deprecated ATS calls with CTFontManager calls in 10.8Jiang Jiang2012-08-211-1/+48
* Fix freetype font rendering for Windows CEAndreas Holzammer2012-08-202-0/+121
* 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
* Make font fallback list for common script locale awareJiang Jiang2012-06-011-0/+13
* Make fontconfig default font locale awareJiang Jiang2012-05-311-1/+24
* Fix surrogate pair handling in QCoreTextFontEngineJiang Jiang2012-05-231-5/+31
* Populate the font database when calling fallbacksForFamily().Zeno Albisser2012-05-161-0/+2
* Do not use charset loaded by fontconfigJiang Jiang2012-05-112-15/+4
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-075-5/+5
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport]Thiago Macieira2012-05-041-2/+2
* Use QFile::encodeName to encode a file name on UnixThiago Macieira2012-05-041-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
* Don't hardcode the default families in qfont_qpa.cppPierre Rossi2012-04-101-0/+7
* Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-261-1/+1
* Fix for fontconfig 2.9 behavior changeJiang Jiang2012-03-261-11/+9
* Fix the build of qt-freetype with -system-zlibThiago Macieira2012-03-221-0/+1
* Fix the build of -qt-freetypeThiago Macieira2012-03-221-1/+0
* Fix cross-compilation that uses fontconfig / freetypeThiago Macieira2012-03-221-0/+1
* Fix a typo in QFontconfigDatabaseJiang Jiang2012-03-201-2/+1
* Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-203-14/+41
* Fix LSB buildHarald Fernengel2012-03-141-2/+3