summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | Fix warnings for mingwThierry Bastian2009-07-151-102/+0
* | 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
* | 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
|\ \ | |/
| * Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
* | Merge branch '4.5'Denis Dzyubenko2009-06-021-12/+3
|\ \ | |/
| * Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-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
| |\ \ | | |/
| | * Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-071-3/+16
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-4/+18
| |\ \ | | |/
| | * Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-061-1/+5
| | * Ensured correct rounding of scaled image drawing at non-integer coords.Samuel Rødal2009-05-051-2/+12
| | * Fixed bug where 0-opacity would cause images to be drawn fully opaque.Samuel Rødal2009-05-051-1/+1
* | | 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
| | |\ \ | | | |/
| | | * Fix clipping bug in raster paint engineGunnar Sletta2009-04-241-0/+14
| | * | Merge branch '4.5'Thiago Macieira2009-04-201-0/+36
| | |\ \ | | | |/
| | | * Some ifdefs for debugging clipping performanceGunnar Sletta2009-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
|/ / /
* | | Merge branch 'qt/main'Gunnar Sletta2009-04-171-50/+88
|\ \ \ | |/ /
| * | Make subpixel antialiasing of text work on Mac OS X under carbonGunnar Sletta2009-04-161-5/+9
| * | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-12/+12
| * | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-081-12/+12
| |/