summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Doc: Fixing typoSergio Ahumada2011-01-071-2/+2
* Improve performance of clipping to a scaled QRectFLars Knoll2010-12-151-10/+23
* Fixed text rendering bug in raster engine when opacity != 1.0.Samuel Rødal2010-11-081-1/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-301-1/+1
|\
| * Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-10-301-0/+3
|\ \ | |/ |/|
| * Fix Windows compilation.Samuel Rødal2010-10-271-0/+1
| * Fixed race condition in raster paint engine.Samuel Rødal2010-10-271-0/+2
* | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* | Remove unnecessary calls to GetHorizBounds() + boundingBox()Alessandro Portale2010-10-121-4/+2
* | 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