summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* qpa: Document a requirement of the backing store implementationHolger Hans Peter Freyther2012-03-061-0/+3
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-028-262/+262
* Export QPaintEnginePrivate from QtGuiBradley T. Hughes2012-03-021-1/+1
* QFixed: make constexprMarc Mutz2012-02-261-68/+68
* QFixed{,Size}: reformulate some functions in a constexpr-friendly wayMarc Mutz2012-02-261-23/+24
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-224-30/+0
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Added static keyword to blend_transformed_tiled_argb/rgb565().Kim Motoyoshi Kalland2012-02-141-2/+2
* Removed unused qStorePixel[] array.Kim Motoyoshi Kalland2012-02-141-12/+0
* Fixed CustomDashLine drawing bug.Samuel Rødal2012-02-081-1/+3
* Fixed source composition with opacity in the raster paint engine.Kim Motoyoshi Kalland2012-02-081-0/+2
* Fixed jagged lines when drawing scaled image with raster engine.Kim Motoyoshi Kalland2012-02-071-2/+3
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-078-4188/+1633
* Add distance field generation functions from ScenegraphJiang Jiang2012-02-063-2/+1745
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-7/+7
* Remove many deprecated methodsLars Knoll2012-01-314-20/+0
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-313-204/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30102-102/+102
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2521-21/+0
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-243-11/+5
* Update contact information in license headers.Jason McDonald2012-01-23102-102/+102
* Mark obsolete methods in qregion as deprecatedLars Knoll2012-01-172-20/+21
* Update year in Nokia copyright headers.Jason McDonald2012-01-101-1/+1
* Limit Bezier curve subdivision to maximum 512 line segments.Kim Motoyoshi Kalland2012-01-061-4/+16
* Update copyright year in license headers.Jason McDonald2012-01-05101-101/+101
* Fix QPainter::drawText with complex brushesSimon Hausmann2012-01-041-1/+1
* Inline some methods in qgrayraster.Robin Burchell2012-01-021-53/+7
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-022-117/+119
* blitter: Group code by functionality in header and cpp fileHolger Hans Peter Freyther2012-01-022-120/+118
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-021-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-021-45/+86
* blitter: Move the definition out of the classHolger Hans Peter Freyther2012-01-021-59/+72
* blitter: Kill the isBlitterLocked variable of the QBlitterPaintEngineHolger Hans Peter Freyther2012-01-023-10/+11
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-021-31/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-021-78/+65
* raster: Fix typo in a function argumentHolger Hans Peter Freyther2012-01-021-1/+1
* Remove qt_image_id() and qt_image_colortable().Robin Burchell2011-12-201-2/+0
* Improved path filling performance in the raster paint engine.Kim Motoyoshi Kalland2011-12-164-55/+93
* Improved performance of large text when parts are outside view.Kim Motoyoshi Kalland2011-12-131-6/+81
* Silence -Woverloaded-virtual warnings in QRasterPaintEngineBradley T. Hughes2011-12-122-13/+13
* Silence -Woverloaded-virtual warnings in QBlitterPaintEngineBradley T. Hughes2011-12-122-5/+5
* Fix typo in APIDocsThomas Zander2011-12-101-1/+1
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-3/+1
* QPainterPath: Fix copy constructor again.Charles Yin2011-11-081-1/+1
* Fix subpixel positioning supportJiang Jiang2011-11-083-28/+8
* Implement QRegion::isNullJędrzej Nowacki2011-11-082-0/+16
* QPainterPath: Fix copy constructor.Friedemann Kleint2011-11-071-1/+1
* Improve QtGui start-up time and memory use.Samuel Rødal2011-11-041-55/+86
* Revert "Fix use of qMax() with floating point constants"Sergio Ahumada2011-11-011-2/+2
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-313-4/+5