1. 2c9bcae Fix matrix interpolation between rotations of 180 degrees by vollick · 7 years ago
  2. 56dc30c Convert ElbowModel to gfx types by Ian Vollick · 7 years ago
  3. b3fafcc Add Vector3dF::GetNormalized by Ian Vollick · 7 years ago
  4. 44c4032 Add a Quaternion ctor that represents a rotation between Vector3dFs by Ian Vollick · 7 years ago
  5. fcbb489 Quaternion::Lerp should return a normalized value by Ian Vollick · 7 years ago
  6. a5f9bbd Introduce Quaternion by Ian Vollick · 7 years ago
  7. c87a0fd Mojo C++ Bindings: Eliminate CreateInterfacePtrAndBind by Ken Rockot · 7 years ago
  8. e12611b Use OnceCallback on Mojo interfaces in //ui/gfx by tzik · 7 years ago
  9. 8eaad9a [3/5] Add translated rasterization support for RasterBuffer & below by trchen · 7 years ago
  10. ac37f18 Handle large rects better. by petermayo · 7 years ago
  11. 0b28322 Stabilize empty rect handling in EnclosingRect. by petermayo · 7 years ago
  12. bc755bd Make much of gfx::Range[F] constexpr. by pkasting · 7 years ago
  13. 9634391 Added additional logging to flaky test "LoginGuestTest.CursorShown" by bruthig · 7 years ago
  14. 0066625 Struct traits for gfx::Range and gfx::RangeF. by moshayedi · 8 years ago
  15. 14a7bb5 Remove remaining base dependencies from base/numerics by jschuh · 8 years ago
  16. 446a7ae Move SaturatedArithmetic from Blink to base by enne · 8 years ago
  17. f792900 Scale client area, hit test mask and bounds by device_scale_factor. by riajiang · 8 years ago
  18. cacd97b Fix QuadF::ContainsPoint and gfx::CrossProduct on arm64 by danakj · 8 years ago
  19. 13ac93a android: run gfx_unittests on bots. by thakis · 8 years ago
  20. c15a244 Tweaks to ToggleButton details. by estade · 8 years ago
  21. b1aa8ed ui/gfx/geometry: Remove is_integer checks for known types. by vmpstr · 8 years ago
  22. 2bc3bc4 Use float for scroll offset. by szager · 8 years ago
  23. 71ff08d Fix overflow/underflow in ui/gfx once and for all by enne · 8 years ago
  24. 0b75c7f Fix scrollbar overflow with ScaleToEnclosingRectSafe by enne · 8 years ago
  25. 33472d2 gfx: Do the ToEnclosingRect in double precision. by vmpstr · 8 years ago
  26. 8970b0e Adjust gfx::Rect's width and height to avoid integer overflow by sunxd · 8 years ago
  27. 073fc7c Use compositor_frame typemap in Blink by xlai · 8 years ago
  28. d4e0c59 Blink Animation: Limit maximum accuracy to avoid hanging for long durations. by loyso · 8 years ago
  29. 0e0d8ec Mojo C++ bindings: change the first template parameter of StructTraits and UnionTraits. by yzshen · 8 years ago
  30. f336ce2 Add TabControlFeature to BlimpClientContextImpl by mlliu · 8 years ago
  31. 9a12dcd Blink Compositor Animation: Unify CubicBezierTimingFunction. by loyso · 8 years ago
  32. 10ca1ff UI Gfx: Add getters to CubicBezier. by loyso · 8 years ago
  33. 270be1f Added documentation for gfx::Insets. by mgiuca · 8 years ago
  34. a2ab033 Change declared variable name in gfx::ScaleTo*Size. by jbroman · 8 years ago
  35. 17e5843 Make various gfx classes more amenable to use as compile-time constants. by Peter Kasting · 8 years ago
  36. 60a7e9e Switch SizeF from using fmaxf() to direct comparisons. by pkasting · 8 years ago
  37. 1c13827 Add checks for negative heights and widths to gfx struct traits. by sammc · 8 years ago
  38. a8e76e6 Implement gfx::Vector2d and gfx::Vector2dF StructTraits by fsamuel · 8 years ago
  39. 4fabce1 Implement ui/gfx/geometry StructTraits unit tests by fsamuel · 8 years ago
  40. d99b556 Rename mojo.* ui/gfx/geometry/mojo types to gfx.mojom.* by fsamuel · 8 years ago
  41. abc4ad7 Implement gfx::Transform StructTraits by fsamuel · 8 years ago
  42. 899a4d7 Change mojo geometry structs from using type converters to StructTraits. by sammc · 8 years ago
  43. d59854e mojo/converters/ime,display -> ui/platform_window,display/mojo by ben · 8 years ago
  44. 2981260 Move mojo/converters/geometry -> ui/gfx/geometry/mojo by ben · 8 years ago
  45. 5841326 Fix gfx::Range::ToString() to use the correct format specifier. by karandeepb · 8 years ago
  46. d70ed82 Make ui/gfx/range a component by fsamuel · 8 years ago
  47. 336d498 Gfx Geometry: Implement CubicBezier::Range as two getters. by loyso · 8 years ago
  48. 516603f Replace scoped_ptr with std::unique_ptr in //ui by danakj · 8 years ago
  49. 12679d2 ui: Add out-of-line copy ctors for complex classes. by vmpstr · 8 years ago
  50. 7ab346b UI GFX Geometry: Make UnitBezier a wrapper for gfx::CubicBezier by loyso · 8 years ago
  51. 28ac6c9 MD text buttons - implement focus ring. by estade · 8 years ago
  52. b404ca7 [MD] some tweaks to download shelf by estade · 8 years ago
  53. aa927f2 Add comments for struct members that were changed from size_t to uin32_t or uint64_t for IPC safety. by jam · 8 years ago
  54. 37007aa Switch gfx::Range to use uint32_t instead of size_t. by jam · 8 years ago
  55. 84072ef Switch to standard integer types in ui/gfx/. by avi · 9 years ago
  56. c51f760 Jitter Measurement by jaydasika · 9 years ago
  57. ad59293 Use std::tie() for operator< in ui/ by jsbell · 9 years ago
  58. 5c348dd ui/gfx/geometry: Rename empty() method to IsEmpty() on Insets APIs. by tfarina · 9 years ago
  59. 410216f Add gfx::Size::GetCheckedArea and use it where appropriate. by vmpstr · 9 years ago
  60. 3394b1a gfx: Make conversions from gfx::Point to PointF explicit. by danakj · 9 years ago
  61. b9cd33e Remove some implicit Point to PointF conversions, add helpers. by danakj · 9 years ago
  62. 298b262 gfx:: De-templatize Insets and InsetsF. by tfarina · 9 years ago
  63. cf97338 ui/gfx: Make gfx::Size::GetArea use checked math. by vmpstr · 9 years ago
  64. 3b9f7fb gfx: Make conversions from Size to SizeF be explicit. by danakj · 9 years ago
  65. 7dc2e7f gfx: Remove implicit conversions from gfx::Rect to gfx::RectF. by danakj · 9 years ago
  66. 467354c Avoid implicit conversion from Rect to RectF in events and gfx tests. by danakj · 9 years ago
  67. c3ae560 aura: Stop converting Rect to RectF implicitly. by danakj · 9 years ago
  68. 1f5c6bf Mac: Enable partial swap by ccameron · 9 years ago
  69. d185a50 cc: Band-aid coverage iterator for large layers by enne · 9 years ago
  70. c7f552d Change the type of |x_range| in LineSegment from Range to RangeF, and remove |width| from LineSegment. by xdai · 9 years ago
  71. 08b8264 vs2015: fix float->int warning in gfx/rect_unittests by scottmg · 9 years ago
  72. 2d5e3f9 gfx: Fix ToEnclosing/ToEnclosed math to deal with big numbers. by vmpstr · 9 years ago
  73. 5d945ad Replace gfx::ClampToInt with base::saturated_cast. by danakj · 9 years ago
  74. 34812ed [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includes by tapted · 9 years ago
  75. 8b1a88a Removed obsolete float_util.h as VS2013 supports standards well enough. by mateuszs · 9 years ago
  76. f8b2602 views: Replace CullSet with intersection queries against the paint rect by danakj · 9 years ago
  77. de63452 Splitting of layers for correct intersections by awoloszyn · 9 years ago
  78. 3f63da3 Revert of Splitting of layers for correct intersections (patchset #20 id:370001 of https://codereview.chromium.org/595593002/) by gab · 9 years ago
  79. 432d1be Splitting of layers for correct intersections by awoloszyn · 9 years ago
  80. 0c5fa4f Revert of Splitting of layers for correct intersections (patchset #17 id:310001 of https://codereview.chromium.org/595593002/) by eroman · 9 years ago
  81. 754fc44 Splitting of layers for correct intersections by awoloszyn · 9 years ago
  82. a1693d1 Add float version of gfx::Range by ckocagil · 9 years ago
  83. 7db838e This change renames ScreenOrientationDelegate to ScreenOrientationController to reflect on the new responsibilities that it is assuming. by jonross · 10 years ago
  84. 51119f2 CC: Allow cubic-bezier timing inputs outside the range [0, 1] by loyso · 10 years ago
  85. d5ecd7c Cleanup: Update the path to gfx size headers. by tfarina · 10 years ago
  86. f40698f Cleanup: Update the path to gfx rect headers. by tfarina · 10 years ago
  87. edbe06c Cleanup: Update the path to insets and point headers. by tfarina · 10 years ago
  88. 4f0b425 Move dip utils to gfx/geometry by ccameron · 10 years ago
  89. 05b17c2 ui/gfx: Return make_scoped_ptr when/where possible. by tfarina · 10 years ago
  90. 510560f ui/gfx: Return nullptr when possible. by tfarina · 10 years ago
  91. 59204e3 Type conversion fixes, ui/gfx/ edition. by pkasting · 10 years ago
  92. 174af81 Revert of Optimize QuadF's PointIsInTriangle function (patchset #3 id:40001 of https://codereview.chromium.org/458173002/) by danakj · 10 years ago
  93. 70b6b21 Standardize usage of virtual/override/final in ui/ by dcheng · 10 years ago
  94. e449e7f gfx:: De-templatize Size and SizeF. by danakj · 10 years ago
  95. f25790b gfx: De-templatize the gfx::Point and gfx::PointF classes. by danakj · 10 years ago
  96. 76f7ca1 Convert ARRAYSIZE_UNSAFE -> arraysize in ui/. by viettrungluu · 10 years ago
  97. 03f8cc7 gfx: Don't template gfx::Rect and gfx::RectF by danakj · 10 years ago
  98. b98c355 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  99. cf7479f replace OVERRIDE and FINAL with override and final in ui/ by mostynb · 10 years ago
  100. 7d034d8 Use ScrollOffset instead of vector2d to track scroll offset in cc by miletus · 10 years ago