summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Windows: Fix another crash when creating QRawFont from invalid dataEskil Abrahamsen Blomfeldt2014-05-281-9/+27
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-0/+3
|\|
| * Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-141-0/+3
* | qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-151-1/+1
|/
* Fix font merging for complex scripts on WindowsKonstantin Ritt2014-04-161-3/+6
* Make QWindowsMultiFontEngine support deferred fallback families queryKonstantin Ritt2014-03-311-2/+1
* Guarantee QPFDB::fontEngine() always return non-multi font engineKonstantin Ritt2014-03-111-20/+14
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-1/+1
* Force alignment for SSE2 to not crash with mingwKonstantin Ritt2014-02-131-2/+2
* Fix crash in MinGW when initializing font databaseKai Koehne2014-02-121-2/+2
* Windows: Fix potential crash in font database when family name is empty.Friedemann Kleint2014-02-111-1/+1
* Decrease code duplicationKonstantin Ritt2014-02-061-11/+3
* QWindowsFontDatabaseFT: Code deduplicationKonstantin Ritt2014-01-301-5/+5
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-28/+20