summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Experimental DirectWrite font databaseEskil Abrahamsen Blomfeldt2020-02-048-821/+1614
| |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-4/+5
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-0/+3
|\| | | | | | | | | | |
| * | | | | | | | | | | 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
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-042-3/+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
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-093-78/+78
|\| | | | | | | | | | |
| * | | | | | | | | | | Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-80/+80
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-11/+0
|\| | | | | | | | | | |
| * | | | | | | | | | | 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
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-302-23/+19
|\| | | | | | | | | | |
| * | | | | | | | | | | QWindowsFontDatabase: Check preferred family names for all fontsMårten Nordheim2019-11-292-23/+19
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-253-5/+6
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | 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
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-011-2/+13
|\| | | | | | | | | |
| * | | | | | | | | | Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-301-2/+13
| |/ / / / / / / / /
* / / / / / / / / / Don't use a QList on a type that can't be copiedLars Knoll2019-10-172-32/+64
|/ / / / / / / / /
* | | | | | | | | 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
* | | | | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-0/+17
|\| | | | | | |
| * | | | | | | iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+21
* | | | | | | | Handle returned bitmap glyph when not requestedAllan Sandfeld Jensen2019-09-251-7/+23
* | | | | | | | CoreText: Modernize style hint fallback lookupTor Arne Vestbø2019-09-162-129/+73
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-132-53/+8
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-122-53/+8
| |\ \ \ \ \
| | * | | | | Refactor lockedAlphaMapForGlyphLars Knoll2019-08-082-53/+8
* | | | | | | Revert "Fontconfig font database: Short-circuit matching by filename"Eskil Abrahamsen Blomfeldt2019-07-301-50/+22
* | | | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-176-21/+45
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-126-21/+45
| |\| | | |
| | * | | | Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-056-21/+45
* | | | | | Fontconfig font database: Short-circuit matching by filenameAndreas Hartmetz2019-07-061-22/+50
* | | | | | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-2/+2
* | | | | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-202-3/+3
* | | | | | constify, and micro-optimize not detachingAndreas Hartmetz2019-06-101-2/+2
* | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+1
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Windows: Use the first entry in the requested families if availableAndy Shaw2019-06-051-1/+1