| Commit message (Expand) | Author | Age |
* | Cleanup SkPDFTypfaceInfo and make it more generic. | vandebo@chromium.org | 2011-02-02 |
* | remove debugging code around gUseExt | reed@google.com | 2011-01-26 |
* | embed a refdict inside SkDevice | reed@google.com | 2011-01-25 |
* | add refdict class, for holding a dictionary of reference-counted objects | reed@google.com | 2011-01-25 |
* | Add Truetype and Type 1 font embedding support | vandebo@chromium.org | 2011-01-25 |
* | detect empty/inverted rect before using autobounds helper (as with prev. rev.) | reed@google.com | 2011-01-18 |
* | don't use SkAutoPathBoundsUpdate until after we've checked for degenerate | reed@google.com | 2011-01-18 |
* | If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps | reed@google.com | 2011-01-13 |
* | git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-... | reed@google.com | 2011-01-11 |
* | add getter/setter for device-factory on canvas | reed@google.com | 2011-01-11 |
* | fix issue 99 -- unneeded assignment inside find_y | reed@google.com | 2011-01-07 |
* | fix build for scalar==fixed | reed@google.com | 2011-01-04 |
* | add gpu to gm tool | reed@google.com | 2010-12-23 |
* | Security fixes re getSize(). | wjmaclean@chromium.org | 2010-12-22 |
* | remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp)... | reed@google.com | 2010-12-20 |
* | add | reed@android.com | 2010-12-20 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | Fix perf regression in Color32. | senorblanco@chromium.org | 2010-12-16 |
* | SSE2 optimizations for 32bit Color operation. | senorblanco@chromium.org | 2010-12-13 |
* | Correctly handle SkPath::kInverseWinding_FillType | agl@chromium.org | 2010-12-06 |
* | Add flate compression test and fix bugs. | vandebo@chromium.org | 2010-12-02 |
* | Add deflate support to SkPDFStream. | vandebo@chromium.org | 2010-12-01 |
* | Allow zero text size to be specified for an SkPaint. | vandebo@chromium.org | 2010-11-17 |
* | Add safe size/copy functions to Skia. | wjmaclean@chromium.org | 2010-11-16 |
* | PDF: Add text support with a font framework (font embedding to come). | vandebo@chromium.org | 2010-11-11 |
* | Remove include of SkGLDevice.h from SkGLCanvas.h | vandebo@chromium.org | 2010-11-11 |
* | Move the device capability method to SkDevice. | vandebo@chromium.org | 2010-10-26 |
* | Cleanup/unify matrix transform for PDF backend. | vandebo@chromium.org | 2010-10-26 |
* | Fix SkDraw::validate to work with vector Devices. | vandebo@chromium.org | 2010-10-26 |
* | Clamp the maximum size of glyph width we will attempt to render. | scarybeasts@gmail.com | 2010-10-18 |
* | Fix a signedness issue with massive allocations, and also a truncation issue on | scarybeasts@gmail.com | 2010-10-18 |
* | Fix a memory leak in the new Canvas/Device workflow. | vandebo@chromium.org | 2010-10-15 |
* | Refactor SkCanvas so that backends don't need to override it. | vandebo@chromium.org | 2010-10-13 |
* | SkPath::arcTo() will cause uninitialized memory reads in the following cases: | senorblanco@chromium.org | 2010-10-13 |
* | High level pdf classes and pdf specific interface. | vandebo@chromium.org | 2010-10-12 |
* | call readyToDraw() instead of just checking for null pixels, since we could | reed@android.com | 2010-09-10 |
* | move SkMallocPixelRef into its own .cpp file, rather than embedding it | reed@android.com | 2010-09-09 |
* | add abstract wrapper for platform-specific bitmap backends | reed@android.com | 2010-09-09 |
* | fix matrix use in coretext fonthost | reed@android.com | 2010-07-22 |
* | Fix for SkMatrix::invert() for large coordinate values. | senorblanco@chromium.org | 2010-07-20 |
* | add SkRegion::setRects(), and its unit tests | reed@android.com | 2010-07-13 |
* | Added optional "ambiguous" outgoing argument to XRay queries so that | kbr@chromium.org | 2010-07-07 |
* | Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w... | agl@chromium.org | 2010-06-18 |
* | Add support for forcing autohinting. | agl@chromium.org | 2010-06-17 |
* | We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading | agl@chromium.org | 2010-06-16 |
* | Fix 64-bit Mac warnings/memory corruption | reed@android.com | 2010-05-18 |
* | fix maxWidth when using linear-text | reed@android.com | 2010-05-17 |
* | Minor fixes to build under Clang: | agl@chromium.org | 2010-05-10 |
* | Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" | agl@chromium.org | 2010-04-27 |
* | Revert "Use hairline when line width <= 1.0, instead of < 1.0." | agl@chromium.org | 2010-04-26 |