1. ad59293 Use std::tie() for operator< in ui/ by jsbell · 9 years ago
  2. 5c348dd ui/gfx/geometry: Rename empty() method to IsEmpty() on Insets APIs. by tfarina · 9 years ago
  3. 410216f Add gfx::Size::GetCheckedArea and use it where appropriate. by vmpstr · 9 years ago
  4. 3394b1a gfx: Make conversions from gfx::Point to PointF explicit. by danakj · 9 years ago
  5. b9cd33e Remove some implicit Point to PointF conversions, add helpers. by danakj · 9 years ago
  6. 298b262 gfx:: De-templatize Insets and InsetsF. by tfarina · 9 years ago
  7. cf97338 ui/gfx: Make gfx::Size::GetArea use checked math. by vmpstr · 9 years ago
  8. 3b9f7fb gfx: Make conversions from Size to SizeF be explicit. by danakj · 9 years ago
  9. 7dc2e7f gfx: Remove implicit conversions from gfx::Rect to gfx::RectF. by danakj · 9 years ago
  10. 467354c Avoid implicit conversion from Rect to RectF in events and gfx tests. by danakj · 9 years ago
  11. c3ae560 aura: Stop converting Rect to RectF implicitly. by danakj · 9 years ago
  12. 1f5c6bf Mac: Enable partial swap by ccameron · 9 years ago
  13. d185a50 cc: Band-aid coverage iterator for large layers by enne · 9 years ago
  14. c7f552d Change the type of |x_range| in LineSegment from Range to RangeF, and remove |width| from LineSegment. by xdai · 9 years ago
  15. 08b8264 vs2015: fix float->int warning in gfx/rect_unittests by scottmg · 9 years ago
  16. 2d5e3f9 gfx: Fix ToEnclosing/ToEnclosed math to deal with big numbers. by vmpstr · 9 years ago
  17. 5d945ad Replace gfx::ClampToInt with base::saturated_cast. by danakj · 9 years ago
  18. 34812ed [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includes by tapted · 9 years ago
  19. 8b1a88a Removed obsolete float_util.h as VS2013 supports standards well enough. by mateuszs · 9 years ago
  20. f8b2602 views: Replace CullSet with intersection queries against the paint rect by danakj · 9 years ago
  21. de63452 Splitting of layers for correct intersections by awoloszyn · 9 years ago
  22. 3f63da3 Revert of Splitting of layers for correct intersections (patchset #20 id:370001 of https://codereview.chromium.org/595593002/) by gab · 9 years ago
  23. 432d1be Splitting of layers for correct intersections by awoloszyn · 9 years ago
  24. 0c5fa4f Revert of Splitting of layers for correct intersections (patchset #17 id:310001 of https://codereview.chromium.org/595593002/) by eroman · 9 years ago
  25. 754fc44 Splitting of layers for correct intersections by awoloszyn · 9 years ago
  26. a1693d1 Add float version of gfx::Range by ckocagil · 9 years ago
  27. 7db838e This change renames ScreenOrientationDelegate to ScreenOrientationController to reflect on the new responsibilities that it is assuming. by jonross · 10 years ago
  28. 51119f2 CC: Allow cubic-bezier timing inputs outside the range [0, 1] by loyso · 10 years ago
  29. d5ecd7c Cleanup: Update the path to gfx size headers. by tfarina · 10 years ago
  30. f40698f Cleanup: Update the path to gfx rect headers. by tfarina · 10 years ago
  31. edbe06c Cleanup: Update the path to insets and point headers. by tfarina · 10 years ago
  32. 4f0b425 Move dip utils to gfx/geometry by ccameron · 10 years ago
  33. 05b17c2 ui/gfx: Return make_scoped_ptr when/where possible. by tfarina · 10 years ago
  34. 510560f ui/gfx: Return nullptr when possible. by tfarina · 10 years ago
  35. 59204e3 Type conversion fixes, ui/gfx/ edition. by pkasting · 10 years ago
  36. 174af81 Revert of Optimize QuadF's PointIsInTriangle function (patchset #3 id:40001 of https://codereview.chromium.org/458173002/) by danakj · 10 years ago
  37. 70b6b21 Standardize usage of virtual/override/final in ui/ by dcheng · 10 years ago
  38. e449e7f gfx:: De-templatize Size and SizeF. by danakj · 10 years ago
  39. f25790b gfx: De-templatize the gfx::Point and gfx::PointF classes. by danakj · 10 years ago
  40. 76f7ca1 Convert ARRAYSIZE_UNSAFE -> arraysize in ui/. by viettrungluu · 10 years ago
  41. 03f8cc7 gfx: Don't template gfx::Rect and gfx::RectF by danakj · 10 years ago
  42. b98c355 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  43. cf7479f replace OVERRIDE and FINAL with override and final in ui/ by mostynb · 10 years ago
  44. 7d034d8 Use ScrollOffset instead of vector2d to track scroll offset in cc by miletus · 10 years ago
  45. ad2a0e1 Do not use extern template declarations for RectBase etc for NaCl builds by dschuff · 10 years ago
  46. 6be62f6 Optimize QuadF's PointIsInTriangle function by kui.zheng@arm.com · 10 years ago
  47. 3ce491d Optimize QuadF's IsCounterClockwise function by kui.zheng@arm.com · 10 years ago
  48. 359dfab Scroll offset animation curve retargeting. by skobes@chromium.org · 10 years ago
  49. 16cdf9c Provide gtest printers for ui/gfx geometry types by jamesr@chromium.org · 10 years ago
  50. fa87805 Repairs crash in RTreeBase::Node::LeastAreaEnlargement by luken@chromium.org · 10 years ago
  51. aea75e7 Revert 276827 "readability review for luken" by cpu@chromium.org · 10 years ago
  52. 378d5e2 readability review for luken by luken@chromium.org · 10 years ago
  53. a55f8c0 Optimize QuadF's PointIsInTriangle function by jdduke@chromium.org · 10 years ago
  54. 4bd0b8f Before this patch it was possible that the root node would have incorrect bounds after removal of a direct descendant node. Fixes that and adds a unit test to detect it in the future. by luken@chromium.org · 10 years ago
  55. 6ecd4de fix leak in RTree::Remove() by luken@chromium.org · 10 years ago
  56. 14a578e Adds an RTree data structure to gfx/geometry by luken@chromium.org · 10 years ago
  57. 96f912a Delete the GTK+ port of Chrome. by erg@chromium.org · 10 years ago
  58. 13306a5 Add two new gfx::Tween::Types and use one of them for the timing function for the overview mode animation by pkotwicz@chromium.org · 10 years ago
  59. f543754 gfx: Add an implicit Insets to InsetsF conversion operator. by sadrul@chromium.org · 11 years ago
  60. 8e7c15d Move geometric types to a separate, more lightweight target. by ben@chromium.org · 11 years ago
  61. 13936a3 gfx: Create a separate gfx component out of ui. by sadrul@chromium.org · 11 years ago
  62. d1f1052 Revert 225857 "gfx: Create a separate gfx component out of ui." by ckocagil@chromium.org · 11 years ago
  63. 8a8136a gfx: Create a separate gfx component out of ui. by sadrul@chromium.org · 11 years ago
  64. 52608e6 Remove last dependencies on ui/base from ui/gfx by ben@chromium.org · 11 years ago
  65. 26f09f6 ui/base/animation -> ui/gfx/animation by sky@chromium.org · 11 years ago
  66. 76a4cb3 add missing #includes of <algorithm>, needed on VS2013 for std::min/max by scottmg@chromium.org · 11 years ago
  67. 072761c Move Range code to gfx. by ben@chromium.org · 11 years ago
  68. 38298c5 Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx to by ben@chromium.org · 11 years ago