1. 10 Dec, 2021 1 commit
  2. 09 Aug, 2021 1 commit
  3. 10 May, 2021 1 commit
  4. 28 Apr, 2021 1 commit
  5. 21 Apr, 2021 1 commit
  6. 04 Mar, 2021 2 commits
  7. 04 Feb, 2021 1 commit
  8. 18 Nov, 2020 1 commit
  9. 15 Oct, 2020 1 commit
  10. 11 Jun, 2020 1 commit
  11. 08 May, 2020 1 commit
  12. 22 Jan, 2020 1 commit
  13. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      Unverified
      449f4a66
  14. 28 Jun, 2019 1 commit
  15. 11 Jun, 2019 1 commit
  16. 15 May, 2019 1 commit
    • Greg Spencer's avatar
      Fix needsCompositing propagation from child widgets. (#32717) · ed90d055
      Greg Spencer authored
      This fixes propagation of needsCompositing from child widgets.
      
      When needsCompositing is turned on by a child widget, it necessarily sets the needsCompositing bit of its parent widget, but RenderPointerListener was ignoring that piece of information and only turning on compositing if it thought it needed it for itself.
      
      This corrects that, and adds a test for the condition, and updates a test that was affected by the change.
      
      Fixes #32525 (again)
      Unverified
      ed90d055
  17. 14 May, 2019 1 commit
  18. 11 Mar, 2019 1 commit
  19. 11 Dec, 2018 1 commit
  20. 09 Oct, 2018 1 commit
  21. 12 Sep, 2018 1 commit
  22. 21 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Cleanup (#20754) · 94f9604a
      Ian Hickson authored
      - remove an //ignore that is no longer needed
      - fix some intrinsic methods that used the API incorrectly (shouldn't affect correctness but should make things a tiny bit more efficient)
      - add some asserts to help track down bugs quicker
      - update a TODO to point to the currently relevant bug
      - fix some indenting
      - improve the naming of some privates to improve readability
      Unverified
      94f9604a
  23. 21 Jun, 2018 1 commit
  24. 16 Jun, 2018 1 commit
  25. 15 Jun, 2018 1 commit
    • liyuqian's avatar
      Skip painting hidden children of a sliver list (#18465) · 38065376
      liyuqian authored
      We have many hidden children because of iOS accessibility (see also #18410).
      
      For example, in the tile screen of complex_layout app, there could be up to 20 children being painted without this PR. With this PR, only 12 get painted.
      
      This should improve the performance of FL-53 by 40%.
      Unverified
      38065376
  26. 04 May, 2018 1 commit
  27. 09 Jan, 2018 1 commit
  28. 30 Nov, 2017 1 commit
  29. 25 Oct, 2017 1 commit
  30. 12 Sep, 2017 2 commits
  31. 05 Sep, 2017 1 commit
  32. 08 Aug, 2017 1 commit
  33. 25 Jul, 2017 1 commit
  34. 01 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Automatic silver keep alive (#11067) · 7ba1879b
      Ian Hickson authored
      * AutomaticKeepAlive
      
      A Widget that listens for notifications from widgets that don't want to die.
      
      * Automatically wrap SliverList and SliverGrid children in AutomaticKeepAlive widgets
      
      * Fixes for review comments
      7ba1879b
  35. 28 Jun, 2017 1 commit