summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/dev' into dev-highdpiPaul Olav Tvete2015-06-0926-268/+262
|\
| * Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-0419-261/+236
| |\
| | * Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0319-261/+236
| | |\
| | | * Syntax clean up in qimagescaleAllan Sandfeld Jensen2015-06-021-27/+26
| | | * Fix wrong method name in QColor documentationAllan Sandfeld Jensen2015-06-011-4/+4
| | | * Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-012-7/+7
| | | * Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-012-16/+47
| | | * Combine x and y oriented sample helpersAllan Sandfeld Jensen2015-05-302-120/+58
| | | * Remove unused call indirectionAllan Sandfeld Jensen2015-05-301-20/+4
| | | * Adjust curveThreshold based on strokeWidthAllan Sandfeld Jensen2015-05-221-1/+1
| | | * MSVC: Silence compiler warning about INFINITYKai Koehne2015-05-111-9/+8
| | | * Add flip support to QPlatformBackingStore::toTexture()Laszlo Agocs2015-05-062-25/+48
| | | * Make data tables const.Volker Krause2015-05-056-12/+12
| | | * Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-042-12/+12
| | | * Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-046-10/+11
| * | | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-034-4/+11
| |/ /
| * | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-2/+2
| * | Q*GlyphCache: de-inline dtor and export vtableMarc Mutz2015-05-262-1/+13
* | | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-1321-5322/+4639
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-274-41/+36
| |\|
| | * Short-cut SSE4 unpremultiplyAllan Sandfeld Jensen2015-04-251-2/+4
| | * Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-234-41/+34
| * | Mark QRGba64 as Q_PRIMITIVE_TYPEMarc Mutz2015-04-271-0/+2
| * | Don't use anonymous types declared in an anonymous unionLiang Qi2015-04-221-6/+8
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2212-3070/+1176
| |\|
| | * Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-164-34/+41
| | * Optimize non-native bilinear transformsAllan Sandfeld Jensen2015-04-161-12/+33
| | * Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-156-726/+762
| | * Support gradients natively in the PDF generatorLars Knoll2015-04-092-233/+270
| | * Remove table of mostly null pointersAllan Sandfeld Jensen2015-04-081-2066/+70
| * | Add qHash(QMatrix) and qHash(QTransform)Marc Mutz2015-04-214-1/+51
| * | Remove <qhash.h> where it's not usedMarc Mutz2015-04-202-2/+0
| * | Move composition out of qdrawhelper.cAllan Sandfeld Jensen2015-04-165-2364/+2236
| * | Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-154-101/+120
| * | Extend high color rendering to image renderingAllan Sandfeld Jensen2015-04-143-73/+1068
| * | Add support for more composition modes in rgb64 renderingAllan Sandfeld Jensen2015-04-132-4/+287
| * | Fix RGB30 painting testsAllan Sandfeld Jensen2015-04-131-13/+8
* | | Friedemann's crash fixPaul Olav Tvete2015-05-051-24/+26
* | | Multi-screen fixesPaul Olav Tvete2015-05-041-3/+6
* | | DevicePixels -> NativePixelsPaul Olav Tvete2015-04-151-4/+4
* | | Use qreal for devicePixelRatio everywhereMorten Johan Sørvig2015-04-154-7/+10
* | | Move qHighDpi functions into the QHighDpi namespacePaul Olav Tvete2015-04-141-4/+4
* | | Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-1321-290/+1012
|\| |
| * | Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-1011-186/+925
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-081-11/+0
| |\|
| | * [QFontEngineFT] Guarantee correct metrics for alphamap and its bounding boxKonstantin Ritt2015-04-071-11/+0
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-062-84/+67
| |\|
| | * Optimize fetching pixel values for SSE2 bilinear samplingAllan Sandfeld Jensen2015-04-041-72/+59
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-12/+8
| | |\
| | | * Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-12/+8