summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Preserved fill rule for perspective mapped strokes in raster engine.Samuel Rødal2009-08-032-0/+3
* Fixed drawImage() so that it doesn't sample outside the source image.Kim Motoyoshi Kalland2009-07-281-4/+4
* Don't use layered windows for non-translucent windowsGunnar Sletta2009-07-281-2/+2
* Fixed crash when vectorpath was polygonal only in raster::stroke()Gunnar Sletta2009-07-241-9/+16
* QPainter::stroke() on raster engine would draw moveto's as linesGunnar Sletta2009-07-231-5/+17
* Diagonal dashes are moving when touching the clip boundary.Gunnar Sletta2009-07-231-1/+4
* Implement clipping in the QPaintEngineEx::stroke() function.Gunnar Sletta2009-07-233-6/+11
* Fix table borders in multiline tables when printing to PostScript.Gunnar Sletta2009-07-221-2/+7
* Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-171-1/+2
* Fix crash/artifacts on SuperHTom Cooksey2009-06-291-3/+3
* Fixed cap and join styles when printing to native Windows printers.Trond Kjernaasen2009-06-261-1/+19
* Added QPen warning when setting dash pattern with non-positive entries.Samuel Rødal2009-06-231-2/+2
* Moving a child widget right after show() does not work as expected.Bjørn Erik Nilsen2009-06-221-1/+4
* Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-222-11/+14
* Fixed bugs in QPainterPath::united().Samuel Rødal2009-06-171-27/+42
* Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-172-2/+2
* Update license headers as requested by the marketing department.Jason McDonald2009-06-16152-303/+303
* Fixed the pen dash patterns for Mac.Trond Kjernåsen2009-06-111-10/+10
* Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
* Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1
* Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
* Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
* Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
* BT: Fixed GL textdrawing in the Boxes demo.Trond Kjernaasen2009-05-261-2/+6
* Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-4/+4
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-253-18/+8
|\
| * qdoc: Added some missing qdoc comments.Martin Smith2009-05-253-10/+8
| * qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-0/+6
| * Revert "Ignore GCC warning of unsafe floating point comparisons."Ariya Hidayat2009-05-221-14/+0
| * Fix a wrong compiler define (was a typo).Ariya Hidayat2009-05-201-1/+1
* | Doc: Fixed the paper sizes again.David Boddie2009-05-201-16/+16
|/
* Ignore GCC warning of unsafe floating point comparisons.Ariya Hidayat2009-05-191-0/+14
* Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
* Fixed a bug which implicitly closed perspective transformed poly lines.Trond Kjernåsen2009-05-181-3/+5
* QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-141-2/+2
* Fixed an issue with text drawing under Windows.Trond Kjernaasen2009-05-141-7/+4
* Fix handling of gradients on pens in the emulation paint engine.Kim Motoyoshi Kalland2009-05-121-3/+19
* Fixes a code snippet for QPainter::xFormDev()Andy Shaw2009-05-111-2/+2
* Fixed a problem with QPrinter::NativeFormat printers not being valid.Trond Kjernåsen2009-05-081-2/+2
* Fixed a problem that caused QPrintDialog to invalidate QPrinter.Trond Kjernåsen2009-05-071-5/+5
* Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-072-4/+3
* Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-071-3/+16
* Win: QLineEdit not updating correctly when embedded in Graphics ViewBjoern Erik Nilsen2009-05-071-1/+2
* qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-074-224/+248
* Prevented X server crash when calling XFillPolygon with >200000 points.Samuel Rødal2009-05-061-1/+25
* Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-062-11/+7
* Ensured correct rounding of scaled image drawing at non-integer coords.Samuel Rødal2009-05-052-25/+52
* Fixed bug where 0-opacity would cause images to be drawn fully opaque.Samuel Rødal2009-05-051-1/+1
* Fix regression in drawing parts of pixmaps on Panther.Norwegian Rock Cat2009-05-051-3/+2
* Support rotated displays with 15 and 16 bit BGR pixel formats.Paul Olav Tvete2009-05-052-0/+36