summaryrefslogtreecommitdiffstats
path: root/src/gui/text/coretext
Commit message (Expand)AuthorAgeFilesLines
* CoreText: Fix fonts with synthetic stretchEskil Abrahamsen Blomfeldt2022-06-141-2/+7
* Use SPDX license identifiersLucie Gérard2022-05-164-152/+8
* 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-281-2/+4
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-1/+1
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-1/+1
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-052-2/+5
* QCoreTextFontDatabase: remove 34 relocationsMarc Mutz2022-04-011-5/+5
* CoreText: Resolve default font by asking for the QPlatformTheme::SystemFontTor Arne Vestbø2022-03-312-8/+1
* CoreText: Avoid populating font family aliases if family was populatedTor Arne Vestbø2022-03-311-0/+6
* macOS: Handle changes in the available fonts by invalidating font databaseTor Arne Vestbø2022-03-302-0/+17
* CoreText: Populate all variants of theme/system fontsTor Arne Vestbø2022-03-302-13/+62
* CoreText: Add note about why we defer population of theme font descriptorsTor Arne Vestbø2022-03-301-0/+6
* CoreText: Reuse descriptorForFamily helper function in populateFamilyTor Arne Vestbø2022-03-301-18/+17
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-03-302-25/+33
* FreeType: Load multiple font faces from the same file on macOSNiklas Wenzel2022-03-231-2/+8
* CoreText: Maintain theme fonts in the font database instead of themesTor Arne Vestbø2022-03-231-0/+2
* Trust CoreText-provided vertical metrics on macOSEskil Abrahamsen Blomfeldt2021-12-101-1/+1
* macOS: Fix synthesized boldEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-252-15/+17
* Remove the qmake project filesJoerg Bornemann2021-01-071-19/+0
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+1
* macOS + FreeType: fix crash with non printable unicodeAnton Kudryavtsev2020-11-021-1/+4
* Remove confusing comment in CoreText font engineEskil Abrahamsen Blomfeldt2020-06-221-1/+0
* Add a way to disable syntethesized bold and italic supportKyu Man Lim2020-06-181-2/+2
* QtGui: Fix duplication of logging category lcQpaFontsFriedemann Kleint2020-06-182-4/+0
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-081-55/+7
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-275-0/+2152