summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-271-2/+9
|\
| * Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent.Bjoern Erik Nilsen2009-04-271-2/+9
* | Setting the print dialog to print pdf the QPrinter returns false on isValid()Thomas Zander2009-04-271-5/+9
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-252-7/+9
|\ \ | |/
| * Sometimes wrong clipping in QWidget::render() when passing a device orBjoern Erik Nilsen2009-04-242-7/+9
* | Merge branch '4.5'Thiago Macieira2009-04-241-0/+14
|\ \ | |/
| * Fix clipping bug in raster paint engineGunnar Sletta2009-04-241-0/+14
* | Remove the Direct3D engine.Gunnar Sletta2009-04-247-5572/+0
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-234-4/+6
|\ \ | |/
| * Prevent QTransform::type() from returning TxScale instead of TxProject.Samuel Rødal2009-04-221-2/+2
| * Fix QPrinter::pageRect() for Windows printers, when fullPage() is set.Trond Kjernåsen2009-04-221-1/+1
| * Fix Transformed driver on 8-bit displaysPaul Olav Tvete2009-04-222-0/+2
| * Fix crash in drawPixmap when painting on a null pixmapSamuel Rødal2009-04-221-3/+3
* | Merge branch '4.5'Rhys Weatherley2009-04-211-1/+3
|\ \ | |/
| * Fix non-opaque text from widget palette being blitted, not blended.Samuel Rødal2009-04-211-1/+3
* | Merge branch '4.5'Thiago Macieira2009-04-203-170/+119
|\ \ | |/
| * Ifdef out the QWS blend functions for less common bitdephts by defaultGunnar Sletta2009-04-201-45/+45
| * Make the 32-bit ARGBPM on 16-bit RGB blend function fasterGunnar Sletta2009-04-201-101/+33
| * Fix drawhelper pixel-writeback when dest has alpha.Gunnar Sletta2009-04-201-1/+1
| * Fix ARGB24PM->RGB16 for i386 GCCGunnar Sletta2009-04-201-20/+1
| * Fix ARGB8565 onto RGB16 image blending on windowsGunnar Sletta2009-04-201-3/+3
| * Some ifdefs for debugging clipping performanceGunnar Sletta2009-04-201-0/+36
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-172-28/+39
|\ \ | |/
| * Fix QPrinter::setPrinterName()/QPrinter::printerName() on the Mac.Trond Kjernåsen2009-04-162-28/+39
| * Prevent crash in qt_scrollRectInImage.Samuel Rødal2009-04-151-2/+5
* | Make subpixel antialiasing of text work on Mac OS X under carbonGunnar Sletta2009-04-162-5/+15
* | Prevent crash in qt_scrollRectInImage.Samuel Rødal2009-04-151-2/+5
* | Merge commit 'origin/4.5'Olivier Goffart2009-04-154-17/+22
|\ \ | |/
| * Fixes warning about potential use of uninitialized valueOlivier Goffart2009-04-151-14/+12
| * Fix typo in documentation.Jason McDonald2009-04-151-1/+1
| * Adding note about setting properties to QPrinterMorten Engvoldsen2009-04-141-0/+4
| * Remove scale applied to cosmetic pens when antialiasing is enabled (X11).Samuel Rødal2009-04-141-1/+4
| * Fix docs of QPainter::initFrom.Gunnar Sletta2009-04-141-2/+2
* | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-0812-82/+82
* | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-0810-71/+71
* | Optimise QMatrix and QTransformLars Knoll2009-04-074-89/+220
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-074-38/+85
|\ \ | |/
| * Adds a few \warnings to the docs on do-not-use-for-performance-reasonsGunnar Sletta2009-04-071-0/+10
| * Fixes: Make drawPixmap as fast as drawImage on rasterRGunnar Sletta2009-04-072-34/+68
| * Fixes: Make drawPixmap slightly more optimal for QPaintEngineExGunnar Sletta2009-04-071-3/+6
| * Optimise QPainterPath::contains(QPointF)Lars Knoll2009-04-061-1/+1
| * Fixes: Optimization: Important cut-offs for QTransform.Bjoern Erik Nilsen2009-04-062-3/+34
| * Fixes: Small optimization: reduce calls to QTransform::type().Bjoern Erik Nilsen2009-04-061-7/+8
* | Improve performance of text blitting in raster paint engine.Samuel Rødal2009-04-021-2/+2
* | Compile error on VisualStudio 2005Prasanth Ullattil2009-04-021-0/+9
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-018-22/+43
|\ \ | |/
| * Subject: Fix typo in CompositionMode sectionAndy Shaw2009-04-011-1/+1
| * Subject: A couple of minor doc fixesAndy Shaw2009-04-011-1/+1
| * Doc: Clarified that the main use case for QRegion is as a clipping primitive ...David Boddie2009-03-311-9/+13
| * Fix text drawing and perspective transforms for the Windows, PDF andTrond Kjernåsen2009-03-314-3/+17