summaryrefslogtreecommitdiffstats
path: root/src/gui/text/windows
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1614-532/+28
* 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: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-1/+1
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-283-10/+15
* QFontDatabase: Allow partially populating the font databaseTor Arne Vestbø2022-04-222-1/+7
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-132-8/+8
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-052-2/+5
* 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
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-1/+2
* Fix regression when displaying emojis on WindowsEskil Abrahamsen Blomfeldt2022-02-091-1/+1
* DirectWrite: Turn off grid-fitting for unhinted textEskil Abrahamsen Blomfeldt2022-02-031-25/+65
* Windows: Change default hinting preference for high-dpiEskil Abrahamsen Blomfeldt2022-01-251-8/+12
* Use ranged for loops instead of QString::utf16Øystein Heskestad2022-01-071-8/+5
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-3/+3
* QFontDatabase: remove outdated commentsYuhang Zhao2022-01-072-6/+0
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-062-10/+21
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-022-38/+5
* Use Yu Gothic UI as the main fallback font for JapaneseEskil Abrahamsen Blomfeldt2021-09-281-0/+1
* Fix printing with unhinted fontsEskil Abrahamsen Blomfeldt2021-08-162-1/+19
* QWindowsFontDatabase: port local QSets to QDuplicateTrackerMarc Mutz2021-07-302-9/+8
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-302-6/+6
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-181-1/+2
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-112-6/+6
* Windows: Work-around misreporting of Script and RomanEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Fix mingw compiler warningsMårten Nordheim2021-02-113-32/+22
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-254-23/+50
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-35/+0
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-205-23/+27
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-10/+10
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-2/+2
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-5/+3
* QFontEngine: get rid of userData() trickeryKonstantin Ritt2020-10-281-7/+0
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-4/+4
* Windows: Fix clang error about copy on loopKai Koehne2020-09-141-1/+1
* Fix text issues when using typographic namesEskil Abrahamsen Blomfeldt2020-08-302-0/+17
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-282-3/+3
* Use OpenType font weightsJonas Karlsson2020-08-284-9/+9
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-0/+1
* QWindowsFontDatabaseBase: Fix unused parameter errorKai Koehne2020-07-231-0/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-072-5/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-3/+3
* QtGui: Fix duplication of logging category lcQpaFontsFriedemann Kleint2020-06-182-4/+0
* Windows font databases: Enable DirectWrite for cmakeFriedemann Kleint2020-06-152-7/+2
* Port platformsupport to QStringViewLars Knoll2020-06-151-2/+2
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-128-56/+32
* Move windows font databases into QtGuiFriedemann Kleint2020-06-1115-0/+6470