index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
painting
/
qtransform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
API review: Rename numRects() -> rectCount()
Marius Storm-Olsen
2009-11-09
1
-1
/
+1
*
Use fallback stroker for cosmetic strokes with asymetric transforms
Gunnar Sletta
2009-11-05
1
-3
/
+6
*
Fixed some projective transform rendering bugs on qreal=float platforms.
Samuel Rødal
2009-10-06
1
-1
/
+1
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
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
*
|
Restructure the documentation, both on a file and on a content level.
Volker Hilsheimer
2009-08-17
1
-1
/
+1
*
|
fixing warnings for qreal=float
Thomas Hartmann
2009-08-12
1
-1
/
+1
*
|
Update contact URL in license headers.
Jason McDonald
2009-08-12
1
-1
/
+1
*
|
Merge branch '4.5'
Bill King
2009-08-05
1
-0
/
+1
|
\
\
|
|
/
|
*
Preserved fill rule for perspective mapped strokes in raster engine.
Samuel Rødal
2009-08-03
1
-0
/
+1
*
|
Fixed some perspective transform rendering bugs.
Samuel Rødal
2009-08-03
1
-22
/
+25
*
|
Doc: Some final QMatrix cleanups.
Volker Hilsheimer
2009-07-29
1
-3
/
+6
*
|
Doc: Cleaning up.
Volker Hilsheimer
2009-07-28
1
-12
/
+15
*
|
"MAP" is a too common name to use it without #undef'ing it first
Robert Griebl
2009-07-27
1
-1
/
+3
*
|
Changed enum Qt::Uninitialized to enum Qt::Initialization
Martin Smith
2009-06-19
1
-1
/
+1
*
|
Make construction of unitialized QTransform/QMatrix a no-op.
Bjørn Erik Nilsen
2009-06-18
1
-0
/
+5
*
|
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
*
|
smaller optimisation in ::fromTransform() and fromScale()
Lars Knoll
2009-06-16
1
-4
/
+6
*
|
greatly speed up QTransform::mapRect() for projective transforms
Lars Knoll
2009-06-16
1
-11
/
+5
*
|
implement equality operator in a more sane way
Lars Knoll
2009-06-15
1
-5
/
+20
*
|
QTransform::shear cut-off.
Bjørn Erik Nilsen
2009-06-12
1
-0
/
+3
*
|
Fixed bug where QTransform::type() failed to compute the correct type.
Samuel Rødal
2009-06-12
1
-5
/
+10
*
|
Revert "greatly speed up QTransform::mapRect() for projective transforms"
Andreas Aardal Hanssen
2009-06-10
1
-2
/
+10
*
|
Revert "implement equality operator in a more sane way"
Andreas Aardal Hanssen
2009-06-10
1
-9
/
+5
*
|
implement equality operator in a more sane way
Lars Knoll
2009-06-09
1
-5
/
+9
*
|
greatly speed up QTransform::mapRect() for projective transforms
Lars Knoll
2009-06-09
1
-10
/
+2
*
|
Fixed 'crazy' warnings about using a string instead of a character
Thierry Bastian
2009-05-25
1
-1
/
+1
*
|
Merge commit 'origin/4.5'
Olivier Goffart
2009-05-18
1
-3
/
+5
|
\
\
|
|
/
|
*
Fixed a bug which implicitly closed perspective transformed poly lines.
Trond Kjernåsen
2009-05-18
1
-3
/
+5
*
|
Merge commit 'origin/4.5'
Bjoern Erik Nilsen
2009-04-29
1
-0
/
+4
|
\
\
|
|
/
|
*
QTransform::map(const QRegion&) cut-off for single rect regions.
Bjoern Erik Nilsen
2009-04-29
1
-0
/
+4
|
*
Prevent QTransform::type() from returning TxScale instead of TxProject.
Samuel Rødal
2009-04-22
1
-2
/
+2
*
|
Merge commit 'origin/4.5'
Olivier Goffart
2009-04-15
1
-14
/
+12
|
\
\
|
|
/
|
*
Fixes warning about potential use of uninitialized value
Olivier Goffart
2009-04-15
1
-14
/
+12
|
*
Fixes: Optimization: Important cut-offs for QTransform.
Bjoern Erik Nilsen
2009-04-06
1
-3
/
+26
|
*
Fixes: Small optimization: reduce calls to QTransform::type().
Bjoern Erik Nilsen
2009-04-06
1
-7
/
+8
*
|
Rename qIsFuzzyNull to qFuzzyIsNull
Bjoern Erik Nilsen
2009-04-08
1
-8
/
+8
*
|
Optimise QMatrix and QTransform
Lars Knoll
2009-04-07
1
-59
/
+139
*
|
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt
Simon Hausmann
2009-04-01
1
-8
/
+11
|
\
\
|
|
/
|
*
Doc: Synchronized the QTransform constructor arguments with the class documen...
David Boddie
2009-03-30
1
-8
/
+11
|
*
Long live Qt 4.5!
Lars Knoll
2009-03-23
1
-0
/
+2079
*
Long live Qt!
Lars Knoll
2009-03-23
1
-0
/
+2111