summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix use of qMax() with floating point constantsSergio Ahumada2011-10-301-2/+2
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-275-11/+10
* Fix compiler warnings.Friedemann Kleint2011-10-271-1/+0
* Fixed crash in printsupport on WindowsOliver Wolff2011-10-271-8/+1
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-254-18/+6
* Improve drawing scaled image with raster using SSE2Olivier Goffart2011-10-243-22/+153
* Remove stale documentation.Casper van Donderen2011-10-185-102/+25
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-1317-586/+2
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-113-607/+0
* Clean-up a macro for CocoaMorten Sorvig2011-10-102-8/+1
* Fix typo in qbezier shift implementationKent Hansen2011-10-061-1/+1
* Fix ́́`macros' function test of `tst_headers'Sergio Ahumada2011-10-032-0/+12
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-5/+5
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-282-0/+7
* Make QVectorData::shared_null constBradley T. Hughes2011-09-261-1/+2
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-231-1/+1
* Allocate 16-byte aligned memory independent of platform for raster pool.Samuel Rødal2011-09-221-37/+17
* [blitter] Fix memory leak in the blitter paintengineHolger Hans Peter Freyther2011-09-201-5/+5
* Generate glyphs in un-transformed coordinate system.Samuel Rødal2011-09-201-3/+4
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-201-100/+31
* Enable glyph caching on QPAEskil Abrahamsen Blomfeldt2011-09-191-31/+3
* Fix missing/incorrect license headersJason McDonald2011-09-151-0/+40
* Merge branch 'refactor'Gunnar Sletta2011-09-13124-39008/+2335
|\
| * Improved and made public the QOpenGLPaintDevice API.Samuel Rødal2011-09-081-12/+0