[go: nahoru, domu]

  1. 473a8a7 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  2. 8cee093 add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  3. e29d26d getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 10 years ago
  4. 9aee529 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  5. d7c364e Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  6. 004c4bf Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  7. 02307af [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  8. 444ccd1 Implement DPI for perspective bitmaps in PDF - we save the bitmap at the resolution requested. by edisonn@google.com · 11 years ago
  9. f86f9e1 Add ability to ninepatch blurred rounded rectangle by scroggo@google.com · 11 years ago
  10. fe12493 [PDF] Improve complex xfer mode support. by vandebo@chromium.org · 11 years ago
  11. 7bde83f Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future cl, once DPI will be used in SkPDFDevice by commit-bot@chromium.org · 11 years ago
  12. ebcea87 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
  13. 0e082fa pdf: drawPath should pass the computed matrix, instead of default matrix stored in draw. by edisonn@google.com · 11 years ago
  14. 200896a Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  15. 13f09ac Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  16. 8a428fa Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  17. 34f8a91 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  18. af6ad46 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  19. d8efc2e This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  20. 104b9c0 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 11 years ago
  21. 4422931 Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
  22. 776e705 drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  23. 896c997 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 11 years ago
  24. e283ff5 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
  25. 95b5e17 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
  26. 26ac71e Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
  27. 85e9900 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
  28. e2107fe Remove SK_API, from SkTSet. the template is not public. by edisonn@google.com · 11 years ago
  29. d1b03c2 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 11 years ago
  30. e8bd0ef Fix more clang errors. by tfarina@chromium.org · 11 years ago
  31. 76c689e resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 11 years ago
  32. 3309a03 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 11 years ago
  33. e06d93a 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
  34. 26db357 Update flag to reflect actual meaning. by edisonn@google.com · 11 years ago
  35. c97f633 PDF: add support for named destinations. by epoger@google.com · 11 years ago
  36. bf6977f Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  37. 22dfe77 PDF: add support for named destinations by epoger@google.com · 11 years ago
  38. 33ae47f revert r7892 by edisonn@google.com · 11 years ago
  39. 0bdbcb1 resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 11 years ago
  40. 76fdc63 Revert r7883 by edisonn@google.com · 11 years ago
  41. 8d30264 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 11 years ago
  42. c8e1d14 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 11 years ago
  43. 30e746a remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
  44. a66b46c remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
  45. 87c2e5f begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  46. fb5f031 [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  47. f7bab60 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  48. 0ffc591 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  49. 18b427e Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  50. ca87f6e Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  51. 1decf1c [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  52. b52a700 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  53. 03b6241 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  54. 7d2187a [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 12 years ago
  55. b107915 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 12 years ago
  56. 038a9d9 posix: Avoid static initializers in static/global mutexes by digit@google.com · 12 years ago
  57. 9ed8869 add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  58. 1a9586f add SK_OVERRIDE, move subclass impls of virtuals into .cpp by reed@google.com · 13 years ago
  59. d994802 Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  60. 1b9bd26 Make SkDevice::onReadPixels take a const& rather than const* by bsalomon@google.com · 13 years ago
  61. fa1a993 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  62. 7c919c8 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  63. 889725e Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
  64. c7c5a5c Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  65. cbea85d Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
  66. d02ddf4 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  67. 3e533ec Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  68. 6676a90 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  69. 0723db7 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  70. 7f5d133 Export SkPDFDevice::setDrawingArea as SK_API. by twiz@google.com · 13 years ago
  71. 2f0cdee No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
  72. 45cd797 [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  73. 722ca74 Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  74. 9e78a85 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  75. 1a034db Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  76. 7fc0cdb Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  77. 8e99b20 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  78. ef266ed Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 13 years ago
  79. 5bb6825 Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  80. 9a06a0c [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  81. 3a86450 Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
  82. 0a674dc [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  83. 839aeac Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  84. 0b01e0e [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  85. 90bb02b replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  86. bdc1f66 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  87. d5fa261 fix Capitalization of static methods by reed@google.com · 13 years ago
  88. 795b224 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  89. 5897447 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
  90. f51b300 [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  91. f15d944 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
  92. 21d0969 Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  93. 6e6d73b [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  94. 23710ac remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  95. b242a2f A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  96. 4dc59c4 remove drawShape from canvas api by reed@google.com · 13 years ago
  97. dffea75 update dox by reed@google.com · 13 years ago
  98. f650e90 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
  99. 3e11e6d Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  100. 049b514 [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago