summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_qpa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-131-0/+1
* Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-101-2/+3
* QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-141-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-2/+2
|\
| * Doc: Fix module name formatSze Howe Koh2013-01-251-2/+2
* | 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
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-2/+2
|/
* Fix crash due to memory access violationKonstantin Ritt2012-10-221-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Optimize Q*FontEngine*::stringToCMap()Konstantin Ritt2012-07-101-1/+4
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-3/+3
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* Use the lazily-queried families for all QPA multi font engines.Pierre Rossi2012-03-141-24/+32
* Allow using multi fontengine in QTextLayout with QRawFont.Pierre Rossi2012-03-011-7/+78
* 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
* Keep Multi font engine in QFontCacheJiang Jiang2011-10-241-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-131-1/+2
|\
| * QFontEngine: Avoid nesting multi-fontengines.Friedemann Kleint2011-08-231-0/+2
| * Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
| |\
| * | less qapp includesLars Knoll2011-05-041-1/+0
* | | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-8/+5
| |/ |/|
* | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+691