1. 01 Jul, 2021 1 commit
  2. 28 Jun, 2021 1 commit
  3. 04 Jun, 2021 1 commit
  4. 10 May, 2021 1 commit
  5. 12 Mar, 2021 1 commit
  6. 29 Jan, 2021 1 commit
  7. 27 Jan, 2021 1 commit
  8. 26 Jan, 2021 1 commit
  9. 23 Dec, 2020 1 commit
  10. 11 Dec, 2020 1 commit
  11. 03 Dec, 2020 1 commit
  12. 02 Nov, 2020 3 commits
  13. 01 Nov, 2020 1 commit
  14. 30 Oct, 2020 1 commit
  15. 27 Oct, 2020 1 commit
  16. 10 Oct, 2020 1 commit
  17. 06 Oct, 2020 1 commit
  18. 29 Sep, 2020 1 commit
  19. 10 Sep, 2020 1 commit
  20. 19 Aug, 2020 1 commit
  21. 30 Jul, 2020 1 commit
  22. 16 Jun, 2020 1 commit
  23. 11 Jun, 2020 1 commit
  24. 25 Jan, 2020 1 commit
  25. 13 Dec, 2019 1 commit
  26. 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
      449f4a66
  27. 02 Oct, 2019 1 commit
  28. 12 Aug, 2019 1 commit
  29. 01 Aug, 2019 1 commit
    • Tong Mu's avatar
      Split Mouse from Listener (#36217) · 5bb8d8fc
      Tong Mu authored
      - Splits on{Enter,Hover,Exit} from Listener to MouseRegion. Deprecated API is kept for compatibility.
      - Splits on{Enter,Hover,Exit} from RenderPointerListener to RenderMouseRegion.
      5bb8d8fc
  30. 27 Jul, 2019 1 commit
    • Shi-Hao Hong's avatar
      Add margins to tooltips (#36963) · c1a118bc
      Shi-Hao Hong authored
      * Add margin parameter to tooltips
      
      * Improve tooltip tests to find the tooltip's `Container` instead of arbitrary number of parent calls
      c1a118bc
  31. 26 Jul, 2019 1 commit
  32. 25 Jul, 2019 1 commit
  33. 24 Jul, 2019 2 commits
  34. 18 May, 2019 1 commit
  35. 03 May, 2019 1 commit
    • Greg Spencer's avatar
      Re-land: Add support for Tooltip hover (#31699) · 11e0a725
      Greg Spencer authored
      This is a re-land of #31561, after fixing performance regressions.
      
      Added change listening to the MouseTracker so that the Listener and tooltip can react to whether or not a mouse is connected at all. Added a change check to make sure Listener only repaints when something changed.
      
      Fixes #22817
      11e0a725
  36. 26 Apr, 2019 1 commit
  37. 25 Apr, 2019 1 commit
    • Greg Spencer's avatar
      Add support for Tooltip hover (#31561) · eca93640
      Greg Spencer authored
      Adds support for mouse pointer hovering to trigger tooltips, as well as custom timeouts for the tooltip durations, and a custom decoration. It also makes the tooltip be fully opaque when shown, and fade in over 150ms, and fade out over 75ms, and draw a 4.0 corner radius, all to conform with the material spec. Prior to this change, it was using a corner radius of 2.0 when shown, and faded in and out over 200ms.
      
      Fixes #22817
      eca93640