summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-3/+1
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-0/+4
|\
| * Doc: Fixed reference to absolete API in exceptionsafety.htmlGeir Vattekar2011-03-171-0/+4
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-4/+4
|\ \ | |/
| * Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+1
| |\
| * \ Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-151-8/+17
| |\ \
| * | | doc: Moved some table headers ahead of the rows.Martin Smith2010-10-221-4/+4
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | |/ | |/|
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-141-8/+17
|\ \ \
| * \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-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
| | |/
* | | Corrected documentation for QImage::fill().Kim Motoyoshi Kalland2010-12-131-2/+2
|/ /
* | Merge branch 'staging-master' of scm.dev.nokia.troll.no:qt/qt-lighthouse into...Qt Continuous Integration System2010-12-021-0/+20
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-11-191-0/+8
| |\ \
| * | | Moving QCoreTextFontEngine with related classes into own fileJørgen Lind2010-10-281-0/+20
* | | | QRasterPixmapData: Reuse underlying QImage in fill() if possible.Andreas Kling2010-11-301-39/+3
| |/ / |/| |
* | | Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-031-0/+8
|/ /
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-091-0/+4
|\ \ | |/
| * Avoid in-place convertion of images with multiple referencesBenjamin Poulain2010-10-081-0/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-41/+43
|\ \ | |/
| * 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
* | QImage::fill() overloads that take QColor and Qt::GlobalColorGunnar Sletta2010-08-041-0/+82
|/
* 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
|/