terminal/src/cascadia/TerminalControl
Michael Niksa 6b728cd6d0
Add source linking information during the build (#2857)
Copies source linking scripts and processes from Microsoft/Microsoft-UI-XAML. This embeds source information inside the PDBs in two formats: One for WinDBG using a PowerShell script that runs during the build, and one for Visual Studio using the Microsoft.SourceLink.GitHub NuGet pacakge. Sources are automatically pulled from raw.githubusercontent.com when debugging a release build inside either of these utilities as of this change.
2019-09-26 09:31:09 -07:00
..
init.cpp Add some ETL around profile, control and connection creation (#2125) 2019-07-29 17:24:20 -07:00
packages.config Add source linking information during the build (#2857) 2019-09-26 09:31:09 -07:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Accessibility: TermControl Automation Peer (#2083) 2019-07-30 16:43:10 -07:00
TermControl.cpp Improve Accessibility Reliability (#2609) 2019-09-23 08:59:03 -07:00
TermControl.h Accessibility: Add BoundingRects to UiaTextRanges (#2423) 2019-08-20 17:50:34 -07:00
TermControl.idl Add support for HTML copy (#1224) 2019-08-19 22:59:01 +00:00
TermControlAutomationPeer.cpp warnings as errors for cppwinrt projects, then fix the warnings (#2660) 2019-09-04 16:43:45 -07:00
TermControlAutomationPeer.h Accessibility: Refactor Providers (#2414) 2019-08-20 16:32:44 -07:00
TermControlAutomationPeer.idl Accessibility: TermControl Automation Peer (#2083) 2019-07-30 16:43:10 -07:00
TermControlUiaProvider.cpp Accessibility: Add BoundingRects to UiaTextRanges (#2423) 2019-08-20 17:50:34 -07:00
TermControlUiaProvider.hpp Accessibility: Add BoundingRects to UiaTextRanges (#2423) 2019-08-20 17:50:34 -07:00
TerminalControl.def Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TerminalControl.vcxproj Add source linking information during the build (#2857) 2019-09-26 09:31:09 -07:00
TerminalControl.vcxproj.filters Add source linking information during the build (#2857) 2019-09-26 09:31:09 -07:00
UiaTextRange.cpp Accessibility: Add BoundingRects to UiaTextRanges (#2423) 2019-08-20 17:50:34 -07:00
UiaTextRange.hpp Accessibility: Add BoundingRects to UiaTextRanges (#2423) 2019-08-20 17:50:34 -07:00
XamlUiaTextRange.cpp Accessibility: Refactor Providers (#2414) 2019-08-20 16:32:44 -07:00
XamlUiaTextRange.h Accessibility: Refactor Providers (#2414) 2019-08-20 16:32:44 -07:00