| Commit message (Expand) | Author | Age | Files | Lines |
* | Made curve tesselation be dynamically adjusted based on transform. | Samuel Rødal | 2010-05-12 | 1 | -0/+2 |
|
|
* | Avoid many unnecessary allocations, so so that paint engines attached to pixmaps | Warwick Allison | 2010-05-07 | 1 | -1/+2 |
|
|
* | Don't crash when calling drawPixmapFragements with a null pixmap | Gunnar Sletta | 2010-04-19 | 1 | -0/+3 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-04-16 | 1 | -1/+1 |
|\ |
|
| * | Symbol visibility fixes for RVCT4 on Symbian | Iain | 2010-04-15 | 1 | -1/+1 |
|
|
* | | Compile Qt in C++0x mode. | Thiago Macieira | 2010-03-20 | 1 | -9/+10 |
|
|
* | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/Hint | Trond Kjernåsen | 2010-03-09 | 1 | -2/+2 |
|
|
* | | Fix point drawing in QPainter. | Gunnar Sletta | 2010-02-25 | 1 | -1/+1 |
|
|
* | | Made the qDrawPixmaps() API public (with modifications). | Trond Kjernåsen | 2010-02-23 | 1 | -8/+11 |
|/ |
|
* | Fixes wrong stroke clipping with the raster engine. | Yoann Lopes | 2010-01-14 | 1 | -7/+9 |
|
|
* | Merge remote branch 'qt/4.6' into oslo-staging-2/4.6 | Paul Olav Tvete | 2010-01-12 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | | Fix point drawing on raster engine for flat and square caps | Gunnar Sletta | 2010-01-12 | 1 | -4/+4 |
|/ |
|
* | Added caching of vectorpaths to the GL paint engine. | Gunnar Sletta | 2009-12-01 | 1 | -1/+15 |
|
|
* | API review: Rename numRects() -> rectCount() | Marius Storm-Olsen | 2009-11-09 | 1 | -1/+1 |
|
|
* | Set strokes as non-convex by default. | Gunnar Sletta | 2009-11-05 | 1 | -0/+4 |
|
|
* | Reworked QVectorPath API to allow for caching and convex curved shapes | Gunnar Sletta | 2009-10-27 | 1 | -6/+24 |
|
|
* | Fixing some GCC warnings | João Abecasis | 2009-10-07 | 1 | -1/+1 |
|
|
* | Changed implementation of qDrawBorderPixmap() to use qDrawPixmaps(). | Kim Motoyoshi Kalland | 2009-10-02 | 1 | -1/+1 |
|
|
* | Added support for drawing a pixmap multiple times in one call. | Kim Motoyoshi Kalland | 2009-10-02 | 1 | -0/+25 |
|
|
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-09-24 | 1 | -5/+2 |
|\ |
|
| * | Fixed clipping of non-cosmetic dashed strokes in raster paint engine. | Kim Motoyoshi Kalland | 2009-09-23 | 1 | -9/+1 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 1 | -4/+4 |
|
|
* | | Made drawRoundedRect() implementation virtual in QPaintEngineEx | Gunnar Sletta | 2009-09-18 | 1 | -0/+66 |
|
|
* | | Don't call into paint engines when we don't have pens and brushes | Gunnar Sletta | 2009-09-14 | 1 | -2/+7 |
|
|
* | | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | | Added trace graphics system for painting performance profiling. | Samuel Rødal | 2009-09-03 | 1 | -34/+0 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 1 | -46/+86 |
|\ \ \
| |/ / |
|
| * | | Fixed some perspective transform rendering bugs. | Samuel Rødal | 2009-08-03 | 1 | -61/+45 |
|
|
| * | | Implement perspective stroking support in QPaintEngineEx::stroke() | Gunnar Sletta | 2009-07-28 | 1 | -6/+28 |
|
|
| * | | Added QVectorPath::convertToPainterPath() for future convenience | Gunnar Sletta | 2009-07-28 | 1 | -0/+34 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-24 | 1 | -6/+6 |
| |\ \
| | |/ |
|
| | * | Implement clipping in the QPaintEngineEx::stroke() function. | Gunnar Sletta | 2009-07-23 | 1 | -6/+6 |
|
|
* | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 1 | -4/+3 |
|\ \ \
| |/ / |
|
| * | | Use QTransform more efficiently. | Bjørn Erik Nilsen | 2009-06-18 | 1 | -2/+1 |
|
|
| * | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
| | * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+804 |
|
|
* | | Manually fix bad merges and make sure everything compiles with 4.6. | Harald Fernengel | 2009-06-29 | 1 | -4/+2 |
|/ |
|
* | Fixed clipping bugs in GL 2 paint engine. | Samuel Rødal | 2009-06-12 | 1 | -6/+2 |
|
|
* | Make QVectorPath::controlPointRect() return a QRectF. | Samuel Rødal | 2009-06-10 | 1 | -7/+5 |
|
|
* | QPainter::worldTransform() does not return identity matrix. | Bjørn Erik Nilsen | 2009-06-10 | 1 | -2/+1 |
|
|
* | Improved clipping in GL2 paint engine. | Samuel Rødal | 2009-06-09 | 1 | -1/+79 |
|
|
* | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 1 | -1/+1 |
|
|