summaryrefslogtreecommitdiffstats
path: root/ui/gfx/transform.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ash rotate-in and -out animation for constrained dialogsrouslan@chromium.org2012-10-301-0/+6
* gfx: Transform is using its own custom function to round a float to an integer.tfarina@chromium.org2012-10-181-18/+4
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-141-16/+16
* Random set of changes for workspace2 code:sky@chromium.org2012-08-241-0/+1
* Add support for perspective transformsvollick@chromium.org2012-05-141-0/+6
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-171-9/+23
* Revert r127269 "Adds a new layer animation element which owns an interpolated...oshima@chromium.org2012-03-161-23/+9
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-161-9/+23
* Adds function to invert a transform to ui::Transformpkotwicz@chromium.org2011-10-241-0/+4
* Use EXPECT_FLOAT_EQ in interpolated xform unittest and SkMatrix44's operator=...backer@chromium.org2011-07-221-20/+1
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-41/+128
* Take transforms into consideration when deciding the dirty region for child v...sadrul@chromium.org2011-06-171-4/+4
* views: Take transforms into account when computing visible bounds.sadrul@chromium.org2011-06-061-2/+13
* Fixes rounding bug in transform. This is needed to avoid roundingsky@chromium.org2011-05-241-2/+6
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-191-7/+3
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-0/+103