summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+6
|\
| * If only family is set, prefer that in the families list after resolvingAndy Shaw2019-11-051-1/+6
* | Fix double free when debug printing QFont with non-default verbosityTor Arne Vestbø2019-10-081-2/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-5/+6
|\|
| * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-5/+6
* | QFont: remove unused member QFontPrivate::screenChristian Ehrlicher2019-08-221-5/+3
* | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-1/+1
* | Optimize some atomic countersMarc Mutz2019-06-271-2/+2
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-15/+15
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-141-1/+1
| |\
| | * Don't count all engines as "in use" in cacheEskil Abrahamsen Blomfeldt2019-06-091-1/+1
* | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-0/+3
|\| |
| * | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* | | Allow more fine grained control over QFont debug outputTor Arne Vestbø2019-02-111-1/+98
|/ /
* | Use QStringLiteral instead of QString::fromLatin1Frederik Gladhorn2018-12-201-1/+1
* | Use a QMultiMap for the fontengine cacheLars Knoll2018-12-071-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-1/+1
|\|
| * Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-1/+1
* | Fix constness of QPaintDevice argumentsLuca Beldi2018-11-191-2/+13
* | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-1/+66
* | Deprecate QFont::lastResortFamily() and QFont::lastResortFont()Eskil Abrahamsen Blomfeldt2018-10-091-37/+32
|/
* Modernize the "thread" featureUlf Hermann2018-08-171-13/+0
* Doc: Fix wrong link in QFont documentationPaul Wicking2018-08-031-1/+1
* Document QFont::PreferNoShaping as being since 5.10Sergio Martins2018-03-051-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-5/+17
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-5/+17
| |\
| | * Document interaction of style name and other style propertiesAllan Sandfeld Jensen2017-11-121-5/+17
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
|/ /
* / Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-261-0/+5
|/
* QFont: fix fromString(toString()) when application font has styleNameDavid Faure2017-01-111-0/+2
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-2/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-2/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+2
| | |\
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-2/+2
* | | | Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-5/+11
|/ / /
* / / Save QFont's style name if presentKonstantin Shegunov2016-08-031-2/+11
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-3/+5
|\|
| * Fix performance regression when changing fontsEskil Abrahamsen Blomfeldt2016-07-221-3/+5
* | QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-021-2/+2
* | QFont::exactMatch() should return false for aliasesEskil Abrahamsen Blomfeldt2016-05-121-3/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-2/+2
|\|
| * Correct qt_defaultDpi X/Y with just a QCoreApplicationAllan Sandfeld Jensen2016-03-161-2/+2
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+7
|\|
| * QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-281-0/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+11
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+11
| |\
| | * Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-161-1/+11