summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* DirectFB: Use correct pixel format for Texture Glyph CacheAndy Nichols2015-10-121-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-2/+4
|\
| * Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
| * Another fix of cosmetic QPainter::drawPolyline()Eirik Aavitsland2015-09-011-1/+2
* | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* | Use a power of two division factorAllan Sandfeld Jensen2015-09-241-1/+1
* | Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-241-6/+1
* | Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-221-4/+2
* | Fix qdoc warnings of QRgba64.Friedemann Kleint2015-09-111-1/+63
* | Fix some qdoc warnings.Friedemann Kleint2015-09-071-1/+7
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-272-15/+18
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-15/+18
| |\|
| | * QRasterPaintEngine: Don't detach QImageSérgio Martins2015-08-251-3/+3
| | * Fix potential SIGFPEs in QRasterizer::rasterizeLine()Joni Poikelin2015-08-181-14/+14
| | * Fix out-of-buffer read on image upscaleAllan Sandfeld Jensen2015-08-101-1/+4
* | | Optimize set color component in RGBA64Allan Sandfeld Jensen2015-08-271-9/+9
|/ /
* | Fix double initialization of QRgba64 with C++14Allan Sandfeld Jensen2015-08-241-23/+24
* | Make QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2015-08-131-1/+2
* | Remove type punning from QRgba64.Erik Verbruggen2015-08-111-49/+68
* | Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-111-3/+0
* | Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-113-218/+62
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-094-5/+23
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-064-5/+23
| |\|
| | * fix build with no built-in image handlersOswald Buddenhagen2015-08-031-1/+1
| | * QPdfEnginePrivate - fix for '-qreal float' build.Timur Pocheptsov2015-07-221-4/+4
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-222-0/+18
* | | Add support for drawing a hyperlink in QPdfEngineAntonin Stefanutti2015-08-062-0/+30
|/ /
* | Fix for build with -qreal floatTimur Pocheptsov2015-08-041-2/+2
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-301-5/+43
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-306-8/+40
* | QColor: make nothrow move-assignable and -constructibleMarc Mutz2015-07-222-4/+18
* | QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-191-1/+1
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-192-3/+3
* | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-195-15/+15
* | QPlatformBackingStore: don't hold QBackingstoreTextureInfo in QListMarc Mutz2015-07-161-1/+1
* | QPolygon(F): add some move ctorsMarc Mutz2015-07-161-2/+10
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0110-18/+124
|\|