summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainterpath.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Optimise QPainterPath::contains(QPointF)Lars Knoll2009-04-061-1/+1
| | | | | | We can shortcut quite some calculations for the common case by first checking whether the point is contained in the control point rect.
* Fix very slow stroking of paths in X11 paint engine.Samuel Rødal2009-03-271-14/+7
| | | | | | | | Use QStroker::setRect() to avoid dashing parts of the path that are outside the device rect. Task-number: 246573 Reviewed-by: Trond
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+3309