PowerToys/src/modules/keyboardmanager/KeyboardManagerEditorLibrary
Dylan Briedis 97a8aeb118
[KeyboardManager]Modernize the editor UI (#28473)
* Fix dark title bar for shortcuts window

* Adjust editor sizes

* Fetch accent button style from resources instead

* Modernize the editor UI
Reimplemented the XAML bridge to support Mica

* Use fluent icons

* Modernize the preview key visuals

* Implement teaching tips for key drop-down messages

* Fix spelling

* Fix delete button alignment in keys editor

* Remove trace log from bridge message handler

* Add WinUI depends to installer script

* Hide icon and caption from editor title bar

* Update remap entries to look like cards

* Use built-in content dialog buttons

* Update add button

* Fix spelling

* Fix installer script for ARM64

* Fix spelling AGAIN

* Update dev documentation

* Prevent white flash on dark mode

* Revert 3-key layout but make window wider

* f: align webview versions

* f: add pipeline exceptions for Microsoft DLLs that are not versioned

* f: add vcruntime140_1_app.dll to the exception list

* f: update webview versions
2023-11-07 14:26:19 +00:00
..
BufferValidationHelpers.cpp [Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (H to K) (#23484) 2023-02-08 11:01:13 +00:00
BufferValidationHelpers.h [KBM Editor] fix crash when mapping left and right modifier to the combined key. (#12999) 2021-09-03 16:19:16 +01:00
Dialog.cpp [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
Dialog.h [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
EditKeyboardWindow.cpp [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
EditKeyboardWindow.h [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
EditorConstants.h [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
EditorHelpers.cpp [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
EditorHelpers.h [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
EditShortcutsWindow.cpp [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
EditShortcutsWindow.h [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
KeyboardManagerEditorLibrary.vcxproj [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
KeyboardManagerEditorLibrary.vcxproj.filters [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
KeyboardManagerEditorStrings.cpp [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
KeyboardManagerEditorStrings.h [Analyzers][CPP]Turn on warning 26427 (#22743) 2022-12-18 11:45:19 +00:00
KeyboardManagerState.cpp [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
KeyboardManagerState.h [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
KeyDelay.cpp [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
KeyDelay.h [spellcheck]Spelling cleanup (#17099) 2022-03-17 17:19:16 +00:00
KeyDropDownControl.cpp [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
KeyDropDownControl.h [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
LoadingAndSavingRemappingHelper.cpp [KBM Editor] fix crash when mapping left and right modifier to the combined key. (#12999) 2021-09-03 16:19:16 +01:00
LoadingAndSavingRemappingHelper.h [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
packages.config [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
pch.cpp [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
pch.h [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
ShortcutControl.cpp [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
ShortcutControl.h [KBM] Allow 4 modifier keys in shortcuts (#18365) 2022-05-19 14:06:03 +01:00
ShortcutErrorType.h [KBM] decoupling editor and engine (#11133) 2021-05-07 11:16:31 +03:00
SingleKeyRemapControl.cpp [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
SingleKeyRemapControl.h [KBM] Allow 4 modifier keys in shortcuts (#18365) 2022-05-19 14:06:03 +01:00
Styles.cpp [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
Styles.h [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
targetver.h [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
trace.cpp [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
trace.h [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
UIHelpers.cpp [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
UIHelpers.h [KBM] Migrate Engine and Editor into separate processes (#10774) 2021-04-26 21:01:38 +02:00
XamlBridge2.cpp [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
XamlBridge2.h [KeyboardManager]Modernize the editor UI (#28473) 2023-11-07 14:26:19 +00:00
XamlBridge.cpp [Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (H to K) (#23484) 2023-02-08 11:01:13 +00:00
XamlBridge.h [Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (H to K) (#23484) 2023-02-08 11:01:13 +00:00