summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \ | |/
| * Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-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
|\ \ | |/
| * Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
| * Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
* | 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
|\ \ | |/
| * Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-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
* | Further optimized fast scaling of ARGB8565 images onto RGB16 images.Michael Brasser2009-05-282-5/+11
* | improved string operations all over the placeThierry Bastian2009-05-285-9/+9
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-274-10/+18
|\ \ | |/
| * BT: Fixed GL textdrawing in the Boxes demo.Trond Kjernaasen2009-05-261-2/+6