Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c2fcadef89ad
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 62113c4f5c8c
Choose a head ref
  • 13 commits
  • 35 files changed
  • 9 contributors

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    9b200e1 View commit details
    Browse the repository at this point in the history
  2. Use WindowInfoTracker.Companion.getOrCreate instead of the short vers…

    …ion (#30012)
    Emmanuel Garcia authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    fada035 View commit details
    Browse the repository at this point in the history
  3. Non painting platform views (#30003)

    Harry Terkelsen authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d280475 View commit details
    Browse the repository at this point in the history
  4. [macOS] MacOS Keyboard properly handles multi-char characters (#30005)

    * Attempt
    
    * Write my own decode
    
    * Doc
    
    * Format
    
    * Fix comment and log
    
    * Update FlutterEmbedderKeyResponder.mm
    dkwingsmt authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b420c16 View commit details
    Browse the repository at this point in the history
  5. [Win32, keyboard] Fix dead key events that don't have the dead key ma…

    …sk (#30004)
    
    This PR fixes flutter/flutter#92654, a rare case where dead key events are not properly handled.
    dkwingsmt authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0a6098b View commit details
    Browse the repository at this point in the history
  6. Fix sceneElement analysis error (#30038)

    Harry Terkelsen authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8ac9366 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ad06c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69be405 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c85a129 View commit details
    Browse the repository at this point in the history
  10. Eliminate hardcoded scale factor in a11y scroll (#30013)

    When performing an accessibilty scroll, the default scroll distance is
    kSmallScrollIncrement (40 pixels). This value is then multiplied by the
    system scale factor, as set in the display settings drop-down in the Windows
    system settings.
    
    When we imported the AX tree from Chromium, we hard-coded the system
    scale factor to 1.0 due to a fair amount of abstraction of the scale
    factor lookup in their code. This fills it back in.
    
    Issue: flutter/flutter#78798
    cbracken authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    abf6c34 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d184d9b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    476ed30 View commit details
    Browse the repository at this point in the history
  2. Revert dart to 9f61c24 (#30056)

    * Revert "Roll Dart SDK from 3a963ff to 8bb2e56 (4 revisions) (#30045)"
    
    This reverts commit c85a129.
    
    * Revert "Roll Dart SDK from 9f61c24 to 3a963ff (7 revisions) (#30011)"
    
    This reverts commit 9b200e1.
    zanderso authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    62113c4 View commit details
    Browse the repository at this point in the history
Loading