summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.5Sergio Ahumada2012-11-28153-2756/+2756
* Fixed searching and copy/paste from PDF documents.axis2009-12-081-1/+1
* Fixed a crash in the GL engine when trying to draw invalid pixmaps.Trond Kjernåsen2009-11-261-1/+1
* Cocoa: Fix build cocoa port with namespaceRichard Moe Gustavsen2009-09-282-2/+3
* Fixed clipping of non-cosmetic dashed strokes in raster paint engine.Kim Motoyoshi Kalland2009-09-231-9/+1
* Fix crash or painting error when drawing dashed lines with penWidth > 1Eskil Abrahamsen Blomfeldt2009-09-172-2/+4
* Fix drawing text in QPicture and printing in right-to-left modeEskil Abrahamsen Blomfeldt2009-09-151-1/+5
* Avoid garbled output on Windows for non-ascii-compatible textEskil Abrahamsen Blomfeldt2009-09-091-5/+5
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-09-081-7/+7
|\
| * Fixed bug in drawImage() when fall-back code path is used.Samuel Rødal2009-09-081-7/+7
* | Update license headers again.Jason McDonald2009-09-08153-612/+612
|/
* Fixed clipping of native style elements when raster is used on macGunnar Sletta2009-09-041-2/+6
* Add missing license headersJason McDonald2009-09-031-0/+3
* Add license header to perl scripts.Jason McDonald2009-09-021-0/+40
* Invalidate cached QVectorPath when QPainterPath changesGunnar Sletta2009-08-311-0/+2
* Update tech preview license header.Jason McDonald2009-08-31152-1976/+1976
* Fixed rounding error in fillRect() in the raster paint engineEskil Abrahamsen Blomfeldt2009-08-181-11/+7
* Update license headers.Jason McDonald2009-08-11152-152/+152
* 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