terminal/src/types
Dustin L. Howett (MSFT) 4991b9f1b2 Switch all of the UIA providers to WRL::RuntimeClass (#3213)
* Switch all of the UIA providers to WRL::RuntimeClass
Fixes #3209.
References #3051.

Co-authored-by: Carlos Zamora <cazamor@microsoft.com>
Co-authored-by: Dustin Howett <duhowett@microsoft.com>
2019-10-17 15:32:30 -07:00
..
inc Add support for passing through extended text attributes, like… (#2917) 2019-10-04 15:53:54 -05:00
lib Accessibility: Refactor Providers (#2414) 2019-08-20 16:32:44 -07:00
ut_types utils: prevent the corruption of GUID strings (#2765) 2019-09-16 15:01:47 -07:00
CodepointWidthDetector.cpp Suppress last two errors (C26455 default constructor throw in DxEngine because it's due for refactoring soon anyway & C26444 custom construction/destruction on OutputCellIterator because I can't see what's going on and it needs more investigation and shouldn't hold this up). Also run codeformat. 2019-09-03 16:18:19 -07:00
convert.cpp Always use a VK in MapVirtualKeyW(..., MAPVK_VK_TO_VSC) (#3199) 2019-10-17 14:58:41 -07:00
dirs Switch to v5 UUIDs as profile GUIDs for the default profiles (#913) 2019-05-21 13:29:16 -07:00
FocusEvent.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
GlyphWidth.cpp Add GH issue IDs to all the suppress/disables that I left behind as they were a bit too challenging to solve with this giant PR 2019-09-05 11:14:43 -07:00
IBaseData.h Suppress last two errors (C26455 default constructor throw in DxEngine because it's due for refactoring soon anyway & C26444 custom construction/destruction on OutputCellIterator because I can't see what's going on and it needs more investigation and shouldn't hold this up). Also run codeformat. 2019-09-03 16:18:19 -07:00
IConsoleWindow.hpp Accessibility: Set-up UIA Tree (#1691) 2019-07-29 15:21:15 -07:00
IInputEvent.cpp C26446, Use .at instead of array indices 2019-08-29 11:05:32 -07:00
IInputEventStreams.cpp Improve debugging experience of key events (#2872) 2019-09-24 13:50:53 -07:00
IUiaData.h Suppress last two errors (C26455 default constructor throw in DxEngine because it's due for refactoring soon anyway & C26444 custom construction/destruction on OutputCellIterator because I can't see what's going on and it needs more investigation and shouldn't hold this up). Also run codeformat. 2019-09-03 16:18:19 -07:00
IUiaWindow.h Accessibility: Set-up UIA Tree (#1691) 2019-07-29 15:21:15 -07:00
KeyEvent.cpp Improve debugging experience of key events (#2872) 2019-09-24 13:50:53 -07:00
MenuEvent.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ModifierKeyState.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
MouseEvent.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Accessibility: Set-up UIA Tree (#1691) 2019-07-29 15:21:15 -07:00
ScreenInfoUiaProviderBase.cpp Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00
ScreenInfoUiaProviderBase.h Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00
sources.inc Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
UiaTextRangeBase.cpp Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00
UiaTextRangeBase.hpp Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00
UTF8OutPipeReader.cpp use the array size for the read bounds. using extent on the newly-converted-to-array type doesn't give the correct value. 2019-09-05 13:09:36 -07:00
Utf16Parser.cpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
utils.cpp Get rid of our hand-rolled sprintf->wstring helpers, prefer WIL (#3106) 2019-10-08 12:04:18 -07:00
viewport.cpp C26494, uninitalized local variables 2019-09-03 10:02:18 -07:00
WindowBufferSizeEvent.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WindowUiaProviderBase.cpp Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00
WindowUiaProviderBase.hpp Switch all of the UIA providers to WRL::RuntimeClass (#3213) 2019-10-17 15:32:30 -07:00