summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-2512-46/+46
* Fixed bug in QPaintEngineEx::drawTiledPixmap fallback code.Samuel Rødal2009-05-251-1/+1
* Merge branch 'master' into graphics-masterTom Cooksey2009-05-252-18/+4
|\
| * Merge branch '4.5'Thiago Macieira2009-05-221-14/+0
| |\
| | * Revert "Ignore GCC warning of unsafe floating point comparisons."Ariya Hidayat2009-05-221-14/+0
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-2233-6456/+1194
| |\ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-1236-627/+901
| |\ \ \
| * | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-17158-0/+110581
| / / /
* | | | Merge commit 'qt/master'Samuel Rødal2009-05-206-29/+42
|\ \ \ \ | | |/ / | |/| |
| * | | Merge commit 'origin/4.5'Samuel Rødal2009-05-201-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix a wrong compiler define (was a typo).Ariya Hidayat2009-05-201-1/+1
| * | | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-16/+16
| |\ \ \
| | * | | Doc: Fixed the paper sizes again.David Boddie2009-05-201-16/+16
| | |/ /
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-192-1/+15
| |\ \ \ | | |/ /
| | * | Ignore GCC warning of unsafe floating point comparisons.Ariya Hidayat2009-05-191-0/+14
| | * | Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
| * | | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-3/+5
| |\ \ \ | | |/ /
| | * | Fixed a bug which implicitly closed perspective transformed poly lines.Trond Kjernåsen2009-05-181-3/+5
| * | | Merge branch '4.5'Thiago Macieira2009-05-141-7/+4
| |\ \ \ | | |/ /
| | * | QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-141-2/+2
| | * | Fixed an issue with text drawing under Windows.Trond Kjernaasen2009-05-141-7/+4
| | |/
| * | QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-141-2/+2
* | | Prevented QClipData related crashes.Samuel Rødal2009-05-151-2/+4
* | | Merge commit 'qt/master'Samuel Rødal2009-05-1318-283/+422
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-131-3/+19
| |\ \ | | |/
| | * Fix handling of gradients on pens in the emulation paint engine.Kim Motoyoshi Kalland2009-05-121-3/+19
| * | compilation fix for LinuxThierry Bastian2009-05-111-2/+2
| * | Merge branch '4.5'Thiago Macieira2009-05-111-2/+2
| |\ \ | | |/
| | * Fixes a code snippet for QPainter::xFormDev()Andy Shaw2009-05-111-2/+2
| * | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-112-4/+4
| * | Merge branch '4.5'Thiago Macieira2009-05-111-2/+2
| |\ \ | | |/
| | * Fixed a problem with QPrinter::NativeFormat printers not being valid.Trond Kjernåsen2009-05-081-2/+2
| * | Merge branch '4.5'Thiago Macieira2009-05-075-14/+27
| |\ \ | | |/
| | * Fixed a problem that caused QPrintDialog to invalidate QPrinter.Trond Kjernåsen2009-05-071-5/+5
| | * Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-072-4/+3
| | * Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-071-3/+16
| | * Win: QLineEdit not updating correctly when embedded in Graphics ViewBjoern Erik Nilsen2009-05-071-1/+2
| | * qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-074-224/+248
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-074-224/+248
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-067-41/+123
| |\ \ | | |/
| | * Prevented X server crash when calling XFillPolygon with >200000 points.Samuel Rødal2009-05-061-1/+25
| | * Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-062-11/+7
| | * Ensured correct rounding of scaled image drawing at non-integer coords.Samuel Rødal2009-05-052-25/+52
| | * Fixed bug where 0-opacity would cause images to be drawn fully opaque.Samuel Rødal2009-05-051-1/+1
| | * Fix regression in drawing parts of pixmaps on Panther.Norwegian Rock Cat2009-05-051-3/+2
| | * Support rotated displays with 15 and 16 bit BGR pixel formats.Paul Olav Tvete2009-05-052-0/+36
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-041-1/+5
| |\ \ | | |/
| | * Added an assert so that QColormap usage without a QApplication asserts.Trond Kjernaasen2009-05-041-1/+5
* | | Fix QWS build breakageTom Cooksey2009-05-112-7/+7
* | | Merge branch 'gl2engine-new-shaders' into graphics-masterTom Cooksey2009-05-0628-5818/+566
|\ \ \