summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* PDF: Handle monochrome images correctlyAndy Shaw2016-10-192-5/+10
* Fix illegal memory access on simple image rotatesAllan Sandfeld Jensen2016-10-121-0/+2
* Fix gradient race condition / read-after-freeAllan Sandfeld Jensen2016-10-122-26/+27
* Fix linear RGB16 gradientsAllan Sandfeld Jensen2016-09-231-3/+4
* QBrush: Fix UB (non-virtual dtor) in QBrush::detach()Marc Mutz2016-09-181-6/+8
* Fix crash when rendering to grayscale8 imagesAllan Sandfeld Jensen2016-09-031-32/+33
* Correct use of qt_div_255Allan Sandfeld Jensen2016-08-252-6/+7
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-4/+4
* Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-2/+3
* Remove unneeded ';' after some macrosKai Pastor2016-08-043-3/+3
* Fix 64-bit bilinear scaled image samplingAllan Sandfeld Jensen2016-08-041-1/+7
* QColor: remove 158 avoidable relocationsMarc Mutz2016-08-011-1/+1
* QColor: Fix UB (left shift of negative number)Marc Mutz2016-07-311-14/+20
* QRasterizer: fix UBs involving << with a negative LHSMarc Mutz2016-07-301-3/+3
* qgrayraster: fix UBs involving << with a negative LHSMarc Mutz2016-07-291-2/+2
* HighDPI: Disable scrolling for non-integer deltasMorten Johan Sørvig2016-07-271-5/+10
* Fix regression in simple RGB16->RGB16 scalingAllan Sandfeld Jensen2016-06-221-1/+1
* Correct compositionMode documentationAllan Sandfeld Jensen2016-05-231-5/+4
* Fix building with -qreal floatAllan Sandfeld Jensen2016-05-131-2/+2
* Remove wrong doc note for QPlatformBackingStore::flush()Gabriel de Dietrich2016-05-111-1/+2
* Avoid asserting when painting certain degenerate bezier pathsEirik Aavitsland2016-05-111-1/+1
* Fix underline position on Liberation MonoAllan Sandfeld Jensen2016-05-021-3/+6
* QPdf: Force miter limit into valid rangeKai Pastor2016-04-281-1/+1
* Fix clipping of wave underline decoration on certain fontsAllan Sandfeld Jensen2016-04-271-5/+7
* Avoid conversion warnings in qrgba64.hAllan Sandfeld Jensen2016-04-141-19/+19
* Fix QPrinter PDF output using fonts with spaces in the PostScript name.Jake Petroules2016-04-061-3/+4
* Avoid unnecessary allocation in QClipData::setClipRegion()Gabriel de Dietrich2016-04-061-1/+1
* QCosmeticStroker: fix several UBs involving << with a negative LHSMarc Mutz2016-03-151-13/+13
* Fix debug operators for QPageSize/QPageLayout.Friedemann Kleint2016-03-102-25/+22
* QCosmeticStroker: fix out-of-bounds access in drawPixel()Marc Mutz2016-03-091-5/+7
* Fix MIPS DSP optimized fetchUntransformedAllan Sandfeld Jensen2016-03-051-3/+3
* Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-8/+0
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
* QRasterPaintEngine::penChanged(): Assert on painter state.Friedemann Kleint2016-02-181-0/+3
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-8/+28
|\
| * Support arbitrary strides in the QPlatformBackingStore compositorLaszlo Agocs2016-02-051-4/+21
| * Scale offset as well on QBackingStore flushMorten Johan Sørvig2016-02-051-1/+2
| * Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-011-3/+5
* | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-133-7/+7
* | QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-123-15/+36
* | Reduce allocations by using reserve()Sérgio Martins2016-02-071-3/+5
* | Fix rounding error in fetchTransformedBilinearAllan Sandfeld Jensen2016-02-021-2/+4
|/
* Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
* Handle RGB30 formats in OpenGL backing-store integrationAllan Sandfeld Jensen2016-01-151-10/+38
* Optimize OpenGL binding of ARGB32PM backing storeAllan Sandfeld Jensen2016-01-142-10/+31
* Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
* 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
* Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-171-13/+6