summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcosmeticstroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure lastPixel.y is also initalized to -1 when necessaryAndy Shaw2013-10-091-0/+3
* Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-07-041-16/+26
* Fixed QPainter::drawPolyline() not drawing solid lines.Samuel Rødal2013-03-201-1/+16
* Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-201-6/+6
* Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-141-4/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-171-0/+5
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-251-10/+10
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Correctly position aliased lines with flat capsLars Knoll2011-08-191-24/+26
* Re-apply licenseheader text in source files for qt4.8Jyri Tahtela2011-06-271-17/+17
* Fix problem with cosmetic stroking of cubic beziersaavit2011-06-021-2/+2
* Fix smaller bugs in the strokerLars Knoll2011-05-201-7/+14
* fix autotest regressions introduced by 37c329a3Lars Knoll2011-05-161-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