summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Avoid incorrect warning when painting onto a QImageLaszlo Agocs2013-11-231-4/+3
* Force FT font engine to load the right glyph metricsGunnar Sletta2013-11-101-0/+12
* Doc: Fix broken linksSze Howe Koh2013-11-052-12/+8
* QPdfEngine - Remove Producer copyright noticeJohn Layt2013-11-041-1/+1
* Fix compilation with QT_COORD_TYPE=double on ARMLars Knoll2013-10-311-0/+1
* remove some vestiges of QFontEngineQPFOswald Buddenhagen2013-10-281-6/+0
* Ensure lastPixel.y is also initalized to -1 when necessaryAndy Shaw2013-10-081-0/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0815-116/+116
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-274-0/+31
* 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
* Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-6/+0
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-231-2/+4
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-211-5/+22
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-211-5/+22
| |\
| | * Fix transform (rotation matrix) uniform scale testing.Balazs Domjan2013-09-191-5/+22
* | | Fix some doc errors.Frederik Gladhorn2013-09-212-4/+4
|/ /
* | WinRT: Basic global supportAndrew Knight2013-09-201-0/+4
* | Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-131-1/+1
* | Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-101-6/+0
* | Fix QPainter usage in non-GUI thread warning appearing in debugKonstantin Ritt2013-09-091-3/+3
* | Remove unused check_gradient functionThiago Macieira2013-09-061-6/+0
* | Fix new change-of-sign warning detected by ICC 14.Thiago Macieira2013-09-061-1/+1
* | Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-053-5/+9
* | Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-051-6/+3
* | Fix ICC warnings about functions declared but not usedThiago Macieira2013-09-041-1/+0
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-021-0/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-0/+5
| |\|
| | * Check for window handle in QBackingStore::flush().Friedemann Kleint2013-08-221-0/+5
* | | QPainter: Fix (!a == b) bugTobias Hunger2013-08-311-2/+2
|/ /
* | Fix Undefined Behavior due to `delete new[]`Konstantin Ritt2013-08-121-3/+3
* | Fix fillRect on RGBA8888 imagesAllan Sandfeld Jensen2013-07-291-12/+28
* | Support RGBA image formatAllan Sandfeld Jensen2013-07-236-57/+613
* | Merge branch 'stable' into devSergio Ahumada2013-07-116-70/+26
|\|
| * QPdfWriter: Fix setting of paper size.Friedemann Kleint2013-07-103-3/+14
| * Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-081-2/+4
| * REG: Fix crash when mixing projected/unprojected text paintingEskil Abrahamsen Blomfeldt2013-07-051-0/+4
| * REG: Fix character size when exporting PDF on WindowsEskil Abrahamsen Blomfeldt2013-07-051-0/+4
| * Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-012-65/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-207-120/+159
|\|
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-174-87/+87
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-123-33/+72
| |\
| | * Avoid floating point exceptions in rasterizeLine.Gunnar Sletta2013-06-121-16/+45
| | * Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-06-102-17/+27
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-046-3/+28
|\| |
| * | Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-044-3/+25
| |/
| * Disable "QBackingStore::flush() called with non-exposed window" warningSamuel Rødal2013-05-291-0/+2
| * Avoid double-highdpi scaling for attached painters.Gunnar Sletta2013-05-271-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-236-20/+24
|\|
| * Make QRgb-related functions constexprGiuseppe D'Angelo2013-05-201-9/+9