summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'shader-api' into gl2engine-new-shadersRhys Weatherley2009-05-0128-5817/+586
| |\ \ \ | | |/ /
| | * | Doc - some cleanups on the documentation of QDrawUtilKavindra Devi Palaraja2009-04-301-24/+30
| | * | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-292-11/+24
| | |\ \ | | | |/
| | | * QTransform::map(const QRegion&) cut-off for single rect regions.Bjoern Erik Nilsen2009-04-291-0/+4
| | | * Speed-up QPainter::clipRegion().Bjoern Erik Nilsen2009-04-291-11/+20
| | * | Compile.Bjoern Erik Nilsen2009-04-291-1/+1
| | * | Port QStyleSheetStyle to the new qDrawBorderPixmap implementationOlivier Goffart2009-04-291-4/+4
| | * | Add qDrawBorderPixmap() function, Qt::TileRules enum, QMargins struct and QTi...Marius Bugge Monsen2009-04-292-0/+327
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-0/+3
| | |\ \ | | | |/
| | | * Mac: Fixes a crash in tst_QWidget::updateOnDestroyedSignalBjoern Erik Nilsen2009-04-291-0/+3
| | * | Improved performance for pixmaps containing 0-alpha pixels.Samuel Rødal2009-04-291-3/+2
| | * | introduce Q_WS_WINCEMaurice Kalinowski2009-04-296-12/+12
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-1/+3
| | |\ \ | | | |/
| | | * Fixed rendering of bitmap fonts on X11 with Xrender and fontconfig.Trond Kjernåsen2009-04-281-1/+3
| | * | 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
* | | | 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