summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Proper naming for raster pixmap and paintengine on Symbian.Laszlo Agocs2011-06-161-2/+2
* Handle QVolatileImage-backed pixmaps optimally in drawPixmap().Laszlo Agocs2011-06-161-0/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
|\
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Prevent crash in OpenGL engine when scaling images / pixmaps.Samuel Rødal2011-05-091-0/+2
|/
* Doc: Fixed reference to absolete API in exceptionsafety.htmlGeir Vattekar2011-03-171-0/+4
* Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-151-8/+17
|\ \ | |/
| * Make sure to do a deep copy of a QImage when it's being painted on.Samuel Rødal2010-12-061-8/+17
* | doc: Moved some table headers ahead of the rows.Martin Smith2010-10-221-4/+4
|/
* Avoid in-place convertion of images with multiple referencesBenjamin Poulain2010-10-081-0/+4
* Do the conversion from RGB888 to RGB32 using NeonBenjamin Poulain2010-08-061-0/+8
* Unbreak QImage::rgbSwapped() for many image formats.Andreas Kling2010-08-031-41/+35
* Use SSSE3 to convert from RGB888 to RGB32Benjamin Poulain2010-07-261-1/+9
* Improve the conversion from indexted to RGB16Benjamin Poulain2010-07-221-7/+16
* Avoid qMin() for each pixel when converting indexed colors in-placeBenjamin Poulain2010-07-221-4/+12
* Premultiply the color table instead of each pixel for image conversionBenjamin Poulain2010-07-221-2/+7
* Add test and fix style for the SSE2 implementation of ARGB32 conversionBenjamin Poulain2010-07-071-2/+2
* SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-2/+16
* Fixed some potential index-out-of-bounds issues in QImage.Kim Motoyoshi Kalland2010-06-241-4/+22
* Start the implementation of in-place recoding for imagesBenjamin Poulain2010-06-201-0/+274
* Added missing sanity checks in qimage.cppSamuel Rødal2010-06-151-0/+13
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-0/+2
|\
| * Fixed alpha check for mono images.Kim Motoyoshi Kalland2010-06-011-0/+2
* | doc: Fixed many broken links.Martin Smith2010-05-201-2/+2
* | 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
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-0/+3
|\ \ | |/
| * QTBUG-4887 and other exception safety fixesmread2010-04-071-1/+5
* | Prevented unnecessary copy in QImage::setAlphaChannel().Samuel Rødal2010-04-061-3/+4
* | Safeguard the colortable access when converting corrupted indexed8Gunnar Sletta2010-03-261-2/+2
* | Added QImage::bitPlaneCount().aavit2010-03-041-5/+50
* | Merge branch '4.6'Thiago Macieira2010-01-181-1/+1
|\ \ | |/
| * Avoid an unnecessary copy in QImage::scaled().Trond Kjernåsen2010-01-151-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-081-8/+11
|\ \ | |/
| * doc: Clarified which values were added in Qt 4.4.Martin Smith2010-01-051-8/+11
* | Add QImage::constBits() and QImage::constScanLine()Rhys Weatherley2010-01-061-2/+38
|/
* doc: Fixed some qdoc errors, numXxx() to xxxCount(), etc.Martin Smith2009-11-111-1/+1
* API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-48/+86
* Fixed crash when QImage::createAlphaMask() runs out of memoryGunnar Sletta2009-11-041-1/+2
* Added doc warning about ARGB32 image drawing and fixed format docsGunnar Sletta2009-10-211-7/+16
* Fixed QPainter::begin() so that it fails gracefully.Kim Motoyoshi Kalland2009-10-151-0/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-0/+6
|\
| * Don't crash when convert Indexed8 without colortable to QPixmapGunnar Sletta2009-08-311-0/+6
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13