summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont_p.h
Commit message (Expand)AuthorAgeFilesLines
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-011-0/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-4/+0
* Use OpenType font weightsJonas Karlsson2020-08-281-12/+25
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-161-1/+1
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-14/+13
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* QFont: remove unused member QFontPrivate::screenChristian Ehrlicher2019-08-221-7/+3
* Improve qHash(QFont)Marc Mutz2019-05-271-13/+14
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-1/+1
* More nullptr usage in headersKevin Funk2019-03-141-1/+1
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-1/+1
|\
| * macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-091-1/+1
* | Use a QMultiMap for the fontengine cacheLars Knoll2018-12-071-1/+1
* | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-0/+4
|/
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-1/+1
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+1
|\
| * Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-161-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Font definitions with different style names are not equalAllan Sandfeld Jensen2015-06-031-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-231-2/+0
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-011-1/+1
|\
| * Fix QFontCache::Key comparison for custom font fallbacks caseKonstantin Ritt2014-03-311-1/+1
* | Properly serialize QFont.Mitch Curtis2014-03-311-1/+1
|/
* Fix custom font substitution list supportKonstantin Ritt2014-03-111-6/+16
* QFont: add missing qHash overloadMarc Mutz2014-02-161-0/+17
* Cleanup freetype data in a thread-safe wayRobin Burchell2013-11-201-1/+4
* Fix leaking of QFontEngineDataKonstantin Ritt2013-04-121-0/+3
* Fix the font engines leakingKonstantin Ritt2013-03-201-5/+4
* 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/+1
|/
* Fix conditional jump based on an uninitialized variable.Jędrzej Nowacki2012-11-031-2/+3
* QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-191-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-161-0/+2
* Remove dead code.Pierre Rossi2012-03-081-1/+0
* Allow using multi fontengine in QTextLayout with QRawFont.Pierre Rossi2012-03-011-2/+3
* Avoid loading and keeping unused fallback font enginesEskil Abrahamsen Blomfeldt2012-02-171-0/+1
* 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
* engineData should be cached solely based on QFontDefJiang Jiang2011-12-011-3/+3
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-28/+0
* Only compare styleNames if they are not emptyJiang Jiang2011-06-271-1/+1