summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-11-133-10/+17
|\
| * Merge commit upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-135-4/+16
| |\
| | * Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-131-1/+1
| | |\
| * | \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-122-9/+16
| |\ \ \ | | |_|/ | |/| |
| | * | Revert "Using qreal more consistently in code (prevent misuse of double)"Aleksandar Sasha Babic2009-11-1119-334/+317
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-11-1012-20/+47
| | |\ \
| | * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-099-98/+159
| | |\ \ \
| | * | | | Using qreal more consistently in code (prevent misuse of double)Aleksandar Sasha Babic2009-11-0619-313/+338
| | * | | | Binary compatibility of Symbian ARMv5 and ARMv6 buildsShane Kearns2009-11-061-1/+0
| * | | | | Fix warningsThierry Bastian2009-11-091-1/+1
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-1317-24/+63
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix typo in license headerAlessandro Portale2009-11-123-3/+3
| * | | | | Fixed searching and copy/paste from PDF documents.axis2009-11-121-1/+1
| * | | | | Doc: Fix warnings caused by deprecations.David Boddie2009-11-091-0/+12
| | |_|_|/ | |/| | |
| * | | | Merge branch '4.6-platform' into 4.6Denis Dzyubenko2009-11-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixes compilation warning in qbrushDenis Dzyubenko2009-11-061-1/+1
| | | |/ | | |/|
| * | | API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-096-11/+26
| * | | API review: Rename numCols() -> colorCount()Marius Storm-Olsen2009-11-061-1/+1
| * | | API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-062-2/+3
| * | | API review: QMatrix::det() -> QMatrix::determinant(), matching math3dMarius Storm-Olsen2009-11-062-5/+16
| |/ /
* | | Fixed a crash which could occur when perspective transforming QRegions.Trond Kjernåsen2009-11-121-8/+13
* | | Fixed compilation on AIX 6.1 with xlC 10.1Samuel Rødal2009-11-111-1/+1
|/ /
* | Fixed g++ compiler warnings in qpen.cpp.Samuel Rødal2009-11-061-1/+1
* | Fix QPainter::setPen(pen with color but no style) on non-extended.David Faure2009-11-061-15/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-061-8/+32
|\ \
| * | Fixed crash in qt_scale_image_16/32bit() when target is flipped.Kim Motoyoshi Kalland2009-11-061-8/+32
* | | don't do unessesary brush comparrisonsGunnar Sletta2009-11-061-8/+0
* | | Revert micro optimization where NoPen == NoBrush as SVG relies on thisGunnar Sletta2009-11-061-3/+1
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-062-0/+10
|\ \ | |/
| * Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-042-0/+10
* | Set strokes as non-convex by default.Gunnar Sletta2009-11-051-0/+4
* | Use fallback stroker for cosmetic strokes with asymetric transformsGunnar Sletta2009-11-051-3/+6
* | Fixed soft-light composition mode in raster and OpenGL1.Kim Motoyoshi Kalland2009-11-051-12/+10
* | Fixed some debug and some minor optims to QPaintBuffergunnar2009-11-042-40/+60
* | Made QPen== catch QPen(Qt::NoPen) == QPen(QBrush(Qt::NoBrush))gunnar2009-11-041-10/+13
* | Added some helpful info to QBrush and QPen's QDebug operatorsgunnar2009-11-042-2/+34
|/
* Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill.Kim Motoyoshi Kalland2009-11-031-10/+10
* Fixed fillRect on QImage::Format_ARGB32 images.Kim Motoyoshi Kalland2009-11-031-1/+9
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-032-6/+5
|\
| * Fixed some compiler warnings.Samuel Rødal2009-11-031-5/+4
| * Made QPainter::drawText() respect Qt::TextDontClip flag.Samuel Rødal2009-11-031-1/+1
* | Check for QPixmap::isNull() in QPainter::drawPixmap()Gunnar Sletta2009-11-031-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-033-14/+6
|\ \ | |/ |/|
| * Merge commit 'origin/4.6' into featureJørgen Lind2009-11-029-69/+121
| |\
| | * Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-301-12/+0
| | |\
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-282-5/+11
| | | |\
| | | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-223-9/+7
| | | |\ \
| | | * | | Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-201-12/+0
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-198-56/+89
| | | |\ \ \
| | | * | | | Fixed bad glyph rendering under cocoaGunnar Sletta2009-10-191-0/+7