1. b1de5f9 SkDocument: consolidate trimBox code by Hal Canary · 7 years ago
  2. a062258 SkPDF: clean up fRasterDpi by Hal Canary · 7 years ago
  3. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  4. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  5. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  6. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  7. d14df7c document.close from bool to void by reed · 8 years ago
  8. e86134f SkDocument: turn off SK_SUPPORT_LEGACY_DOCUMENT_API by halcanary · 8 years ago
  9. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  10. 3c35fb3 SkPDF: Glyph Useage Map improvements by halcanary · 8 years ago
  11. 4b65666 SkDocument/PDF: new API by halcanary · 9 years ago
  12. 488165e SkPDF: PDF/A runtime switch by halcanary · 9 years ago
  13. 2299ffa Revert of SkPDF: PDF/A runtime switch (patchset #1 id:100001 of https://codereview.chromium.org/1891873002/ ) by halcanary · 9 years ago
  14. 570f18b SkPDF: PDF/A runtime switch by halcanary · 9 years ago
  15. 8cd4a24 SkPDF: fix PDF/A by halcanary · 9 years ago
  16. a50151d SkPDF: draw{Image,Bitmap} always serializes early by halcanary · 9 years ago
  17. d11c726 SkPDF: speed up SkPDFShader generation. by halcanary · 9 years ago
  18. cc77c12 SkPDF: Hold page objects, not SkPDFDevices. by halcanary · 9 years ago
  19. 989da4a SkPDF: SkPDFDevice has ptr to SkPDFDocument by halcanary · 9 years ago
  20. 50e82e6 SkPDF: SkPDFDocument reorganized so that some objects can be serialized early. by halcanary · 9 years ago
  21. 23f4d4d SkPDF: move all pdf sources into src/pdf by halcanary · 9 years ago
  22. a43b415 SkPDF: merge skdocument_pdf and skpdfdocument by halcanary · 10 years ago
  23. 6d62270 SkPDF: skpdfdocument and skpdfpage use skpdfdevice in a const way by halcanary · 10 years ago
  24. 26b5d15 SkPDF: add canon assert before adding code that might break it by halcanary · 10 years ago
  25. 7a01184 SkPDF: unclass skpdfdocument by halcanary · 10 years ago
  26. 9d85145 SkPDF: clean up skpdfdocument, add static functions by halcanary · 10 years ago
  27. 6adf849 SkPDF refactor skpdfdocument by halcanary · 10 years ago
  28. 4e4e816 SkPDF: remove SK_API on no-longer-public functions. by halcanary · 10 years ago
  29. cabc08c PDF: why do we have flags no one uses (or can use)? by mtklein · 10 years ago
  30. 07327bf move SkPDFD*.h from include to src by halcanary · 10 years ago[Renamed from include/pdf/SkPDFDocument.h]
  31. ac8d8b8 revert buildbot breaker by caryclark · 10 years ago[Renamed from src/pdf/SkPDFDocument.h]
  32. 66b29a6 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago[Renamed from include/pdf/SkPDFDocument.h]
  33. efdac51 Revert "Remove SkPDFDocument and SkPDFDevice from the public headers." by reed · 10 years ago[Renamed from src/pdf/SkPDFDocument.h]
  34. 8b1f761 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago[Renamed from include/pdf/SkPDFDocument.h]
  35. 21c771b Revert "move SkPDFD*.h from include to src" by Greg Humphreys · 10 years ago[Renamed from src/pdf/SkPDFDocument.h]
  36. 6930243 move SkPDFD*.h from include to src by halcanary · 10 years ago[Renamed from include/pdf/SkPDFDocument.h]
  37. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  38. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  39. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  40. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  41. a20e42c Remove SK_API, from SkTSet. the template is not public. by edisonn@google.com · 11 years ago
  42. 7731ead Fix more clang errors. by tfarina@chromium.org · 12 years ago
  43. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  44. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  45. 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 · 12 years ago
  46. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 12 years ago
  47. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  48. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  49. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  50. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  51. af77727 remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
  52. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  53. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  54. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
  55. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  56. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
  57. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  58. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  59. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  60. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  61. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  62. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  63. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  64. fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  65. d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  66. dfc5ffe Additional SK_API annotations needed for print preview on windows. by ctguil@chromium.org · 14 years ago
  67. a518086 Several cleanups: by vandebo@chromium.org · 14 years ago
  68. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago