summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsfontengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-111-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Fix MinGW-warning about pointer/integer of different sizes (64bit).Friedemann Kleint2013-01-211-2/+2
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-2/+1
* | Make distance fields rendering work with Opentype CFF fontsEskil Abrahamsen Blomfeldt2012-12-211-1/+12
|/
* Fix GDI leaks in fontengineMiikka Heikkinen2012-11-051-2/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Support fallback fonts in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-101-3/+63
* Fix the UCS-2 surrogates handling in Q*FontEndine*::stringToCmap()Konstantin Ritt2012-07-101-0/+1
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-7/+6
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-291-0/+2
* Fix font printing on Windows using the native engine.Friedemann Kleint2012-05-151-2/+2
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-101-4/+109
* fix glyph's CMAP index might be corruptedKonstantin Ritt2012-05-081-1/+1
* Windows: Fix QRawFont loading from data.Miikka Heikkinen2012-04-231-1/+13
* Fix missing Windows native fonts in QML applicationsMiikka Heikkinen2012-04-201-0/+3
* replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-6/+6
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-3/+1
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-2/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-1/+2
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use freetype font engine on WindowsOlli Werwolff2011-10-101-0/+1