summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QExplicitlySharedDataPointer wherever possibleHarald Fernengel2009-08-201-3/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-2/+48
|\
| * Fixed QRasterPaintEngine::drawImage() for 1x1 source rectangles.Kim Motoyoshi Kalland2009-08-181-2/+34
| * Speed up midpoint lines starting far outside the device bounds.Gunnar Sletta2009-08-181-0/+14
* | Merge commit 'qt/master'Jason Barron2009-08-181-16/+22
|\|
| * Implemented faster image transformation in the raster engine.Kim Motoyoshi Kalland2009-08-171-13/+22
| * Fix coverity warningsThierry Bastian2009-08-171-3/+0
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\|
| * Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | 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 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
| | |\ \ \