1. 30 Aug, 2017 9 commits
  2. 29 Aug, 2017 11 commits
  3. 28 Aug, 2017 5 commits
    • Michael Goderbauer's avatar
      Semantic hit test order for Slivers (#11792) · 8ecf19d8
      Michael Goderbauer authored
      * Semantic hit test order for Slivers
      
      * ++
      
      * fix double space
      
      * refactoring
      
      * fix test
      
      * comment fix
      
      * tests
      
      * remove accidental debugDumpSemanticsTree
      
      * review comments
      
      * fix button
      8ecf19d8
    • Chris Bracken's avatar
      10e65a16
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1
    • Ian Hickson's avatar
      3dd1a05a
    • Chris Bracken's avatar
      Avoid rebuilding snapshots if no change to source (#11551) (#11793) · 1ee94001
      Chris Bracken authored
      This change re-introduces skipping AOT snapshot builds if input sources
      and outputs have not changed since the last snapshot build, assuming a
      build for the same platform in the same build mode.
      
      This reverts commit 3d5afb5a.
      It includes the following changes relative to the original:
        1. Include the entrypoint source in the checksums
        2. include the build mode in the checksums
        3. include the target platform in the checksums
      1ee94001
  4. 26 Aug, 2017 1 commit
    • Michael Goderbauer's avatar
      Doc updates for Semantics; always reset SemanticsNode (#11770) · f2653015
      Michael Goderbauer authored
      * refactor to ensureAction + some related doc fixes
      
      * Update docs for markNeedsSemanticsUpdate
      
      * rewording
      
      * rewording
      
      * ensureAction test
      
      * ensureAction test
      
      * ensureAction test
      
      * more tests
      
      * refactor to allways reset node
      
      * tiny fixes
      
      * more test
      
      * doc fixes
      
      * one more test
      
      * review comments
      f2653015
  5. 25 Aug, 2017 6 commits
  6. 24 Aug, 2017 6 commits
  7. 23 Aug, 2017 2 commits