summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixed recommended code as suggested in the public task.David Boddie2009-08-271-1/+2
* Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-261-0/+39
* Merge commit 'qt/master'Jason Barron2009-08-211-0/+8
|\
| * Reset clip structure when we use Qt::ReplaceClip or Qt::NoClipGunnar Sletta2009-08-211-0/+8
* | Merge commit 'qt/master'Jason Barron2009-08-181-7/+7
|\ \ | |/
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
| * spelWarwick Allison2009-08-141-5/+5
* | Replace QCustomScopedPointer with QScopedPointerHarald Fernengel2009-08-131-2/+4
* | Merge commit 'qt/master'Jason Barron2009-08-131-44/+41
|\ \ | |/
| * Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * 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
* | Merge commit 'qt/master-stable'Jason Barron2009-08-061-1/+1
|\ \ | |/
| * have QPainter::begin() return false on null paint engineGunnar Sletta2009-08-041-1/+1
* | Merge commit 'origin/master'Jason Barron2009-08-041-18/+1
|\ \
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-18/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-291-41/+57
|\ \ \ | | |/ | |/|
| * | Doc: Remove reference to QMatrixVolker Hilsheimer2009-07-271-5/+3
| * | Doc: Obsolete QMatrix and QPainter APIs using it.Volker Hilsheimer2009-07-271-36/+54
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Doc: Replace QMatrix with QTransform and respective functions in various places.Volker Hilsheimer2009-07-251-1/+1
| * Once enabled, the emulation engine never got switched back offGunnar Sletta2009-07-241-1/+1
* | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-091-4/+0
|\ \
| * | 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-291-13/+14
| |\ \
* | \ \ Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-13/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-11/+12
| |\ \ \ | | | |/ | | |/|
| | * | Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-221-11/+12
| * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ \ | | |/ /
| | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-59/+39
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed clipping bug due to applying redirection offset twice.Samuel Rødal2009-06-121-1/+1
| * | Fixed clipping bugs due to not accounting for the redirection offset.Samuel Rødal2009-06-111-20/+9
| * | QPainter::worldTransform() does not return identity matrix.Bjørn Erik Nilsen2009-06-101-28/+19
| * | Merge branch '4.5'Thiago Macieira2009-05-111-2/+2
| |\ \ | | |/
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-0/+248
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-23/+40
| |\ \
| * \ \ Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-291-11/+20
| |\ \ \
| * \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-3/+3
| |\ \ \ \
| * \ \ \ \ Merge branch '4.5'Rhys Weatherley2009-04-211-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'origin/4.5'Olivier Goffart2009-04-151-2/+2
| |\ \ \ \ \ \
| * | | | | | | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-12/+12
| * | | | | | | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-081-12/+12
* | | | | | | | Make Qt exception safer.Robert Griebl2009-06-101-14/+47
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fixes a code snippet for QPainter::xFormDev()Andy Shaw2009-05-111-2/+2
* | | | | | | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-0/+248
| |_|_|_|_|/ |/| | | | |
* | | | | | Ensured correct rounding of scaled image drawing at non-integer coords.Samuel Rødal2009-05-051-23/+40
| |_|_|_|/ |/| | | |
* | | | | Speed-up QPainter::clipRegion().Bjoern Erik Nilsen2009-04-291-11/+20
| |_|_|/ |/| | |