summaryrefslogtreecommitdiffstats
path: root/src/gui/text/windows/qwindowsfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt2024-03-181-2/+1
* Fix color fonts with DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-261-3/+0
* Implement missing features in DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-021-20/+21
* windows: Avoid infinite recursion with certain fontsEskil Abrahamsen Blomfeldt2024-01-251-10/+12
* Fix synthesized bold on WindowsEskil Abrahamsen Blomfeldt2023-12-151-1/+4
* Support arbitrary variable axis valuesEskil Abrahamsen Blomfeldt2023-12-041-0/+1
* Use QFont::Tag in the Windows font database implementationVolker Hilsheimer2023-10-201-21/+15
* QWindowsFontDatabase: drop an usage of an atomic typeGiuseppe D'Angelo2023-09-151-4/+4
* Fix crash when reading corrupt font dataEskil Abrahamsen Blomfeldt2023-09-151-16/+51
* QWindowsFontDatabase: fix a data raceGiuseppe D'Angelo2023-09-141-1/+8
* QWindowsFontDatabase: avoid multiple map lookupsGiuseppe D'Angelo2023-09-141-6/+8
* gui/text: use const methods moreAnton Kudryavtsev2023-09-091-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Fix -no-freetype build on WindowsEskil Abrahamsen Blomfeldt2022-05-111-1/+3
* QWindowsFontDatabase: fix handling of default EUDC fontVladimir Belyavsky2022-05-051-7/+33
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-3/+5
* QFontDatabase: Allow partially populating the font databaseTor Arne Vestbø2022-04-221-1/+5
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-6/+6
* GDI: Fix style name detection if font has no typographic subfamily nameNiklas Wenzel2022-03-111-1/+7
* Add styleName to debug outputNiklas Wenzel2022-03-111-1/+1
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-3/+3
* QFontDatabase: remove outdated commentsYuhang Zhao2022-01-071-5/+0
* QWindowsFontDatabase: port local QSets to QDuplicateTrackerMarc Mutz2021-07-301-4/+3
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-301-3/+3
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-111-3/+3
* Windows: Work-around misreporting of Script and RomanEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Remove debug outputEskil Abrahamsen Blomfeldt2021-01-201-2/+0
* Windows font engine: Silence warnings about not being able to enumate font fa...Friedemann Kleint2021-01-131-2/+2
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-13/+17
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Fix text issues when using typographic namesEskil Abrahamsen Blomfeldt2020-08-301-0/+15
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-1/+1
* Use OpenType font weightsJonas Karlsson2020-08-281-3/+3
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-0/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* QtGui: Fix duplication of logging category lcQpaFontsFriedemann Kleint2020-06-181-2/+0
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-121-9/+8
* Move windows font databases into QtGuiFriedemann Kleint2020-06-111-0/+1235