summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/direct2d
Commit message (Expand)AuthorAgeFilesLines
* direct2d: Work around ClearType rendering bug in translucent modeAndrew Knight2014-09-037-15/+36
* direct2d: Fix translucent/frameless window renderingAndrew Knight2014-09-014-41/+135
* Fix QGlyphRun text renderingLouai Al-Khanji2014-08-192-129/+95
* Fix linking of the Direct2D platform plugin with dynamic Open GL.Friedemann Kleint2014-07-311-1/+1
* Windows/Direct2D platform plugins: Add Q_DECL_OVERRIDE.Friedemann Kleint2014-07-291-9/+9
* Direct2D QPA: Match raster engine line outputLouai Al-Khanji2014-05-261-0/+27
* Direct2D QPA: Fix HighRes paintingLouai Al-Khanji2014-05-232-11/+10
* Direct2D QPA: Add missing break statementLouai Al-Khanji2014-05-231-0/+1
* Direct2D QPA: Move QVectorPath conversion function into private classLouai Al-Khanji2014-05-221-101/+103
* Direct2D QPA: Get rid of QPainterPath conversion functionLouai Al-Khanji2014-05-221-46/+3
* Direct2D QPA: Cache QVectorPaths if drawn more than onceLouai Al-Khanji2014-05-221-6/+43
* Direct2D QPA: Use correct buffer size constantLouai Al-Khanji2014-05-191-2/+2
* Direct2D QPA: Stroke using direct2d primitivesLouai Al-Khanji2014-05-192-1/+84
* Direct2D QPA: Fix version checkLouai Al-Khanji2014-05-191-2/+2
* Direct2D QPA: Fix check for cosmetic penLouai Al-Khanji2014-05-141-3/+7
* Direct2D QPA: Choose linear interpolation for smooth pixmap transformLouai Al-Khanji2014-05-121-2/+1
* Direct2D QPA: Never queue more than one frameLouai Al-Khanji2014-05-121-1/+4
* Direct2D QPA: Bump copyright year to match realityLouai Al-Khanji2014-05-0914-14/+14
* Direct2D QPA: Check Direct2D versionLouai Al-Khanji2014-05-072-2/+135
* Direct2D QPA: Speed up text renderingLouai Al-Khanji2014-05-072-53/+60
* Direct2D QPA: Fix DXGI Factory discovery magicLouai Al-Khanji2014-05-051-1/+1
* Direct2D QPA: Draw directly to swap chainLouai Al-Khanji2014-05-056-44/+149
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-021-0/+1
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-0/+1
| |\
| | * deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* | | Direct2D QPA: Add handlers for individual primitivesLouai Al-Khanji2014-05-012-21/+269
|/ /
* | Direct2D QPA: Pixel-align aliased drawingLouai Al-Khanji2014-04-301-1/+9
* | Direct2D QPA: Correctly set active state in paint engineLouai Al-Khanji2014-04-291-0/+1
* | Direct2D QPA: Speed up widget paintingLouai Al-Khanji2014-04-292-0/+13
* | Direct2D QPA: Improve software fallback mechanismLouai Al-Khanji2014-04-253-45/+80
* | Direct2D QPA: Fix paint engine state handlingLouai Al-Khanji2014-04-252-13/+57
* | Direct2D QPA: Optimize ClippingLouai Al-Khanji2014-04-252-62/+64
* | Direct2D QPA: Disable vsyncLouai Al-Khanji2014-04-251-1/+1
* | Direct2D QPA: Do not attempt to create swap chain for desktop widgetLouai Al-Khanji2014-04-241-0/+3
* | Direct2D QPA: Fix text drawing with brush but no penLouai Al-Khanji2014-04-161-2/+2
* | Direct2D QPA: Refactor code to reduce code duplicationLouai Al-Khanji2014-04-161-102/+120
* | Direct2D QPA: Optimize rectangle fills.Louai Al-Khanji2014-04-161-6/+18
* | Direct2D QPA: Improve gradient supportLouai Al-Khanji2014-04-161-10/+87
|/
* Fix Direct2D clipping when Qt::WA_OpaquePaintEvent is trueRisto Avila2014-03-141-11/+40
* Move Direct2D paint engine on top of QPaintEngineExLouai Al-Khanji2014-01-313-468/+531
* Improve direct2d backing store implementationLouai Al-Khanji2014-01-277-166/+288
* Fix Q_ASSERT in direct2d qpa pluginLouai Al-Khanji2014-01-241-1/+1
* Add new direct2d platform pluginLouai Al-Khanji2014-01-1022-0/+3328