summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-101-0/+3
|\
| * Merge commit 'qt/master-stable'Jason Barron2009-08-101-0/+3
| |\
| | * Don't crash if we are drawing an empty image.Jan-Arve Sæther2009-08-071-0/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-0759-1725/+763
|\ \ \ | |/ /
| * | Update license headers according to commit 858c70f768e.axis2009-08-069-22/+22
| * | Replaced $MODULE$ with hardcoded module names.axis2009-08-064-4/+4
| * | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0618-18/+18
| * | Merge commit 'qt/master-stable'Jason Barron2009-08-065-4/+6
| |\ \ | | |/
| | * Merge branch '4.5'Bill King2009-08-052-0/+3
| | |\
| | | * Preserved fill rule for perspective mapped strokes in raster engine.Samuel Rødal2009-08-032-0/+3
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-08-046-158/+84
| | |\ \
| | | * | fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-041-2/+2
| | | * | Mac: Remove debug work outputRichard Moe Gustavsen2009-08-041-1/+0
| | * | | have QPainter::begin() return false on null paint engineGunnar Sletta2009-08-041-1/+1
| * | | | Merge commit 'origin/master'Jason Barron2009-08-0437-314/+260
| |\ \ \ \
| * \ \ \ \ Merge commit 'qt/master-stable'Jason Barron2009-08-0422-830/+302
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fixed some perspective transform rendering bugs.Samuel Rødal2009-08-034-155/+82
| | | |/ / | | |/| |
| | * | | fixed broken integration of qwindowsurface_raster.cppGunnar Sletta2009-08-031-1/+1
| | * | | Merge branch '4.5'Thiago Macieira2009-08-032-6/+6
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fixed drawImage() so that it doesn't sample outside the source image.Kim Motoyoshi Kalland2009-07-281-4/+4
| | | * | Don't use layered windows for non-translucent windowsGunnar Sletta2009-07-281-2/+2
| | * | | Ensure that the dash offset is reset when using drawLines()Andy Shaw2009-08-031-2/+4
| | * | | When there is no alpha channel significantly improve the speed of blendTiled.Benjamin C Meyer2009-07-301-21/+51
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMorten Sørvig2009-07-306-615/+62
| | |\ \ \
| | | * | | Reviewed-by: Thomas H.Gunnar Sletta2009-07-305-613/+60
| | | * | | Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-301-2/+2
| | | |\ \ \
| | | | * | | Move uninit & readonly into a flags member of QX11PixmapDataTom Cooksey2009-07-291-2/+2
| | * | | | | Mac/Carbon: Fix issue causing update(QRegion) to fail on large widgets.Morten Sørvig2009-07-302-0/+39
| | |/ / / /
| | * | | | Port of Qt to VxWorksRobert Griebl2009-07-295-1/+23
| | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-07-291-15/+21
| | |\ \ \ \
| | * | | | | QPainterPath's vectorpath cache wasn't cleared on detach()Gunnar Sletta2009-07-281-0/+2
| | * | | | | Implement perspective filling support in the raster engine...Gunnar Sletta2009-07-282-20/+56
| | * | | | | Implement perspective stroking support in QPaintEngineEx::stroke()Gunnar Sletta2009-07-281-6/+28
| | * | | | | Kill QRasterPaintEngine::drawPath() to benefit from QPaintEngEx optimsGunnar Sletta2009-07-282-91/+0
| | * | | | | Added QVectorPath::convertToPainterPath() for future convenienceGunnar Sletta2009-07-282-0/+36
| | | |/ / / | | |/| | |
| * | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-15/+21
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Doc: Some final QMatrix cleanups.Volker Hilsheimer2009-07-281-3/+6
| | * | | | Doc: Cleaning up.Volker Hilsheimer2009-07-281-12/+15
| | |/ / /
| * | | | Merge commit 'qt/master-stable'Jason Barron2009-07-293-42/+61
| |\ \ \ \ | | |/ / /
| | * | | Doc: Remove reference to QMatrixVolker Hilsheimer2009-07-271-5/+3
| | * | | "MAP" is a too common name to use it without #undef'ing it firstRobert Griebl2009-07-271-1/+3
| | * | | Doc: Obsolete QMatrix and QPainter APIs using it.Volker Hilsheimer2009-07-272-36/+55
| * | | | Merge commit 'qt/master-stable'Jason Barron2009-07-289-124/+49
| |\ \ \ \ | | |/ / /
| | * | | Doc: Replace QMatrix with QTransform and respective functions in various places.Volker Hilsheimer2009-07-252-3/+6
| | * | | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-252-3/+3
| | * | | Remove all the last vestiges of QuickDraw in Qt/Mac.Norwegian Rock Cat2009-07-241-105/+0
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-241-1/+1
| | |\ \ \
| | | * | | Once enabled, the emulation engine never got switched back offGunnar Sletta2009-07-241-1/+1
| | * | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-244-12/+39
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Fixed crash when vectorpath was polygonal only in raster::stroke()Gunnar Sletta2009-07-241-9/+16