PowerToys/src/settings-ui/Microsoft.PowerToys.Settings.UI.Library/ViewModels
Den Delimarsky 579881002e
Fixes for PowerToys Awake (#12215)
* Change how background threads operate
This should reduce CPU usage.

* Well there is just no need for the console here

* Need to keep the full name sanitized

* Update the changes to console handling

* Updating how we handle constants

* Fix process termination logic

* Making some tweaks to the termination logic

* Update how the process is tracked

* Updating how application closing is done for Awake.

* Update with explicit types

* Fix high CPU usage for timed keep awake.

* Logging typo fix.

* Update some of the timer logic.

* Fix variable naming for consistency

* Cleanup the C++ interface

* Cleanup the code a bit
This change introduces support for:

- Proper event handling across the two apps (Awake and runner).
- Removal of unnecessary functions.

* Cleaning up the code even further

* Remove unnecessary functions
2021-07-13 18:39:46 +01:00
..
Commands common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
AwakeViewModel.cs Fixes for PowerToys Awake (#12215) 2021-07-13 18:39:46 +01:00
ColorPickerViewModel.cs [ColorPicker] Order colors with up/down buttons. (#10392) 2021-03-24 19:36:25 +03:00
FancyZonesViewModel.cs [FancyZones] Move FancyZones out of the runner process (#11818) 2021-06-23 13:48:54 +01:00
GeneralViewModel.cs Dev/yuyoyuppe/autoupdate polishing (#11693) 2021-06-14 12:55:59 +03:00
ImageResizerViewModel.cs Added localization to default sizes (#8928) 2021-01-14 14:14:29 +02:00
KeyboardManagerViewModel.cs [KBM] move interop methods to dedicated class (#10958) 2021-04-27 01:14:59 +02:00
PluginAdditionalOptionViewModel.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
PowerLauncherPluginViewModel.cs Save relative path to settings (#11543) 2021-06-01 10:57:53 +03:00
PowerLauncherViewModel.cs fix glitch (#10517) 2021-03-31 21:54:10 +03:00
PowerPreviewViewModel.cs common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
PowerRenameViewModel.cs Added localization to default sizes (#8928) 2021-01-14 14:14:29 +02:00
ShortcutGuideViewModel.cs [Shortcut Guide] Move into separate process (#11359) 2021-05-20 15:07:34 +03:00
VideoConferenceViewModel.cs Add new VideoConference module for muting mic/cam (#11798) 2021-06-29 13:06:12 +03:00