summaryrefslogtreecommitdiffstats
path: root/src/gui/text/coretext
Commit message (Expand)AuthorAgeFilesLines
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt4 days2-15/+17
* Add preliminary support for Qt for visionOSTor Arne Vestbø13 days1-1/+1
* CoreText: Get user's preferred languages via NSLocale instead of NSUserDefaultsTor Arne Vestbø2024-02-131-1/+1
* Support arbitrary variable axis valuesEskil Abrahamsen Blomfeldt2023-12-043-4/+36
* Replace MAKE_TAG macro with QFont::TagVolker Hilsheimer2023-10-202-2/+2
* coretext: Support variable application fontsEskil Abrahamsen Blomfeldt2023-10-032-6/+19
* CoreText: Resolve color scheme (dark mode) via the platform themeTor Arne Vestbø2023-09-081-3/+7
* CoreText: Handle failure to find matching theme font descriptorsTor Arne Vestbø2023-06-291-1/+1
* macOS: Fix less common writing systems on Catalina and laterEskil Abrahamsen Blomfeldt2022-10-212-8/+138
* macOS: Fix synthetic bold on scaled paintersEskil Abrahamsen Blomfeldt2022-10-201-2/+17
* QCoreTextFontEngine: Mark CGAffineTransformConcat as unusedTor Arne Vestbø2022-10-191-1/+2
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+1
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-161-1/+1
* Unify QFontEngine::boundingRect for coretext and WindowsAllan Sandfeld Jensen2022-07-062-9/+0
* 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