summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash on app startup if the default font family is emptyLars Knoll2022-01-031-3/+6
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-061-1/+13
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* Add const to read only local variablesOliver Eftevaag2021-11-011-2/+2
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* Respect font stretch if set together with font styleAlbert Astals Cid2021-10-041-1/+1
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-5/+14
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-191-1/+11
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-111-6/+12
* Fix compilation error when LTTng enabledHyungchan Kim2021-03-251-2/+2
* Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-111-1/+3
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-211-0/+6
* Remove debug outputEskil Abrahamsen Blomfeldt2021-01-201-1/+0
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-32/+16
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-031-26/+25
* QFontDatabase: fix a uint->int implicit conversionGiuseppe D'Angelo2020-10-191-2/+2
* When finding the engine for a fallback font, then clear the familiesAndy Shaw2020-09-051-0/+1
* Doc: Compile qfontdatabase snippetsPaul Wicking2020-08-281-2/+1
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-21/+46
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* QFontDatabase: Guard against Null-dereference READRobert Loehning2020-06-151-1/+1
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-3/+3
* QFontDatabase: store all writingSystemSample()s as char16_t string literalsMarc Mutz2020-05-081-211/+77
* QFontDatabase: store Vietnamese writingSystemSample() in UTF-16Marc Mutz2020-05-081-9/+1
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-271-21/+0
* Enabler: Store more properties of application fontsEskil Abrahamsen Blomfeldt2020-03-061-206/+31
* DirectWrite font db: Fix writing system detectionEskil Abrahamsen Blomfeldt2020-02-201-8/+9
* Fix sorting of fallback fonts based on writing systemsKonstantin Ritt2020-02-191-41/+26
* Fix sorting of fallback fonts based on writing systemsHikaru Terazono (3c1u)2020-02-121-6/+40
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-25/+25
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+2
|\
| * QFontDatabase: improve logging outputMitch Curtis2019-10-281-1/+2
| * iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+7
* | CoreText: Warn the user when family alias lookup slows down the applicationTor Arne Vestbø2019-10-081-1/+1
* | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-3/+3
* | Improve performance when loading application fontsEskil Abrahamsen Blomfeldt2019-06-281-13/+8
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+2
|\|
| * Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-1/+2
| |\
| | * Don't duplicate font family names in the fallback listAndy Shaw2019-05-071-1/+2
* | | Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-05-231-0/+7
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-32/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-32/+20
| |\ \ | | |/ | |/|
| | * Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-071-32/+20
* | | 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