1. 98e2ed2 compositor: Remove static initializers. by [email protected] · 13 years ago
  2. df55f23 Let Layer.SetNNN methods respect ENQUEUE_ANIMATION strategy. by [email protected] · 13 years ago
  3. d764fd3d Fix animation timing in case when there were no animations in queue by [email protected] · 13 years ago
  4. 7713e24 Avoid using the layer animation machinery for zero length animations by [email protected] · 13 years ago
  5. d064ef8 Added speed/duration to SessionStateAnimator, fixed call in SystemTrayDelegate by [email protected] · 13 years ago
  6. a48f30d The layer animator should hang onto weak, rather than raw, pointers to running animations. by [email protected] · 13 years ago
  7. 0f0453e Migrate ui::Transform to gfx::Transform by [email protected] · 13 years ago
  8. e81480f1f Adds ability to animate the color of a layer. by [email protected] · 13 years ago
  9. 5d86a11 Revert 157567 - Revert 156318 - I had originally tried to build upon http://codereview.chromium.org/10869066/, but the number of functions that needed to return (or needed to cope with) DestroyedType's was spiralling out of control and it seemed likely that a mistake would be made and bugs introduced. pkotwicz suggested I make the layer animator ref counted, and this seemed to be a much simpler and safer approach. This way, whenever we're in a LayerAnimator function that may notify observers, we create a scoped_refptr<LayerAnimator> for |this|. If the animator's owning layer gets deleted by an observer, then |this| will be safely destroyed when the function exits and the scoped_refptr falls out of scope. by [email protected] · 13 years ago
  10. 501bcb0 Revert 156318 - I had originally tried to build upon http://codereview.chromium.org/10869066/, but the number of functions that needed to return (or needed to cope with) DestroyedType's was spiralling out of control and it seemed likely that a mistake would be made and bugs introduced. pkotwicz suggested I make the layer animator ref counted, and this seemed to be a much simpler and safer approach. This way, whenever we're in a LayerAnimator function that may notify observers, we create a scoped_refptr<LayerAnimator> for |this|. If the animator's owning layer gets deleted by an observer, then |this| will be safely destroyed when the function exits and the scoped_refptr falls out of scope. by [email protected] · 13 years ago
  11. 2b3db70 I had originally tried to build upon http://codereview.chromium.org/10869066/, but the number of functions that needed to return (or needed to cope with) DestroyedType's was spiralling out of control and it seemed likely that a mistake would be made and bugs introduced. pkotwicz suggested I make the layer animator ref counted, and this seemed to be a much simpler and safer approach. This way, whenever we're in a LayerAnimator function that may notify observers, we create a scoped_refptr<LayerAnimator> for |this|. If the animator's owning layer gets deleted by an observer, then |this| will be safely destroyed when the function exits and the scoped_refptr falls out of scope. by [email protected] · 13 years ago
  12. b785cd36 Attempt 2 at Fixes crash introduced @ 153047 (you can hit crash by maximizing a by [email protected] · 13 years ago
  13. 1778cbc Makes LayerAnimator use the last tick time from the by [email protected] · 13 years ago
  14. 2a88c70 Adds LayerAnimator::SchedulePauseForProperties(). by [email protected] · 13 years ago
  15. f973e8f Revert 153047 - Ensure that LayerAnimator schedules a draw after the last frame of an animation by [email protected] · 13 years ago
  16. aec12f82 Revert 153291 - Fixes crash introduced @ 153047 (you can hit crash by maximizing a by [email protected] · 13 years ago
  17. 701d7d6 Fixes crash introduced @ 153047 (you can hit crash by maximizing a by [email protected] · 13 years ago
  18. 0a5b12b Ensure that LayerAnimator schedules a draw after the last frame of an animation by [email protected] · 13 years ago
  19. 815d0c38 Add brightness/grayscale animations and use them for OOBE boot transition. by [email protected] · 13 years ago
  20. a4234d9 LayerAnimator::Step should guard against a null delegate. by [email protected] · 13 years ago
  21. 77ff438 about:instant allows control of animation speed by [email protected] · 13 years ago
  22. 300548c Deweirdify. by [email protected] · 13 years ago
  23. 3489a61 Let the layer animator's slow animation mode affect all animations. by [email protected] · 13 years ago
  24. 9861f175 ash: Holding down shift slows window animations for debugging by [email protected] · 13 years ago
  25. 116302fc ui: Move compositor/ directory out of gfx/, up to ui/. by [email protected] · 13 years ago[Renamed (98%) from ui/gfx/compositor/layer_animator.cc]
  26. d59a369 Be careful not to use a deleted animation. by [email protected] · 13 years ago
  27. b1c37fc Changes how we detect whether the launcher should be shown when by [email protected] · 13 years ago
  28. 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
  29. e4cbcc77 Add support for different tween types in ui::Layer animations by [email protected] · 13 years ago
  30. a67935f Make visibility an animatable layer property. by [email protected] · 14 years ago
  31. d3ba37ab Fix a memory leak in the layer animator by [email protected] · 14 years ago
  32. 30676816 Disable animations during aura tests. by [email protected] · 14 years ago
  33. 74825422 Revert 120092 - Reland 120074 -- Disable animations during aura tests. by [email protected] · 14 years ago
  34. c15d156 Reland 120074 -- Disable animations during aura tests. by [email protected] · 14 years ago
  35. 83502cdd Revert 120074 - Disable animations during aura tests. by [email protected] · 14 years ago
  36. c3287f6 Disable animations during aura tests. by [email protected] · 14 years ago
  37. 0b3d7b6 Animation observers must opt in to get notified when the animator is destroyed. by [email protected] · 14 years ago
  38. 6e7c156 Animate the omnibox show/hide. by [email protected] · 14 years ago
  39. b7a1b66 Make it simpler to detect when implicit animations complete. by [email protected] · 14 years ago
  40. 2ddfe43 Reenable triggering of screen rotations by sensors. by [email protected] · 14 years ago
  41. 5cc8538d Removing animation observers from the layer animator should also remove them from the sequences. by [email protected] · 14 years ago
  42. f5cd9e5 Setting a layer property immediately should cancel any current animations. by [email protected] · 14 years ago
  43. e876c271 Allows observers to be notified when layer animations complete. by [email protected] · 14 years ago
  44. fe7074c6 Reland r107720 - Enable the new layer animation framework. by [email protected] · 14 years ago
  45. 37ae3e6e Revert 107715 - Enable the new layer animation framework. by [email protected] · 14 years ago
  46. 04f726b Enable the new layer animation framework. by [email protected] · 14 years ago
  47. b4db937 Explicit animation support by [email protected] · 14 years ago
  48. 21445e47 Revert 106768 - Explicit animation support by [email protected] · 14 years ago
  49. 0ed187e Explicit animation support by [email protected] · 14 years ago
  50. 326828b Animate desktop rotations. by [email protected] · 14 years ago
  51. 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
  52. 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
  53. 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
  54. c155c25 First pass for eliminating double painting by [email protected] · 14 years ago
  55. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
  56. 80248e3 Use SkMatrix44 for the underlying implementation of ui::Transform by [email protected] · 14 years ago
  57. 710a98d Adds the ability to animate transforms/bounds to View. by [email protected] · 14 years ago