1. 25c52c3 Replace scoped_ptr with std::unique_ptr in //ui by danakj · 9 years ago
  2. c89eb8d4 Switch to standard integer types in ui/gfx/. by avi · 10 years ago
  3. 8864f4c7 Remove implicit Point to PointF conversion in InterpolatedTransform. by danakj · 10 years ago
  4. 3b0452d Cleanup: Update the path to gfx rect headers. by tfarina · 11 years ago
  5. e8966b4 Extending support for 3d in gfx::InterpolatedScale and gfx::InterpolatedTranslation by behara.ms · 11 years ago
  6. 1d51882f Fixes for -Wunused-function on Linux, Android and ChromeOS by [email protected] · 12 years ago
  7. 26d7ece Refactor TransformPoint{,Reverse}. by [email protected] · 12 years ago
  8. f7c321eb gfx::Transform API clean-up by [email protected] · 13 years ago
  9. 2771b1c ui: Remove implicit flooring from Point3f and rename the class to Point3F by [email protected] · 13 years ago
  10. 0f0453e Migrate ui::Transform to gfx::Transform by [email protected] · 13 years ago
  11. c83d50b Interpolated rotations should end cleanly where possible. by [email protected] · 13 years ago
  12. a8f2115 With this CL animated rotations can be triggered by visiting URLs like about:rotate?right. The about handler fires orientation events that the TouchBrowserFrameView is listening for. When notified, the TBFV either rotates itself, or the views desktop (if it is active). The animation code lives in views/animation and knows nothing about sensors. by [email protected] · 14 years ago
  13. d473682 Use EXPECT_FLOAT_EQ in interpolated xform unittest and SkMatrix44's operator== in Transform. by [email protected] · 14 years ago
  14. 80248e3 Use SkMatrix44 for the underlying implementation of ui::Transform by [email protected] · 14 years ago
  15. ad0f78a Lands http://codereview.chromium.org/7262024/ for Ian: by [email protected] · 14 years ago