summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed antialiased rendering error in raster engine due to wrong merge.Samuel Rødal2010-10-011-2/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-301-0/+2
|\
| * Fixed accessing freed memory in raster engine.Kim Motoyoshi Kalland2010-09-301-2/+2
| * Fixed antialiased rasterization bug in raster engine.Samuel Rødal2010-09-291-0/+9
* | Fixed antialiased rasterization bug in raster engine.Samuel Rødal2010-09-281-0/+9
|/
* Improved performance of 16 bit memrotates using NEON instructions.Samuel Rødal2010-07-011-22/+2
* Optimized sub-rect copying / painting of QPixmaps.Samuel Rødal2010-06-231-3/+5
* Fixed crash in the fast blend functions for rasterGunnar Sletta2010-06-231-1/+5
* Fixed infinite recursion when drawing very large painter paths.Kim Motoyoshi Kalland2010-06-161-6/+5
* Fixed missing stroke for flat ellipses.Samuel Rødal2010-06-151-0/+1
* Fixed error reporting in grayraster and reduced default pool size.Carolina Gomes2010-06-141-4/+8
* Optimized 90-, 180-, and 270- rotated blits in raster paint engine.Samuel Rødal2010-06-101-0/+105
* QRuntimeGraphicsSystemJani Hautakangas2010-05-201-8/+12
* Avoid changing header dependencies.Warwick Allison2010-05-101-0/+5
* Avoid many unnecessary allocations, so so that paint engines attached to pixmapsWarwick Allison2010-05-071-21/+26
* 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