1. 16 2月, 2019 10 次提交
  2. 15 2月, 2019 1 次提交
  3. 14 2月, 2019 1 次提交
  4. 12 2月, 2019 4 次提交
  5. 09 2月, 2019 6 次提交
  6. 08 2月, 2019 1 次提交
  7. 07 2月, 2019 2 次提交
  8. 06 2月, 2019 1 次提交
  9. 05 2月, 2019 2 次提交
  10. 01 2月, 2019 1 次提交
    • S
      Initial import of FDE macOS framework (#7642) · 93452747
      stuartmorgan 提交于
      Merges the current flutter-desktop-embedding macOS framework into the
      engine. Notable changes:
      - All channel/codec related code is eliminated in favor of using the
        existing iOS implementations.
      - All .m files renamed to .mm for consistency with the iOS code.
        - Some minor code changes to fix new warnings in Objective-C++ mode.
      - License headers, basic format (e.g., clang-format changes) updated to
        use repo style.
      - Xcode project is not included; instead adds GN build rules to create
        an integrated framework that combines what was the FDE library with
        what is present in FlutterEmbedder.framework.
      
      Other changes are left as follow-ups, including:
      - Moving shared code out of ios/ into common/.
      - Potentially improving sharing between iOS and macOS BUILD.gn.
      - Class renaming; the FLE prefix will be eliminated, but that API
        surface isn't stable yet, so that can be changed later.
      93452747
  11. 31 1月, 2019 4 次提交
  12. 30 1月, 2019 1 次提交
    • S
      Rename FlutterResult in embedder.h (#7567) · 474d8837
      stuartmorgan 提交于
      FlutterResult is also the name of a class in the Objective-C API
      surface, which is problematic when building a framework that contains
      both (such as a macOS implementation of the Flutter framework).
      474d8837
  13. 29 1月, 2019 1 次提交
  14. 25 1月, 2019 2 次提交
  15. 24 1月, 2019 1 次提交
    • Q
      Don't accept gestures by ForwardingGestureRecognizer (#7558) · 450c3e4d
      Qxyat 提交于
      ForwardingGestureRecognizer was previously accepting the gesture when the touch sequence ended, this was causing some other gesture recognizers to not accept the gestures (e.g tapping on the my location button in a Google Map didn't work).
      450c3e4d
  16. 23 1月, 2019 2 次提交