1. 1f8b68a Factor gfx::Transform and skia_util into their own component. by chrishtr · 8 years ago
  2. eb8c638a ui/gfx: split out code that depends on paint by enne · 9 years ago
  3. 0df7f5d use SkBlendMode instead of SkXfermode::Mode by reed · 9 years ago
  4. a1704b2 Use CheckedNumeric when converting SkIRect to gfx::Rect. by jbroman · 9 years ago
  5. bf0e5b5 Adjust sizes of material design shadows based on Sebastien's feedback. by estade · 9 years ago
  6. e4cee87 switch over to sk_sp for maskfilters by reed · 9 years ago
  7. 5397394 Use sk_sp-based APIs for "minor effects" by tomhudson · 9 years ago
  8. 2b45cf9 Use sk_sp-based shader creation APIs by tomhudson · 9 years ago
  9. 1f8d413 Use sk_sp-based APIs for SkColorFilter by tomhudson · 9 years ago
  10. ed6800f [MD] replace infobar bottom solid line separator with a shadow. by estade · 9 years ago
  11. 295234e1 Replace uses of SkFixed for HarfBuzz conversions. by benjaminwagner · 9 years ago
  12. c89eb8d4 Switch to standard integer types in ui/gfx/. by avi · 10 years ago
  13. 07f4446 Add PointToSkPoint() and friends. by pkasting · 10 years ago
  14. 0786ff6 Compare the full rect in SkCanvasVideoRenderer::Paint for transform. by danakj · 10 years ago
  15. 3d8eb1d Splitting of layers for correct intersections by awoloszyn · 10 years ago
  16. f0d5e0d Revert of Splitting of layers for correct intersections (patchset #20 id:370001 of https://codereview.chromium.org/595593002/) by gab · 10 years ago
  17. 7e2af77d Splitting of layers for correct intersections by awoloszyn · 10 years ago
  18. 822f0dc3 Revert of Splitting of layers for correct intersections (patchset #17 id:310001 of https://codereview.chromium.org/595593002/) by eroman · 10 years ago
  19. ac75470 Splitting of layers for correct intersections by awoloszyn · 10 years ago
  20. ff21476 Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. by halcanary · 11 years ago
  21. 5c2d68a Revert of Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. (patchset #6 id:140001 of https://codereview.chromium.org/821703005/) by halcanary · 11 years ago
  22. 18387e7 Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. by halcanary · 11 years ago
  23. 3b0452d Cleanup: Update the path to gfx rect headers. by tfarina · 11 years ago
  24. eb00e7e Type conversion fixes, ui/gfx/ edition. by pkasting · 11 years ago
  25. b1033da setLocalMatrix is deprecated, so pass the matrix to the factory by [email protected] · 11 years ago
  26. 54bc246 Fix images drawn with the NineImagePainter class in high DPI. by [email protected] · 11 years ago
  27. e579e60 switch over to new API for blurmaskfilter by [email protected] · 11 years ago
  28. d55aaad Use SkLayerDrawLooper::Builder to construct SkLayerDrawLooper. by [email protected] · 11 years ago
  29. 6138db70 Fix compilation and ui_unittests with float transforms by [email protected] · 12 years ago
  30. 50b6626 Remove dependency on ui::ScaleFactor from ui/gfx by [email protected] · 12 years ago
  31. 7852a506 Revert 224725 "Fix compilation and ui_unittests with float trans..." by [email protected] · 12 years ago
  32. 0a1ddcf Fix compilation and ui_unittests with float transforms by [email protected] · 12 years ago
  33. d24adc83 Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx" by [email protected] · 12 years ago
  34. 86c71f7 Remove dependency on ui::ScaleFactor from ui/gfx by [email protected] · 12 years ago
  35. bec08429 Add flag for drawing layers to screen with Ganesh by [email protected] · 12 years ago
  36. 3699ae5a ui: Use skia::RefPtr<T> for implicit safe reference counting. by [email protected] · 13 years ago
  37. ed24f7a ui/gfx: Extract RemoveAcceleratorChar() out of skia_util.* by [email protected] · 13 years ago
  38. 79fbdab0 ui: Remove implicit flooring in skia rect conversion methods. by [email protected] · 13 years ago
  39. 6c50bfb ui: Add SkIRectToRect() function to convert from SkIRect type to gfx::Rect. by [email protected] · 13 years ago
  40. b6f3769c gfx: Simplify the implementation of RectToSkIRect() function. by [email protected] · 13 years ago
  41. 8232da6b Adds factory method to create Bitmap shader which displays correctly in High DPI by [email protected] · 13 years ago
  42. 9499a0b Move shadow looper generation code into skia_util. by [email protected] · 13 years ago
  43. f54bd17 Aura: Adds custom cursors for drag and drop (second attempt: by [email protected] · 13 years ago
  44. 0724e823 Revert r135533. by [email protected] · 13 years ago
  45. 7b73bbc9 Aura: Adds custom cursors for drag and drop. by [email protected] · 13 years ago
  46. 8973f0d Revert 135426 - Aura: Adds custom cursors for drag and drop. by [email protected] · 13 years ago
  47. f837ac24 Aura: Adds custom cursors for drag and drop. by [email protected] · 13 years ago
  48. 101f2ca Revert 135378 - Aura: Adds custom cursors for drag and drop. by [email protected] · 13 years ago
  49. b549877 Aura: Adds custom cursors for drag and drop. by [email protected] · 13 years ago
  50. 16bf88e8 Revert 125473 - skia: Change MakeOpaque() function to take a gfx::Rect parameter. by [email protected] · 13 years ago
  51. 1b660827 skia: Change MakeOpaque() function to take a gfx::Rect parameter. by [email protected] · 13 years ago
  52. b9857bd ui: Let skia do the conversion work for us by using the integer version of set() function. by [email protected] · 13 years ago
  53. c6dc97e ui/gfx: Simplify RectToSkRect() implementation by using iset() function. by [email protected] · 13 years ago
  54. 3acc642 ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect. by [email protected] · 14 years ago
  55. 1219d90f Revert 111288 - Possibly broke media_unittests on Mac by [email protected] · 14 years ago
  56. 212e688d ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect. by [email protected] · 14 years ago
  57. faf3574 Various improvements to |gfx::RemoveAcceleratorChar()|. by [email protected] · 14 years ago
  58. d2ec9af Apply HIDE_PREFIX to Skia strings on linux without doubling underscores. by [email protected] · 14 years ago
  59. 43f073c1 Fix SkRectToRect. by [email protected] · 15 years ago
  60. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 15 years ago
  61. 267c03d Move src/gfx/ to src/ui/gfx by [email protected] · 15 years ago[Renamed from gfx/skia_util.cc]
  62. 18539ee Fix problem with extension context menu items losing top-level icon. by [email protected] · 15 years ago
  63. cd81841 Move more files to toplevel gfx. by [email protected] · 15 years ago[Renamed (97%) from app/gfx/skia_util.cc]
  64. e0fc2f1 Move base/gfx contents to gfx/ by [email protected] · 15 years ago
  65. 5a9bb95 Make clicking on side tabs to select them work. by [email protected] · 16 years ago
  66. 8116602 Revert 38828 - Make clicking on side tabs to select them work. by [email protected] · 16 years ago
  67. 2597381 Make clicking on side tabs to select them work. by [email protected] · 16 years ago