1. 8ca89e1 SkPDF: fix name escape code by halcanary · 9 years ago
  2. bc4696b SkPDF: Move utility fns to SkPDFUtils by halcanary · 9 years ago
  3. 002653e SkPDF: Remove unused deprecated functions in SkPDFTypes by halcanary · 9 years ago
  4. a25b337 SkPDF: clean up uses of deprecated calls in other SkPDF classes by halcanary · 9 years ago
  5. 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 9 years ago
  6. 2ad228e SkPDF: Remove Array's unused set(i) and get(i) (leaving only append()) by halcanary · 9 years ago
  7. bb264b7 SkPDF: SkPDFString is no longer aware of wide strings. by halcanary · 9 years ago
  8. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 9 years ago
  9. d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 9 years ago
  10. f41061c SKPDF: refactor pdfcatalog and pdfdocument by halcanary · 9 years ago
  11. c1b71d6 PDF: remove unnecessary mutexes. by halcanary · 9 years ago
  12. bf799cd Simplify reference management in SkPDF by halcanary · 9 years ago
  13. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 9 years ago
  14. f361b71 In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. by halcanary · 10 years ago
  15. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  16. 1f8ed02 Add lock to SkPDFDict by halcanary · 10 years ago
  17. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  18. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  19. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  20. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 11 years ago
  21. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 11 years ago
  22. 66bedbb resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved) by edisonn@google.com · 11 years ago
  23. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 11 years ago
  24. 5bd26d3 revert r7892 by edisonn@google.com · 11 years ago
  25. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 11 years ago
  26. d1c53aa Revert r7883 by edisonn@google.com · 11 years ago
  27. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 11 years ago
  28. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  29. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  30. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  31. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
  32. 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
  33. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  34. c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 12 years ago
  35. 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
  36. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  37. 06f7f40 [PDF] Use insert and append helpers for POD data. by vandebo@chromium.org · 13 years ago
  38. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  39. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  40. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  41. 2812b80 eliminate unneeded refs/unrefs by reed@google.com · 13 years ago
  42. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  43. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  44. cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 13 years ago
  45. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 13 years ago
  46. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  47. f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 13 years ago
  48. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 13 years ago
  49. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  50. a518086 Several cleanups: by vandebo@chromium.org · 14 years ago
  51. 9b49dc0 First pieces of SkPDFDevice. Supports: by vandebo@chromium.org · 14 years ago
  52. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  53. f66025d Address senorblanco's comments on r600. by vandebo@chromium.org · 14 years ago
  54. 8459d4e Initial PDF backend commit: directories, build rules, primitives by vandebo@chromium.org · 14 years ago