1. 09 Jun, 2016 1 commit
    • Adam Barth's avatar
      Remove clients of getTotalMatrix (#4487) · afe3158d
      Adam Barth authored
      Instead of using getTotalMatrix and setMatrix, we can just use
      save/restore, which is more idiomatic.
      
      The getTotalMatrix/setMatrix pattern was introduced to improve
      performance, but the original code was calling getTotalMatrix/setMatrix
      at every node in the sprite tree, which is much slower than the normal
      save/transform/restore pattern.
      
      Related to #4254
      afe3158d
  2. 26 May, 2016 1 commit
  3. 19 May, 2016 1 commit
  4. 12 May, 2016 1 commit
  5. 04 May, 2016 1 commit
  6. 11 Mar, 2016 1 commit
    • Ian Hickson's avatar
      Enable ALL THE LINTS · 1b9cd520
      Ian Hickson authored
      Well, all the easy ones, anyway.
      
      For some reason `// ignore:` isn't working for me so I've disabled
      lints that need that. Also disabled those that require a ton of work
      (which I'm doing, but not in this PR, to keep it reviewable).
      
      This adds:
      - avoid_init_to_null
      - library_names
      - package_api_docs
      - package_names
      - package_prefixed_library_names
      - prefer_is_not_empty
      - sort_constructors_first
      - sort_unnamed_constructors_first
      - unnecessary_getters_setters
      1b9cd520
  7. 10 Mar, 2016 1 commit
  8. 11 Dec, 2015 1 commit
  9. 05 Dec, 2015 2 commits
  10. 28 Oct, 2015 1 commit
  11. 26 Oct, 2015 1 commit
  12. 24 Oct, 2015 1 commit
    • Hixie's avatar
      Strong modeify the examples · a6c473ea
      Hixie authored
      This makes skyanalyzer also check the examples, and fixes everything it
      found there.
      a6c473ea
  13. 23 Oct, 2015 3 commits
  14. 20 Oct, 2015 2 commits
  15. 19 Oct, 2015 2 commits
  16. 16 Oct, 2015 1 commit
  17. 13 Oct, 2015 1 commit
  18. 02 Oct, 2015 1 commit
  19. 23 Sep, 2015 1 commit
  20. 25 Aug, 2015 1 commit
  21. 24 Aug, 2015 1 commit
  22. 11 Aug, 2015 1 commit
  23. 08 Aug, 2015 1 commit
  24. 07 Aug, 2015 1 commit
  25. 04 Aug, 2015 1 commit
  26. 03 Aug, 2015 1 commit
  27. 29 Jul, 2015 1 commit
  28. 28 Jul, 2015 4 commits
  29. 16 Jul, 2015 1 commit