summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Make construction of unitialized QTransform/QMatrix a no-op.Bjørn Erik Nilsen2009-06-184-0/+11
| * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-16148-295/+295
| |\ \ \ | | |/ /
| | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-16152-303/+303
| * | | smaller optimisation in ::fromTransform() and fromScale()Lars Knoll2009-06-161-4/+6
| * | | greatly speed up QTransform::mapRect() for projective transformsLars Knoll2009-06-161-11/+5
| * | | Early exit from QRegion::intersects() if there is only one rect.Andreas Aardal Hanssen2009-06-161-0/+2
| * | | Early exit from QRegion::intersects() if there is only one rect.Andreas Aardal Hanssen2009-06-161-0/+2
| * | | implement equality operator in a more sane wayLars Knoll2009-06-154-5/+56
* | | | Work around crash with RVCT 2.2.Jason Barron2009-06-291-0/+8
* | | | Manually fix bad merges and make sure everything compiles with 4.6.Harald Fernengel2009-06-291-4/+2
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2560-6735/+1689
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed compile of QtGui with MSVC.Rohan McGovern2009-06-121-1/+1
| * | Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.Samuel Rødal2009-06-121-1/+3
| * | QTransform::shear cut-off.Bjørn Erik Nilsen2009-06-121-0/+3
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBjørn Erik Nilsen2009-06-122-5/+13
| |\ \
| | * | Fixed incorrect rendering of bitmap/pattern brushes in GL 2 engine.Samuel Rødal2009-06-121-1/+1
| | * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-4/+12
| * | | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-122-10/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed the pen dash patterns for Mac.Trond Kjernåsen2009-06-111-10/+10
| | * Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-5/+32
| * | Fixed bug where QTransform::type() failed to compute the correct type.Samuel Rødal2009-06-121-5/+10
| * | Fixed clipping bugs in GL 2 paint engine.Samuel Rødal2009-06-121-6/+2
| * | Fixed clipping bug due to applying redirection offset twice.Samuel Rødal2009-06-121-1/+1
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-2/+2
| * | Fixed clipping bugs due to not accounting for the redirection offset.Samuel Rødal2009-06-111-20/+9
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-111-1/+1
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-111-2/+2
| * | Compile on the Mac.Bjørn Erik Nilsen2009-06-111-2/+2
| * | Fixed memory leak in raster paint engine.Samuel Rødal2009-06-101-1/+3
| * | Make QVectorPath::controlPointRect() return a QRectF.Samuel Rødal2009-06-104-16/+13
| * | QPainter::worldTransform() does not return identity matrix.Bjørn Erik Nilsen2009-06-103-31/+21
| * | Revert "greatly speed up QTransform::mapRect() for projective transforms"Andreas Aardal Hanssen2009-06-101-2/+10
| * | Merge commit 'qt-mainline/master' into master-recursivepaintAndreas Aardal Hanssen2009-06-106-19/+103
| |\ \
| | * | add some api docs to clarify what collate doesThomas Zander2009-06-101-0/+3
| | * | Fixed clipping bug in raster paint engine causing rendering artifacts.Samuel Rødal2009-06-101-2/+2
| | * | small changes in private headersThierry Bastian2009-06-091-1/+1
| | * | Improved clipping in GL2 paint engine.Samuel Rødal2009-06-093-16/+97
| * | | Revert "implement equality operator in a more sane way"Andreas Aardal Hanssen2009-06-101-9/+5
| * | | implement equality operator in a more sane wayLars Knoll2009-06-091-5/+9
| * | | greatly speed up QTransform::mapRect() for projective transformsLars Knoll2009-06-091-10/+2
| |/ /
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-081-1/+1
| |\ \ | | |/
| * | Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-086-5/+9
| * | Add a callback so Qt updates its color stuff when the profile changes.Norwegian Rock Cat2009-06-051-0/+2
| * | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-044-8/+8
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-042-9/+12
| |\ \
| * | | Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.Samuel Rødal2009-06-032-29/+43
| * | | Merge branch '4.5'Denis Dzyubenko2009-06-021-12/+3
| |\ \ \
| * | | | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-021-2/+0
| * | | | Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-292-0/+6