| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [Android] Fix ImageOperations.ResizeShouldAverageColors | yfriedman@chromium.org | 2012-07-26 | 2 | -2/+2 |
* | Upstream the rest of skia diff | michaelbai@chromium.org | 2012-07-24 | 2 | -7/+6 |
* | Fix memory leaks in RenderTextMac. | asvitkine@chromium.org | 2012-07-23 | 2 | -2/+2 |
* | Initial RenderTextMac implementation using CoreText. | asvitkine@chromium.org | 2012-07-23 | 1 | -2/+2 |
* | Remove all the OS X 10.6 SDK forward declarations. | rsesek@chromium.org | 2012-07-18 | 1 | -17/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 23 | -23/+0 |
* | Add ability to build a canvas with a target scale factor. | pkotwicz@chromium.org | 2012-06-27 | 2 | -13/+13 |
* | Teach CanvasSkiaPaint about HiDPI contexts. | avi@chromium.org | 2012-06-23 | 1 | -15/+24 |
* | Minor skia fixes for Android | steveblock@chromium.org | 2012-06-22 | 1 | -3/+3 |
* | ImageSkia is 1:1 to NSImage. This patch adds conversions between ImageSkia an... | pkotwicz@chromium.org | 2012-06-14 | 2 | -8/+0 |
* | mac: Use NSWidth() and friends in a few more places. | thakis@chromium.org | 2012-06-07 | 2 | -9/+6 |
* | Pass the global matrix to CG always. | caryclark@google.com | 2012-05-29 | 1 | -26/+101 |