summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
| | |\ \ \ \
| | * | | | | 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
| | | |/ / / | | |/| | |
| * | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-15/+21
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Doc: Some final QMatrix cleanups.Volker Hilsheimer2009-07-281-3/+6
| | * | | | Doc: Cleaning up.Volker Hilsheimer2009-07-281-12/+15
| | |/ / /
| * | | | Merge commit 'qt/master-stable'Jason Barron2009-07-293-42/+61
| |\ \ \ \ | | |/ / /
| | * | | Doc: Remove reference to QMatrixVolker Hilsheimer2009-07-271-5/+3
| | * | | "MAP" is a too common name to use it without #undef'ing it firstRobert Griebl2009-07-271-1/+3
| | * | | Doc: Obsolete QMatrix and QPainter APIs using it.Volker Hilsheimer2009-07-272-36/+55
| * | | | Merge commit 'qt/master-stable'Jason Barron2009-07-289-124/+49
| |\ \ \ \ | | |/ / /
| | * | | Doc: Replace QMatrix with QTransform and respective functions in various places.Volker Hilsheimer2009-07-252-3/+6
| | * | | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-252-3/+3
| | * | | Remove all the last vestiges of QuickDraw in Qt/Mac.Norwegian Rock Cat2009-07-241-105/+0
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-241-1/+1
| | |\ \ \
| | | * | | Once enabled, the emulation engine never got switched back offGunnar Sletta2009-07-241-1/+1
| | * | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-244-12/+39
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Fixed crash when vectorpath was polygonal only in raster::stroke()Gunnar Sletta2009-07-241-9/+16
| | | * | QPainter::stroke() on raster engine would draw moveto's as linesGunnar Sletta2009-07-231-5/+17
| | | * | Diagonal dashes are moving when touching the clip boundary.Gunnar Sletta2009-07-231-1/+4
| | | * | Implement clipping in the QPaintEngineEx::stroke() function.Gunnar Sletta2009-07-233-6/+11
| * | | | Merge commit 'qt/master-stable'Jason Barron2009-07-2714-671/+285
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '4.5'Thiago Macieira2009-07-221-2/+7
| | |\ \ \ | | | |/ /
| | | * | Fix table borders in multiline tables when printing to PostScript.Gunnar Sletta2009-07-221-2/+7
| | * | | Make "-graphicssystem openvg" select OpenVG as default graphics systemRhys Weatherley2009-07-221-0/+4
| | * | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+2
| | |\ \ \ | | | |/ /
| | | * | Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-171-1/+2
| | * | | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-1/+2
| | * | | fix warnings with mingwThierry Bastian2009-07-151-1/+1
| | * | | Fix warnings for mingwThierry Bastian2009-07-153-108/+4
| | * | | Build fix for mingwThierry Bastian2009-07-141-1/+1
| | * | | Use the safe versions in these system calls I've just introduced.Thiago Macieira2009-07-021-8/+12
| | * | | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-018-549/+256
| | * | | Merge branch '4.5'Marius Storm-Olsen2009-06-301-3/+3
| | |\ \ \ | | | |/ /
* | | | | replacing assert with recovery for begin/end paint lock for exception compata...mread2009-08-071-3/+5
| |_|_|/ |/| | |
* | | | Trailing whitespace and tab/space fixes for src/guiJanne Anttila2009-08-046-164/+161
* | | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0331-155/+104
|/ / /
* | | Make S60 integration optional.Jason Barron2009-07-155-12/+12
* | | Fixed a consistency problem in the backing store.axis2009-07-141-0/+4
* | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-095-9/+11
|\ \ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-071-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Fix crash/artifacts on SuperHTom Cooksey2009-06-291-3/+3
| * | | Removed unused static data from Qt.axis2009-07-061-3/+0
| * | | Removed pointless variables to silence warnings from RVCT.axis2009-07-061-1/+0
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29152-357/+397
| |\ \ \ | | |/ /