summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-195-39/+36
* | | QPainterPath: replace a use of QList<QRectF> with a QVectorMarc Mutz2014-02-261-1/+2
|/ /
* | 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
| * MIPS DSP build system fix and additional optimizations.lpapuga2014-01-146-9/+1344
* | Make conversion of semi-transparency to opaque formats consistentAllan Sandfeld Jensen2014-01-202-32/+63
* | Optimize blend_transformed_tiled_argb().Sami Liedes2014-01-181-6/+14
* | iOS: Don't try to use NEON drawhelpers, we don't build themTor Arne Vestbø2014-01-161-0/+7