summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merge branch '4.5' into 4.6Tom Cooksey2009-09-173-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | Fix crash or painting error when drawing dashed lines with penWidth > 1Eskil Abrahamsen Blomfeldt2009-09-172-2/+4
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Fix drawing text in QPicture and printing in right-to-left modeEskil Abrahamsen Blomfeldt2009-09-151-1/+5
* | | | | | | | | | | | Made drawRoundedRect() implementation virtual in QPaintEngineExGunnar Sletta2009-09-183-73/+70
|/ / / / / / / / / / /
* | | | | | | | | | | doc: Fixed some qdoc errors.Martin Smith2009-09-161-1/+2
* | | | | | | | | | | Reduce overhead of paint engine-specific pixmap filtersRhys Weatherley2009-09-161-1/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Doc: Created a new Drawing Utility Functions page.David Boddie2009-09-152-16/+22
* | | | | | | | | | Fix ambiguous overload for QTileRules constructorOlivier Goffart2009-09-152-3/+5
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-141-1/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-141-8/+13
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed bad gradient offsets on Mac OS XGunnar Sletta2009-09-141-1/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Don't call into paint engines when we don't have pens and brushesGunnar Sletta2009-09-141-2/+7
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Fixed compilation of some ifdef'ed out debug messages.Gunnar Sletta2009-09-141-8/+13
|/ / / / / / / /
* | | | | | | | Merge branch '4.5' into 4.6Thiago Macieira2009-09-121-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Avoid garbled output on Windows for non-ascii-compatible textEskil Abrahamsen Blomfeldt2009-09-091-5/+5
| * | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-09-081-7/+7
| |\ \ \ \ \ \ \
| * | | | | | | | Update license headers again.Jason McDonald2009-09-08153-612/+612
* | | | | | | | | Added example to docs for QPainter::beginNativePainting().Samuel Rødal2009-09-111-2/+7
* | | | | | | | | Fixed crash in raster paint engine.Samuel Rødal2009-09-101-1/+1
* | | | | | | | | Made raster respect SmoothPixmapTransform and Antialiasing hints better.Samuel Rødal2009-09-101-14/+5
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Removed some superfluous semicolonsAlessandro Portale2009-09-092-2/+2
* | | | | | | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-09162-661/+662
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
| | |_|_|_|/ | |/| | | |
* | | | | | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-091-2/+0
* | | | | | Fixed 'illegal empty declaration' warning for Nokia X86 compiler.Janne Anttila2009-09-081-1/+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