summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-2684-84/+84
* Add missing variables initialization before requesting png offsetSamuel Gaist2013-09-201-7/+7
* Compilation fix for libjpeg release 9aavit2013-09-131-22/+5
* Add offset reading support in pnghandlerSamuel Gaist2013-08-081-0/+7
* Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-04-221-2/+3
* Make QPixmap::grabWindow work on retina displays.Morten Johan Sørvig2013-03-201-1/+4
* Ensure that pixels is only freed if there was no CGImage for itAndy Shaw2013-02-131-1/+1
* Fixed crash in image reader when reading certain BMP files.Samuel Rødal2013-02-081-4/+4
* Fix TIFFTAG_RESOLUTIONUNIT handling.Leonard Lee2013-02-061-4/+5
* Fix glitch on MNG animation Loops when QMovie caching is enabledDavy Durham2013-01-221-0/+8
* Change all shmget calls to user-only memoryThiago Macieira2013-01-182-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1384-84/+84
* Fix GIF image decoding: do not zero transparent pixelsaavit2012-11-081-9/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2984-2017/+2017
* qpa: add non-opaque fill supportJulien Brianceau2012-09-121-2/+4
* Update contact information in license headers.Sergio Ahumada2012-08-0184-168/+168
* Fix possible crash when copying QImage.Kim Motoyoshi Kalland2012-06-251-1/+1
* Add out-of-memory checks to QImagePauli Jarvinen2012-04-261-0/+11
* Fixes crashes and memory leak in QMacPixmapDataAndreas Loew2012-04-131-13/+44
* Fixed crash in QImage in out of memory conditionAndreas Loew2012-04-131-0/+4
* Upgrading libpng: Patches to libpng 1.5.10 for Qt usageaavit2012-04-121-1/+0
* Removed invalid assert in BMP loader code.Kim Motoyoshi Kalland2012-03-121-2/+0
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-271-0/+32
* Update year in Nokia copyright messages.Jason McDonald2012-01-1184-84/+84
* [blitter] Work on tst_QPixmap::clear()Holger Hans Peter Freyther2011-12-132-3/+15
* [blitter] Use QScopedPointer for the engine and blittableHolger Hans Peter Freyther2011-12-132-14/+10
* [blitter] Generate a new serial number when resizing theHolger Hans Peter Freyther2011-12-131-0/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-11-232-0/+11
|\
| * Move tga support from Qt3d to Qt.Sarah Smith2011-11-142-0/+11
* | Hide png symbols in a namespace for -qt-libpngDaniel Teske2011-11-221-0/+1
* | Merge branch '4.8-upstream' into master-waterWater-Team2011-10-182-12/+14
|\ \
| * \ Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-10-142-11/+19
| |\ \
| * | | Converting from double to qreal in guimread2011-10-101-6/+6
| * | | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-10-031-7/+5
| |\ \ \
| * | | | Do not crash in copy() of pixmaps without an underlying bitmapLaszlo Agocs2011-09-301-6/+8
| | |_|/ | |/| |
* | | | Merge branch '4.8-upstream' into master-waterWater-Team2011-10-112-11/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed broken window surface flush when depth is 24 and bpp is not 32.Samuel Rødal2011-09-292-11/+19
| | |/ | |/|
* / | fix possible race conditionsKonstantin Ritt2011-10-071-1/+3
|/ /
* / Avoid unnecessary detach of a QImage in QPixmapDropShadowFilterDavid Faure2011-09-191-7/+5
|/
* Fix build with Clang for libpng versions 1.4.0 to 1.5.2Tor Arne Vestbø2011-08-311-0/+23
* Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-08-251-1/+32
|\
| * Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-231-1/+32
| |\
| | * Fix problem with grabWindow on Mac OS X 10.6 with CocoaAndy Shaw2011-08-221-3/+2
| | * Fix compile issue with Mac OS X 10.5Andy Shaw2011-08-191-2/+8
| | * Fix QPixmap::grabWindow() on Mac OS X LionAndy Shaw2011-08-191-1/+27
* | | Fix compilation of qjpeg on MinGW with GCC 4.6Thiago Macieira2011-08-191-0/+5
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-08-011-9/+55
|\ \
| * | Add initial support for bitmap version 4/5 headers.Ilya Konkov2011-07-221-9/+55
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-07-221-5/+8
|\ \ \ | |/ / |/| / | |/
| * Fixed crash when loading 16 bits-per-pixel grayscale TIFs.Kim Motoyoshi Kalland2011-07-201-11/+20