summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-2/+2
|\
| * Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-291-2/+2
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-012-16/+35
* | Rewrite simd.prf to share more codeThiago Macieira2014-07-251-5/+3
* | Restore Neon "detection" in QtThiago Macieira2014-07-251-3/+3
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-3/+3
|\|
| * QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-07-031-3/+3
* | Fix corruption with QQuickWidget and QOpenGLWidget on ANGLELaszlo Agocs2014-07-071-23/+26
* | QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-045-78/+1006
* | ARM: do not use the clang integrated assembler in some cases.Erik Verbruggen2014-07-031-0/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-67/+6
|\|
| * Fix -Werror compilation on big-endianThiago Macieira2014-06-251-0/+2
| * When filling the path it should use the painter's pen not the state'sAndy Shaw2014-06-211-1/+1
| * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-111-65/+0
| |\
| | * Remove unfinished NEON version of vectorized rotate samplingAllan Sandfeld Jensen2014-06-061-65/+0
| * | Don't try to draw if there are no points in the pathAndy Shaw2014-06-091-1/+3
| |/
* | MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-271-3/+13
* | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-17/+3
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-4/+3
|\|
| * Fix fast painting of clipped text on non RGB32 formatsAllan Sandfeld Jensen2014-05-281-4/+3
* | QPainter on QBitmap: make setBrush(NoBrush) work as expected.David Faure2014-05-171-1/+1
* | qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-151-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-6/+169
|\|
| * Avoid showing warnings from drawPixmap when using a QGLWidgetLaszlo Agocs2014-05-051-6/+12
| * Vectorize bilinear rotating transformsAllan Sandfeld Jensen2014-05-051-0/+157
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-065-32/+35
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-1/+1
| |\
| | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-1/+1
| * | Direct2D QPA: Optimize ClippingLouai Al-Khanji2014-04-252-29/+32
| * | Remove unneeded ;Albert Astals Cid2014-04-242-2/+2
| |/
* | QtGui: Use Q_REQUIRED_RESULT in many more placesDavid Faure2014-05-025-28/+28
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-1112-301/+541
|\|
| * QPageSize: remove QPageSize:: overqualificationsMarc Mutz2014-04-092-167/+167
| * QPageSize: clean up operator==Marc Mutz2014-04-081-3/+1
| * QPageLayout: clean up operator==Marc Mutz2014-04-081-3/+1
| * QPageLayout: provide op!=Marc Mutz2014-04-082-0/+16
| * QPageLayout: make op== non-memberMarc Mutz2014-04-082-7/+11
| * QPageLayout: use QExplicitlySharedDataPointerMarc Mutz2014-04-082-1/+12
| * QPageLayout: remove QPageLayout:: overqualificationsMarc Mutz2014-04-082-27/+27
| * QPageSize: provide op!=Marc Mutz2014-04-082-0/+10
| * QPageSize: make op== non-memberMarc Mutz2014-04-082-6/+11
| * QPageSize: mark ctors explicitMarc Mutz2014-04-081-6/+6
| * QPageLayout: use existing qBound()Marc Mutz2014-04-071-9/+4
| * QPagedPaintDevice - Move QPageLayout methodsJohn Layt2014-04-055-61/+273
| * Use Q_STATIC_ASSERT to check that the array has the right sizeThiago Macieira2014-04-051-12/+1
| * Fix neon image scaling function declarationsSamuli Piippo2014-04-041-2/+2
| * Fix UI squishing when using QWidget::setRenderToTextureJocelyn Turcotte2014-04-032-5/+7
* | Optimize QColor::setNamedColorJędrzej Nowacki2014-04-031-5/+4
* | QPainter: Fix a hard to trigger null dereference in QPainterPrivate::drawText...Robin Burchell2014-04-031-0/+2
* | QColor::colorNames(): reserve the result QStringListMarc Mutz2014-04-021-0/+1