summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* [blitter] Initialize m_devicePixelRatio to fix crashLucile Quirion2014-05-041-1/+3
* Don't crash on broken GIF imagesLars Knoll2014-04-251-0/+7
* If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-291-0/+2
* Fix some documentation errors.Friedemann Kleint2014-03-241-1/+1
* AVX image code was removedFrederik Gladhorn2014-03-171-1/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+1
|\
| * Fix assert when converting RGBx8888 to ARGB32_PMAllan Sandfeld Jensen2014-02-101-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-113-31/+34
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-073-31/+34
| |\|
| | * Doc: Fix broken linksSze Howe Koh2014-02-041-2/+0
| | * Load all available pixmaps in an icon file.Bastiaan Veelo2014-01-301-26/+30
| | * Do not overwrite basePixmap of QIconLoader PixmapEntryAlbert Astals Cid2014-01-221-3/+4
* | | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-105-20/+20
|/ /
* | Ensure QImage::pixel() on RGB32 images returns valid QRgb valuesAllan Sandfeld Jensen2014-01-291-0/+1
* | Fix performance regression in mirroring QBitmapAllan Sandfeld Jensen2014-01-291-1/+2
* | Ref qualified version of QImage::convertToFormatAllan Sandfeld Jensen2014-01-233-1/+35
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-204-0/+284
|\|
| * MIPS DSP build system fix and additional optimizations.lpapuga2014-01-144-0/+284
* | Add generic inplace converterAllan Sandfeld Jensen2014-01-183-0/+37
* | Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* | Remove last traces of QT_COMPILER_SUPPORTS_NEONTor Arne Vestbø2014-01-162-3/+3
* | Remove runtime detection of Neon on ARM CPUsThiago Macieira2014-01-164-12/+11
* | Remove runtime detection of SSE2Thiago Macieira2014-01-162-16/+19
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-12/+12
* | Add new direct2d platform pluginLouai Al-Khanji2014-01-101-1/+2
* | Avoid unnecessary double conversion over ARGB32 and ARGB32PMAllan Sandfeld Jensen2014-01-103-59/+52
* | Clean up qimage.cpp by moving all the conversions methods outAllan Sandfeld Jensen2014-01-104-2114/+2167
* | Inplace versions of QImage rgbSwapped() and mirrored() for rvalue refsAllan Sandfeld Jensen2014-01-084-110/+308
* | Fixes: 32 bit and alpha bmp format image readingaavit2014-01-081-46/+61
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-032-2/+2
|\|
| * Fix some typos in documentation.Jeff Tranter2014-01-022-2/+2
* | RValue ref version of QPixmap::fromImage()Allan Sandfeld Jensen2014-01-025-1/+42
* | QImageReader: simplify _qt_BuiltInFormatsMarc Mutz2013-12-251-16/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-242-10/+7
|\|
| * Use #pragma warning(push) and pop to control our warningsThiago Macieira2013-12-161-1/+2
| * Fix strings in QImageWriter.ABBAPOH2013-12-161-9/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-162-16/+39
|\|
| * Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-14/+35
| * Simplify linking to different jpeg libs.Mitch Curtis2013-12-091-2/+4
* | Remove the files building AVX codeThiago Macieira2013-12-104-78/+1
|/
* Missing entry in QImage inplace_converter_mapAllan Sandfeld Jensen2013-11-151-0/+3
* Improve documentation of QImageIOPluginAlex Merry2013-11-051-13/+27
* Make error messages a bit better.Stephen Kelly2013-11-051-1/+1
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Assert in QImage conversion from rgba8888pm -> rgba8888Allan Sandfeld Jensen2013-10-311-1/+1
* QImageWriter: add a forgotten #ifndef QT_NO_IMAGEFORMAT_BPMMarc Mutz2013-10-251-0/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0811-94/+94
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-274-0/+41
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-251-0/+5
* Fix truncation and conversion warnings on MSVC2010.Mitch Curtis2013-09-251-2/+2