summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* QFontEngine: use RAII for font_, face_ membersMarc Mutz2016-03-041-4/+39
* QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+1
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+1
| |\
| | * The cache_cost is measured in bytes and not kilobytes.Andy Shaw2015-12-161-1/+1
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
|/ /
* | Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-021-2/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-1/+1
| |\
| | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-101-1/+1
* | | Fix qHash(QFontEngine::FaceId)Marc Mutz2015-07-231-3/+10
|/ /
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-4/+0
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-46/+46
* | Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-261-33/+15
|/
* Fix failure to build QtQuick with LTOThiago Macieira2014-11-231-1/+1
* Add support for more font weights internallyPierre Rossi2014-10-241-0/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Move SubpixelAntialiasingType from QFontEngineFT to QFontEngineAllan Sandfeld Jensen2014-08-141-0/+8
* qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-151-0/+23
* Add virtual function to QFontEngine report if outlines are reliableJørgen Lind2014-05-061-0/+2
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-051-9/+12
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-6/+0
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-031-15/+4
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-031-0/+3
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-2/+2
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-5/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-0/+5
|\
| * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-161-0/+5
* | Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-041-1/+0
|/
* Revert "Store the font's scalability in QFontEngine."Yoann Lopes2013-11-271-2/+0
* Store the font's scalability in QFontEngine.Yoann Lopes2013-10-311-0/+2
* Make it possible to clear glyph caches from the font engine.Gunnar Sletta2013-10-181-0/+1
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-231-2/+2
* Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-101-3/+8
* Get rid of HB dependency in FT font engineKonstantin Ritt2013-08-201-0/+9
* Clean up old PostScript printing codeSze Howe Koh2013-05-121-2/+0
* Fix the font engines leakingKonstantin Ritt2013-03-201-1/+0
* Avoid using HB types in QFontEngine APIKonstantin Ritt2013-03-131-12/+9
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-121-6/+2
* Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-041-0/+1
* Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-131-1/+3
* 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
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-1/+1
|/
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-231-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-10/+17
* Remove all references to XLFD fontsLars Knoll2012-06-271-3/+0
* QFontMetrics/QRawFont: Optimize SMP code points handling a bitKonstantin Ritt2012-06-141-0/+12