summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Add QPixmapIconEngine::pixmap pointer checkJesus Fernandez2016-11-021-1/+1
* QImage: cache colortable sizeMarc Mutz2016-10-211-2/+2
* QIconLoaderEngine: add missing Q_DECL_OVERRIDEsAlexander Volkov2016-10-121-8/+8
* Remove unused static member QIconLoaderEngineEntry::countAlexander Volkov2016-10-121-1/+0
* Fix QPixelFormat::typeInterpretation() for Format_RGB888Allan Sandfeld Jensen2016-10-101-1/+1
* QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-26/+24
* QIcon: Set the pixmap's dpr to 1.0 if the window is also set to 1.0Andy Shaw2016-08-301-2/+5
* QXpmHandler: remove 657 unneeded relocationsMarc Mutz2016-08-191-1/+1
* Protect QImage::convertToFormat against null QImageAllan Sandfeld Jensen2016-08-171-1/+1
* Fix rendering error in some animated gifsEirik Aavitsland2016-08-151-1/+1
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* Remove unneeded ';' after some macrosKai Pastor2016-08-041-1/+1
* Backwards compatibility fix: No default colormap for Mono QImagesEirik Aavitsland2016-07-271-22/+20
* Update documentation regarding QPixmap HICON conversionsSérgio Martins2016-07-271-4/+2
* QImage::setAlphaChannel(): Check result of image conversionFriedemann Kleint2016-07-231-0/+2
* Finally fix crash in inplace-modified data-constructed imagesEirik Aavitsland2016-06-152-11/+14
* QIconLoader: Fix typo in directoryMatchesSize()Palo Kisa2016-06-151-1/+1
* Fixed developer build for MinGWOliver Wolff2016-06-151-1/+1
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-7/+9
|\
| * Really fix crash on certain malformed bmp imagesEirik Aavitsland2016-05-251-7/+9
* | Turn off optimization for checkForAlphaPixels on Windows ARMMaurice Kalinowski2016-05-231-0/+6
|/
* Fix possible crash in QImage::pixel()Eskil Abrahamsen Blomfeldt2016-03-312-25/+34
* Only copy the data if the image is not nullAndy Shaw2016-03-011-1/+2
* QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-1/+1
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-1/+7
|\
| * Crash fix: reject certain malformed bmp imagesEirik Aavitsland2016-02-051-1/+1
| * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-051-0/+6
* | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-136-10/+10
* | Reduce allocations by using reserve()Sérgio Martins2016-02-071-0/+2
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+17
|\
| * Detect alpha8 as having alpha-pixelsAllan Sandfeld Jensen2015-11-301-2/+17
* | Use backing store formats with alphaAllan Sandfeld Jensen2016-01-083-51/+38
* | Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-171-10/+1
* | Optimize qt_findAtNxFile by reducing the amount of allocationsOlivier Goffart2015-12-071-4/+5
* | Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-072-3/+12
* | QImage pixelColor and setPixelColor must use unpremultiplied QColorAllan Sandfeld Jensen2015-12-041-8/+22
* | Fix possible null pointer dereferences.Jake Petroules2015-12-021-0/+8
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-3/+3
* | Add AArch64 ASM to qimage_neon.cppAllan Sandfeld Jensen2015-11-263-5/+30
* | Fix inplaceRgbConversion test on non-x86Allan Sandfeld Jensen2015-11-261-3/+29
* | Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-231-5/+0
* | Make the ppm image handler corrctly handle long comment linesEirik Aavitsland2015-11-191-4/+12
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+4
|\|
| * Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-0/+4
* | Introduce png_dependency.priKonstantin Ritt2015-11-131-6/+1
* | Make qt_findAtNxFile return the source device pixel ratioOlivier Goffart2015-11-132-3/+11
* | Prevent the pixmap cache from crashing if it's been destroyedThiago Macieira2015-10-231-1/+2
* | Add support for "@3x" image loading.Morten Johan Sørvig2015-10-162-11/+42
* | qt_pixmapFromWinHICON(): Fix crash and leak in case of Win32 API fails.Friedemann Kleint2015-10-141-12/+16