-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only access ControlInteractivity through the projection #10051
Commits on Apr 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e4478ee - Browse repository at this point
Copy the full SHA e4478eeView commit details
Commits on Apr 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 400b35f - Browse repository at this point
Copy the full SHA 400b35fView commit details -
Totally upend the control AutomationPeer workings
Now we have an InteractivityAutomationPeer, which acts like the implementation for TermControlAutomationPeer. TermControlAutomationPeer is still needed though, because it implements FrameworkElementAutomationPeer, which is needed to hook up the AP to the actual UIA tree. So we split up the work into two halves, the bit that should be done by the core (the ITextProvider, the IControlAccessibilityInfo), vs the stuff that needs to be in the control (FrameworkElementAutomationPeer). IUiaEventDispatcher should probably be in the control as well, but that's a problem for future us.
Configuration menu - View commit details
-
Copy full SHA for 42b970b - Browse repository at this point
Copy the full SHA 42b970bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4578c13 - Browse repository at this point
Copy the full SHA 4578c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8cc047 - Browse repository at this point
Copy the full SHA d8cc047View commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 21a97b6 - Browse repository at this point
Copy the full SHA 21a97b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e861d8 - Browse repository at this point
Copy the full SHA 2e861d8View commit details -
Merge branch 'dev/migrie/f/oop/use-dcomp-handle' into dev/migrie/inte…
…ractivity-projection-000
Configuration menu - View commit details
-
Copy full SHA for e20caae - Browse repository at this point
Copy the full SHA e20caaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d667f3b - Browse repository at this point
Copy the full SHA d667f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62cbf30 - Browse repository at this point
Copy the full SHA 62cbf30View commit details
Commits on May 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 445bdf6 - Browse repository at this point
Copy the full SHA 445bdf6View commit details -
Merge branch 'dev/migrie/f/oop/use-dcomp-handle' into dev/migrie/inte…
…ractivity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 1376721 - Browse repository at this point
Copy the full SHA 1376721View commit details
Commits on May 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a1ce7cb - Browse repository at this point
Copy the full SHA a1ce7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fb764 - Browse repository at this point
Copy the full SHA 03fb764View commit details -
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000 # Conflicts: # src/cascadia/TerminalControl/ControlInteractivity.cpp # src/cascadia/TerminalControl/ControlInteractivity.h # src/cascadia/TerminalControl/TermControl.cpp # src/cascadia/UnitTests_Control/ControlInteractivityTests.cpp
Configuration menu - View commit details
-
Copy full SHA for 5e7d270 - Browse repository at this point
Copy the full SHA 5e7d270View commit details -
I want to get the padding out of interactivity, but the control bound…
…s are still wrong
Configuration menu - View commit details
-
Copy full SHA for 6e031e5 - Browse repository at this point
Copy the full SHA 6e031e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47410c9 - Browse repository at this point
Copy the full SHA 47410c9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 0869456 - Browse repository at this point
Copy the full SHA 0869456View commit details -
Configuration menu - View commit details
-
Copy full SHA for dace0c4 - Browse repository at this point
Copy the full SHA dace0c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12b78f5 - Browse repository at this point
Copy the full SHA 12b78f5View commit details -
Merge branch 'dev/migrie/f/oop/use-dcomp-handle' into dev/migrie/inte…
…ractivity-projection-000
1Configuration menu - View commit details
-
Copy full SHA for e340fe9 - Browse repository at this point
Copy the full SHA e340fe9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b7b23a8 - Browse repository at this point
Copy the full SHA b7b23a8View commit details
Commits on May 12, 2021
-
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 086710a - Browse repository at this point
Copy the full SHA 086710aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21a6370 - Browse repository at this point
Copy the full SHA 21a6370View commit details
Commits on May 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4efdf39 - Browse repository at this point
Copy the full SHA 4efdf39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e911d - Browse repository at this point
Copy the full SHA 59e911dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f07004 - Browse repository at this point
Copy the full SHA 6f07004View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3b808 - Browse repository at this point
Copy the full SHA ff3b808View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 559d1de - Browse repository at this point
Copy the full SHA 559d1deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 804a114 - Browse repository at this point
Copy the full SHA 804a114View commit details
Commits on May 21, 2021
-
An enum does in fact work across the process boundary
(cherry picked from commit 7fc72ca)
Configuration menu - View commit details
-
Copy full SHA for 0f0af03 - Browse repository at this point
Copy the full SHA 0f0af03View commit details -
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 95300d4 - Browse repository at this point
Copy the full SHA 95300d4View commit details
Commits on May 24, 2021
-
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 1de9485 - Browse repository at this point
Copy the full SHA 1de9485View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc27d0 - Browse repository at this point
Copy the full SHA 1bc27d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cace60 - Browse repository at this point
Copy the full SHA 3cace60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 265bd9f - Browse repository at this point
Copy the full SHA 265bd9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a2957 - Browse repository at this point
Copy the full SHA c8a2957View commit details
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 074f67c - Browse repository at this point
Copy the full SHA 074f67cView commit details -
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 5a0840a - Browse repository at this point
Copy the full SHA 5a0840aView commit details
Commits on Jun 10, 2021
-
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for f5665c5 - Browse repository at this point
Copy the full SHA f5665c5View commit details
Commits on Jul 8, 2021
-
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 056c354 - Browse repository at this point
Copy the full SHA 056c354View commit details -
Configuration menu - View commit details
-
Copy full SHA for e643885 - Browse repository at this point
Copy the full SHA e643885View commit details -
Merge branch 'dev/migrie/interactivity-projection-000' of https://git…
…hub.com/microsoft/terminal into dev/migrie/interactivity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 33653e0 - Browse repository at this point
Copy the full SHA 33653e0View commit details -
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 3d59a67 - Browse repository at this point
Copy the full SHA 3d59a67View commit details
Commits on Jul 13, 2021
-
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 5a598f7 - Browse repository at this point
Copy the full SHA 5a598f7View commit details
Commits on Jul 19, 2021
-
Merge remote-tracking branch 'origin/main' into dev/migrie/interactiv…
…ity-projection-000
Configuration menu - View commit details
-
Copy full SHA for 3797d52 - Browse repository at this point
Copy the full SHA 3797d52View commit details