summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-17/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-0/+6
|\|
| * Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-041-0/+6
* | Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-261-1/+1
|/
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-10/+10
* Fix font enumeration, with the same family name, on Windows.Vladimir2014-09-281-2/+34
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-4/+4
|\
| * Fix mistake in function extraTryFontsForFamilyAllan Sandfeld Jensen2014-08-151-4/+4
* | Add QFont strategy to disable subpixel antialiasingAllan Sandfeld Jensen2014-08-031-1/+3
* | Windows: Streamline rawfont-lookup code.Friedemann Kleint2014-07-281-10/+9
* | Windows: Use common code paths for default font families.Friedemann Kleint2014-07-261-29/+25
* | Windows: Default to MS Shell Dlg 2Eskil Abrahamsen Blomfeldt2014-07-221-1/+1
* | Set fallback for QFont::System to be MS Sans Serif and not ArialAndy Shaw2014-06-261-1/+4
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-9/+27
|\|