summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-018-27/+55
|\|
| * Fix drawing paths with constant opacity onto PDFAllan Sandfeld Jensen2014-03-291-1/+1
| * Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-287-26/+54
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2419-237/+4055
|\|
| * Avoid QImage copy in toTexture()Morten Johan Sørvig2014-03-201-0/+8
| * Correct QPainter::setPen() documentation.Mitch Curtis2014-03-201-1/+1
| * QOpenGLWidget retina support.Morten Johan Sørvig2014-03-201-4/+28
| * Fix translation of QtPrintSupport and QPageSize.Friedemann Kleint2014-03-171-10/+16
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-03-173-34/+59
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-173-34/+59
| | |\
| | | * Fix drawCachedGlyphs on RGBA8888Allan Sandfeld Jensen2014-02-264-37/+66
| * | | QPrintEngine - Switch Cups to QPlaformPrintDeviceJohn Layt2014-03-171-1/+0
| * | | QPdfWriter - Use QPageSize and QPageLayoutJohn Layt2014-03-172-19/+222
| * | | QPdfPaintEngine - Use QPageLayout and QPageSizeJohn Layt2014-03-174-82/+72
| * | | QPagedPaintDevice - Use QPageSize and QPageLayoutJohn Layt2014-03-173-99/+343
| * | | QPlatformPrintDevice - New QPA base classJohn Layt2014-03-171-0/+1
| * | | QPageLayout - Add new QPageLayout classJohn Layt2014-03-173-0/+1128
| * | | QPageSize - Add new QPageSize classJohn Layt2014-03-174-0/+2189
| |/ /
| * | Fix casting and overallocation in qregion.cppAllan Sandfeld Jensen2014-03-151-1/+1
| * | Fix a crash of accessing deleted paintengineMichal Klocek2014-03-141-1/+2
* | | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-134-49/+41
|\| |
| * | Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-21/+24
| * | Add optimize_full qmake config optionAllan Sandfeld Jensen2014-03-062-26/+15
| * | Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-1/+1
| * | Fix some typosSergio Ahumada2014-03-031-1/+1
* | | QPen: add move constructorMarc Mutz2014-02-282-3/+17
* | | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-288-44/+41
|\| |
| * | QPainterPathStroker: make QPen constructor explicitMarc Mutz2014-02-211-1/+1
| * | Fix rounding error when creating QT_FT_VectorJorgen Lind2014-02-211-1/+1
| * | Ensure we switch back to the real paint engine when not emulatingAndy Shaw2014-02-201-3/+3