summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-09162-654/+654
* Merge commit '4feb4019cfc144cef4cd9177d52e52dee9ebdf32' into 4.6Rohan McGovern2009-09-091-7/+7
|\
| * Fixed bug in drawImage() when fall-back code path is used.Samuel Rødal2009-09-081-7/+7
* | doc: Fixed several qdoc errors.Martin Smith2009-09-081-0/+1
* | Fix tiled blit in 16-bit modePaul Olav Tvete2009-09-071-4/+7
* | Fixed compile for S60.Rohan McGovern2009-09-051-1/+1
* | Only export internal raster classes in QWSAnders Bakken2009-09-042-3/+15
* | Added multiple frames to QPaintBuffer.Samuel Rødal2009-09-042-7/+27
* | Avoided streaming multiple copies of images/pixmaps in QPaintBuffer.Samuel Rødal2009-09-041-1/+74
* | Optimize qt_format_text test operations: try not to detachOlivier Goffart2009-09-041-40/+28
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-042-3/+7
|\ \
| * \ Merge branch '4.5' into 4.6Thiago Macieira2009-09-041-2/+6
| |\ \ | | |/
| | * Fixed clipping of native style elements when raster is used on macGunnar Sletta2009-09-041-2/+6
| * | Fix compilation on OS X.Michael Brasser2009-09-041-1/+1
* | | Added support for quering a printer for the actual number of copies.Gunnar Sletta2009-09-042-0/+19
|/ /
* | Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-0311-41/+2245
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-032-0/+43
|\ \ | |/
| * 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
* | Fixed some clipping bugs in raster paint engine.Samuel Rødal2009-09-031-7/+7
* | Revert "Optimize qt_format_text test operations: try not to detach"Eskil Abrahamsen Blomfeldt2009-09-031-28/+40
* | fix warnings on mingwThierry Bastian2009-09-023-3/+3
* | doc: Also mention HSLThorbjørn Lindeijer2009-09-011-1/+1
* | Make QMargins a proper classJens Bache-Wiig2009-08-312-98/+59
* | doc: Fixed several qdoc errors.Martin Smith2009-08-312-2/+4
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-319-117/+117
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-31150-1950/+1950
|\ \ | |/
| * 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
* | Fix crash in backingstore when QWidget::paintEngine() returns 0Prasanth Ullattil2009-08-281-2/+2
* | Doc: Fixed recommended code as suggested in the public task.David Boddie2009-08-271-1/+2
* | Fixed clipping bugs in QGLWidgets (very noticeable in sub-attaq).Samuel Rødal2009-08-271-1/+2
* | Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-263-0/+45
* | Remove superfluous '.data()' call from dashStroker.Jason Barron2009-08-261-1/+1
* | Micro-optimization in QPainterPath::toFillPolygonsThorbjørn Lindeijer2009-08-251-7/+1
* | Memory leak in QBrushOlivier Goffart2009-08-251-1/+1
* | Made it possible to use the Vista specific desktop effects.Trond Kjernåsen2009-08-241-1/+4
* | Removed unused header for the WinCE and Windows platforms.Trond Kjernåsen2009-08-241-1/+0
* | HSL support for QColorThomas Hartmann2009-08-242-13/+472
* | Remove QScopedCustomPointerHarald Fernengel2009-08-242-10/+10
* | Export QClipData and QRasterBufferAnders Bakken2009-08-211-2/+2
* | Export QRasterizerAnders Bakken2009-08-211-1/+1
* | CompileAnders Bakken2009-08-211-0/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-214-19/+31
|\ \
| * \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-212-2/+10
| |\ \
| * | | Fix the most obvious rendering bugs when applying an effect to QWidget.Bjørn Erik Nilsen2009-08-202-16/+29
| * | | Add support for graphics effects on QWidget.Bjørn Erik Nilsen2009-08-201-3/+1
| * | | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-1922-78/+1329
| |\ \ \