summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-181-8/+3
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
| * | remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they areGunnar Sletta2009-08-171-6/+1
* | | Use QScopedPointer wherever possibleHarald Fernengel2009-08-131-33/+21
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-12/+5
|\ \ \ | |/ /
| * | Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-301-12/+5
| |\ \
| | * | Refactor QImage/QPixmap cleanup hooks into a seperate classTom Cooksey2009-07-281-12/+5
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-4/+11
|\ \ \ \ | |/ / /
| * | | Doc: Re-apply relevant change from 1368c210ef9976f68eb9fb1c3e4dc14f4fa4edd2Volker Hilsheimer2009-07-281-4/+11
| |/ /