1. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  2. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  3. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  4. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 10 years ago
  5. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 10 years ago
  6. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 10 years ago
  7. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 10 years ago
  8. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 10 years ago
  9. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 10 years ago
  10. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 10 years ago
  11. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  12. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  13. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 10 years ago
  14. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  15. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  16. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  17. d08d23b Small tweaks to be able to build everything target: by commit-bot@chromium.org · 11 years ago
  18. 8272d87 Remove SkPdfNativeDoc::tokenizerOfStream. by scroggo@google.com · 11 years ago
  19. f242a48 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 36026de Simplify SkPdfTokenLooper behavior. by scroggo@google.com · 11 years ago
  21. 5f00865 Remove some PdfViewer warnings. by scroggo@google.com · 11 years ago
  22. 5092adc Separate and update PDF_DIFF_TRACE_IN_PNG by scroggo@google.com · 11 years ago
  23. 248647c Restructuring of PdfViewer code. by scroggo@google.com · 11 years ago
  24. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  25. bf64261 Move PdfTokenLooper into its own file. by scroggo@google.com · 11 years ago
  26. d1cf769 Ifdef guard for SkPdfContext. by scroggo@google.com · 11 years ago
  27. d906702 Move SkPdfContext into its own files. by scroggo@google.com · 11 years ago
  28. b1de123 Make changes based on talks with Edison. by scroggo@google.com · 11 years ago
  29. 7d8013f Changes to SkTDStackNester. by scroggo@google.com · 11 years ago
  30. 0daf00c Move SkTDStackNester into its own private file. by scroggo@google.com · 11 years ago
  31. 0724e1f Hide unused gFormats. by mtklein@google.com · 11 years ago
  32. 9615f8d Add missing (trivial) virtual destructors. by mtklein@google.com · 11 years ago
  33. 9092289 Pdfviewer refactoring. by scroggo@google.com · 11 years ago
  34. c6e1e9a Fix warnings and Win only error in pdf_viewer. by scroggo@google.com · 11 years ago
  35. 2212538 Include SkBitmapDevice for pdf_viewer. by scroggo@google.com · 11 years ago
  36. 608c35e pdfviewer: readobject can return null, and catalog can be null by edisonn@google.com · 11 years ago
  37. 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
  38. 04068b1 pdfviewer: remove sqrt from the formula computing the scale (DPI is dots per inch, not dots per square inch) by edisonn@google.com · 11 years ago
  39. 940ccc8 Add a script for running pdfviewer and comparing to existing results. by scroggo@google.com · 11 years ago
  40. 5c7be95 Use SkPathJoin and SkBasename in Pdfviewer. by scroggo@google.com · 11 years ago
  41. 247ac53 pdfviewer: fix build break in windows (wrong return type on function) by edisonn@google.com · 11 years ago
  42. b9731e7 pdfviewr: include what you use (stdio) by edisonn@google.com · 11 years ago
  43. 5e4d981 pdfviewer: fix typos (|| instead of |) by edisonn@google.com · 11 years ago
  44. a7a946a Fix Mac warning in PdfViewer. by scroggo@google.com · 11 years ago
  45. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  46. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  47. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  48. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  49. d03c2c7 pdfviewer: more code comments + concat the pdf matrix with the existing matrix in canvas, instead of reseting it. by edisonn@google.com · 11 years ago
  50. 2af2ad9 pdfviewer: (more code cleanup): class documentation and comments by edisonn@google.com · 11 years ago
  51. e50d9a1 mode code cleanup (100c / l, comments) by edisonn@google.com · 11 years ago
  52. c8fda9d code cleanup by edisonn@google.com · 11 years ago
  53. 598cf5d remove tracking code, as it polutes the code readability. Should be added back, in a less eficient way, by registering streams instead, so we don't have to pass arround the streams, and the code will be cleaner. by edisonn@google.com · 11 years ago
  54. 67d7fb4 pdf report files by edisonn@google.com · 11 years ago
  55. af54a51 pdfviewer: do not submit, uploaded for backup, and will be done actually after I refactor the params for functions, to put the char* params in a structure: report errors and warnings in pdf, infrastructure by edisonn@google.com · 11 years ago
  56. bca421b pdfviewer: (part 1) store the offset of the location of object in file/stream. In order to use the feature, enable the macro defined in SkPdfConfig.h by edisonn@google.com · 11 years ago
  57. 0fd25d8 pdfviewer: track what objects have been used during rendering. It will be the base of reporting unused objects to warn about ineficiencies in pdf generations, tests, and what features are not implemented fully. by edisonn@google.com · 11 years ago
  58. e91260c pdfviewer: fix break, include the right header. by edisonn@google.com · 11 years ago
  59. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  60. 73613c1 pdfviewer: if the resources are missing, exit (right now inheritance is not implemented) by edisonn@google.com · 11 years ago
  61. f68aed3 pdfviewer: when q start, and an operator is called, it should not be able to see operands before q. nest/unnest are similar with pop/push - simulates a stack of stacks, in a single stack by edisonn@google.com · 11 years ago
  62. bd2f301 pdfviewer: add macros to automatically check number and type of parameters by edisonn@google.com · 11 years ago
  63. 37c18e4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. cf2cfa1 pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to match skia project by edisonn@google.com · 11 years ago
  65. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  66. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  67. 8cee797 pdfviewer: check in pdfapi classes by edisonn@google.com · 11 years ago
  68. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  69. 5c34491 pdfviewer: remove one #include to STL, that is not needed by edisonn@google.com · 11 years ago
  70. 2c81777 pdfviewer: update interface of derived canvas and device, to reflect lastest changes in the interfaces. by edisonn@google.com · 11 years ago
  71. 063d707 pdfviewer: code cleanup - remove STL usage by edisonn@google.com · 11 years ago
  72. fb7b1bf pdfviewer: workaround gyp issue with multiple files, not being translated into an array in linux (works in mac, as per spec) by edisonn@google.com · 11 years ago
  73. 33f11b6 pdfviewer: make pdfviewer compile on mac by edisonn@google.com · 11 years ago
  74. 3aa3555 pdfviewer: 1) debug code for drawText (show magenta background for text, to show text even when we fail to load/show it), 2) some cleanup: refactor and rename classes and files by edisonn@google.com · 11 years ago
  75. 5376610 pdfviewer: remove text save/restore (not needed) and verify that colorspace dictionary exists before using it by edisonn@google.com · 11 years ago
  76. 768bc6a pdfviewer: add ability to run on gpu by edisonn@google.com · 11 years ago
  77. 16291e5 pdfviewer: remove save/restore used with q/Q operators (we already do there save and restore) by edisonn@google.com · 11 years ago
  78. 4f898b7 pdfviewer: absolute minimal; to al least render (even if poorly) ICC based color spaces, based on RGB by edisonn@google.com · 11 years ago
  79. e57c62d pdfviewer: fix font rotation issues by edisonn@google.com · 11 years ago
  80. 0f90190 pdfviewer: /Pattern color space, uses the matrix of the last content stream, not the global matrix. by edisonn@google.com · 11 years ago
  81. 2273f9b pdfviewer: load image pain settings (like transparency), pass the page number, report failure if at least one render fails, and check that xref section starts with xref keyword. by edisonn@google.com · 11 years ago
  82. 7e27bcd pdfviewer: remove debug traces by edisonn@google.com · 11 years ago
  83. 91ce698 pdfviewer: debug code for crash by edisonn@google.com · 11 years ago
  84. 7ee12ca pdfviewer: add virtual destructor for SkPdfFont by edisonn@google.com · 11 years ago
  85. 45be4eb pdfviewer: fix typo by edisonn@google.com · 11 years ago
  86. 5149bd9 pdfviewer: set backdround to transparent, and add an app to chop transparent content in png files. by edisonn@google.com · 11 years ago
  87. b0145ce pdfviewer: add indexed rbg image support, enhanche caching(setData) for SkPdfObject by edisonn@google.com · 11 years ago
  88. e2e01ff pdfviewer: implementation of one type of pattern - simple tile patern, colored, with xstep and ystep positive. by edisonn@google.com · 11 years ago
  89. 276fed9 pdfviewer: debug the parameters for snc, and for resolveReference by edisonn@google.com · 11 years ago
  90. 9a43c18 pdfviewer: finish implementation of SkPdfObject.toString(), and include in debugging traces we leave when rendering. by edisonn@google.com · 11 years ago
  91. 251176e pdfviewer: remove simple implementation for non-isolated groups. will be implemented in skia most probably. also it is not generated by SkPDFDevice by edisonn@google.com · 11 years ago
  92. f111a4b pdfviewer: transparency groups - implementation of non-isolated and non-knockout flags by edisonn@google.com · 11 years ago
  93. 24cdf13 pdfviewer: more prerequired work to have examples working for transparency work items. by edisonn@google.com · 11 years ago
  94. 88fc03d pdfviewer: add doPage function, cet stream from Contents by edisonn@google.com · 11 years ago
  95. 641cce9 pdfviewer: fix condition for element in array, reset back the default color to white, and verify type before value in PDF API mapper by edisonn@google.com · 11 years ago
  96. 4ef4bed pdfviewer: load files with missing xref (we need in order to help with testing, as most good pdfx in the whild miss the xref). add period as a valid character to start a real value. by edisonn@google.com · 11 years ago
  97. e878e72 pdfviewer: more plumming for soft masks, blend modes and transparency groups by edisonn@google.com · 11 years ago
  98. 96ba3aa pdfviewer: fix a few warnings by edisonn@google.com · 11 years ago
  99. a0cefa1 pdfviewer: gs operator implementation: dashing and font by edisonn@google.com · 11 years ago
  100. 1acab36 pdfviewer: limit the characters we support in ToUnicode, to 0xffff by edisonn@google.com · 11 years ago