1. 06 Nov, 2018 3 commits
  2. 16 Oct, 2018 1 commit
  3. 04 Oct, 2018 1 commit
    • Gary Qian's avatar
      Roll engine and update tests (#22643) · 00bcffd1
      Gary Qian authored
      git log 7e3b41dc7ba6..74e68ff8b108 --no-merges --oneline
      74e68ff8b Roll src/third_party/skia 7b7805581733..66a973493468 (4 commits) (#6436)
      58fbd1fd1 Roll src/third_party/skia 4442e3138927..7b7805581733 (1 commits) (#6435)
      83151d9fc Roll src/third_party/skia 4dd17156c6e4..4442e3138927 (1 commits) (#6434)
      5fe7e377d Roll src/third_party/skia 8841085abeb9..4dd17156c6e4 (1 commits) (#6432)
      5340f4224 Revert "Use single_root_scheme when compiling platform (#6402)" (#6431)
      37fd43d43 Add deadline_now_delta argument to Engine::NotifyIdle's trace (#6419)
      4af077b29 Roll src/third_party/skia 4504a652c071..8841085abeb9 (1 commits) (#6429)
      165f3dd1c Update //third_party/benchmark dependency to 21f1eb (ToT). (#6427)
      34bd0ef87 Don’t build benchmarking binaries on Windows. (#6428)
      ae4db4469 Ensure setViewIdResourceName has the correct version guard (#6404)
      2c5d0c407 [rapidjson] Fix import statements (#6418)
      c2128fc80 Create a benchmarking target for the shell. (#6420)
      30f78af91 Raise errors on non-zero exits while creating artifacts on the bots. (#6424)
      191168cec Disable line_height tests on Windows (#6423)
      061cc6643 Fix ideographic baseline to match spec. (#6422)
      74eac1f56 Roll src/third_party/skia bfa76f20bfcf..4504a652c071 (14 commits) (#6421)
      10b45405b Implement ParagraphStyle.line_height and add tests for line_height and baselines. (#6417)
      00bcffd1
  4. 21 Sep, 2018 1 commit
  5. 20 Sep, 2018 1 commit
  6. 12 Sep, 2018 1 commit
  7. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  8. 02 Aug, 2018 1 commit
  9. 27 Jul, 2018 1 commit
  10. 23 Jul, 2018 1 commit
  11. 16 Jul, 2018 2 commits
  12. 18 Jun, 2018 1 commit
  13. 29 May, 2018 1 commit
  14. 28 May, 2018 1 commit
  15. 12 Mar, 2018 1 commit
  16. 01 Feb, 2018 1 commit
  17. 17 Nov, 2017 1 commit
  18. 31 Oct, 2017 1 commit
  19. 24 Sep, 2017 1 commit
  20. 04 Mar, 2017 1 commit
  21. 09 Dec, 2016 1 commit
  22. 25 Oct, 2016 1 commit
  23. 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
  24. 29 Apr, 2016 1 commit
    • Adam Barth's avatar
      Update engine (#3637) · 5497ba18
      Adam Barth authored
      Turns out there were more clients of the old paragraph API than I expected.
      This patch migrates them to the new API.
      5497ba18
  25. 14 Feb, 2016 1 commit
  26. 12 Feb, 2016 1 commit
  27. 11 Feb, 2016 1 commit
    • Ian Hickson's avatar
      Clean up imports and exports. · a94999ba
      Ian Hickson authored
      Each layer is supposed to reexport the parts of the previous layer
      that are part of its API.
      
      - In painting.dart, export from dart:ui all the Canvas-related APIs
        that make sense to be used at higher levels, e.g. PaintingStyle.
      
      - Delete painting/shadows.dart. It was dead code.
      
      - In rendering/object.dart, export all of painting.dart.
      
      - In widgets/basic.dart, export all of painting.dart and
        animation.dart. Some classes in animation/ are renamed to make this
        less disruptive and confusing to the namespace.
      
      - Split out Stocks back into an import model rather than a part model,
        so that it's easier to manage its dependencies on a per-file basis.
      
      - Move Ticker to scheduler library.
      
      - Remove as many redundant imports as possible now.
      
      - Some minor nit picking cleanup in various files.
      a94999ba
  28. 16 Dec, 2015 1 commit