| Commit message (Expand) | Author | Age | Files | Lines |
* | ui: Use skia::RefPtr<T> for implicit safe reference counting. | danakj@chromium.org | 2012-12-05 | 1 | -29/+30 |
* | Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual... | reed@google.com | 2012-11-14 | 1 | -8/+8 |
* | ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to... | danakj@chromium.org | 2012-11-10 | 1 | -3/+3 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -2/+2 |
* | Migrate ui::Transform to gfx::Transform | shawnsingh@chromium.org | 2012-10-14 | 1 | -1/+1 |
* | Remove implicit flooring Scale() method from Point and Size. | danakj@chromium.org | 2012-10-09 | 1 | -2/+5 |
* | Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers to | reed@google.com | 2012-10-03 | 1 | -0/+6 |
* | Cleanup gfx::Canvas now that 10562027 has landed | pkotwicz@chromium.org | 2012-07-24 | 1 | -49/+29 |
* | Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landed | acolwell@chromium.org | 2012-07-23 | 1 | -29/+49 |
* | Cleanup gfx::Canvas now that 10562027 has landed | pkotwicz@chromium.org | 2012-07-23 | 1 | -49/+29 |
* | Adds factory method to create Bitmap shader which displays correctly in High DPI | pkotwicz@chromium.org | 2012-07-02 | 1 | -50/+58 |
* | Add ability to build a canvas with a target scale factor. | pkotwicz@chromium.org | 2012-06-27 | 1 | -17/+71 |
* | This CL adds a new object: ImageSkiaRep | pkotwicz@chromium.org | 2012-06-25 | 1 | -2/+6 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-07 | 1 | -17/+17 |
* | Revert 140877 - Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 1 | -17/+17 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 1 | -17/+17 |
* | Update std::vector<ShadowValue> to ShadowValues. | xiyuan@chromium.org | 2012-05-29 | 1 | -2/+1 |
* | Fix leak. unref shader after use. | oshima@chromium.org | 2012-05-26 | 1 | -0/+1 |
* | native_theme_base/android had copied and pasted versions of DrawBitmapInt and... | pkotwicz@chromium.org | 2012-05-25 | 1 | -13/+30 |
* | Fixes regressions in canvas due to 10245003 | pkotwicz@chromium.org | 2012-05-23 | 1 | -2/+3 |
* | This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f... | pkotwicz@chromium.org | 2012-05-16 | 1 | -31/+76 |
* | Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to... | pkotwicz@chromium.org | 2012-05-14 | 1 | -76/+31 |
* | This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f... | pkotwicz@chromium.org | 2012-05-10 | 1 | -31/+76 |
* | Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to... | pkotwicz@chromium.org | 2012-05-10 | 1 | -76/+31 |
* | This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f... | pkotwicz@chromium.org | 2012-05-10 | 1 | -31/+76 |
* | On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I... | pkotwicz@chromium.org | 2012-04-24 | 1 | -8/+20 |
* | ash: Better and faster text shadows. | xiyuan@chromium.org | 2012-04-11 | 1 | -0/+19 |
* | Add to gfx::Canvas API so that views doesn't use SkCanvas directly. | pkotwicz@chromium.org | 2012-04-09 | 1 | -0/+47 |
* | ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer). | tfarina@chromium.org | 2012-03-24 | 1 | -7/+7 |
* | ui/gfx: Kill Canvas::FillRect() function that takes gfx::Brush. | tfarina@chromium.org | 2012-03-17 | 1 | -33/+0 |
* | ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform". | tfarina@chromium.org | 2012-03-17 | 1 | -0/+378 |
* | ui/gfx: Clean up the remaining references to CanvasSkia. | tfarina@chromium.org | 2012-03-17 | 1 | -25/+0 |
* | ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. | tfarina@chromium.org | 2012-03-09 | 1 | -9/+9 |
* | ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point. | tfarina@chromium.org | 2011-10-27 | 1 | -1/+1 |
* | Allow CanvasSkia to bind to an existing SkCanvas. | piman@chromium.org | 2011-10-05 | 1 | -1/+9 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Move src/gfx/ to src/ui/gfx | sail@chromium.org | 2011-02-02 | 1 | -0/+17 |