1. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 9 years ago
  2. a1e41c6 default to 8888 for ganesh in sampleapp on iOS by reed · 9 years ago
  3. 195f62d BUG=skia: by stephana · 9 years ago
  4. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  5. 7e051f9 Fix SampleApp build on iOS. by scroggo · 9 years ago
  6. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 9 years ago
  7. 2aafe6f Add SkSVGCanvas by fmalita · 9 years ago
  8. e73da40 add length parameter to addText, to match attr values by reed · 9 years ago
  9. a9d9de4 [SkSVGDevice] drawTextOnPath() support by fmalita · 9 years ago
  10. 12753cc [SkSVGDevice] Add support for more stroke params by fmalita · 9 years ago
  11. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 9 years ago
  12. fe3f260 [SkSVGDevice] Initial text support by fmalita · 9 years ago
  13. da5bcab remove remaining parts of SkExample by caryclark · 9 years ago
  14. 532faa9 [SkSVGDevice] Initial shader/gradient support by fmalita · 9 years ago
  15. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 9 years ago
  16. 93957f4 Initial SVG backend stubbing by fmalita · 9 years ago
  17. 416e394 remove experimental pixman files by caryclark · 9 years ago
  18. 17a2b54 The original instantiation of pathops was in the experimental/Intersection directory. Anything of value has been copied into the mainline. by caryclark · 9 years ago
  19. 9c3f17d Fold gmtoskp into DM, as --src gm --config skp. by mtklein · 9 years ago
  20. a9e8476 experimental/skp_to_pdf_md5 optionally also outputs pdf files by halcanary · 9 years ago
  21. a1193e4 Make SkStream *not* ref counted. by scroggo · 9 years ago
  22. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  23. 53a8f21 Update PdfViewer's SkNulCanvas by robertphillips · 10 years ago
  24. abe4baa experimental skp_to_pdf_md5 program. by halcanary · 10 years ago
  25. c4fda92 remove unused drawData by reed · 10 years ago
  26. f9c9d72 Delete old bench expectation code. by mtklein · 10 years ago
  27. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  28. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  29. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  30. 266b2ad Remove virtual clear in PdfViewer's SkNulCanvas by robertphillips · 10 years ago
  31. b19ce31 quick fix to land clear() change by reed · 10 years ago
  32. 85a5750 Fix PdfViewer BGR byte order by halcanary · 10 years ago
  33. 84bc52a work in progress by halcanary · 10 years ago
  34. 742cacd multipage_pdf_profiler, gmtoskp by halcanary · 10 years ago
  35. 0c9acd5 Cleanup: Remove SimpleiOSApp xcode project file. by tfarina · 10 years ago
  36. 3eeb156 patch from issue 697743002 working by mtklein · 10 years ago
  37. 0b5fc97 Quick and dirty test to call the C interface from GO. by stephana · 10 years ago
  38. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  39. 8915434 delete webtry from main skia repo; it's been moved to buildbots by Greg Humphreys · 10 years ago
  40. 5abfa68 fix issues with simultaneous configs and security jail on skfiddle by Greg Humphreys · 10 years ago
  41. af58b5f rework GUI, scripts, and fiddle main for multiple simultaneous configs by Greg Humphreys · 10 years ago
  42. e001da2 SkV8Sample: Now with Path2D and Path2DBuilder. by jcgregorio · 10 years ago
  43. 9571567 remove the GPU checkbox from the hash / database by Greg Humphreys · 10 years ago
  44. 5e44b00 Start moving to the new canvas structure. by jcgregorio · 10 years ago
  45. 1c9acd9 Fixup references to the js files from the HTML files in SkV8Example. by jcgregorio · 10 years ago
  46. 59b3815 Move .js files to their own directory by robertphillips · 10 years ago
  47. e22f45f Doing the "using namespace" penance by adding in v8:: everywhere, like I should have to begin with. by jcgregorio · 10 years ago
  48. e332396 move c api into include by reed · 10 years ago
  49. f0b1710 fix some bit-rot in the ios port of sampleapp by reed · 10 years ago
  50. 7a2df0c webtry: Improve error handling/message when creating sqlite tables. by tfarina · 10 years ago
  51. 33e6466 Move init() to Init() so that flag.Parse() can be called first. by jcgregorio · 10 years ago
  52. 25a134d webtry: Add logserver to serve /tmp/glog. by tfarina · 10 years ago
  53. c9df8ce fix display of fiddles that DON'T have compile errors by Greg Humphreys · 10 years ago
  54. ae8ab62 Properly parse compiler errors for fiddles and mark them in the editor. by humper · 10 years ago
  55. 8c0d2aa webtry: Do not forget the close the rows. by tfarina · 10 years ago
  56. 498bc5f webtry: Forgot onr log.Fatal. by Thiago Farina · 10 years ago
  57. ae6d622 webtry: Switch from Go's log package to golang/glog. by tfarina · 10 years ago
  58. ebd90ee webtry: Check the result of os.Chdir(). by tfarina · 10 years ago
  59. 585a5fc webtry: Simplify template construction. by tfarina · 10 years ago
  60. 5414226 Re-land ganesh checkbox. I needed to increase the size of the address by Greg Humphreys · 10 years ago
  61. 67f2d3c Revert of add ganesh checkbox to skfiddle interface (patchset #6 id:270001 of https://codereview.chromium.org/649313002/) by humper · 10 years ago
  62. ccb5489 add ganesh checkbox to skfiddle interface by Greg Humphreys · 10 years ago
  63. 5d0706f Fix webtry setup once instructions in README doc. by tfarina · 10 years ago
  64. 6c07907 add support for skfiddle width/height options by Greg Humphreys · 10 years ago
  65. ac15bb9 webtry: Simply move sys/ directory into setup/. by tfarina · 10 years ago
  66. 4f6ffde pre-build the resources library for the fiddle jail by Greg Humphreys · 10 years ago
  67. 117ff1c repair the webtry setup process by Greg Humphreys · 10 years ago
  68. 25ec1b3 allow fiddles to use the futex system call; fixes fonts finally by Greg Humphreys · 10 years ago
  69. e97d82b In the generated fiddle, set the portable fonts flag first. by Greg Humphreys · 10 years ago
  70. ebca225 preliminary support for fiddle font use by Greg Humphreys · 10 years ago
  71. a624e87 Implement C path functions by robertphillips · 10 years ago
  72. 345379d fix missing webtry output capture display by Greg Humphreys · 10 years ago
  73. 261f7a6 rework webtry css with compass and bootstrap by Greg Humphreys · 10 years ago
  74. 8e47478 implement some so we can test it by reed · 10 years ago
  75. 8d56e27 a few more tweaks to the webtry setup doc by humper · 10 years ago
  76. bc3dbbd add environment variable to webtry local run documentation by Greg Humphreys · 10 years ago
  77. de9bec4 Automatically resize the webtry text editor to fit the content by Greg Humphreys · 10 years ago
  78. d3b7ef6 fix webtry local run documentation by Greg Humphreys · 10 years ago
  79. 938dfba experimental c api by reed · 10 years ago
  80. f16cd28 Restart webtry to pick up changes. by tfarina · 10 years ago
  81. f0e2154 Update webtry setup docs to reflect new installation procedure by humper · 10 years ago
  82. 149366e fix sudo redirection in setup script by humper · 10 years ago
  83. b77955e complete overhaul of webtry work partition between jail and host by humper · 10 years ago
  84. b1dfb03 webtry: More README doc cleanups. by tfarina · 10 years ago
  85. fffa16c webtry: Only create sqlite3 tables if they don't exist yet. by tfarina · 10 years ago
  86. 320a4e6 Fix some references to non-existant polyfill directory. by tfarina · 10 years ago
  87. c425ae3 Mention 'go get' command in the README file. by tfarina · 10 years ago
  88. 4ceb039 webtry database has more than one table. by tfarina · 10 years ago
  89. 9f58dd0 run the webtry build script instead of using go build by humper · 10 years ago
  90. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  91. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  92. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  93. fbe8d89 Reinitialize monit to changes take effect. by tfarina · 10 years ago
  94. c0a7755 Fix typo in experimental/webtry/DESIGN.md. by jcgregorio · 10 years ago
  95. 95b7144 fixes to linux build for webtry by humper · 10 years ago
  96. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  97. 9a0267f gyp build of skfiddle apps, take 2 by humper · 10 years ago
  98. 3850971 Revert "Revert "Move SkGpuDevice.h to src/gpu"" by bsalomon · 10 years ago
  99. b0a35f7 Revert "Move SkGpuDevice.h to src/gpu" by borenet · 10 years ago
  100. d99bbb6 Move SkGpuDevice.h to src/gpu by bsalomon · 10 years ago