summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainterpath.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
|\
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | QPainterPath: Ignore calls with NaN/Infinite parametersAdemar de Souza Reis Jr2011-05-031-19/+47
|/
* Fixed infinite loop in QPainterPath::intersects() when qreal=float.Samuel Rødal2011-03-281-8/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-151-4/+4
|\
| * Prevented infinite recursion in QPainterPath::contains().Samuel Rødal2011-03-141-4/+4
* | Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-2/+3
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| * Fixed first element being a LineToElement in QPainterPath::connectPath()Samuel Rødal2011-01-041-1/+2
* | doc: Moved some table headers before the rows.Martin Smith2010-10-201-9/+9
|/
* doc: Fixed many broken links.Martin Smith2010-05-191-2/+2
* Removed bezier intersection code in path clipper.Samuel Rødal2010-04-221-1/+8
* Swapped x and y values in qt_painterpath_check_crossingGunnar Sletta2010-04-191-1/+1
* Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Implemented caching of concave vector paths in the GL2 engine.Kim Motoyoshi Kalland2009-12-151-0/+2
|/
* Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill.Kim Motoyoshi Kalland2009-11-031-10/+10
* Fixed QPainterPath to properly set the convex hint on QVectorPath'sGunnar Sletta2009-10-271-0/+15
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Micro-optimization in QPainterPath::toFillPolygonsThorbjørn Lindeijer2009-08-251-7/+1
* | Merge commit 'qt/master'Jason Barron2009-08-181-2/+2
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-041-8/+1
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-8/+1
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | QPainterPath's vectorpath cache wasn't cleared on detach()Gunnar Sletta2009-07-281-0/+2
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-1/+1
|\| | | | |/ / |/| |
| * | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-251-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\| |
| * | 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-7/+63
|\| |
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-111-1/+1
| * | Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-081-1/+1
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-4/+4
| |\|
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-1/+1
| |\ \
| * | | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-1/+1
| * | | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-4/+4
| * | | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-081-4/+4
| * | | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-071-1/+1
| |\ \ \
| * \ \ \ Merge branch '4.5'Thiago Macieira2009-03-271-14/+7
| |\ \ \ \
| * | | | | Long live Qt!Lars Knoll2009-03-231-0/+3365
| / / / /
* | | | | Fixes leak introduced by QScopedPointerHarald Fernengel2009-06-151-0/+18
* | | | | Make Qt exception safer.Robert Griebl2009-06-101-15/+6
| |_|_|/ |/| | |