summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QPathSegments: set pathId to zero in ctorAnton Kudryavtsev2016-01-141-1/+2
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-131-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
| |\
| | * Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
* | | QColor: fix misleading code in op==Marc Mutz2016-01-121-2/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-083-13/+9
|\|
| * Fix offset and size for native child rtt widgetsLaszlo Agocs2016-01-071-11/+7
| * Don't detach QGradientStopsSérgio Martins2016-01-051-1/+1
| * Fix QPainter::rotate() documentationMitch Curtis2016-01-041-1/+1
* | Fix linux-clang build.Erik Verbruggen2015-12-191-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-184-28/+40
|\|
| * Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-171-13/+6
| * Don't detach the color table vectorSérgio Martins2015-12-131-2/+3
| * Remove iOS workaround for pixman drawhelpersTor Arne Vestbø2015-12-121-7/+2
| * iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-123-11/+13
| * Fix debug operator for QRegion.Friedemann Kleint2015-12-091-6/+27
| * Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+2
* | NEON optimized bilinear samplingAllan Sandfeld Jensen2015-12-173-43/+78
* | Fix inconsistent override warnings.Erik Verbruggen2015-12-102-4/+5
* | QCosmeticStroker: fix misleading use of & on bool operandsAnton Kudryavtsev2015-12-101-2/+2
* | iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-093-11/+13
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-082-3/+16
|\|
| * Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-072-3/+16
* | Raster and Blitter engines: method override markups and fixesLouai Al-Khanji2015-12-043-74/+76
* | NEON optimized qimagescaleAllan Sandfeld Jensen2015-12-043-1/+246
* | Give names to enum used in templates.Rolland Dudemaine2015-12-042-2/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-024-29/+110
|\|
| * Enable AArch64 versions of ARGB32 NEON drawhelpersAllan Sandfeld Jensen2015-11-303-25/+99
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-2/+2
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-2/+9
| |\
| | * Remove incorrect assertion from the backingstoreLaszlo Agocs2015-11-261-5/+8
| | * Do not leak textures from the backing storesLaszlo Agocs2015-11-231-0/+4
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-274-8/+6
|\| |
| * | Detect NEON on AArch64Allan Sandfeld Jensen2015-11-263-6/+4
| * | Fix undefined behavior in qRgba().Tilo Nitzsche2015-11-241-2/+2
* | | QBlitterPaintEngine: Fix capability mask settingsLouai Al-Khanji2015-11-261-2/+2
|/ /
* | Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-13/+29
* | qdrawhelper.cpp: Fix constexpr build with MSVC 2015 Update 1Thiago Macieira2015-11-181-7/+7
* | Set private inline QRgba64 methods always inlineAllan Sandfeld Jensen2015-11-061-6/+6
* | QDataBuffer: disable copy special member functionsMarc Mutz2015-10-311-0/+1
* | src/gui/painting/painting.pri: add missing qdatabuffer_p.hMarc Mutz2015-10-291-0/+1
* | QPathSegments::Intersection: reduce struct size 24 -> 16 bytesMaks Naumov2015-10-262-4/+3
* | Fix alignment in qConvertARGB64PMToA2RGB30PM_sse2Frederik Gladhorn2015-10-231-2/+1
* | Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-231-2/+2
* | Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-1/+1
* | Respect QPen::dashOffset when generating PDFLars Knoll2015-10-221-3/+3
* | Fix warning message to match the function signatureLars Knoll2015-10-221-2/+2
* | Fix alignment issues on 32 bit in qConvertA2RGB30PMToARGB64PM_sse2 and qConve...Frederik Gladhorn2015-10-221-5/+10
* | Avoid image copy in toTexture() on GLES 3.0 as wellLaszlo Agocs2015-10-141-12/+17
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1