summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-164-9/+14
|\
| * minor: Clean up areMetricsTooLarge() conditionsEskil Abrahamsen Blomfeldt2021-05-311-2/+2
| * macOS: Fix synthesized boldEskil Abrahamsen Blomfeldt2021-05-271-1/+3
| * Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-222-6/+6
| * Windows: Work-around misreporting of Script and RomanEskil Abrahamsen Blomfeldt2021-05-221-1/+3
| * Fix rare integer overflow in text shapingPaul Olav Tvete2021-05-121-1/+2
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2425-515/+515
|/
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-081-1/+5
* Update commercial license headersTarja Sundqvist2021-01-2625-515/+515
* Windows font engine: Silence warnings about not being able to enumate font fa...Friedemann Kleint2021-01-221-2/+2
* macOS + FreeType: fix crash with non printable unicodeAnton Kudryavtsev2020-11-041-1/+4
* Fix text issues when using typographic namesEskil Abrahamsen Blomfeldt2020-09-012-0/+17
* Avoid Freetype synthesizing for large font sizesEirik Aavitsland2020-06-231-1/+1
* Add a way to disable syntethesized bold and italic supportKyu Man Lim2020-06-192-4/+4
* Support winding fonts like Windows doesAllan Sandfeld Jensen2020-06-091-0/+4
* Windows: Fix QPainter warnings when using some fontsEskil Abrahamsen Blomfeldt2020-06-031-0/+3
* Fix various offset issues with DirectWrite font engineEskil Abrahamsen Blomfeldt2020-05-281-7/+11
* Windows: Fix wrong DPI used in font size after changing scalingFriedemann Kleint2020-05-262-11/+9
* Direct Write Font Engine: Fix leaking IDWriteFontFace instancesFriedemann Kleint2020-05-191-2/+3
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-035-7/+2
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-032-2/+2
* Update UCD to Revision 26Edward Welbourne2020-03-141-1/+5
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-063-0/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-0/+3
|\
| * Fix bounding box of zero-width entities in QFontEngineFTAllan Sandfeld Jensen2020-02-271-0/+3
* | Suppress deprecation warnings for QFont::ForceIntegerMetricsEskil Abrahamsen Blomfeldt2020-02-033-0/+66
* | Fix rendering offset when using DirectWrite engineEskil Abrahamsen Blomfeldt2020-02-011-4/+3
* | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-4/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-0/+3
|\|
| * Fix developer build with clang-cl failing due exception specFriedemann Kleint2020-01-101-0/+3
* | Freetype: Don't embolden bold fontsEskil Abrahamsen Blomfeldt2020-01-031-1/+1
* | Windows: Fix offset of glyphs with DirectWrite font engineEskil Abrahamsen Blomfeldt2019-12-131-2/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-80/+80
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-11/+0
|\|
| * CoreText: Fix getting system fonts on recent macOS/iOS versionsEskil Abrahamsen Blomfeldt2019-11-281-11/+0
* | QWindowsFontDatabase: Check preferred family names for all fontsMårten Nordheim2019-11-292-23/+19
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-231-3/+4
|\|
| * Compile fontconfig-related code on non-Unix platformsJoerg Bornemann2019-11-201-3/+4
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+1
| |\
| | * macOS: Fix regression with some characters in non-bundle appsEskil Abrahamsen Blomfeldt2019-10-161-2/+18
| | * iOS: Fix showing emoji charactersEskil Abrahamsen Blomfeldt2019-10-161-10/+6
| | * Fix vertical advance for printing on macOSAllan Sandfeld Jensen2019-10-111-1/+1
* | | Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-301-2/+13
|/ /
* | Win32: Consolidate registry codeFriedemann Kleint2019-10-143-54/+7
* | CoreText: Preserve font descriptors when resolving fallback familiesTor Arne Vestbø2019-10-142-75/+103
* | CoreText: Use StyleHint as fallback when family is not foundTor Arne Vestbø2019-10-141-0/+17
* | CoreText: Warn the user when family alias lookup slows down the applicationTor Arne Vestbø2019-10-082-6/+46
* | CoreText: Use categorized loggingTor Arne Vestbø2019-10-041-4/+4