summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect assertion from the backingstoreLaszlo Agocs2015-11-261-5/+8
* Do not leak textures from the backing storesLaszlo Agocs2015-11-231-0/+4
* Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
* Another fix of cosmetic QPainter::drawPolyline()Eirik Aavitsland2015-09-011-1/+2
* QRasterPaintEngine: Don't detach QImageSérgio Martins2015-08-251-3/+3
* Fix potential SIGFPEs in QRasterizer::rasterizeLine()Joni Poikelin2015-08-181-14/+14
* Fix out-of-buffer read on image upscaleAllan Sandfeld Jensen2015-08-101-1/+4
* fix build with no built-in image handlersOswald Buddenhagen2015-08-031-1/+1
* QPdfEnginePrivate - fix for '-qreal float' build.Timur Pocheptsov2015-07-221-4/+4
* Doc:added doc to undocumented functionsNico Vertriest2015-07-222-0/+18
* Fix simple semi-transparent blending of RGB32 on RGB30Allan Sandfeld Jensen2015-07-011-2/+2
* Replace MAC OS X with OS XNico Vertriest2015-06-303-5/+5
* Doc: rearrange tables with overflowNico Vertriest2015-06-261-1/+1
* Further tune curveThreshold setting based on strokeWidthEirik Aavitsland2015-06-221-1/+1
* Clarify QPainter::drawText() documentation.Mitch Curtis2015-06-031-7/+36
* Fix premul conversion from ARGB32 to A2RGB30 formats.Allan Sandfeld Jensen2015-06-034-2/+79
* Syntax clean up in qimagescaleAllan Sandfeld Jensen2015-06-021-27/+26
* Fix wrong method name in QColor documentationAllan Sandfeld Jensen2015-06-011-4/+4
* Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-012-7/+7
* Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-012-16/+47
* Combine x and y oriented sample helpersAllan Sandfeld Jensen2015-05-302-120/+58
* Remove unused call indirectionAllan Sandfeld Jensen2015-05-301-20/+4
* Adjust curveThreshold based on strokeWidthAllan Sandfeld Jensen2015-05-221-1/+1
* MSVC: Silence compiler warning about INFINITYKai Koehne2015-05-111-9/+8
* Add flip support to QPlatformBackingStore::toTexture()Laszlo Agocs2015-05-062-25/+48
* Make data tables const.Volker Krause2015-05-056-12/+12
* Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-042-12/+12
* Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-046-10/+11
* Short-cut SSE4 unpremultiplyAllan Sandfeld Jensen2015-04-251-2/+4
* Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-234-41/+34
* Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-164-34/+41
* Optimize non-native bilinear transformsAllan Sandfeld Jensen2015-04-161-12/+33
* Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-156-726/+762
* Support gradients natively in the PDF generatorLars Knoll2015-04-092-233/+270
* Remove table of mostly null pointersAllan Sandfeld Jensen2015-04-081-2066/+70
* [QFontEngineFT] Guarantee correct metrics for alphamap and its bounding boxKonstantin Ritt2015-04-071-11/+0
* Optimize fetching pixel values for SSE2 bilinear samplingAllan Sandfeld Jensen2015-04-041-72/+59
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-12/+8
|\
| * Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-12/+8
* | Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-308-9/+18
* | Don't remove mnemonics and parentheses under non-Mac system.Debao Zhang2015-03-261-0/+2
* | Improve rounding in QCosmeticStrokerAllan Sandfeld Jensen2015-03-121-4/+8
* | QtGui: Fix const correctness in old style castsThiago Macieira2015-03-1212-72/+74
* | Micro optimization to QPainterPrivate::drawGlyphsKonstantin Ritt2015-03-112-7/+4
* | Add AVX2 autovectorized versions of premultiplyAllan Sandfeld Jensen2015-03-105-65/+171
* | Remove non-templated pixellayout methodsAllan Sandfeld Jensen2015-03-041-182/+38
* | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-041-2/+2
|\|
| * Painting: Avoid endless loop for certain bezier curvesEirik Aavitsland2015-03-041-2/+2
* | Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-265-10/+8
* | Remove unused private definitions and functionAllan Sandfeld Jensen2015-02-261-7/+0