1. 7a72c67 add patch and clicktracking to lua by reed · 10 years ago
  2. 7b86466 update slides by reed · 10 years ago
  3. 36c9c11 add more typeface methods to lua by reed · 10 years ago
  4. bb8a0ab update slide content by reed · 10 years ago
  5. 1b6ab44 add textblobs to lua by reed · 10 years ago
  6. 86217d8 add saveLayer to lua by reed · 10 years ago
  7. 9fbc3f3 add gradients and drawPaint to lua by reed · 10 years ago
  8. 468b181 add blurimagefilter to lua by reed · 10 years ago
  9. bdc49ae create and modify matrices in lua by reed · 10 years ago
  10. 96affcd add pictures to lua by reed · 10 years ago
  11. f355df5 add canvas:clear to lua by reed · 10 years ago
  12. 485557f add surfaces to lua by reed · 10 years ago
  13. 09a1d67 add key handlers to lua by reed · 10 years ago
  14. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  15. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  16. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  17. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  18. 4bcc202 Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  19. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  20. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  21. 95498ed Fix typo by krajcevski · 10 years ago
  22. 4d803a9 Add asADash to Lua for scraping by commit-bot@chromium.org · 10 years ago
  23. 1301bf3 add initial scraper for dashing by commit-bot@chromium.org · 10 years ago
  24. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  25. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 10 years ago
  26. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  27. c530208 Add point count to lua SkPath. by commit-bot@chromium.org · 10 years ago
  28. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 10 years ago
  29. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 10 years ago
  30. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 10 years ago
  31. d85b822 Add some SkPath lua functions by commit-bot@chromium.org · 10 years ago
  32. 5cc2535 Add getClipStack method to lua SkCanvas by commit-bot@chromium.org · 10 years ago
  33. 7fa2a65 fix more 64bit warnings by reed@google.com · 10 years ago
  34. 641bcc3 Add cast to fix Win* compile complaint/failure by commit-bot@chromium.org · 11 years ago
  35. 087b313 Add cast to fix Win* compile complaint/failure by robertphillips@google.com · 11 years ago
  36. 1cd71fb Expose more SkPaint fields in Lua API. by commit-bot@chromium.org · 11 years ago
  37. 77887af Prevent crash in Lua bindings. by commit-bot@chromium.org · 11 years ago
  38. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  39. bd74add Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 74f96b9 Added 3-color gradient scraper for detecting symmetrical gradients. by commit-bot@chromium.org · 11 years ago
  41. 0f48ee0 add more stats to the bitmap matrix locator by humper@google.com · 11 years ago
  42. 5fdc983 expose shaders by reed@google.com · 11 years ago
  43. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. 2815c19 add matrix objects to the lua bindings, as well as a lua script to find the proportion of image draw commands with different kinds of matrices by humper@google.com · 11 years ago
  45. 2956387 add paint:getEffects to return table of bools of a given effect is present on the paint by reed@google.com · 11 years ago
  46. 7bce998 formally declare luaskia extern guy, and then define it by reed@google.com · 11 years ago
  47. 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 11 years ago
  48. 1d32cc6 add canvas scale and rotate by mike@reedtribe.org · 11 years ago
  49. 792bbd1 add drawImage to lua by mike@reedtribe.org · 11 years ago
  50. 370c534 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  51. 73d9f1c more paint methods to lua by mike@reedtribe.org · 11 years ago
  52. fb85824 add pdf lib to lua_pictures to fix linker error by mike@reedtribe.org · 11 years ago
  53. 09efb17 Revert "add document and textAlign support to lua" by mike@reedtribe.org · 11 years ago
  54. bdf59df add document and textAlign support to lua by mike@reedtribe.org · 11 years ago
  55. 6319367 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  56. e6469f1 add drawtext to lua by mike@reedtribe.org · 11 years ago
  57. e3823fd add script to scrape glyph usage in drawText calls by reed@google.com · 11 years ago
  58. 2d816ad Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  59. fd34587 use macro to encapsulate building get_mtname() specializations by reed@google.com · 11 years ago
  60. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  61. 88c9ec9 fix int -> bool warning by reed@google.com · 11 years ago
  62. 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 11 years ago