summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix font matching of typographic families on Windows"Eskil Abrahamsen Blomfeldt2019-04-091-7/+0
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-3/+3
* Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-04-041-0/+7
* Check if the string inside the families list is empty and not the listAndy Shaw2018-11-141-1/+1
* Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-26/+28
* Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-281-4/+4
* macOS: Fix stretch of condensed fonts with NoFontMergingEskil Abrahamsen Blomfeldt2018-05-041-1/+0
* Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-091-1/+1
* Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+10
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-121-0/+35
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+35
| |\
| | * CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+35
* | | doc: Remove unneeded \fn commandsMartin Smith2018-01-121-0/+7
|/ /
* | Fix synchronization error when matching font with empty familyEskil Abrahamsen Blomfeldt2017-09-251-1/+9
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* QFontDatabase: Output family in warning about missing Open Type supportFriedemann Kleint2017-07-271-2/+4
* macOS: Defer population of localized font family aliases until neededTor Arne Vestbø2017-04-211-0/+4
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-241-1/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+2
| | |\
| | | * QFontEngine: Cache whether or not a font can be smoothly scaledRobin Burchell2016-11-151-1/+2
* | | | Optimize fontdatabase fallbacksForFamilyAllan Sandfeld Jensen2016-11-231-1/+6
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-15/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-15/+10
| |\|
| | * Android: Fix synthesized oblique for non-latin scriptsEskil Abrahamsen Blomfeldt2016-10-261-9/+10
| | * Don't claim all fonts are smoothly scalable on WindowsEskil Abrahamsen Blomfeldt2016-10-241-6/+0
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-5/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-0/+4
| |\|
| | * Ensure the fontdatabase is initialized when requesting fallbacksAllan Sandfeld Jensen2016-09-031-0/+4
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-221-1/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+1
| | |\|
| | | * Added pointer check in QFontDatabase::loadJesus Fernandez2016-08-051-0/+1
* | | | Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-7/+8
|/ / /
* / / make QFontDatabase().writingSystemSample for Arabic usefulFahad Al-Saidi2016-07-201-2/+10
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+0
|\|
| * Fix font-weight regressionAllan Sandfeld Jensen2016-06-041-1/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-2/+1
|\|
| * Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-011-2/+1
* | QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-021-3/+3
* | QFontDatabase: append substitutes directly to the family listAnton Kudryavtsev2016-06-021-7/+2
* | Fix font fallback for an overridden Common script casesKonstantin Ritt2016-04-271-2/+2
* | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-1/+4
|\|
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-29/+37
|\|