summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcosmeticstroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-1/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-141-4/+4
* Ensure lastPixel.y is also initalized to -1 when necessaryAndy Shaw2013-10-081-0/+3
* Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-06-101-16/+26
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-6/+6
|\
| * Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-141-6/+6
* | Fixed QPainter::drawPolyline() not drawing solid lines.Samuel Rødal2013-03-151-1/+16
|/
* Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-071-4/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-1/+1
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-191-2/+2
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-111-0/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-201-10/+10
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Revert "Fix use of qMax() with floating point constants"Sergio Ahumada2011-11-011-2/+2
* Fix use of qMax() with floating point constantsSergio Ahumada2011-10-301-2/+2
* Fix compiler warnings.Friedemann Kleint2011-10-271-1/+0
* Correctly position aliased lines with flat capsLars Knoll2011-08-311-24/+26
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-07-071-17/+17
* Fix problem with cosmetic stroking of cubic beziersaavit2011-06-271-2/+2
* Fix smaller bugs in the strokerLars Knoll2011-06-271-7/+14
* fix autotest regressions introduced by 37c329a3Lars Knoll2011-06-221-0/+45
* fix compilation with namespacesLars Knoll2011-05-121-8/+8
* Fix compilation with namespaces enabledLars Knoll2011-05-121-0/+4
* New algorithm for drawing thin linesLars Knoll2011-05-121-0/+954