1. 25 Feb, 2019 2 commits
  2. 21 Feb, 2019 1 commit
  3. 20 Feb, 2019 1 commit
  4. 12 Feb, 2019 1 commit
  5. 29 Jan, 2019 1 commit
  6. 18 Jan, 2019 1 commit
  7. 17 Jan, 2019 1 commit
  8. 14 Jan, 2019 1 commit
  9. 09 Jan, 2019 1 commit
  10. 08 Jan, 2019 1 commit
  11. 07 Jan, 2019 1 commit
  12. 21 Dec, 2018 1 commit
  13. 23 Oct, 2018 1 commit
  14. 16 Oct, 2018 1 commit
  15. 14 Sep, 2018 1 commit
  16. 12 Sep, 2018 1 commit
  17. 10 Sep, 2018 1 commit
    • jslavitz's avatar
      Shortcuts (#21558) · 9dce4b82
      jslavitz authored
      * added shortcuts and delete functionality
      
      * added first test
      
      *  afew chnages
      
      * a few changes
      
      * hope this works
      
      * small change
      
      * small changes
      
      * fixed nits
      
      * final changes:
      
      * fixed initializing formals
      
      * update comment
      
      * minor change:
      
      * added line
      
      * final changes
      
      * random change
      
      * changed function to void
      
      * one more
      
      * removed line
      
      * dis betta work
      
      * final change
      
      * actual final chnge
      9dce4b82
  18. 07 Sep, 2018 2 commits
    • Jonah Williams's avatar
      Revert "Shortcuts (#21083)" (#21556) · 11943ce7
      Jonah Williams authored
      This reverts commit 6e7f3e6f.
      11943ce7
    • jslavitz's avatar
      Shortcuts (#21083) · 6e7f3e6f
      jslavitz authored
      * added shortcuts and delete functionality
      
      * added first test
      
      *  afew chnages
      
      * a few changes
      
      * hope this works
      
      * small change
      
      * small changes
      
      * fixed nits
      
      * final changes:
      
      * fixed initializing formals
      
      * update comment
      
      * minor change:
      
      * added line
      
      * final changes
      6e7f3e6f
  19. 02 Aug, 2018 1 commit
  20. 27 Jul, 2018 1 commit
  21. 23 Jul, 2018 1 commit
  22. 16 Jul, 2018 2 commits
  23. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  24. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  25. 30 May, 2018 2 commits
  26. 18 May, 2018 1 commit
  27. 03 May, 2018 1 commit
  28. 28 Feb, 2018 1 commit
  29. 02 Feb, 2018 1 commit
  30. 31 Jan, 2018 1 commit
  31. 21 Dec, 2017 1 commit
  32. 06 Dec, 2017 1 commit
  33. 03 Nov, 2017 1 commit
  34. 27 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Increase the touch slop. (#11419) · 87445e59
      Ian Hickson authored
      It was 8.0. It's now arbitrarily 18.0.
      
      Changing this required adjusting some tests. Adjusting the tests
      required debugging the tests. Debugging the tests required some tools
      to help debugging gesture recognizers and gesture arenas, so I added
      some. It also required updating some toString() methods which resulted
      in some changes to the tree diagnostics logic.
      
      Also I cleaned up some docs while I was at it.
      87445e59
  35. 21 Jul, 2017 1 commit
    • xster's avatar
      iOS text selection (#11224) · aa096b50
      xster authored
      Extract common text selection overlay logic from Material to Widget and create a Cupertino version of the overlays
      aa096b50
  36. 20 Jun, 2017 1 commit
    • Ian Hickson's avatar
      Text selection handles track scrolled text fields (#10805) · 6d32b339
      Ian Hickson authored
      Introduce CompositedTransformTarget and CompositedTransformFollower
      widgets, corresponding render objects, and corresponding layers.
      
      Adjust the way text fields work to use this.
      
      Various changes I needed to debug the issues that came up.
      6d32b339