summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-2/+2
* Fix raster paintengine handling with invalid imagesChristoph Feck2009-10-281-0/+3
* Reworked QVectorPath API to allow for caching and convex curved shapesGunnar Sletta2009-10-271-1/+1
* Removed a redundant if() check. Its checked in the containing conditionGunnar Sletta2009-10-271-2/+1
* Properly detect font smoothing setting on Mac OS X in raster engineEskil Abrahamsen Blomfeldt2009-10-211-1/+5
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-191-8/+1
|\
| * qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-151-8/+1
* | Fixed bug where bitmaps were painted black instead of in pen colour.Kim Motoyoshi Kalland2009-10-131-0/+2
|/
* Fixed ellipsedrawing in raser engine for rects over 2^15 in sizeGunnar Sletta2009-09-221-0/+1
* Switch glyph cache from Qt to SymbianLiang QI2009-09-181-2/+43
* Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-1/+1
|\
| * Fix crash or painting error when drawing dashed lines with penWidth > 1Eskil Abrahamsen Blomfeldt2009-09-171-1/+1
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Fixed compilation of some ifdef'ed out debug messages.Gunnar Sletta2009-09-141-8/+13
* | Made raster respect SmoothPixmapTransform and Antialiasing hints better.Samuel Rødal2009-09-101-14/+5
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Fixed some clipping bugs in raster paint engine.Samuel Rødal2009-09-031-7/+7
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\|
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Fixed rounding error in fillRect() in the raster paint engineEskil Abrahamsen Blomfeldt2009-08-181-11/+7
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Remove superfluous '.data()' call from dashStroker.Jason Barron2009-08-261-1/+1
* | 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