summaryrefslogtreecommitdiffstats
path: root/ui/gfx/transform.h
Commit message (Expand)AuthorAgeFilesLines
* Make use of the new SkMatrix44::transpose, ::getDouble, and ::setDouble funcsvollick@chromium.org2012-11-171-3/+10
* Add support for blending matrices.vollick@chromium.org2012-11-151-0/+52
* Shortly, gfx::Transform will be backed by a matrix of doubles. It would make ...vollick@chromium.org2012-11-141-14/+14
* ui: Remove implicit flooring in skia rect conversion methods.danakj@chromium.org2012-11-141-3/+3
* ui: Remove implicit flooring from Point3f and rename the class to Point3Fdanakj@chromium.org2012-10-311-6/+6
* Add ash rotate-in and -out animation for constrained dialogsrouslan@chromium.org2012-10-301-0/+3
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-141-14/+12
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Reland: ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-061-2/+2
* Revert 139494 - ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-011-2/+2
* ash: Improved window maximize/restore animationsjamescook@chromium.org2012-05-301-2/+2
* 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