summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Remove qtwindows_additional.h.Friedemann Kleint2016-05-171-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-25/+58
|\
| * Add color font support on WindowsEskil Abrahamsen Blomfeldt2016-04-131-25/+58
* | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-23/+1
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-11/+18
|\
| * Fix application fonts with DirectWrite font engineEskil Abrahamsen Blomfeldt2016-03-041-10/+17
| * DirectWrite: Output correct error code on failureEskil Abrahamsen Blomfeldt2016-03-041-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-16/+35
|\|
| * Windows DirectWrite: Improve error messages for font engine creation.Friedemann Kleint2016-02-191-7/+24
| * Windows QPA/font code: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-181-9/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-19/+23
|\|
| * Windows QPA: Fix the signature of the font enumeration callbacks.Friedemann Kleint2016-02-151-19/+23
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+1
|\|
| * Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-281-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-16/+40
|\|
| * Differ between vertical and no hinting on WindowsEskil Abrahamsen Blomfeldt2015-12-021-1/+3
| * Windows: Load DirectWrite dynamically.Friedemann Kleint2015-12-021-15/+37
* | QWindowsFontDataBase: use QSharedPointer::create()Marc Mutz2015-12-011-2/+2
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-3/+10
|\|
| * Windows: Default to vertical hinting when high-dpi scaling is enabledEskil Abrahamsen Blomfeldt2015-11-031-3/+8
| * Windows QPA: Fix debug operators.Friedemann Kleint2015-10-271-0/+2
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/
* Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-311-8/+3
* Windows: register alias for application fontJian Liang2015-07-201-5/+10
* DirectWrite: Fix crash when loading QRawFont from dataEskil Abrahamsen Blomfeldt2015-07-061-16/+13
* Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-301-5/+7
* Windows: Add "Segoe UI Emoji" and "Segoe UI Symbol" as fallback fonts.Friedemann Kleint2015-04-271-0/+2
* Fix build with -directwriteKonstantin Ritt2015-04-071-5/+3
* Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-071-7/+3
* [QWindowsFontDatabase] Move code around to improve readabilityKonstantin Ritt2015-03-201-44/+30
* Simplify QWindowsFontDatabase::createEngine()Konstantin Ritt2015-03-201-7/+1
* An attempt to fix font stretching with DirectFrite font engineKonstantin Ritt2015-03-201-17/+15
* Only get font metrics if we're going to use themKonstantin Ritt2015-03-201-26/+20
* Do not re-create font if it is not of TMPF_TRUETYPEKonstantin Ritt2015-03-201-3/+1
* Windows: Fix build of qwindowsfontdatabase.cpp with MinGW 4.9.2/-Werror.Friedemann Kleint2015-03-061-0/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-5/+19
|\
| * Register font's english name as alias when populating font databaseLiang Jian2015-02-271-5/+19
* | Guarantee there is always a valid HFONT to get metrics forKonstantin Ritt2015-02-201-6/+7
* | Fix indentation and move some variables aroundKonstantin Ritt2015-02-151-63/+52
* | [QWindowsFont*] Unify HFONT fallbacksKonstantin Ritt2015-02-121-8/+3
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-55/+44
|\|
| * Windows: Rewrite font database to use delayed population.Friedemann Kleint2015-02-031-33/+50
| * Revert "Fix font enumeration, with the same family name, on Windows."Friedemann Kleint2015-01-231-34/+2
* | Don't remember if passed HFONT was a stock objectKonstantin Ritt2015-02-021-9/+3
* | [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-021-11/+7
* | [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-021-29/+4
* | Fix potential memory access violation issuesKonstantin Ritt2014-12-241-15/+19