1. 19 Jul, 2018 1 commit
  2. 18 Jul, 2018 1 commit
  3. 16 Jul, 2018 2 commits
  4. 11 Jul, 2018 1 commit
  5. 09 Jul, 2018 1 commit
  6. 03 Jul, 2018 1 commit
    • sandrasandeep's avatar
      Make EditableText cursor configurable (#18888) · 581df52a
      sandrasandeep authored
      * fixed segmented control golden test
      
      * fixed segmented control golden test
      
      * added cursorWidth, cursorRadius
      
      * added default value for cursorWidth based on Apple specs
      
      * test default cursorWidth
      
      * removed cursorHeight stuff
      
      * added functionality to keep cursor from blinking
      
      * cursor width and radius is configurable + tests
      
      * changed goldens repo version in goldens.version
      
      * working version of configurable cursor (erased debugKeepCursorOn)
      
      * minor changes
      
      * docs
      
      * changed textfield test that was failing due to new default cursorwidth
      
      * added default value of cursorwidth in RenderEditable
      
      * only run golden file tests on Mac
      
      * cursor tests
      
      * the tests are actually there now
      
      * weak warning fixed
      
      * switching to Linux
      
      * changed default cursorWidth: 2.0 -> 1.0
      
      * assorted changes, including changing text field test
      
      * re-paint -> re-layout when changing cursorWidth
      581df52a
  7. 29 Jun, 2018 1 commit
  8. 27 Jun, 2018 1 commit
  9. 25 Jun, 2018 2 commits
  10. 22 Jun, 2018 2 commits
  11. 21 Jun, 2018 4 commits
  12. 16 Jun, 2018 1 commit
  13. 15 Jun, 2018 2 commits
  14. 14 Jun, 2018 1 commit
  15. 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
  16. 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
  17. 09 Jun, 2018 1 commit
  18. 07 Jun, 2018 1 commit
  19. 06 Jun, 2018 1 commit
    • amirh's avatar
      _markNeedsClip() when clipper type has changed. (#18248) · 0a26ac09
      amirh authored
      A bug in _RenderCustomClip was compaeing the type of oldClipper to
      itself instead to the type of newClipper.
      
      This was the root cause for the crash #14937 worked around.
      This also reverts the workaround introduced in #14937.
      0a26ac09
  20. 05 Jun, 2018 3 commits
  21. 01 Jun, 2018 2 commits
  22. 31 May, 2018 2 commits
  23. 30 May, 2018 2 commits
  24. 26 May, 2018 1 commit
  25. 25 May, 2018 1 commit
    • Emmanuel Garcia's avatar
      Fix #16464 · c4d6311a
      Emmanuel Garcia authored
      * Fix #16464: Pass hit test when a big child is inside RenderFittedBox, RenderTransform, RenderFractionalTranslation, or RenderFollowerLayer
      
      * Override `hitTestChildren`
      
      * RenderTransform and RenderFollowerLayer shouldn't check if they are hit
      themselves
      
      * Test the hit test for translated child into translated box
      
      * Add hit test for `FractionalTranslation`
      
      * Don't check if RenderFractionalTranslation is hit themself
      
      * Add hit test for FractionalTranslation
      
      * Add test for FractionalTranslation
      c4d6311a
  26. 21 May, 2018 1 commit
  27. 18 May, 2018 2 commits