summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-6/+0
* Optimize QFontEngineMulti::stringToCMap() in case of missing glyphsKonstantin Ritt2014-03-051-15/+7
* Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-051-61/+11
* Disable 'gsub' table check for AAT fonts on MacKonstantin Ritt2014-03-041-0/+9
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-031-2/+13
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-031-0/+35
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+1
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-2/+19
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-3/+26
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-1/+12
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+12
| |\
| | * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-161-1/+12
* | | QFontEngineBox: Fix assertion for code points beyond BMPKonstantin Ritt2014-02-091-6/+5
* | | Optimize stringToCMap() usageKonstantin Ritt2014-02-071-24/+47
|/ /
* | Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-041-6/+36
* | [QFontEngineBox] Fix incorrect advances for SMP code pointsKonstantin Ritt2014-01-301-4/+11
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-58/+30
* | Defer HarfBuzz face loading up until it gets usedKonstantin Ritt2014-01-241-2/+6
|/
* Revert "Store the font's scalability in QFontEngine."Yoann Lopes2013-11-271-2/+1
* Store the font's scalability in QFontEngine.Yoann Lopes2013-10-311-1/+2
* Make it possible to clear glyph caches from the font engine.Gunnar Sletta2013-10-181-0/+10
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-231-0/+9
* Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-0/+8
* Implement QFontEngine::harfbuzzFont/Face() with HarfBuzz-NGKonstantin Ritt2013-09-131-2/+2
* Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-101-1/+1
* Add HarfBuzz-to-Qt bridging codeKonstantin Ritt2013-09-081-0/+37
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-051-1/+3
* Get rid of HB dependency in FT font engineKonstantin Ritt2013-08-201-14/+10
* Fix possible crash due to integer overflowKonstantin Ritt2013-08-151-1/+1
* Don't allocate QGlyphLayout data, when possibleKonstantin Ritt2013-08-141-30/+37
* QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-141-0/+1
* Fix integer overflow for very large fontsKonstantin Ritt2013-04-121-3/+7
* Fix font stretching issueKonstantin Ritt2013-03-261-2/+2
* Fix handling of 0x00AD code with symbol fonts (Win/QPA/QPF/fallback)Konstantin Ritt2013-03-261-0/+1
* Fix the font engines leakingKonstantin Ritt2013-03-201-6/+34
* Avoid using HB types in QFontEngine APIKonstantin Ritt2013-03-131-27/+47
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-121-3/+3
* Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-041-0/+5
* Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-131-0/+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
* | Fix regression in perspective-transformed textEskil Abrahamsen Blomfeldt2013-01-111-1/+1
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-2/+2
|/
* Fix possible assertion when using stringToCMap() for a multi engineKonstantin Ritt2012-11-271-4/+3
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-231-0/+4
* QFontEngineMulti: Fix possible crash in stringToCMap()Konstantin Ritt2012-10-291-3/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Avoid crash when getting bearings from fallback font engineEskil Abrahamsen Blomfeldt2012-07-141-0/+1
* Optimize Q*FontEngine*::stringToCMap()Konstantin Ritt2012-07-101-4/+6
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-20/+19