Popular repositories
-
-
Forked from microsoft/winget-pkgs
The Microsoft community Windows Package Manager manifest repository
PowerShell 1
-
Forked from lauchacarro/Azure-Storage-Action
With Azure Storage Action, you can automate your workflow to deploy files to Azure Blob Storage Container without Azure Credentials, only Azure Storage Account Connection String
C# 1
-
-
Forked from microsoft/terminal
The new Windows Terminal, and the original Windows console host -- all in the same place!
C++
582 contributions in the last year
Activity overview
Contribution activity
July 2021
Created 3 commits in 2 repositories
Created a pull request in microsoft/terminal that received 27 comments
Skip accessibility notifier and all event calculations when we're in PTY mode
Change accessibility notifier creation so we do not create one when we're in PTY mode. (Guard all call sites to skip math/event work when the notif…
Opened 2 other pull requests in 2 repositories
MicrosoftDocs/sdk-api
1
merged
microsoft/terminal
1
merged
Reviewed 23 pull requests in 1 repository
microsoft/terminal 23 pull requests
- Defer cursor winrt event triggering
- implement drag&drop path in '+' button (#10073)
- Optimize hot path in textBufferCellIterator
- Only access ControlInteractivity through the projection
- Fix unfocused appearance editor not appearing/disappearing correctly
- Re-evaluate the size of the quake window when it's summoned to a monitor
- Allow users to set font features and font axes
- Fix output stuttering using a ticket lock
-
Allow
ThrottledFuncto work on different types of dispatcher - Reintroduce the Defaults page and the Reset buttons
- Add Minimize to Tray and Tray Icon
- Fix all fragments not loading when one is badly formed
- Fix the cursor blink VT sequence being ignored
- Skip accessibility notifier and all event calculations when we're in PTY mode
- Introduce feature flag for editable actions page
- #10497: Do not force the font on output codepage change
- #10477: Handle things above U+FFFF in GDI renderer
- wpf: make sure to pack api-ms-win-core-synch-l1-2-0
- Add the 'Add new' button to the Actions page
- Expose Text Attributes to UI Automation
- Introduce a api-ms-win-core-synch-l1-2-0 shim for Windows 7
- Don't notify a11y event when in ConPTY mode
- [A11y] Initialize and copy _blockRange in UIA Clone
Created an issue in microsoft/terminal that received 2 comments
Make no-op IAccessibilityNotifier for ConPTY mode
@DHowett I finished the first part and moved the check inside NotifyAccessibilityEventing. I found that I'm not the right person to do the second p…