summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | 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
* | 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
* | Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-195-39/+36
* | Optimize generic bilinear interpolation using SSE2Allan Sandfeld Jensen2014-02-171-33/+45
* | QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-161-4/+2
* | Migrate a recent QT_OPENGL_ES ifdef to dynamic GLLaszlo Agocs2014-02-141-2/+4
* | QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-132-0/+8
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-131-7/+7
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-7/+7
| |\|
| | * Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-101-7/+7
* | | Optimize qt_memfill32 a littleThiago Macieira2014-02-121-12/+18
* | | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-122-0/+273
|/ /
* | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-105-65/+136
* | Optimize stringToCMap() usageKonstantin Ritt2014-02-071-5/+2
* | Remove some left-over +1 in font height calculationEskil Abrahamsen Blomfeldt2014-02-052-2/+2
* | Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-311-102/+359
* | Fixed assert in blend_transformed_tiled_argbOliver Wolff2014-01-301-2/+2
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-302-6/+3
* | Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-291-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-207-16/+1348
|\|
| * Fix QPixmap and OpenGL threading warnings when paintingAleix Pol2014-01-181-1/+4
| * Fix unused-function warning in qdrawhelper.cppThiago Macieira2014-01-161-6/+0