summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-161-1/+12
* 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
* Use the lazily-queried families for all QPA multi font engines.Pierre Rossi2012-03-141-0/+1
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-081-2/+2
* Remove dead code.Pierre Rossi2012-03-081-16/+0
* Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-061-5/+10
* QFontEngine: remove unused and buggy grayPalette()Marc Mutz2012-02-271-19/+0
* Avoid loading and keeping unused fallback font enginesEskil Abrahamsen Blomfeldt2012-02-171-2/+35
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-4/+4
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix subpixel positioning supportJiang Jiang2011-11-081-5/+8
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-3/+2
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-14/+0
* Don't crash when no usable font is availableJiang Jiang2011-10-111-3/+5
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-231-1/+5
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-201-0/+40
* Merge branch 'refactor'Gunnar Sletta2011-09-131-3/+36
|\