summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed image drawing inconsistencies when drawing 1x1 images/subrects.Samuel Rødal2010-04-201-1/+1
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-2/+2
|\
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-2/+2
* | Fixed assert failure when drawing dashes with raster engine.Kim Motoyoshi Kalland2010-03-101-5/+6
* | FreeType: Fast lookup of Latin-1 glyphsAndreas Kling2010-03-051-1/+1
* | doc: mark as reimplemented.Volker Hilsheimer2010-02-241-0/+3
* | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-13/+28
|\ \ | |/ |/|
| * Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-1/+1
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat...Eskil Abrahamsen Blomfeldt2010-02-041-1/+8
| |\
| * | Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-1/+1
| * | Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-141-9/+1
| * | Support transformations in drawStaticText() and optimize for spaceEskil Abrahamsen Blomfeldt2010-01-141-18/+16
| * | Optimize QStaticText for spaceEskil Abrahamsen Blomfeldt2010-01-141-14/+39
* | | Fixed autotest failure in tst_QPainter::drawEllipse on Maemo.Samuel Rødal2010-02-181-8/+0
* | | Fixed autotest failure in tst_QGraphicsScene::render on Maemo.Samuel Rødal2010-02-171-14/+4
| |/ |/|
* | Fixed text rendering via scaled QPainter on rasterPaintEngine / SymbianAlessandro Portale2010-02-011-1/+8
|/
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Avoid coordinate limitations in the raster engine.Gunnar Sletta2010-01-121-1/+3
|/
* Clean up the QFontEngine glyphcaching code to not crash and be more tidyGunnar Sletta2009-12-101-2/+2
* Fixed square root of negative number in drawTextItem().Kim Motoyoshi Kalland2009-11-301-1/+2
* 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