summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-9/+9
* More nullptr usage in headersKevin Funk2019-03-141-4/+4
* CoreText: Remove handling of QFontEngineMulti's highByteTor Arne Vestbø2018-11-301-0/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-46/+46
* Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-261-0/+6
* Enable gamma-correction on a face-by-face basisAllan Sandfeld Jensen2017-01-241-0/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-0/+1
| |\
| | * QFontEngine: Cache whether or not a font can be smoothly scaledRobin Burchell2016-11-151-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-4/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-4/+3
| |\|
| | * Limit glyph caches per QFontEngine to four per context, not four in totalTor Arne Vestbø2016-08-241-4/+3
* | | Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-151-0/+4
* | | Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+2
|\|
| * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-291-0/+2
* | 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