summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Make QImage::mirrored() propagate devicePixelRatioMorten Johan Sorvig2013-01-021-0/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-6/+61
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-10/+0
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-101-20/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Document obsolete functions in QImage to silence qdoc errors.Jason Barron2012-08-291-0/+44
* doc: Added \relates command to some function qdoc commentsMartin Smith2012-08-211-0/+1
* Revert "Added default argument for color profile to QImage constructors."Alexandros Dermenakis2012-08-101-12/+6
* Added default argument for color profile to QImage constructors.Alexandros Dermenakis2012-08-011-6/+12
* QtGui: replace some copies with swapsMarc Mutz2012-07-061-1/+1
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-021-17/+17
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* Fix possible crash when copying QImage.Kim Motoyoshi Kalland2012-06-211-1/+1
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-311-4/+4
* Add AVX support for the painting and image code.Thiago Macieira2012-05-221-10/+23
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-5/+5
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-5/+5
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
|/
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-251-14/+1
* Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-271-3/+4
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-081-1/+5
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-9/+2
|\
| * Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-261-9/+2
* | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-42/+42
|/
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-071-322/+189
* Add support for cleanup functions for data-constructed QImagesSimon Hausmann2012-01-311-18/+50
* Moving tiff image format support and libtiff out of qtbaseaavit2012-01-311-1/+0
* 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
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+8
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove qt_image_id() and qt_image_colortable().Robin Burchell2011-12-201-11/+0
* Improve QtGui start-up time and memory use.Samuel Rødal2011-11-041-4/+8
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-4/+4
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-251-3/+3
* Remove stale documentation.Casper van Donderen2011-10-181-207/+0
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-15/+0
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-201-3/+8
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-1/+1
* Get rid of some obsolete functions in QImage / QPixmap / QPixmapData.Samuel Rødal2011-07-181-77/+0
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-20/+21
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
| * Doc: Fixed qdoc warnings.David Boddie2011-05-231-3/+4
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-121-0/+2
|\|
| * Prevent crash in OpenGL engine when scaling images / pixmaps.Samuel Rødal2011-05-111-0/+2
* | remove more QT3_SUPPORT codeLars Knoll2011-05-031-553/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+6717