summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-221-0/+2
* Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-171-1/+1
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
* Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
* Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-071-3/+16
* 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 clipping bug in raster paint engineGunnar Sletta2009-04-241-0/+14
* Some ifdefs for debugging clipping performanceGunnar Sletta2009-04-201-0/+36
* Fixes: Make drawPixmap as fast as drawImage on rasterRGunnar Sletta2009-04-071-33/+67
* Fix missing fills of rects with negative width/height in raster engine.Samuel Rødal2009-03-301-1/+1
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+6058