summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap_blitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* Cleanup conversion parametersAllan Sandfeld Jensen2016-04-111-1/+1
* QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-281-4/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-1/+1
|\
| * QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-131-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-0/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* [blitter] Initialize m_devicePixelRatio to fix crashLucile Quirion2014-05-041-1/+3
* Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-1/+1
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* qpa: add non-opaque fill supportJulien Brianceau2012-09-111-2/+4
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-071-21/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* [blitter] Work on tst_QPixmap::clear()Holger Hans Peter Freyther2011-10-211-2/+13
* [blitter] Generate a new serial number when resizing the pixmapHolger Hans Peter Freyther2011-10-211-0/+1
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-2/+0
* [blitter] Use QScopedPointer for the engine and blittableHolger Hans Peter Freyther2011-09-201-13/+8
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-1/+2
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-22/+22
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | QGuiApplication is not QPA specificLars Knoll2011-05-031-1/+1
* | remove QApplication dependencies in gui/imageLars Knoll2011-05-031-2/+2
* | remove the graphicssystem code paths.Lars Knoll2011-05-031-1/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+310