summaryrefslogtreecommitdiffstats
path: root/ui/gfx/transform.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for perspective transformsvollick@chromium.org2012-05-141-0/+5
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-171-2/+8
* Revert r127269 "Adds a new layer animation element which owns an interpolated...oshima@chromium.org2012-03-161-8/+2
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-161-2/+8
* Adds function to invert a transform to ui::Transformpkotwicz@chromium.org2011-10-241-0/+3
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-061-2/+2
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-171-1/+2
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-27/+43
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-0/+1
* 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-1/+5
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-191-2/+2
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-25/+36
* Adds assignment operator like function to Transform.sky@chromium.org2011-05-101-0/+3
* Some style changes (for readability).sadrul@chromium.org2011-04-141-12/+25
* Add a virtual destructor to ui::Transformhbono@chromium.org2011-02-251-0/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-0/+66