| Commit message (Expand) | Author | Age |
* | SkPDF: clean up uses of deprecated calls in tests | halcanary | 2015-05-01 |
* | SkPDF: Refactor SkPDFObject heiararchy. | halcanary | 2015-04-25 |
* | SkPDF: Remove Array's unused set(i) and get(i) (leaving only append()) | halcanary | 2015-04-08 |
* | SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap | halcanary | 2015-03-31 |
* | SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream | halcanary | 2015-03-31 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | SKPDF: refactor pdfcatalog and pdfdocument | halcanary | 2015-03-25 |
* | SkPDF: unit test cleanup | halcanary | 2015-03-24 |
* | PDF: Switch some unit tests to higher level API. | halcanary | 2015-03-01 |
* | PDF : New factory function for SkPDFDevice | halcanary | 2015-02-20 |
* | PDF: why do we have flags no one uses (or can use)? | mtklein | 2015-02-19 |
* | PDF: Add (low-memory) SkPDFBitmap class | halcanary | 2015-02-18 |
* | zlib/pdf: remove HaveFlate(), depend on preprocessor defines | halcanary | 2015-02-17 |
* | Simplify reference management in SkPDF | halcanary | 2015-02-10 |
* | Add missing SK_OVERRIDE | rmistry | 2015-02-02 |
* | Cleanup SkPDFObject::emit* | halcanary | 2015-01-23 |
* | Make SkStream *not* ref counted. | scroggo | 2015-01-21 |
* | In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. | halcanary | 2015-01-13 |
* | Change function signature of SkPDFObject::emitObject. | halcanary | 2015-01-12 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Add toString methods to SkImageFilter-derived classes | robertphillips | 2014-12-19 |
* | DM warning-free on win64 | bsalomon | 2014-12-12 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https... | mtklein | 2014-12-01 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Fix image filters for PDF backend. | senorblanco | 2014-10-20 |
* | replace setConfig+allocPixels with single call | mike@reedtribe.org | 2014-02-13 |
* | Cleanup: Sanitize the order of includes under tests/ | tfarina@chromium.org | 2014-01-24 |
* | Move macros from TestClassDef.h to Test.h | commit-bot@chromium.org | 2014-01-14 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | Use DEFINE_TESTCLASS_SHORT macro in tests. | tfarina@chromium.org | 2013-12-12 |
* | Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a spec... | commit-bot@chromium.org | 2013-10-03 |
* | Fix leaked SkPDFDevice in PDFPrimitivesTest.cpp | robertphillips@google.com | 2013-08-26 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-04-25 |
* | Fix compile warning on mac that breaks a bot, and remove jpeg creation bitmap... | edisonn@google.com | 2013-04-24 |
* | Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to Fl... | edisonn@google.com | 2013-04-24 |
* | resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we | edisonn@google.com | 2013-04-02 |
* | Fix minor valgrind-found memory leaks | robertphillips@google.com | 2013-03-21 |
* | Reverting r8233 (Use SkSet in PDF) | robertphillips@google.com | 2013-03-20 |
* | resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime... | edisonn@google.com | 2013-03-19 |
* | Update flag to reflect actual meaning. | edisonn@google.com | 2013-03-12 |
* | revert r7892 | edisonn@google.com | 2013-02-28 |
* | resubmit after fixing assert issue: https://codereview.appspot.com/6744050 | edisonn@google.com | 2013-02-27 |
* | Tests : Unused parameters cleanup | sugoi@google.com | 2013-02-27 |
* | Revert r7883 | edisonn@google.com | 2013-02-27 |
* | Use SkSet to fix issue when pdf generates an exp number of resources. | edisonn@google.com | 2013-02-27 |
* | [PDF] Handle invalid glyph IDs on drawText methods. | vandebo@chromium.org | 2013-01-25 |
* | Revert r7341 | edisonn@google.com | 2013-01-23 |
* | If getAdvance fails, getAdvanceData should not assert, but ignored. | edisonn@google.com | 2013-01-23 |
* | Remove SkRefPtr | vandebo@chromium.org | 2013-01-04 |