Sign in
chromium
/
chromium
/
src
/
d59a369dec0c9e07910d922ce2198d30c7135996
/
ui
/
gfx
/
compositor
/
layer_animator.cc
d59a369
Be careful not to use a deleted animation.
by
[email protected]
· 13 years ago
b1c37fc
Changes how we detect whether the launcher should be shown when
by
[email protected]
· 13 years ago
3c2196b2
Adds a new layer animation element which owns an interpolated transform. This allows more control over the interpolation, and in particular, it allows for a rotation about a pivot.
by
[email protected]
· 13 years ago
e4cbcc77
Add support for different tween types in ui::Layer animations
by
[email protected]
· 13 years ago
a67935f
Make visibility an animatable layer property.
by
[email protected]
· 14 years ago
d3ba37ab
Fix a memory leak in the layer animator
by
[email protected]
· 14 years ago
30676816
Disable animations during aura tests.
by
[email protected]
· 14 years ago
74825422
Revert 120092 - Reland 120074 -- Disable animations during aura tests.
by
[email protected]
· 14 years ago
c15d156
Reland 120074 -- Disable animations during aura tests.
by
[email protected]
· 14 years ago
83502cdd
Revert 120074 - Disable animations during aura tests.
by
[email protected]
· 14 years ago
c3287f6
Disable animations during aura tests.
by
[email protected]
· 14 years ago
0b3d7b6
Animation observers must opt in to get notified when the animator is destroyed.
by
[email protected]
· 14 years ago
6e7c156
Animate the omnibox show/hide.
by
[email protected]
· 14 years ago
b7a1b66
Make it simpler to detect when implicit animations complete.
by
[email protected]
· 14 years ago
2ddfe43
Reenable triggering of screen rotations by sensors.
by
[email protected]
· 14 years ago
5cc8538d
Removing animation observers from the layer animator should also remove them from the sequences.
by
[email protected]
· 14 years ago
f5cd9e5
Setting a layer property immediately should cancel any current animations.
by
[email protected]
· 14 years ago
e876c271
Allows observers to be notified when layer animations complete.
by
[email protected]
· 14 years ago
fe7074c6
Reland r107720 - Enable the new layer animation framework.
by
[email protected]
· 14 years ago
37ae3e6e
Revert 107715 - Enable the new layer animation framework.
by
[email protected]
· 14 years ago
04f726b
Enable the new layer animation framework.
by
[email protected]
· 14 years ago
b4db937
Explicit animation support
by
[email protected]
· 14 years ago
21445e47
Revert 106768 - Explicit animation support
by
[email protected]
· 14 years ago
0ed187e
Explicit animation support
by
[email protected]
· 14 years ago
326828b
Animate desktop rotations.
by
[email protected]
· 14 years ago
870119a
Add a new method to Layer that schedules a redraw in the compositor.Rename Compositor::SchedulePaint to Compositor::ScheduleDraw and CompositorDelegate::ScheduleCompositorPaint to CompositorDelegate::ScheduleDraw.BUG=noneTEST=none
by
[email protected]
· 14 years ago
7fca53d4
Adds the ability to set an Animation on Layer so that future changes to the layer result in animating the property. See code in desktop_window_view.cc and window.cc for usage.
by
[email protected]
· 14 years ago
993d6b32
Allow layers to be created without a compositor, creating this association when they are associated with a root layer/added to a hierarchy parented to a root layer.This allows us to configure a layer associated with a view before the view is attached to a widget.BUG=noneTEST=unittests
by
[email protected]
· 14 years ago
c155c25
First pass for eliminating double painting
by
[email protected]
· 14 years ago
7286e3fc
some cleanup for base/stl_util
by
[email protected]
· 14 years ago
80248e3
Use SkMatrix44 for the underlying implementation of ui::Transform
by
[email protected]
· 14 years ago
710a98d
Adds the ability to animate transforms/bounds to View.
by
[email protected]
· 14 years ago