summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsfontengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-8/+8
|\
| * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-101-8/+8
* | Treat color (ARGB) glyphs, e.g. Emoji, as having unreliable glyph outlinesTor Arne Vestbø2015-06-261-1/+1
* | Simplify QWindowsFontDatabase::createEngine()Konstantin Ritt2015-03-201-6/+9
* | Fix design metrics for text on WindowsEskil Abrahamsen Blomfeldt2015-03-091-3/+3
* | [QWindowsFont*] Unify HFONT fallbacksKonstantin Ritt2015-02-121-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | Don't remember if passed HFONT was a stock objectKonstantin Ritt2015-02-021-12/+5
* | [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-021-3/+2
* | [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-021-1/+1
* | Fix potential memory access violation issuesKonstantin Ritt2014-12-241-4/+9
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-1/+1
|\|
| * Fix PDF when embedding fonts with large internal leadingEskil Abrahamsen Blomfeldt2014-12-181-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-2/+3
|\|
| * Fix potential access to uninitialized memberKonstantin Ritt2014-11-251-2/+3
* | Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-261-21/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-3/+1
|\|
| * windowsfontengine.cpp: Fix coding style violation and warning.Friedemann Kleint2014-11-111-3/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-22/+37
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Use metrics returned by GetGlyphOutline in GGO_METRICS modelasconic2014-09-181-3/+26
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-9/+3
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+2
|\
| * Windows: Fix stored family name of fallback fontsEskil Abrahamsen Blomfeldt2014-08-061-0/+2
* | Drop some qtextengine_win.cpp leftoversKonstantin Ritt2014-05-201-5/+0
* | qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-151-1/+1
|/
* Add virtual function to QFontEngine report if outlines are reliableJørgen Lind2014-05-061-0/+21
* Fix copy-paste error.Richard J. Moore2014-04-181-1/+1
* Make QWindowsMultiFontEngine support deferred fallback families queryKonstantin Ritt2014-03-311-25/+4
* Guarantee QPFDB::fontEngine() always return non-multi font engineKonstantin Ritt2014-03-111-12/+18
* Use QStringIterator instead of homebrewKonstantin Ritt2014-03-101-21/+13
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-051-6/+2
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-6/+0
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-031-29/+0
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-031-0/+24
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+1
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-0/+1
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-2/+2
* Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-041-36/+3
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-7/+4
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-15/+6
* Fix OpenType fonts with cmap tables on WindowsJosh Faust2013-11-221-3/+10
* Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-101-3/+8
* Fix warning about unused variable.Friedemann Kleint2013-09-051-1/+1
* Remove undesired pixel padding of glyphs on windows.Gunnar Sletta2013-09-051-4/+4
* Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-051-0/+13
* Better errorhandling for the fontengine on WINCE.Bjoern Breitmeyer2013-07-181-5/+4
* QWindowsFontEngine: Fix warnings about GetGlyphOutline() failures.Friedemann Kleint2013-05-131-7/+11
* Fix transformed raster fonts on WindowsEskil Abrahamsen Blomfeldt2013-05-131-0/+6