summaryrefslogtreecommitdiffstats
path: root/src/gui/text/windows
Commit message (Expand)AuthorAgeFilesLines
* Implement aliased text rendering with DirectWriteEskil Abrahamsen Blomfeldt2024-04-113-12/+44
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt2024-03-182-4/+2
* Fix color fonts with DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-262-3/+4
* Fix kerning errors when using DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-151-3/+5
* Fix memory leak in DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-081-40/+24
* Implement missing features in DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-026-103/+448
* windows: Avoid infinite recursion with certain fontsEskil Abrahamsen Blomfeldt2024-01-251-10/+12
* Fix build with -no-directwriteEskil Abrahamsen Blomfeldt2024-01-181-5/+7
* Fix synthesized bold on WindowsEskil Abrahamsen Blomfeldt2023-12-152-11/+29
* Support arbitrary variable axis valuesEskil Abrahamsen Blomfeldt2023-12-046-44/+139
* Fix cache cost on DirectWrite font enginesEskil Abrahamsen Blomfeldt2023-11-221-1/+1
* Replace MAKE_TAG macro with QFont::TagVolker Hilsheimer2023-10-202-3/+3
* Use QFont::Tag in the Windows font database implementationVolker Hilsheimer2023-10-202-22/+16
* Support variable applications fonts with DirectWriteEskil Abrahamsen Blomfeldt2023-10-024-95/+170
* DirectWrite: Fetch correct style name in font infoEskil Abrahamsen Blomfeldt2023-10-022-1/+22
* QWindowsFontDatabase: drop an usage of an atomic typeGiuseppe D'Angelo2023-09-152-5/+5
* Fix crash when reading corrupt font dataEskil Abrahamsen Blomfeldt2023-09-151-16/+51
* QWindowsFontDatabase: fix a data raceGiuseppe D'Angelo2023-09-142-1/+10
* QWindowsFontDatabase: avoid multiple map lookupsGiuseppe D'Angelo2023-09-141-6/+8
* gui/text: use const methods moreAnton Kudryavtsev2023-09-094-7/+7
* FontEngine[directwrite]: include leftBearing for boundingBox for glyphsMårten Nordheim2023-06-201-1/+3
* FontDatabase[win/freetype] implement population of aliasesMårten Nordheim2023-04-202-0/+18
* win: Fix default fallback font for some languagesEskil Abrahamsen Blomfeldt2023-04-191-1/+1
* Port default font resolve to SystemParametersInfoForDpiMorten Sørvig2022-11-012-12/+4
* QWindowsFontDatabaseBase: Override both fontEngine functionsMårten Nordheim2022-10-262-0/+8
* FontEngine[DirectWrite]: Mark interface functions noexceptMårten Nordheim2022-10-251-10/+10
* Fix generating PDFs with DirectWrite engineEskil Abrahamsen Blomfeldt2022-10-192-0/+77
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Unify QFontEngine::boundingRect for coretext and WindowsAllan Sandfeld Jensen2022-07-062-13/+0
* Fix misuses of 0.9999 constantAllan Sandfeld Jensen2022-06-021-2/+2
* 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