1. 0df7f5d use SkBlendMode instead of SkXfermode::Mode by reed · 9 years ago
  2. 220747d CreateButtonBackground() has been creating unpremultiplied bitmaps. by mtklein · 9 years ago
  3. 03a4b534 remove SK_SUPPORT_LEGACY_COLORPROFILETYPE by reed · 9 years ago
  4. 399950b Remove all uses of skia::RefPtr and stale includes by tomhudson · 9 years ago
  5. 1f8d413 Use sk_sp-based APIs for SkColorFilter by tomhudson · 9 years ago
  6. c89eb8d4 Switch to standard integer types in ui/gfx/. by avi · 10 years ago
  7. fd9f15be Fix bug where custom cursors would disappear when screen was rotated for ozone based platforms. This was caused by commit cd0a8ae72380dc461eea58084325d9d981942192. The change modified the cursor SkBitmap to always be in unpremultiplied alpha format. However, the SkCanvas::drawBitmap() operation fails silently if the SkBitmap is in unpremultiplied format and the ui::ScaleAndRotateCursorBitmapAndHotpoint() function relies on SkCanvas::drawBitmap() to rotate the cursor. This fails and the cursor disappears. by kylechar · 10 years ago
  8. 6e936364 Fix byte ordering of result of CreateMaskedBitmap() in different platforms. by moshayedi · 10 years ago
  9. 33a22b0 imagefilter factories will stop returning subclass types, so callers need to only assume imagefilter by reed · 10 years ago
  10. 31b6277 Fix SkBitmapOperations::CreateDropShadow drawing too large a shadow. by calamity · 10 years ago
  11. b4e5afc Remove SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS by fmalita · 10 years ago
  12. ebe974f0 Cleanup: Update the path to gfx size headers. by tfarina · 11 years ago
  13. 655f81d Cleanup: Update the path to insets and point headers. by tfarina · 11 years ago
  14. 373e2b1 ui/gfx: remove redundant erase operations and remove unused function by [email protected] · 11 years ago
  15. c80330da setConfig is deprecated, use setInfo or allocPixels instead by [email protected] · 11 years ago
  16. 94c09b9 Remove Skia legacy API from Chrome. by [email protected] · 11 years ago
  17. f62e57b use SkColorType instead of (deprecated) SkBitmap::Config by [email protected] · 11 years ago
  18. a476d6bc replace setIsOpaque (deprecated) with explicit SkAlphaType by [email protected] · 12 years ago
  19. 5b7ab9c Correct rotate image to clockwise (currently counter clockwise). by [email protected] · 12 years ago
  20. 19c0fa9 Rotated Images by [email protected] · 13 years ago
  21. bb2b60ac Rotated Images by [email protected] · 13 years ago
  22. 3699ae5a ui: Use skia::RefPtr<T> for implicit safe reference counting. by [email protected] · 13 years ago
  23. 6479f85b Fix SkBitmapOperations::CreateMaskedBitmap. SkAlphaMul expects alpha value in by [email protected] · 13 years ago
  24. 673d1ba Fixes spelling mistake CreateTransposedBtmap -> CreateTransposedBitmap by [email protected] · 13 years ago
  25. 58e068f Clean up SkBitmapOperations. by [email protected] · 13 years ago
  26. 6cd13aa ash: Add drop shadow to app list icons. by [email protected] · 13 years ago
  27. 125b6200 ui/gfx: Do not use the deprecated SkBitmap::getConfig() function. by [email protected] · 13 years ago
  28. 97e15901 Draw new tab button with tab background by [email protected] · 14 years ago
  29. 510ea77 Revert 119018 - Draw new tab button with tab background by [email protected] · 14 years ago
  30. f903709 Draw new tab button with tab background by [email protected] · 14 years ago
  31. 579dacb Clean up CreateTransposedBtmap. by [email protected] · 14 years ago
  32. 16d1608c optimize DownsampleByTwo, as it was a hot-spot in acid3 by [email protected] · 14 years ago
  33. 80b3f7c Coverity: Pass parameters by reference. by [email protected] · 14 years ago
  34. 37cbcfe Coverity PASS_BY_VALUE bug fixes by [email protected] · 14 years ago
  35. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 15 years ago
  36. 267c03d Move src/gfx/ to src/ui/gfx by [email protected] · 15 years ago[Renamed from gfx/skbitmap_operations.cc]
  37. 8d1b864d1 Fixed include in test_webkit_client by [email protected] · 15 years ago
  38. 94e840ab Revert 62068 - Move implementation of linux scrollbars from webkit using new by [email protected] · 15 years ago
  39. 7281e4c Move implementation of linux scrollbars from webkit using new by [email protected] · 15 years ago
  40. 3eaf0ecd Windows: Fix opacity of drag images. by [email protected] · 15 years ago
  41. 6e25ce8 Optimize SkBitmapOperations::CreateHSLShiftedBitmap() (used for theme tinting). by [email protected] · 15 years ago
  42. cd81841 Move more files to toplevel gfx. by [email protected] · 15 years ago[Renamed (99%) from app/gfx/skbitmap_operations.cc]
  43. 0fb499a Unrevert 31478 Add UI for turning on/off network devices. by [email protected] · 16 years ago
  44. 1ffa6d1 Revert 31478 - Add UI for turning on/off network devices. by [email protected] · 16 years ago
  45. 30583e48 Add UI for turning on/off network devices. by [email protected] · 16 years ago
  46. cab34d6a Move functions from skia/ext to app/gfx where possible: most of skia_utils.* and image_operations.* can be moved because they are not used by WebKit code. by [email protected] · 16 years ago
  47. 96c2e8e Reverting 26975. Review URL: http://codereview.chromium.org/222011 by [email protected] · 16 years ago
  48. 0819b02 Move functions from skia/ext to app/gfx where possible: most of skia_utils.* and image_operations.* can be moved because they are not used by WebKit code. by [email protected] · 16 years ago