| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't crash if we are drawing an empty image. | Jan-Arve Sæther | 2009-08-07 | 1 | -0/+3 |
|
|
* | Merge branch '4.5' | Bill King | 2009-08-05 | 2 | -0/+3 |
|\ |
|
| * | Preserved fill rule for perspective mapped strokes in raster engine. | Samuel Rødal | 2009-08-03 | 2 | -0/+3 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Gunnar Sletta | 2009-08-04 | 6 | -158/+84 |
|\ \ |
|
| * | | fix warnings on mingw (gcc4.4) | Thierry Bastian | 2009-08-04 | 1 | -2/+2 |
|
|
| * | | Mac: Remove debug work output | Richard Moe Gustavsen | 2009-08-04 | 1 | -1/+0 |
|
|
| * | | Fixed some perspective transform rendering bugs. | Samuel Rødal | 2009-08-03 | 4 | -155/+82 |
|
|
* | | | have QPainter::begin() return false on null paint engine | Gunnar Sletta | 2009-08-04 | 1 | -1/+1 |
|/ / |
|
* | | fixed broken integration of qwindowsurface_raster.cpp | Gunnar Sletta | 2009-08-03 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 2 | -6/+6 |
|\ \
| |/ |
|
| * | Fixed drawImage() so that it doesn't sample outside the source image. | Kim Motoyoshi Kalland | 2009-07-28 | 1 | -4/+4 |
|
|
| * | Don't use layered windows for non-translucent windows | Gunnar Sletta | 2009-07-28 | 1 | -2/+2 |
|
|
* | | Ensure that the dash offset is reset when using drawLines() | Andy Shaw | 2009-08-03 | 1 | -2/+4 |
|
|
* | | When there is no alpha channel significantly improve the speed of blendTiled. | Benjamin C Meyer | 2009-07-30 | 1 | -21/+51 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Morten Sørvig | 2009-07-30 | 6 | -615/+62 |
|\ \ |
|
| * | | Reviewed-by: Thomas H. | Gunnar Sletta | 2009-07-30 | 5 | -613/+60 |
|
|
| * | | Merge branch 'texture_from_pixmap' | Tom Cooksey | 2009-07-30 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Move uninit & readonly into a flags member of QX11PixmapData | Tom Cooksey | 2009-07-29 | 1 | -2/+2 |
|
|
* | | | | Mac/Carbon: Fix issue causing update(QRegion) to fail on large widgets. | Morten Sørvig | 2009-07-30 | 2 | -0/+39 |
|/ / / |
|
* | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 5 | -1/+23 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Gunnar Sletta | 2009-07-29 | 1 | -15/+21 |
|\ \ \ |
|
| * | | | Doc: Some final QMatrix cleanups. | Volker Hilsheimer | 2009-07-28 | 1 | -3/+6 |
|
|
| * | | | Doc: Cleaning up. | Volker Hilsheimer | 2009-07-28 | 1 | -12/+15 |
| |/ / |
|
* | | | QPainterPath's vectorpath cache wasn't cleared on detach() | Gunnar Sletta | 2009-07-28 | 1 | -0/+2 |
|
|
* | | | Implement perspective filling support in the raster engine... | Gunnar Sletta | 2009-07-28 | 2 | -20/+56 |
|
|
* | | | Implement perspective stroking support in QPaintEngineEx::stroke() | Gunnar Sletta | 2009-07-28 | 1 | -6/+28 |
|
|
* | | | Kill QRasterPaintEngine::drawPath() to benefit from QPaintEngEx optims | Gunnar Sletta | 2009-07-28 | 2 | -91/+0 |
|
|
* | | | Added QVectorPath::convertToPainterPath() for future convenience | Gunnar Sletta | 2009-07-28 | 2 | -0/+36 |
|/ / |
|
* | | Doc: Remove reference to QMatrix | Volker Hilsheimer | 2009-07-27 | 1 | -5/+3 |
|
|
* | | "MAP" is a too common name to use it without #undef'ing it first | Robert Griebl | 2009-07-27 | 1 | -1/+3 |
|
|
* | | Doc: Obsolete QMatrix and QPainter APIs using it. | Volker Hilsheimer | 2009-07-27 | 2 | -36/+55 |
|
|
* | | Doc: Replace QMatrix with QTransform and respective functions in various places. | Volker Hilsheimer | 2009-07-25 | 2 | -3/+6 |
|
|
* | | Doc: Replace links to obsolete APIs. | Volker Hilsheimer | 2009-07-25 | 2 | -3/+3 |
|
|
* | | Remove all the last vestiges of QuickDraw in Qt/Mac. | Norwegian Rock Cat | 2009-07-24 | 1 | -105/+0 |
|
|
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Once enabled, the emulation engine never got switched back off | Gunnar Sletta | 2009-07-24 | 1 | -1/+1 |
|
|
* | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-24 | 4 | -12/+39 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fixed crash when vectorpath was polygonal only in raster::stroke() | Gunnar Sletta | 2009-07-24 | 1 | -9/+16 |
|
|
| * | QPainter::stroke() on raster engine would draw moveto's as lines | Gunnar Sletta | 2009-07-23 | 1 | -5/+17 |
|
|
| * | Diagonal dashes are moving when touching the clip boundary. | Gunnar Sletta | 2009-07-23 | 1 | -1/+4 |
|
|
| * | Implement clipping in the QPaintEngineEx::stroke() function. | Gunnar Sletta | 2009-07-23 | 3 | -6/+11 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-07-22 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | Fix table borders in multiline tables when printing to PostScript. | Gunnar Sletta | 2009-07-22 | 1 | -2/+7 |
|
|
* | | Make "-graphicssystem openvg" select OpenVG as default graphics system | Rhys Weatherley | 2009-07-22 | 1 | -0/+4 |
|
|
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix deadlock in the QWS server when destroying lots of windows | Tom Cooksey | 2009-07-17 | 1 | -1/+2 |
|
|
* | | Doc: A few cleanups, fixes and improvements. | Volker Hilsheimer | 2009-07-19 | 1 | -1/+2 |
|
|
* | | fix warnings with mingw | Thierry Bastian | 2009-07-15 | 1 | -1/+1 |
|
|
* | | Fix warnings for mingw | Thierry Bastian | 2009-07-15 | 3 | -108/+4 |
|
|
* | | Build fix for mingw | Thierry Bastian | 2009-07-14 | 1 | -1/+1 |
|
|