summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix crash caused by clip(QRegion) in raster now depending on baseclipGunnar Sletta2009-04-241-8/+5
* | | | Two buglets with clipping in raster engineGunnar Sletta2009-04-241-2/+2
* | | | Optimize intersected rect clipping in raster engine..Gunnar Sletta2009-04-241-2/+21
* | | | Implement QRasterPaintEngine::clip(QRegion) to do something sensible...Gunnar Sletta2009-04-242-61/+86
|/ / /
* | | Merge branch 'qt/main'Gunnar Sletta2009-04-1718-222/+418
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'graphics-main'Gunnar Sletta2009-04-032-12/+29
|\ \ \ | |/ / |/| |
| * | Fixes: make the toNormalizedFillRect function slightly fasterGunnar Sletta2009-04-011-5/+10
| * | Fixes: Make raster engine perform better on 0-opacity drawingGunnar Sletta2009-04-012-7/+19
* | | 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
| * | Doc: Synchronized the QTransform constructor arguments with the class documen...David Boddie2009-03-301-8/+11
* | | Optimize blend functions for short adjacent spans.Samuel Rødal2009-04-011-22/+96
* | | Remove some VC6 Template workaround in the drawhelper codeOlivier Goffart2009-04-011-357/+91
* | | Ensure that fetchPixel is inlined in RGB32 cases in fetchTransformedBilinear.Olivier Goffart2009-04-011-32/+32
* | | Use templates to remove code duplication in qdrawhelper.Olivier Goffart2009-04-011-286/+141
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-301-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Fix missing fills of rects with negative width/height in raster engine.Samuel Rødal2009-03-301-1/+1
* | Merge branch '4.5'Thiago Macieira2009-03-274-21/+27
|\ \ | |/
| * Fix very slow stroking of paths in X11 paint engine.Samuel Rødal2009-03-274-14/+24
| * Fix mismatch between stroke and fill of ellipses on X11.Samuel Rødal2009-03-271-7/+3
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-242-1/+3
|\ \ | |/
| * Rendering error (one pixel offset) when drawing ARGB32_PM on RGB16.Samuel Rødal2009-03-241-0/+2
| * Fixes compile on win32 with MinGW.Rohan McGovern2009-03-241-1/+1
| * Long live Qt 4.5!Lars Knoll2009-03-23158-0/+110595
* Long live Qt!Lars Knoll2009-03-23158-0/+110775