index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
gfx
/
transform.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Make scroll compensation take integer snapping into account
enne@chromium.org
2013-10-25
1
-4
/
+0
*
Provide approximate type functions for SkMatrix44.
dominikg@chromium.org
2013-10-19
1
-0
/
+27
*
Fix logic error in gfx::Transform::TransformPoint
vollick@chromium.org
2013-10-17
1
-2
/
+3
*
Add gfx::Transform::TransformBox and TransformBoxReverse
vollick@chromium.org
2013-10-11
1
-0
/
+28
*
Fix compilation and ui_unittests with float transforms
enne@chromium.org
2013-09-25
1
-6
/
+6
*
Revert 224725 "Fix compilation and ui_unittests with float trans..."
sky@chromium.org
2013-09-23
1
-6
/
+6
*
Fix compilation and ui_unittests with float transforms
enne@chromium.org
2013-09-23
1
-6
/
+6
*
Refactor TransformPoint{,Reverse}.
avallee@chromium.org
2013-09-12
1
-13
/
+19
*
cc: Use SkMScalar instead of doubles for transforms in cc
enne@chromium.org
2013-09-12
1
-145
/
+131
*
Add gfx::Transform::To2dTranslation
vollick@chromium.org
2013-08-14
1
-0
/
+9
*
Implement preservesAxisAlignment on gfx::Transform
shawnsingh@chromium.org
2013-07-11
1
-2
/
+57
*
Use a direct include of strings headers in ui/, part 2.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
After http://crrev.com/202755, timing functions can now produce values outsid...
vollick@chromium.org
2013-06-04
1
-8
/
+0
*
Use explicit constructor-enums for SkMatrix44, either kUninitialized or kIden...
reed@google.com
2013-01-16
1
-10
/
+10
*
Migrate more functions from MathUtil to gfx::Transform
shawnsingh@chromium.org
2013-01-15
1
-0
/
+52
*
Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()
shawnsingh@google.com
2013-01-07
1
-1
/
+8
*
Add ToString() to gfx::Transform for easier debugging.
danakj@chromium.org
2012-12-20
1
-0
/
+25
*
Aggressively inline implementation of gfx::Transform
shawnsingh@google.com
2012-12-13
1
-42
/
+0
*
Optimization pass on Transform, to take advantage of SkMatrix44::getType()
reed@google.com
2012-12-07
1
-112
/
+20
*
Use nearest neighbor filtering for non-translated quads
skyostil@chromium.org
2012-12-04
1
-0
/
+12
*
Check for identity before doing matrix math in more places in gfx::Transform
jamesr@chromium.org
2012-11-30
1
-8
/
+38
*
Improve implementation of gfx::Transform::IsBackFaceVisible
shawnsingh@chromium.org
2012-11-30
1
-11
/
+58
*
Avoid redundant SkMatrix44::reset() call in gfx::Transform constructor
jamesr@chromium.org
2012-11-30
1
-1
/
+0
*
Move temporary MathUtil wrappers to permanent home in gfx::Transform
shawnsingh@google.com
2012-11-28
1
-12
/
+114
*
gfx::Transform API clean-up
vollick@chromium.org
2012-11-26
1
-193
/
+107
*
Make use of the new SkMatrix44::transpose, ::getDouble, and ::setDouble funcs
vollick@chromium.org
2012-11-17
1
-15
/
+32
*
Add support for blending matrices.
vollick@chromium.org
2012-11-15
1
-19
/
+184
*
Shortly, gfx::Transform will be backed by a matrix of doubles. It would make ...
vollick@chromium.org
2012-11-14
1
-42
/
+57
*
ui: Remove implicit flooring in skia rect conversion methods.
danakj@chromium.org
2012-11-14
1
-7
/
+8
*
ui: Remove implicit flooring from Point3f and rename the class to Point3F
danakj@chromium.org
2012-10-31
1
-6
/
+6
*
Add ash rotate-in and -out animation for constrained dialogs
rouslan@chromium.org
2012-10-30
1
-0
/
+6
*
gfx: Transform is using its own custom function to round a float to an integer.
tfarina@chromium.org
2012-10-18
1
-18
/
+4
*
Migrate ui::Transform to gfx::Transform
shawnsingh@chromium.org
2012-10-14
1
-16
/
+16
*
Random set of changes for workspace2 code:
sky@chromium.org
2012-08-24
1
-0
/
+1
*
Add support for perspective transforms
vollick@chromium.org
2012-05-14
1
-0
/
+6
*
Adds a new layer animation element which owns an interpolated transform. This...
vollick@chromium.org
2012-03-17
1
-9
/
+23
*
Revert r127269 "Adds a new layer animation element which owns an interpolated...
oshima@chromium.org
2012-03-16
1
-23
/
+9
*
Adds a new layer animation element which owns an interpolated transform. This...
vollick@chromium.org
2012-03-16
1
-9
/
+23
*
Adds function to invert a transform to ui::Transform
pkotwicz@chromium.org
2011-10-24
1
-0
/
+4
*
Use EXPECT_FLOAT_EQ in interpolated xform unittest and SkMatrix44's operator=...
backer@chromium.org
2011-07-22
1
-20
/
+1
*
Use SkMatrix44 for the underlying implementation of ui::Transform
backer@chromium.org
2011-07-08
1
-41
/
+128
*
Take transforms into consideration when deciding the dirty region for child v...
sadrul@chromium.org
2011-06-17
1
-4
/
+4
*
views: Take transforms into account when computing visible bounds.
sadrul@chromium.org
2011-06-06
1
-2
/
+13
*
Fixes rounding bug in transform. This is needed to avoid rounding
sky@chromium.org
2011-05-24
1
-2
/
+6
*
Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.
wjmaclean@chromium.org
2011-05-19
1
-7
/
+3
*
Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...
sky@chromium.org
2011-05-17
1
-0
/
+103