summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update obsolete external URLsTopi Reinio2015-04-112-2/+2
* Update copyright headersAkseli Salovaara2015-03-3184-1093/+1093
* Use qSwap instead of std::swap so platforms without STL still compileAndy Shaw2015-03-201-1/+1
* Fixes crash in bmp and ico image decodingEirik Aavitsland2015-03-131-6/+7
* Fixes crash in gif image decoderEirik Aavitsland2015-03-131-0/+2
* Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2015-02-271-89/+109
* Fix a division by zero when processing malformed BMP files.Richard J. Moore2015-02-261-0/+6
* Don't leak RENDER Pictures in QPixmap::paintEngine().Pierre-Loup A. Griffais2015-02-131-3/+5
* Remove use of 'register' from Qt.Kevin Funk2014-08-114-13/+13
* Don't crash on broken GIF imagesLars Knoll2014-05-061-0/+7
* 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