summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Fixed QRasterPaintEngine::drawImage() for 1x1 source rectangles.Kim Motoyoshi Kalland2009-08-181-2/+34
* Compile fix with namespaceshjk2009-08-181-0/+2
* Fixed bug when rendering long lines of text without XRender.Samuel Rødal2009-08-181-4/+12
* Speed up midpoint lines starting far outside the device bounds.Gunnar Sletta2009-08-181-0/+14
* Make QWS compile againAnders Bakken2009-08-171-33/+0
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1715-23/+603
* Implemented faster image transformation in the raster engine.Kim Motoyoshi Kalland2009-08-173-13/+664
* remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they areGunnar Sletta2009-08-171-3/+0
* Fix coverity warningsThierry Bastian2009-08-171-3/+0
* QPaintDevice implemented in qpaintdevice.cpp. Saves duplicated codeGunnar Sletta2009-08-175-72/+69
* Fixed coverity warningsThierry Bastian2009-08-171-1/+1
* Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+6
* qpdf: fix memory leak detected by coverityThierry Bastian2009-08-171-0/+3
* QVariant: added toFloat and toRealThierry Bastian2009-08-143-13/+13
* spelWarwick Allison2009-08-142-7/+7
* Ugly round corners when no border is drawnGabriel de Dietrich2009-08-121-4/+4
* fixing warnings for qreal=floatThomas Hartmann2009-08-121-1/+1
* Update contact URL in license headers.Jason McDonald2009-08-12147-147/+147
* Optimize qt_format_text test operations: try not to detachOswald Buddenhagen2009-08-111-40/+28
* Add the Qt::TextLongestVariant flag so QFontMetrics::size returns the size of...Olivier Goffart2009-08-111-1/+2
* Handle multi-length strings in the low-level formatting codeOlivier Goffart2009-08-111-13/+21
* Don't crash if we are drawing an empty image.Jan-Arve Sæther2009-08-071-0/+3
* Merge branch '4.5'Bill King2009-08-052-0/+3
|\
| * Preserved fill rule for perspective mapped strokes in raster engine.Samuel Rødal2009-08-032-0/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-08-046-158/+84
|\ \
| * | fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-041-2/+2
| * | Mac: Remove debug work outputRichard Moe Gustavsen2009-08-041-1/+0
| * | Fixed some perspective transform rendering bugs.Samuel Rødal2009-08-034-155/+82
* | | have QPainter::begin() return false on null paint engineGunnar Sletta2009-08-041-1/+1
|/ /
* | fixed broken integration of qwindowsurface_raster.cppGunnar Sletta2009-08-031-1/+1
* | Merge branch '4.5'Thiago Macieira2009-08-032-6/+6
|\ \ | |/
| * Fixed drawImage() so that it doesn't sample outside the source image.Kim Motoyoshi Kalland2009-07-281-4/+4
| * Don't use layered windows for non-translucent windowsGunnar Sletta2009-07-281-2/+2
* | Ensure that the dash offset is reset when using drawLines()Andy Shaw2009-08-031-2/+4
* | When there is no alpha channel significantly improve the speed of blendTiled.Benjamin C Meyer2009-07-301-21/+51
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMorten Sørvig2009-07-306-615/+62
|\ \
| * | Reviewed-by: Thomas H.Gunnar Sletta2009-07-305-613/+60
| * | Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-301-2/+2
| |\ \
| | * | Move uninit & readonly into a flags member of QX11PixmapDataTom Cooksey2009-07-291-2/+2
* | | | Mac/Carbon: Fix issue causing update(QRegion) to fail on large widgets.Morten Sørvig2009-07-302-0/+39
|/ / /
* | | Port of Qt to VxWorksRobert Griebl2009-07-295-1/+23
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-07-291-15/+21
|\ \ \
| * | | Doc: Some final QMatrix cleanups.Volker Hilsheimer2009-07-281-3/+6
| * | | Doc: Cleaning up.Volker Hilsheimer2009-07-281-12/+15
| |/ /
* | | QPainterPath's vectorpath cache wasn't cleared on detach()Gunnar Sletta2009-07-281-0/+2
* | | Implement perspective filling support in the raster engine...Gunnar Sletta2009-07-282-20/+56
* | | Implement perspective stroking support in QPaintEngineEx::stroke()Gunnar Sletta2009-07-281-6/+28
* | | Kill QRasterPaintEngine::drawPath() to benefit from QPaintEngEx optimsGunnar Sletta2009-07-282-91/+0
* | | Added QVectorPath::convertToPainterPath() for future convenienceGunnar Sletta2009-07-282-0/+36
|/ /
* | Doc: Remove reference to QMatrixVolker Hilsheimer2009-07-271-5/+3