summaryrefslogtreecommitdiffstats
path: root/ui/gfx/compositor/layer_animator.cc
Commit message (Expand)AuthorAgeFilesLines
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-584/+0
* Be careful not to use a deleted animation.vollick@chromium.org2012-04-101-4/+34
* Changes how we detect whether the launcher should be shown whensky@chromium.org2012-03-221-3/+3
* Adds a new layer animation element which owns an interpolated transform. This...vollick@chromium.org2012-03-171-8/+0
* Add support for different tween types in ui::Layer animationsvollick@chromium.org2012-03-071-14/+26
* Make visibility an animatable layer property.vollick@google.com2012-02-101-0/+15
* Fix a memory leak in the layer animatorvollick@chromium.org2012-02-091-1/+4
* Disable animations during aura tests.vollick@google.com2012-02-021-3/+15
* Revert 120092 - Reland 120074 -- Disable animations during aura tests.vollick@google.com2012-02-011-15/+3
* Reland 120074 -- Disable animations during aura tests.vollick@google.com2012-02-011-3/+15
* Revert 120074 - Disable animations during aura tests.vollick@google.com2012-02-011-15/+3
* Disable animations during aura tests.vollick@google.com2012-02-011-3/+15
* Animation observers must opt in to get notified when the animator is destroyed.vollick@chromium.org2012-01-261-0/+2
* Animate the omnibox show/hide.ben@chromium.org2012-01-201-1/+1
* Make it simpler to detect when implicit animations complete.vollick@google.com2012-01-181-25/+1
* Reenable triggering of screen rotations by sensors.vollick@chromium.org2011-11-071-2/+3
* Removing animation observers from the layer animator should also remove them ...vollick@chromium.org2011-11-071-0/+5
* Setting a layer property immediately should cancel any current animations.vollick@chromium.org2011-11-031-87/+93
* Allows observers to be notified when layer animations complete.vollick@chromium.org2011-11-021-26/+53
* Reland r107720 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-17/+77
* Revert 107715 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-77/+17
* Enable the new layer animation framework.vollick@chromium.org2011-10-281-17/+77
* Explicit animation supportvollick@chromium.org2011-10-241-122/+377
* Revert 106768 - Explicit animation supportvollick@chromium.org2011-10-211-377/+122
* Explicit animation supportvollick@chromium.org2011-10-211-122/+377
* Animate desktop rotations.ben@chromium.org2011-10-211-0/+2
* Add a new method to Layer that schedules a redraw in the compositor.Rename Co...ben@chromium.org2011-09-301-1/+1
* Adds the ability to set an Animation on Layer so that future changes to the l...sky@chromium.org2011-09-291-109/+106
* Allow layers to be created without a compositor, creating this association wh...ben@chromium.org2011-09-271-2/+2
* First pass for eliminating double paintingpkotwicz@chromium.org2011-07-291-4/+4
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-18/+32
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-0/+175