Enrico Giordani
|
25510b23e1
|
remove mutex
the mutex is not necessary since the global window handler is set after the WM_CREATE event is fired.
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
1fc351b088
|
code refactoring
fix casting warning
disable automatic window content refresh on resize, this is required by the upcoming support for WebView2
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
7db627df1b
|
global variable name
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
c00733ea11
|
error handling and error checking
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
7a94ee04c8
|
global variables name
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
799ac545a2
|
supress warning C26451 arithmetic overflow
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
11396015fb
|
WinMain annotation and argument name
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
6839b4773a
|
NULL -> nullptr
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
a2b0671d6d
|
rename variables and functions
supress warning C26444
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
99e5680f33
|
code refactoring for local stream uri
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
f93bcd875a
|
remove unused WebViewControlProcessOptions
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
576f75d230
|
rename global variables
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
f28e9bdb96
|
remove namespace prefix
since it is declared to be used
|
2019-10-04 11:50:27 +02:00 |
|
Enrico Giordani
|
7c43e814e9
|
remove unused libs
|
2019-10-04 11:50:27 +02:00 |
|
Bartosz Sosnowski
|
1737128b1d
|
Make Alt-F4 always close the settings window (#334)
Fixes: https://github.com/microsoft/PowerToys/issues/289
|
2019-09-11 12:38:40 +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 |
|