Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Microsoft
- Redmond, WA
- https://microsoft.com
Popular repositories
1,069 contributions in the last year
Activity overview
Contributed to
microsoft/terminal,
microsoft/cascadia-code,
microsoft/microsoft-ui-xaml
and 5 other
repositories
Contribution activity
May 2020
Created a pull request in microsoft/terminal that received 11 comments
Move to Microsoft.UI.Xaml 2.4.0
This brings support for "Compact" tab sizing, which compresses all inactive tabs to just the size of their icons plus the close button. Neat! It al…
+18
−18
•
11
comments
- Partially regenerate codepoint widths from Emoji 13.0
- Replace manual get/set code in GlobalAppSettings with GETSET_PROPERTY
- Update Cascadia Code to 2005.15
- Remove the JSON reserializers (except for AKB)
- CodepointWidthDetector: reclassify U+25FB, U+25FC as Narrow
- [RFC] Introduce a JsonUtils replacement and documentation
- Bump Cascadia Code to v2004.30
- Teach TerminalPage to handle exceptions that happen during paste
- Stop trying to set selection endpoints when there's no selection
- InteractivityWin32: Add a dependency on Dx
- dx: when filling an HWND target, use the actual background color
- Switch the Cascadia projects to til::color where it's easily possible to do so
- dx: fix a missing stdcall that was blowing up the x86 build
- build: merge the signing steps and wildcard them
- res: on second thought, tuck the lozenge in at smaller sizes
- Switch to the new lozenge-style dev icons and add preview icons
- Make sure we don't try to remove tabs when they don't exist
- Allow the default profile to be specified by name
- Fix SGR indexed colors
- doc: add a link to default keybindings
- Rename `propsheet/TerminalPage` to `propsheet/TerminalPropsheetPage`
- Manually close tabs when they're closed while dragging them
- [RFC] Introduce a JsonUtils replacement and documentation
- Fix an accidental regression from #5771
- Implement drag-drop paste for text
- doc: fix broken link within documentation
- Revert some emoji back to narrow width
- Add renderer settings to mitigate blurry text for some graphics devices
- Switch the Cascadia projects to til::color where it's easily possible to do so
- Make most emojis full-width
- Trigger scroll on scrolled selection
- Manually select a new tab when we're in fullscreen mode
- Scale box drawing glyphs to fit cells for visual bliss
- Add an AppDescription for the Preview package
- Initialize the text buffer with the default attributes on a resize
- Refactor the SGR implementation in AdaptDispatch
- Fix wrapped lines in `less` in Git for Windows
- Add a new appxmanifest for preview
- Don't set the new tab button colors for now
- Make sure that EraseAll moves the Terminal viewport
- Fix a few minor typos from #3789
- doc: fix typo in UsingCommandlineArguments.md
- Remove `decreaseFontSize` from schema
- Some pull request reviews not shown.
Created an issue in microsoft/terminal that received 12 comments
Investigate alternative ways to handle box drawing/block elements
There've been some concerns about how we scale glyphs in the Box Drawing character block. Other terminal emulators do interesting things: Gnome-te…
12
comments
- [REGRESSION >0.11.1251] Backward-kill-word after line wrapping in powershell doesn't clear exited line properly
- Parallel Build occasionally breaks because dx doesn't produce IBoxDrawingEffect_h.h from idl before Win32Interactivity needs it
- Color Picker Regression: new tab button is white on light theme
- "git log --pretty=oneline" at the bottom of the buffer line-wraps wrong