summaryrefslogtreecommitdiffstats
path: root/src/gui/text/windows
Commit message (Expand)AuthorAgeFilesLines
* 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