Tomas Agustin Raies
462c17a0c3
Close Settings Window on runner exit ( #2695 )
2020-05-05 14:13:52 -07:00
Lavius Motileng
d65e2ab2d4
FIX : [Settings] - Can start multiple settings dialogs ( #2421 )
...
* Launch new wpf process with same/old ipc names
* updated bring window to front
* reverted change
* removed unused string
2020-05-05 14:02:55 -07:00
Lavius Motileng
a722ce460c
[Settings UI] Updated General Settings ( #2676 )
...
* updated general settings view
* moved text to string resource
* Update App.xaml.cs
* set run-elevated as a start-up argument
2020-05-05 10:02:31 -07:00
Lavius Motileng
b428fc97e9
fix: Start as Admin Error: Unable to open app when running elevated ( #2411 )
...
* fixed run-elevated error and powerpreview settings not working
* removed EXTENDED_STARTUPINFO_PRESENT flag
* removed test string
* Update Microsoft.PowerToys.Settings.UnitTest.csproj
* Rename PowerLauncher.cs to PowerLauncherViewModelTest.cs
2020-05-03 03:17:06 -07:00
Nghia M. Luong
c768b6bd0c
Remove unused headers ( #2471 )
2020-04-30 20:14:33 +03:00
Arjun Balgovind
ca7b6f139f
MSI update for SettingsV2 and KBM ( #2351 )
...
* Removed SettingsV2 deployment
* Adjusted project output directory
* Added all Settingsv2 and KBM files
* Added all Settingsv2 and KBM files
* Updated configuration and nuget packages
* Removed Interop.TwoWayIPCLib from MSI
2020-04-24 18:03:29 -07:00
Arjun
ca3a436fe5
Merge latest master: 4/22/20
2020-04-22 10:02:17 -07:00
Andrey Nekrasov
0354026292
runner: initial automatic update ( #2141 )
2020-04-21 10:30:12 +03:00
Lavius Motileng
2a0e92e4e2
add two way IPC
2020-04-07 14:19:33 -07:00
Andrey Nekrasov
0ac6c01d65
runner: simplify powertoy_module interface ( #1560 )
2020-03-13 12:55:15 +03:00
Enrico Giordani
415a0cdf28
Coding style (runner) ( #1013 )
2019-12-26 17:26:11 +01:00
Bartosz Sosnowski
619ed234a9
Do not run elevated by default ( #884 )
...
Make the runner not run as elevated by default. Add a setting for
"run PowerToys as elevated" and buttons to restart the process
with the different elevation levels.
2019-12-16 18:36:52 +01:00
Enrico Giordani
fd8fc679be
Run the Settings process un-elevated when possible
...
and if not possible run it elevated and let the Settings
process deal with it.
Add wrappers for GetModuleFileNameW.
2019-12-16 18:03:37 +01:00
Enrico Giordani
5a3c852b32
format
2019-12-16 18:03:37 +01:00
yuyoyuppe
7357e40d3f
Use WinRT JSON parser instead of custom cpprestsdk solution ( #822 )
2019-12-06 11:40:23 +03:00
Bartosz Sosnowski
52b15f29ad
Add darkmode support for the settings window ( #494 )
2019-10-16 10:21:44 +02:00
Bartosz Sosnowski
8ac6db8b5a
Fix cppcheck reported issues ( #333 )
...
Fixes: https://github.com/microsoft/PowerToys/issues/266
2019-09-11 12:38:20 +02:00
Bartosz Sosnowski
8431b80e48
FancyZones and Shortcut Guide initial commit
...
Co-authored-by: Alexis Campailla <alexis@janeasystems.com >
Co-authored-by: Bret Anderson <bretan@microsoft.com >
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
Co-authored-by: Jeff Bogdan <jeffbog@microsoft.com >
Co-authored-by: March Rogers <marchr@microsoft.com >
Co-authored-by: Mike Harsh <mharsh@microsoft.com >
Co-authored-by: Nachum Bundak <Nachum.Bundak@microsoft.com >
Co-authored-by: Oliver Jones <ojones@microsoft.com >
Co-authored-by: Patrick Little <plittle@microsoft.com >
2019-09-05 18:12:40 +02:00