1. d59a369 Be careful not to use a deleted animation. by [email protected] · 13 years ago
  2. b1c37fc Changes how we detect whether the launcher should be shown when by [email protected] · 13 years ago
  3. 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
  4. e4cbcc77 Add support for different tween types in ui::Layer animations by [email protected] · 13 years ago
  5. a67935f Make visibility an animatable layer property. by [email protected] · 14 years ago
  6. d3ba37ab Fix a memory leak in the layer animator by [email protected] · 14 years ago
  7. 30676816 Disable animations during aura tests. by [email protected] · 14 years ago
  8. 74825422 Revert 120092 - Reland 120074 -- Disable animations during aura tests. by [email protected] · 14 years ago
  9. c15d156 Reland 120074 -- Disable animations during aura tests. by [email protected] · 14 years ago
  10. 83502cdd Revert 120074 - Disable animations during aura tests. by [email protected] · 14 years ago
  11. c3287f6 Disable animations during aura tests. by [email protected] · 14 years ago
  12. 0b3d7b6 Animation observers must opt in to get notified when the animator is destroyed. by [email protected] · 14 years ago
  13. 6e7c156 Animate the omnibox show/hide. by [email protected] · 14 years ago
  14. b7a1b66 Make it simpler to detect when implicit animations complete. by [email protected] · 14 years ago
  15. 2ddfe43 Reenable triggering of screen rotations by sensors. by [email protected] · 14 years ago
  16. 5cc8538d Removing animation observers from the layer animator should also remove them from the sequences. by [email protected] · 14 years ago
  17. f5cd9e5 Setting a layer property immediately should cancel any current animations. by [email protected] · 14 years ago
  18. e876c271 Allows observers to be notified when layer animations complete. by [email protected] · 14 years ago
  19. fe7074c6 Reland r107720 - Enable the new layer animation framework. by [email protected] · 14 years ago
  20. 37ae3e6e Revert 107715 - Enable the new layer animation framework. by [email protected] · 14 years ago
  21. 04f726b Enable the new layer animation framework. by [email protected] · 14 years ago
  22. b4db937 Explicit animation support by [email protected] · 14 years ago
  23. 21445e47 Revert 106768 - Explicit animation support by [email protected] · 14 years ago
  24. 0ed187e Explicit animation support by [email protected] · 14 years ago
  25. 326828b Animate desktop rotations. by [email protected] · 14 years ago
  26. 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
  27. 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
  28. 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
  29. c155c25 First pass for eliminating double painting by [email protected] · 14 years ago
  30. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
  31. 80248e3 Use SkMatrix44 for the underlying implementation of ui::Transform by [email protected] · 14 years ago
  32. 710a98d Adds the ability to animate transforms/bounds to View. by [email protected] · 14 years ago