| Commit message (Expand) | Author | Age | Files | Lines |
* | mac: Handle hidpi cursors. | thakis@chromium.org | 2012-12-15 | 1 | -8/+2 |
* | split lazy_pixel_ref.h into .cc and .h file to fix windows dbg build | qinmin@chromium.org | 2012-12-06 | 2 | -2/+17 |
* | Add skia::RefPtr class to wrap ref counted classes from Skia. | danakj@chromium.org | 2012-12-04 | 16 | -66/+292 |
* | Add LazyPixelRef ctor/dtor to fix the link error of https://bugs.webkit.org/s... | qinmin@chromium.org | 2012-11-30 | 1 | -0/+3 |
* | Fix PrintWebViewHelperTest.AllowUserOriginatedPrinting on Win Aura. | jam@chromium.org | 2012-11-29 | 1 | -7/+14 |
* | add SkLazyPixelRef for lazy image decoding on impl thread | qinmin@chromium.org | 2012-11-21 | 1 | -0/+32 |
* | This is a fix for http://code.google.com/p/chromium/issues/detail?id=128506 -... | edisonn@google.com | 2012-11-21 | 2 | -8/+70 |
* | Adding iOS native support to load multi-resolution images | noyau@chromium.org | 2012-11-15 | 3 | -0/+191 |
* | Preserve transparency when converting UIImage to SkBitmap. | noyau@chromium.org | 2012-11-15 | 1 | -0/+1 |
* | Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual... | reed@google.com | 2012-11-14 | 12 | -440/+234 |
* | Move stack_container and linked_list to the new containers subdirectory. | brettw@chromium.org | 2012-11-10 | 1 | -3/+3 |
* | Use CGImage for conversion to SkBitmap. | noyau@chromium.org | 2012-11-09 | 2 | -18/+7 |
* | Chrome-side change to add two Chinese fonts (licensed). | jshin@chromium.org | 2012-11-01 | 1 | -13/+24 |
* | Free the dibsection (HBITMAP) in PlatformBitmap's destructor, so we don't leak! | reed@google.com | 2012-11-01 | 3 | -2/+9 |
* | reapply 164660 w/ fix to add UI_EXPORT to new classes, so we can link in comp... | reed@google.com | 2012-10-30 | 5 | -420/+0 |
* | Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx... | sergeyu@chromium.org | 2012-10-29 | 5 | -0/+420 |
* | Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatly | reed@google.com | 2012-10-29 | 5 | -420/+0 |
* | Sets the proper device scale factor on iOS. | rohitrao@chromium.org | 2012-10-23 | 2 | -2/+5 |
* | Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmap | reed@google.com | 2012-10-10 | 6 | -31/+148 |
* | Disable VectorCanvasTest.* on Aura since they crash. | jam@chromium.org | 2012-10-10 | 2 | -0/+12 |
* | remove calls to deprecated SkCanvas::setBitmapDevice. | reed@google.com | 2012-10-01 | 1 | -7/+4 |
* | Revert 159477 - remove reference to deprecated setBitmapDevice | reed@google.com | 2012-10-01 | 1 | -1/+10 |
* | remove reference to deprecated setBitmapDevice | reed@google.com | 2012-10-01 | 1 | -10/+1 |
* | setBitmapDevice is going away from Skia (and has no callers in Skia or Chrome) | reed@google.com | 2012-10-01 | 2 | -13/+0 |
* | skia: Fix clang warnings about missing virtual and OVERRIDE annotations. | tfarina@chromium.org | 2012-09-29 | 1 | -5/+6 |
* | Cleanup: avoid foo ? true : false, part 1. | thestig@chromium.org | 2012-09-27 | 1 | -2/+2 |
* | Call exit(1) if we mean to crash, rather than *(char*)0 = 0 | reed@google.com | 2012-09-26 | 1 | -1/+2 |
* | Fix half-pixel misalignment in skia::ImageOperations | hclam@chromium.org | 2012-09-25 | 2 | -28/+10 |
* | Properly flip the CGContext during UIImage->SkBitmap conversions. | rohitrao@chromium.org | 2012-09-24 | 1 | -0/+6 |
* | check for valid device before using | reed@google.com | 2012-09-24 | 1 | -1/+1 |
* | Fix the iOS build. | droger@chromium.org | 2012-09-20 | 1 | -1/+1 |
* | unchecked_malloc() for Skia on OSX. | shess@chromium.org | 2012-09-19 | 1 | -0/+6 |
* | Now that we can handle NULL from BitmapPlatformDevice::Create, remove the | reed@google.com | 2012-09-18 | 1 | -66/+1 |
* | skia: Rename PlatformDevice::IsNativeFontRenderingAllowed to PlatformDevice::... | reveman@chromium.org | 2012-09-18 | 5 | -8/+6 |
* | repeat http://codereview.chromium.org/10908266/ but w/o the android change, | reed@google.com | 2012-09-17 | 2 | -0/+18 |
* | Revert 156969 - Add define to limit recommended offscreen allocations. This a... | ilevy@chromium.org | 2012-09-15 | 3 | -21/+0 |
* | Add define to limit recommended offscreen allocations. This avoids some failures | reed@google.com | 2012-09-15 | 3 | -0/+21 |
* | When allocating a bitmap canvas on Linux, move the cairo surface allocation v... | senorblanco@chromium.org | 2012-09-14 | 1 | -4/+4 |
* | Adds an iOS implementation of gfx::Image. | rohitrao@chromium.org | 2012-09-14 | 2 | -0/+107 |
* | Some printers has issue with metafiles produces from PDF so added switch and ... | vitalybuka@chromium.org | 2012-08-22 | 4 | -18/+1 |
* | mac: Remove implicit conversion from ImageSkia to SkBitmap. | sadrul@chromium.org | 2012-08-21 | 2 | -1/+10 |
* | Handle link annotations in Skia EMF device. | vandebo@chromium.org | 2012-08-20 | 1 | -0/+5 |
* | Made result_filefaceid output optional in FontConfigIPC::Match. There are cas... | alokp@chromium.org | 2012-08-18 | 1 | -2/+4 |
* | Fix two harmless int-to-pointer conversions that a new clang warns about. | thakis@chromium.org | 2012-08-10 | 1 | -1/+1 |
* | mac: Delete more 10.5-only code | thakis@chromium.org | 2012-08-09 | 1 | -26/+9 |
* | implement Serialize/Deserialize, so we can serialize pictures | reed@google.com | 2012-08-09 | 1 | -9/+38 |
* | Temporarily disable buggy SSE2 code. | tomhudson@chromium.org | 2012-08-07 | 1 | -2/+3 |
* | return NULL if we failed to allocate a cairo surface, rather than waiting for... | reed@google.com | 2012-07-30 | 1 | -0/+4 |
* | Coverity: Fix several pass-by-values. | jhawkins@chromium.org | 2012-07-27 | 1 | -1/+1 |
* | Reenables previously failing tests in SkiaUtilsMacTest.* | pkotwicz@chromium.org | 2012-07-27 | 1 | -3/+3 |