Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import the source code for Window Walker #1177

Merged
merged 24 commits into from
Jan 31, 2020
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
26e89bb
Initial import of code
betadele Jan 8, 2020
d9e122b
Add WindowWalker to the main solution
betadele Jan 8, 2020
92c3b28
Fix hint paths
betadele Jan 8, 2020
138f9f6
Remove AnyCPU configurations
betadele Jan 8, 2020
76ed9f5
Delete useless folder
betadele Jan 8, 2020
edfa3c5
More cleanup of the csproj
betadele Jan 8, 2020
4a1a6ed
Add the Window Walker dll empty project
betadele Jan 9, 2020
298c9b0
Minor naming fixes
betadele Jan 9, 2020
10baf1e
Get it to show up in the settings page/have it turned on
betadele Jan 9, 2020
4fd4134
Move the windowwalker dll to the right location
betadele Jan 9, 2020
4673c97
Run window walker when enabled
betadele Jan 9, 2020
8ea3c4f
Fix build dependency so that window walker gets built
betadele Jan 9, 2020
0e8d565
Revert "Fix build dependency so that window walker gets built"
betadele Jan 9, 2020
c139d68
Adding dependencies
betadele Jan 9, 2020
4808857
Enable turning off Window Walker
betsegaw Jan 12, 2020
42544fe
Match the install entries for Fancy zones for Window walker. Untested.
betsegaw Jan 13, 2020
210ca36
Verify WixTargets is available and if not, load an alternative
betsegaw Jan 15, 2020
237caf5
Remove duplicate binaries
betsegaw Jan 15, 2020
bc4d52a
Add the missing material design dlls to the installer
betsegaw Jan 15, 2020
2d7214c
Remove left overs of MahApps and ControlzEx to unbreak fanzyzones
betsegaw Jan 25, 2020
a3bde46
Remove template comments from dllmain.cpp
betsegaw Jan 25, 2020
e958414
Remove Window Walker from Module list
betadele Jan 28, 2020
d1b014f
Stop showing WindowWalker window on launch
betadele Jan 28, 2020
69a536f
Reverting all changes to the installer
betadele Jan 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding dependencies
betadele committed Jan 9, 2020
commit c139d686987e2aa04ce14736599e72783a437b79
2 changes: 2 additions & 0 deletions PowerToys.sln
Original file line number Diff line number Diff line change
@@ -6,7 +6,9 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runner", "src\runner\runner.vcxproj", "{9412D5C6-2CF2-4FC2-A601-B55508EA9B27}"
ProjectSection(ProjectDependencies) = postProject
{48804216-2A0E-4168-A6D8-9CD068D14227} = {48804216-2A0E-4168-A6D8-9CD068D14227}
{51D3BD1F-07A8-48EB-B2A0-0A249CD4E1A6} = {51D3BD1F-07A8-48EB-B2A0-0A249CD4E1A6}
{74485049-C722-400F-ABE5-86AC52D929B3} = {74485049-C722-400F-ABE5-86AC52D929B3}
{B9BDF8BE-FED7-49B5-A7AE-DD4D1CA2D9EB} = {B9BDF8BE-FED7-49B5-A7AE-DD4D1CA2D9EB}
{A46629C4-1A6C-40FA-A8B6-10E5102BB0BA} = {A46629C4-1A6C-40FA-A8B6-10E5102BB0BA}
{07C389E3-6BC8-41CF-923E-307B1265FA2D} = {07C389E3-6BC8-41CF-923E-307B1265FA2D}
EndProjectSection