| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: Fixed many broken links. | Martin Smith | 2010-05-20 | 6 | -12/+12 |
|
|
* | Add Q_MOVABLE_TYPE decls to QVector?D, QMatrix4x4, QQuaternion | Rhys Weatherley | 2010-02-02 | 5 | -0/+10 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 12 | -12/+12 |
|
|
* | Remove QMatrix4x4& return values in response to API review feedback | Rhys Weatherley | 2009-11-04 | 2 | -78/+61 |
|
|
* | Incorporate API review feedback for math3d classes. | Rhys Weatherley | 2009-11-04 | 6 | -133/+165 |
|
|
* | Fix ifdef around QMatrix4x4::rotate(QQuaternion) | Rhys Weatherley | 2009-10-26 | 1 | -1/+1 |
|
|
* | Optimize QGraphicsRotation's use of QMatrix4x4 | Rhys Weatherley | 2009-10-26 | 2 | -2/+110 |
|
|
* | Add an extra overload for QMatrix4x4::toTransform() | Rhys Weatherley | 2009-10-25 | 2 | -3/+22 |
|
|
* | fix warnings about declarations shadowing class members (autotest reported) | Jeremy Katz | 2009-09-29 | 5 | -46/+46 |
|
|
* | QMatrix4x4::mapVector() to transform by top-left 3x3 | Rhys Weatherley | 2009-09-22 | 2 | -1/+33 |
|
|
* | Increase precision when normalizing vectors | Rhys Weatherley | 2009-09-21 | 4 | -8/+34 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 12 | -48/+48 |
|
|
* | Modify QMatrix4x4 and QQuaternion to use qreal internally | Rhys Weatherley | 2009-09-04 | 8 | -460/+415 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 12 | -156/+156 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -1/+1 |
|
|
* | Add implicit conversions from math3d classes to QVariant | Rhys Weatherley | 2009-08-21 | 10 | -0/+58 |
|
|
* | Add projection support to QMatrix4x4::toTransform() | Rhys Weatherley | 2009-08-19 | 2 | -7/+48 |
|
|
* | Optimize QMatrix4x4::rotate() for 0, 90, 180, 270 degrees. | Rhys Weatherley | 2009-08-18 | 1 | -4/+17 |
|
|
* | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 6 | -0/+8 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 12 | -12/+12 |
|
|
* | Faster quaternion multiplications. | Ariya Hidayat | 2009-08-06 | 1 | -18/+11 |
|
|
* | Doc: Document that coordinates are dropped. | Volker Hilsheimer | 2009-07-25 | 2 | -4/+8 |
|
|
* | Add the math3d types to QVariant | Rhys Weatherley | 2009-07-23 | 10 | -24/+247 |
|
|
* | Directly copy QGenericMatrix members instead of using qMemCopy() | Rhys Weatherley | 2009-07-09 | 1 | -1/+3 |
|
|
* | Remove some left-over mentions of fixed-point in math3d | Rhys Weatherley | 2009-07-09 | 5 | -20/+3 |
|
|
* | Define M_PI in qmath.h if not defined by math.h (as is the case on Windows), ... | Volker Hilsheimer | 2009-07-08 | 2 | -8/+0 |
|
|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 12 | -24/+24 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-06-16 | 1 | -1/+1 |
|
|
* | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-15 | 1 | -1/+1 |
|
|
* | Fix some incorrect license headers. | Jason McDonald | 2009-06-10 | 12 | -12/+12 |
|
|
* | Fix signature for QGenericMatrix::fill() | Rhys Weatherley | 2009-06-02 | 2 | -3/+3 |
|
|
* | Optimize QMatrix4x4::map() for QVector3D/QPoint/QPointF | Rhys Weatherley | 2009-06-02 | 1 | -45/+90 |
|
|
* | QMatrix4x4::scale(qreal,qreal) and QMatrix4x4::translate(qreal,qreal) methods | Aaron Kennedy | 2009-06-02 | 2 | -2/+81 |
|
|
* | Optimize QMatrix4x4::mapRect() for translation and scale operations | Rhys Weatherley | 2009-06-02 | 2 | -30/+65 |
|
|
* | Fixed typos 'indended' -> 'intended' | Thorbjørn Lindeijer | 2009-04-21 | 2 | -6/+6 |
|
|
* | Optimize vector normalize for vectors of length 1 | Rhys Weatherley | 2009-04-15 | 5 | -39/+63 |
|
|
* | Add the QQuaternion::nlerp() function as a counterpart to slerp() | Rhys Weatherley | 2009-04-15 | 2 | -0/+41 |
|
|
* | Rename QQuaternion::interpolate() to slerp() | Rhys Weatherley | 2009-04-15 | 2 | -2/+2 |
|
|
* | Remove the int constructors from the vector classes | Rhys Weatherley | 2009-04-15 | 8 | -37/+0 |
|
|
* | Rename qIsFuzzyNull to qFuzzyIsNull | Bjoern Erik Nilsen | 2009-04-08 | 1 | -1/+1 |
|
|
* | Use qIsFuzzyNull rather than the more expensive qFuzzyCompare | Bjoern Erik Nilsen | 2009-04-08 | 1 | -1/+1 |
|
|
* | Remove fixed-point support from math3d | Rhys Weatherley | 2009-04-08 | 17 | -2084/+380 |
|
|
* | Update the license on this code to match the rest. | Thiago Macieira | 2009-03-31 | 17 | -17/+527 |
|
|
* | Long live Qt! | Lars Knoll | 2009-03-23 | 18 | -0/+7700 |
|
|