| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |