summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| * | | | | | Fix GRAPHICSVIEWJørgen Lind2009-10-292-2/+4
| * | | | | | Fix LIBRARY and ICONJørgen Lind2009-10-291-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Removed usage of CompositionMode_Source in QGraphicsView for X11.Trond Kjernåsen2009-11-031-2/+3
* | | | | | Fixed holes in thick strokes.Kim Motoyoshi Kalland2009-11-021-2/+21
* | | | | | Check for null pixmapGunnar Sletta2009-11-021-2/+4
| |/ / / / |/| | | |
* | | | | Fix raster paintengine handling with invalid imagesChristoph Feck2009-10-281-0/+3
* | | | | Fix QtOpenGL linker issue by exporting qt_getClipRectsThorbjørn Lindeijer2009-10-271-1/+1
* | | | | Use shared memory images when shared pixmaps are not available.Fredrik Höglund2009-10-271-0/+6
* | | | | Fixed QPainterPath to properly set the convex hint on QVectorPath'sGunnar Sletta2009-10-272-14/+38
* | | | | Reworked QVectorPath API to allow for caching and convex curved shapesGunnar Sletta2009-10-275-40/+72
* | | | | Removed a redundant if() check. Its checked in the containing conditionGunnar Sletta2009-10-271-2/+1
|/ / / /
* | | | Added caching of graphics effect source pixmaps to speed up effects.Samuel Rødal2009-10-221-0/+5
* | | | Remove whitespace before license header in qbackingstore_p.hEskil Abrahamsen Blomfeldt2009-10-221-1/+1
* | | | Honor graphics system on Mac/Cocoa when exposing and resizing windowEskil Abrahamsen Blomfeldt2009-10-221-6/+7
| |_|/ |/| |
* | | Properly detect font smoothing setting on Mac OS X in raster engineEskil Abrahamsen Blomfeldt2009-10-212-3/+7
* | | Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-191-0/+1
| |/ |/|