1. 23 Oct, 2017 2 commits
  2. 22 Oct, 2017 1 commit
  3. 21 Oct, 2017 2 commits
  4. 20 Oct, 2017 11 commits
  5. 19 Oct, 2017 18 commits
  6. 18 Oct, 2017 6 commits
    • Michael Goderbauer's avatar
      Redesign Semantic Tree Compilation Algorithm (#12605) · f8a2bd20
      Michael Goderbauer authored
      * Oct 12 10:12am
      
      * implicit_semantics_test.dart passes
      
      * refactoring
      
      * works in nice
      
      * minor rename
      
      * more doc comments
      
      * to be explicit check better
      
      * fix test
      
      * ++
      
      * ++
      
      * semantics_9_test (BlockSemantics) and implicit_semantics_test are passing
      
      * doc updates
      
      * tiny refactor
      
      * fix static errors in tests
      
      * fix gesture detector
      
      * ++
      
      * ++
      
      * geometry
      
      * ++
      
      * remove noGeometry
      
      * revert test
      
      * +
      
      * all tests but scrolling/clipping pass
      
      * clipping works
      
      * scrolling halfway
      
      * sliver tests pass
      
      * ALL TESTS PASS
      
      * SemanticsNode changed
      
      * docs and tiny fixes
      
      * card test
      
      * more doc comments
      
      * remove missed print
      
      * more tests
      
      * make test pass on Linux
      
      * remove changes to intellij proj file
      
      * review comments
      f8a2bd20
    • Collin Jackson's avatar
      0.0.17 dev version (#12593) · d47d2687
      Collin Jackson authored
      d47d2687
    • Michael Goderbauer's avatar
      Make Tab take a widget as child (#12613) · 9baca001
      Michael Goderbauer authored
      * Make Tab take a widget as child
      
      This way you can override the semantics information of a Tab (see test).
      
      Fixes https://github.com/flutter/flutter/issues/12432
      
      * more tests
      
      * review comments
      
      * review comment
      
      * doc nits
      
      * style fix
      9baca001
    • Mihail Slavchev's avatar
      Workaround a connection issue on iOS 11.0.x (#12444) · af0afff1
      Mihail Slavchev authored
      On iOS 11.0.x ideviceinfo fails with the following message
      ERROR: Could not connect to lockdownd, error code -3
      
      This workaround should also work for #12330
      af0afff1
    • Jason Simmons's avatar
      libtxt: adapt a selection rectangle test (#12612) · 264cbf61
      Jason Simmons authored
      libtxt's implementation of Paragraph.getBoxesForRange returns the full line
      height for all characters in a line.  Blink had been returning a tighter
      enclosing rectangle for each individual character.
      264cbf61
    • Adam Barth's avatar
      Make FLX construction atomic (#12604) · f847272f
      Adam Barth authored
      This patch also makes it possible to create FLX files with no extension.
      Previously, the zip tool would add the ".zip" extension if the output file
      lacked an extension.
      f847272f