summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+2
|\
| * Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-171-1/+2
* | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-1/+2
* | fix warnings with mingwThierry Bastian2009-07-151-1/+1
* | Fix warnings for mingwThierry Bastian2009-07-153-108/+4
* | Build fix for mingwThierry Bastian2009-07-141-1/+1
* | Use the safe versions in these system calls I've just introduced.Thiago Macieira2009-07-021-8/+12
* | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-018-549/+256
* | Merge branch '4.5'Marius Storm-Olsen2009-06-301-3/+3
|\ \ | |/
| * Fix crash/artifacts on SuperHTom Cooksey2009-06-291-3/+3
* | Merge branch '4.5'Thiago Macieira2009-06-281-1/+19
|\ \ | |/
| * Fixed cap and join styles when printing to native Windows printers.Trond Kjernaasen2009-06-261-1/+19
* | Silence trivial warningsThiago Macieira2009-06-261-0/+2
* | Improved support for DPI on Mac and Vista/7Jens Bache-Wiig2009-06-251-2/+7
* | More culling of Panther Code.Norwegian Rock Cat2009-06-234-121/+18
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-231-2/+2
|\ \ | |/
| * Added QPen warning when setting dash pattern with non-positive entries.Samuel Rødal2009-06-231-2/+2
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-233-12/+18
|\ \ | |/
| * 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 rounding bug in raster paint engine rect / image drawing.Samuel Rødal2009-06-221-4/+4
* | QStroker needs to be exported.Anders Bakken2009-06-221-1/+1
* | Changed enum Qt::Uninitialized to enum Qt::InitializationMartin Smith2009-06-194-4/+4
* | Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-184-10/+5
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-183-29/+44
|\ \ | |/
| * 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
* | Make construction of unitialized QTransform/QMatrix a no-op.Bjørn Erik Nilsen2009-06-184-0/+11
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-16148-295/+295
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16152-303/+303
* | smaller optimisation in ::fromTransform() and fromScale()Lars Knoll2009-06-161-4/+6
* | greatly speed up QTransform::mapRect() for projective transformsLars Knoll2009-06-161-11/+5
* | Early exit from QRegion::intersects() if there is only one rect.Andreas Aardal Hanssen2009-06-161-0/+2
* | Early exit from QRegion::intersects() if there is only one rect.Andreas Aardal Hanssen2009-06-161-0/+2
* | implement equality operator in a more sane wayLars Knoll2009-06-154-5/+56
* | Fixed compile of QtGui with MSVC.Rohan McGovern2009-06-121-1/+1
* | Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.Samuel Rødal2009-06-121-1/+3
* | QTransform::shear cut-off.Bjørn Erik Nilsen2009-06-121-0/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBjørn Erik Nilsen2009-06-122-5/+13
|\ \
| * | Fixed incorrect rendering of bitmap/pattern brushes in GL 2 engine.Samuel Rødal2009-06-121-1/+1
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-4/+12
* | | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-122-10/+11
|\ \ \ | |/ / |/| / | |/
| * Fixed the pen dash patterns for Mac.Trond Kjernåsen2009-06-111-10/+10
| * Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
* | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-5/+32
* | Fixed bug where QTransform::type() failed to compute the correct type.Samuel Rødal2009-06-121-5/+10
* | Fixed clipping bugs in GL 2 paint engine.Samuel Rødal2009-06-121-6/+2
* | Fixed clipping bug due to applying redirection offset twice.Samuel Rødal2009-06-121-1/+1
* | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-2/+2
* | Fixed clipping bugs due to not accounting for the redirection offset.Samuel Rødal2009-06-111-20/+9