summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master'Jason Barron2009-08-041-47/+41
|\
| * Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-52/+46
* | Merge commit 'qt/master-stable'Jason Barron2009-08-041-91/+4
|\ \
| * | Ensure that the dash offset is reset when using drawLines()Andy Shaw2009-08-031-2/+4
| * | Kill QRasterPaintEngine::drawPath() to benefit from QPaintEngEx optimsGunnar Sletta2009-07-281-89/+0
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-5/+27
|\ \ \ | |/ /
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-241-5/+27
| |\ \
| | * | Fixed crash when vectorpath was polygonal only in raster::stroke()Gunnar Sletta2009-07-241-9/+16
| | * | QPainter::stroke() on raster engine would draw moveto's as linesGunnar Sletta2009-07-231-5/+17
| | * | Implement clipping in the QPaintEngineEx::stroke() function.Gunnar Sletta2009-07-231-0/+3
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-102/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix warnings for mingwThierry Bastian2009-07-151-102/+0
* | | Make S60 integration optional.Jason Barron2009-07-151-6/+6
* | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-091-1/+1
|\ \ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-291-3/+5
| |\ \ \ | | | |/ | | |/|
| * | | Fix warnings because of unused variables.axis2009-06-291-1/+1
* | | | Fix crash in QClipData::initialize.Jason Barron2009-07-071-0/+1
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-7/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | Silence trivial warningsThiago Macieira2009-06-261-0/+2
| * | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-221-0/+2
| * | | Fixed rounding bug in raster paint engine rect / image drawing.Samuel Rødal2009-06-221-4/+4
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-181-1/+1
| |\ \ \ | | |/ /
| | * | Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-171-1/+1
| * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ \ | | |/ /
| | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-122/+163
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed memory leak in raster paint engine.Samuel Rødal2009-06-101-1/+3
| * | Make QVectorPath::controlPointRect() return a QRectF.Samuel Rødal2009-06-101-2/+1
| * | Fixed clipping bug in raster paint engine causing rendering artifacts.Samuel Rødal2009-06-101-2/+2
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-2/+2
| |\ \ | | |/
| * | Merge branch '4.5'Denis Dzyubenko2009-06-021-12/+3
| |\ \
| * | | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-021-2/+0
| * | | improved string operations all over the placeThierry Bastian2009-05-281-1/+1
| * | | Fix a warning on MSVCThierry Bastian2009-05-251-1/+1
| * | | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-2/+2
| * | | Prevented QClipData related crashes.Samuel Rødal2009-05-151-2/+4
| * | | Merge commit 'qt/master'Samuel Rødal2009-05-131-3/+30
| |\ \ \
| | * \ \ Merge branch '4.5'Thiago Macieira2009-05-071-3/+16
| | |\ \ \
| | * \ \ \ Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-4/+18
| | |\ \ \ \
| * | | | | | Fix QWS build breakageTom Cooksey2009-05-111-6/+6
| * | | | | | Merge branch 'gl2engine-new-shaders' into graphics-masterTom Cooksey2009-05-061-2/+31
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'shader-api' into gl2engine-new-shadersRhys Weatherley2009-05-011-1/+51
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-1/+1
| | | * | | | | Merge branch '4.5'Thiago Macieira2009-04-241-0/+14
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch '4.5'Thiago Macieira2009-04-201-0/+36
| | | |\ \ \ \ \ \
| * | | | | | | | | Fix crash caused by clip(QRegion) in raster now depending on baseclipGunnar Sletta2009-04-241-8/+5
| * | | | | | | | | Two buglets with clipping in raster engineGunnar Sletta2009-04-241-2/+2
| * | | | | | | | | Optimize intersected rect clipping in raster engine..Gunnar Sletta2009-04-241-2/+21
| * | | | | | | | | Implement QRasterPaintEngine::clip(QRegion) to do something sensible...Gunnar Sletta2009-04-241-60/+86
| |/ / / / / / / /