summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsfontenginedirectwrite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QStringIterator instead of homebrewKonstantin Ritt2014-03-101-16/+4
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-051-7/+2
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-5/+0
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-031-23/+0
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-031-0/+13
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+1
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-2/+2
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-1/+1
* Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-041-7/+2
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-5/+3
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-4/+2
* Fix directwrite font engine compileLouai Al-Khanji2013-11-271-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-261-0/+3
|\
| * QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-141-0/+1
| * QWindowsFontEngineDirectWrite: Fix resources leakingKonstantin Ritt2013-04-141-0/+2
* | Improvements for DirectWrite font engineKonstantin Ritt2013-04-241-77/+64
|/
* 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
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-0/+5
|\|
| * DirectWrite support on MinGW needs _WIN32_WINNT to be set to 0x0600Erik van Pienbroek2012-12-121-0/+5
* | Move ForceIntegerMetrics testing out of the loopKonstantin Ritt2013-01-021-2/+4
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Get font's underline position in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-101-0/+9
* 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-4/+4
* Fix glyph positions with DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-1/+1
* Fix bounding box of DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-4/+9
* Compile when -directwrite is passed to configureEskil Abrahamsen Blomfeldt2012-07-031-4/+7
* Optimize QWindowsFontEngineDirectWrite::initFontInfo() a bitKonstantin Ritt2012-07-031-17/+17
* DirectWrite font engine: don't leak the font table bufferKonstantin Ritt2012-07-031-13/+11
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-291-0/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-4/+5
|\
| * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-4/+5
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-2/+2
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix email address in license headers.Jason McDonald2011-09-151-1/+1
* Add Windows to the Lighthouse.Friedemann Kleint2011-08-181-0/+737