1. 21 Nov, 2020 1 commit
  2. 17 Nov, 2020 1 commit
  3. 02 Nov, 2020 1 commit
  4. 09 Oct, 2020 1 commit
  5. 08 Oct, 2020 1 commit
  6. 05 Oct, 2020 1 commit
  7. 17 Sep, 2020 1 commit
  8. 16 Sep, 2020 1 commit
  9. 27 Aug, 2020 1 commit
  10. 20 Aug, 2020 1 commit
  11. 29 Jul, 2020 1 commit
  12. 28 Jul, 2020 1 commit
  13. 17 Jul, 2020 1 commit
    • Chris Yang's avatar
      Add no-op callbacks to platform view gesture recognizer when necessary (#61671) · 30e556dd
      Chris Yang authored
      After #31935, Some one sequence gesture recognizers requires at least one callback to be able to compete in the arena. This PR adds the a no-op callback in the gesture recognizer in the platform view when the gesture recognizer does not have any callbacks. This way, all the gesture recognizers in the platform view can compete in the arena.
      30e556dd
  14. 07 Jul, 2020 1 commit
  15. 05 Jul, 2020 1 commit
  16. 11 Jun, 2020 1 commit
  17. 27 May, 2020 1 commit
  18. 14 May, 2020 1 commit
    • Tong Mu's avatar
      MouseCursor uses a special class instead of null to defer (#57094) · 5fa1c60b
      Tong Mu authored
      * Uses a special cursor value MouseCursor.defer to mark deferring. MouseTrackerAnnotation.cursor is now non-null. The mouseCursor argument of widgets or render objects can be null, which indicates using the default value.
      * Moves SystemMouseCursors.uncontrolled to MouseCursor.uncontrolled.
      * Changes how MouseCursor.debugDescription is defined. Previously MouseCursor.toString returns $runtimeType($debugDescription), while now it returns $debugDescription. Implementations of classes are updated, except for the ones of MouseCursor.defer and MouseCursor.uncontrolled are simply "defer" and "uncontrolled".
      5fa1c60b
  19. 11 May, 2020 1 commit
    • Tong Mu's avatar
      System mouse cursors (#54171) · 7f8cb7f8
      Tong Mu authored
      Adds the basic framework for the mouse cursor system. 
      
      * Adds MouseRegion.cursor
      * Adds SystemMouseCursors
      * Adds mouseCursor to some widgets
      7f8cb7f8
  20. 20 Mar, 2020 1 commit
  21. 28 Jan, 2020 1 commit
  22. 11 Jan, 2020 1 commit
  23. 07 Jan, 2020 1 commit
  24. 23 Dec, 2019 1 commit
  25. 05 Dec, 2019 1 commit
    • Chris Bracken's avatar
      Dispatch hover events to PlatformViewController (#46124) · fa0c49d7
      Chris Bracken authored
      This adds support to PlatformViewLayer for handling hover events. Prior
      to this, PlatformViewLayers only supported events forwarded by the
      gesture recognizers associated with the PlatformViewRenderBox. Hover
      events don't participate in gesture recognition and as such are dropped
      in GestureBinding. That said, hover event processing in platform views
      is expected for desktop and other platforms with hover event support.
      
      This adds support for passing an optional MouseTrackerAnnotation to
      PlatformViewLayer. PlatformViewRenderBox populates this with a mouse
      tracker annotation that forwards hover events to
      PlatformViewController.dispatchPointerEvent() for handling by users.
      fa0c49d7
  26. 04 Dec, 2019 1 commit
  27. 27 Nov, 2019 3 commits
    • 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
    • Chris Bracken's avatar
      Eliminate commented-out code (#45726) · dc49fa21
      Chris Bracken authored
      This appears to have been inadvertently added in #37497 (333c9618).
      
      The code in question already exists in `_PlatformViewGestureMixin`, which
      `PlatformViewRenderBox` (where it was added) mixes in.
      dc49fa21
    • Chris Bracken's avatar
      Fix parameter name: handlePointerEvent (#45717) · b39949ff
      Chris Bracken authored
      Removes an unnecessary leading underscore from a parameter name. The
      parameter type is library private, but parameters cannot be 'private'.
      b39949ff
  28. 24 Sep, 2019 1 commit
  29. 06 Aug, 2019 1 commit
  30. 02 Aug, 2019 1 commit
    • Chris Yang's avatar
      Extract common PlatformView functionality: Painting and Semantics (#36955) · 9553f8da
      Chris Yang authored
      * painting and semantics
      
      * more comments
      
      * fixing ci
      
      * review fixes
      
      * add assert for id
      
      * rename custom layer factory to layer builder
      
      * review updates
      
      * partial review fixes
      
      * some doc updates
      
      * more doc updates
      
      * only expose getter for id in PlatformViewController
      
      * doc updates/removing all the  references
      
      * remove extra
      
      * more doc updates
      
      * some doc updates
      
      * more doc fixes
      
      * review fixes
      9553f8da
  31. 31 May, 2019 1 commit
  32. 09 May, 2019 1 commit
  33. 27 Mar, 2019 1 commit
  34. 22 Mar, 2019 1 commit
  35. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  36. 12 Mar, 2019 1 commit
  37. 09 Mar, 2019 1 commit
  38. 06 Mar, 2019 1 commit