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

Remove win+r checkbox #2472

Closed
wants to merge 2,310 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2310 commits
Select commit Hold shift + click to select a range
c4b49ce
Added launcher project and changed references to common
alekhyareddy28 Mar 16, 2020
078656f
Added the code to launch another process
alekhyareddy28 Mar 16, 2020
113c39c
added shellapi header
alekhyareddy28 Mar 16, 2020
aebdc0c
Added launcher to runner
alekhyareddy28 Mar 16, 2020
94387e8
added functions to remove the abstract class error
alekhyareddy28 Mar 16, 2020
f77bacb
added the wox launcher dll
alekhyareddy28 Mar 16, 2020
78a6ab8
Readded the reference to common
alekhyareddy28 Mar 16, 2020
06eac36
modified the additional include directories for the release version
alekhyareddy28 Mar 16, 2020
16d1245
changed the name to be displayed from Wox.Launcher to Launcher
alekhyareddy28 Mar 16, 2020
9537dd7
Localized the strings of Launcher
alekhyareddy28 Mar 16, 2020
40cc4f3
Merge pull request #2 from microsoft/updateREADME
alekhyareddy28 Mar 16, 2020
dacd13e
Added a SearchResult Helper class
alekhyareddy28 Mar 16, 2020
8e45c41
Created a helper class to use indexer and return search results
alekhyareddy28 Mar 16, 2020
ea75a56
Added the main and settings file which declare most of the plugin int…
alekhyareddy28 Mar 16, 2020
415b7bf
Added references and renamed a class
alekhyareddy28 Mar 16, 2020
657a1aa
Added the images folder which contains the windows indexer icon
alekhyareddy28 Mar 16, 2020
4da33b8
Added the image
alekhyareddy28 Mar 17, 2020
248a689
Added the plugin.json file
alekhyareddy28 Mar 17, 2020
9a84fc5
Minor changes in project files
alekhyareddy28 Mar 17, 2020
f5e474f
Added plugin.json to the project
alekhyareddy28 Mar 17, 2020
7164260
Modified the output paths to create the dll for the plugin in the cor…
alekhyareddy28 Mar 17, 2020
69758b8
Refactored the code to make it unit testable
alekhyareddy28 Mar 17, 2020
ca916de
Made the code unit testable and added unit tests for the indexer plugin
alekhyareddy28 Mar 17, 2020
cafe267
Removed commented out code
alekhyareddy28 Mar 18, 2020
855f092
Merge pull request #4 from microsoft/launcherInRunner
alekhyareddy28 Mar 18, 2020
1842c9e
Merge branch 'master' of https://github.com/microsoft/Launcher into w…
alekhyareddy28 Mar 18, 2020
7a3c326
Code to terminate wox when we exit PowerToys
alekhyareddy28 Mar 18, 2020
2efe582
Merge pull request #7 from microsoft/windowsIndexerPlugin
alekhyareddy28 Mar 20, 2020
0f78f1b
Copy from Jeremy's fork PR
bkudiess Mar 20, 2020
c20be3d
Removed unnecessary plugins from source tree
alekhyareddy28 Mar 20, 2020
d7736f7
add missing files
bkudiess Mar 20, 2020
7d1e60a
Fix postbuild event
bkudiess Mar 20, 2020
398666a
Merge branch 'master' of https://github.com/microsoft/Launcher into t…
alekhyareddy28 Mar 20, 2020
82ee5bf
Added x64 for all Wox project - Debug mode
alekhyareddy28 Mar 20, 2020
3b3dca4
Removed the AnyCPU config - Debug
alekhyareddy28 Mar 20, 2020
18bf140
Added the build paths for release x64 (removed AnyCPU)
alekhyareddy28 Mar 21, 2020
08d0db8
Set warning level to 4 : Release
alekhyareddy28 Mar 21, 2020
417310b
Set warning level 4 : Debug
alekhyareddy28 Mar 21, 2020
98b9503
set optimize code to false
alekhyareddy28 Mar 21, 2020
c57b55e
Merge pull request #15 from microsoft/terminateLauncher
alekhyareddy28 Mar 23, 2020
8e2b18e
Merge pull request #19 from microsoft/removePluginsSourceTree
alekhyareddy28 Mar 23, 2020
6414fe8
Removed notify icon component
dsrivastavv Mar 23, 2020
7c174b9
Removed setting UI XAML file and references
dsrivastavv Mar 23, 2020
4b05929
Readded necessary callback functions
dsrivastavv Mar 23, 2020
db253cd
Removed python path and python plugin functions
alekhyareddy28 Mar 23, 2020
4dac1ae
Removed UI related to python path and the bindings related to that
alekhyareddy28 Mar 23, 2020
ae31ecf
Remove python bindings
alekhyareddy28 Mar 23, 2020
08bcebf
Removed the localized string translations from pythonDirectory and Se…
alekhyareddy28 Mar 23, 2020
7af2f4a
Merge pull request #20 from microsoft/somil55/removeSystemtray
dsrivastavv Mar 23, 2020
75e5b1c
Manually resolving conflicts
alekhyareddy28 Mar 23, 2020
76d402f
Merge branch 'master' into dotnet-core-upgrade
bkudiess Mar 24, 2020
a103657
Fix Wox build in project settings
bkudiess Mar 24, 2020
cdef2de
deleting unused project files
bkudiess Mar 24, 2020
444b0b3
Undo change internal
bkudiess Mar 24, 2020
6e2ad28
Fix internal variable
bkudiess Mar 24, 2020
7183bea
All wox exceptions in debug are getting rethrown, and thus causing th…
ryanbodrug-microsoft Mar 24, 2020
79fd5dc
Ported Indexer plugin to .net core 3
alekhyareddy28 Mar 24, 2020
d9e1dce
Added the test project back
alekhyareddy28 Mar 24, 2020
5b5f480
Removed the .net framework indexer folder
alekhyareddy28 Mar 24, 2020
0c8e351
readding the plugin.json file
alekhyareddy28 Mar 24, 2020
1822f36
Changed the anyCPU config to x64 for windows indexer plugin
alekhyareddy28 Mar 24, 2020
572a121
Merge pull request #22 from microsoft/user/ryanbod/remove_throw_from_…
ryanbodrug-microsoft Mar 25, 2020
a660417
Merge pull request #23 from microsoft/portIndexerPlugin
alekhyareddy28 Mar 25, 2020
2aae667
Adding dependency to wox project on the runner. This should make sur…
ryanbodrug-microsoft Mar 25, 2020
ed3b408
Merge pull request #24 from microsoft/user/ryanbod/add_wox_build_depe…
ryanbodrug-microsoft Mar 25, 2020
b051a39
Merge branch 'master' into dotnet-core-upgrade
bkudiess Mar 25, 2020
de3ee93
Updating build dependencies. Wox.Launcher wasn't built as part of th…
ryanbodrug-microsoft Mar 25, 2020
93e2cc3
Merge pull request #21 from microsoft/removePythonDependency
alekhyareddy28 Mar 25, 2020
d6fce7c
removing locks from the ResultListBox code behind file. All callback…
ryanbodrug-microsoft Mar 25, 2020
2673b9d
Merge pull request #25 from microsoft/user/ryanbod/adding_build_depen…
ryanbodrug-microsoft Mar 26, 2020
686432a
Remove anyCPU config and changed it to x64
alekhyareddy28 Mar 27, 2020
549de55
Removed anycpu of test proj
alekhyareddy28 Mar 27, 2020
cdad6f7
Merge pull request #27 from microsoft/UpdateConfigsTox64
alekhyareddy28 Mar 27, 2020
c5df7d4
Merge branch 'master' into dotnet-core-upgrade
bkudiess Mar 27, 2020
d665c37
Adding dependency
bkudiess Mar 27, 2020
71992f5
Merge pull request #18 from microsoft/dotnet-core-upgrade
bkudiess Mar 27, 2020
b0e6e31
Renaming executable to PowerLauncher. Replaceing icons with placehol…
ryanbodrug-microsoft Mar 27, 2020
7feaa50
Renaming AppData directory from 'Wox' to 'PowerLauncher'. Also repla…
ryanbodrug-microsoft Mar 27, 2020
b8e957f
adding support for xaml islands
bkudiess Mar 27, 2020
64a4451
Added Neils UI code
dsrivastavv Mar 27, 2020
f95bc17
Replace Niels Code references
bkudiess Mar 27, 2020
22ed3c0
Added assets and behaviours
dsrivastavv Mar 27, 2020
83e0cdf
Add missing reference
bkudiess Mar 27, 2020
64416ae
Add main view model binding
bkudiess Mar 27, 2020
73a7ade
Using proper executable name when closing 'PowerLauncher' process
ryanbodrug-microsoft Mar 30, 2020
59a2c5c
Merge pull request #28 from microsoft/user/ryanbod/rename_wox
ryanbodrug-microsoft Mar 30, 2020
6cc00a5
changed x:bind to Binding to avoid reference
dsrivastavv Mar 30, 2020
6dd13e4
Updated bindings for launcher
dsrivastavv Mar 30, 2020
c9fe2f6
Added binding on searchBox
bkudiess Mar 31, 2020
81eb7de
Adding Directory.Build.targets file to kill the PowerLauncher pproces…
ryanbodrug-microsoft Mar 31, 2020
ce2bf5a
Fixed exception preventing result display
dsrivastavv Mar 31, 2020
5a13850
Fixed issue with wpf marshalling events to a non UI thread
dsrivastavv Apr 2, 2020
d73ab36
Optimised result binding by inserting search result from multiple plu…
dsrivastavv Apr 2, 2020
6a43b8b
copy resource files to output folder
alekhyareddy28 Apr 2, 2020
3849019
Corrected the output path for the indexer plugin
alekhyareddy28 Apr 2, 2020
ad6ca65
windows indexer plugin is working
alekhyareddy28 Apr 3, 2020
57c616a
Remove console print statement
alekhyareddy28 Apr 3, 2020
b6f927c
Added callback function for mouse click on search result
dsrivastavv Apr 3, 2020
293a8a8
Working App execution
dsrivastavv Apr 3, 2020
949e504
Cherry picked pinyin performance changes from jjw24's master branch
jjw24 Mar 11, 2020
b92bcd1
change nuget package to msft for winrt compat
crutkas Apr 3, 2020
5b02501
Merge pull request #41 from microsoft/dev/crutkas/fixCircularReference
crutkas Apr 3, 2020
1a15a06
Working up/down arrow key
dsrivastavv Apr 3, 2020
d7dc4bf
updating references and removing a few that seem uneeded for how stuf…
crutkas Apr 3, 2020
44a9db1
adding two back in
crutkas Apr 3, 2020
de5f7f9
Merge pull request #29 from microsoft/portIndexer
alekhyareddy28 Apr 4, 2020
b9e437c
Merge pull request #42 from microsoft/AddPinyinPerformance
alekhyareddy28 Apr 4, 2020
35e9091
Removing Squirrel dll. unsure on updating so i kept that logic in
crutkas Apr 4, 2020
dd734c3
Merge branch 'master' into dev/crutkas/updatingNugetPackages
crutkas Apr 4, 2020
564e769
Merge pull request #26 from microsoft/user/ryanbod/removing_unnecessa…
ryanbodrug-microsoft Apr 4, 2020
2b550b1
Merge pull request #46 from microsoft/dev/crutkas/removeUpdater
crutkas Apr 4, 2020
64b2a8d
Merge branch 'master' into dev/crutkas/updatingNugetPackages
crutkas Apr 4, 2020
a9b6f97
Merge pull request #44 from microsoft/dev/crutkas/updatingNugetPackages
crutkas Apr 4, 2020
abbaca3
Updated functionality on suggestion chosen in autosuggestbox
dsrivastavv Apr 6, 2020
2e4f81f
Added the <useWPF> tag to remove the warning
alekhyareddy28 Apr 6, 2020
99f85b8
Removed an unnecessary <useWindowsForms> tag
alekhyareddy28 Apr 6, 2020
4f1eedc
Removed the item group for properties from calculator plugin
alekhyareddy28 Apr 6, 2020
11f7f9a
Removed the item group for properties from folder plugin
alekhyareddy28 Apr 6, 2020
7c505fd
Removed the item group for properties from indexer, program and shell…
alekhyareddy28 Apr 6, 2020
7b39bae
Removed itemgrp from wox.core and wox.test csprojs
alekhyareddy28 Apr 6, 2020
4be1195
Merge pull request #37 from microsoft/user/ryanbod/kill_powerlauncher…
ryanbodrug-microsoft Apr 6, 2020
e6b926c
Removed the unnecessary wox files to clean up codebase
alekhyareddy28 Apr 6, 2020
f4a2741
Renamed Wox.Plugin.Indexer to Microsoft.Plugin.Indexer
alekhyareddy28 Apr 6, 2020
ba081c7
Renamed Wox.Launcher to Microsoft.Launcher
alekhyareddy28 Apr 6, 2020
4b08c0b
To avoid DBNull to String typecast exception
alekhyareddy28 Apr 6, 2020
553922b
Added query submitted event to handle default action on clicking a li…
dsrivastavv Apr 6, 2020
b6b9fad
Merge pull request #42 from microsoft/AddPinyinPerformance
alekhyareddy28 Apr 4, 2020
dc0715d
Rectyfying title display
dsrivastavv Apr 7, 2020
9ddee84
Title display working correctly
dsrivastavv Apr 7, 2020
3630fc6
Merge pull request #59 from microsoft/addUseWPF
alekhyareddy28 Apr 7, 2020
2cd6262
Merge pull request #60 from microsoft/removeRedXProps
alekhyareddy28 Apr 7, 2020
587291a
Removed .yml files
alekhyareddy28 Apr 7, 2020
9380a24
Merge pull request #61 from microsoft/removeWoxFiles
alekhyareddy28 Apr 7, 2020
662eeaf
Merge pull request #58 from microsoft/launcherUIAppExecution
dsrivastavv Apr 7, 2020
c1b3686
adding checks
alekhyareddy28 Apr 7, 2020
983b2eb
Merge pull request #62 from microsoft/user/ryanbod/cherry_pick_pinyin
ryanbodrug-microsoft Apr 7, 2020
b45b585
Merging master into changes from launcherUI. Wox.Infrastructure asse…
ryanbodrug-microsoft Apr 7, 2020
5877918
Making wox.csproj build wox assembly instead of powerlauncher
ryanbodrug-microsoft Apr 7, 2020
a98cbc3
Removing update logic from PowerLuanch App.xaml.cs as was done in Wox…
ryanbodrug-microsoft Apr 7, 2020
e004f96
Making Query internals visible to wox.
ryanbodrug-microsoft Apr 7, 2020
94017c1
Update Powerlauncher nuget packages to be same version as wox.csproj.…
ryanbodrug-microsoft Apr 7, 2020
2afc268
Updating build dependencies to so that wox.launcher depends on powerl…
ryanbodrug-microsoft Apr 7, 2020
cafba71
Removing 'Wox' branded logos from powerlauncher.csproj as was done pr…
ryanbodrug-microsoft Apr 7, 2020
00940d6
Downgraded the library to the latest stable version
alekhyareddy28 Apr 8, 2020
3885cbd
single thread execution of the indexer plugin and InvalidOperationExc…
alekhyareddy28 Apr 8, 2020
a5ce2a5
Merging with master
alekhyareddy28 Apr 8, 2020
bb16313
Modified the test, the connection need not be null after being dispos…
alekhyareddy28 Apr 8, 2020
e6393c1
Removing x86,ARM,ARM64, build configurations, as these were added acc…
ryanbodrug-microsoft Apr 8, 2020
3b12d70
Merge pull request #67 from microsoft/launcherUI-mergemaster
ryanbodrug-microsoft Apr 8, 2020
c4573e4
Removed STAThread
alekhyareddy28 Apr 8, 2020
0648ecf
Merge pull request #70 from microsoft/indexerException
alekhyareddy28 Apr 8, 2020
93415ee
Merging with master
alekhyareddy28 Apr 8, 2020
d69383d
Modified the output folder produced
alekhyareddy28 Apr 8, 2020
5e28d39
Renamed the dll produced
alekhyareddy28 Apr 8, 2020
7151d5e
Added dependency on PowerLauncher to the Microsoft.Launcher project
alekhyareddy28 Apr 8, 2020
3a46260
modified the name of the dll in the indexer plugin
alekhyareddy28 Apr 8, 2020
124e041
Ignoring 128 errors from taskkill, as this means the process isn't ru…
ryanbodrug-microsoft Apr 8, 2020
9d1b8fb
Added fix for closing wox on pressing escape and app execution (#75)
dsrivastavv Apr 8, 2020
12c44dc
Merged powerToys master into Launcher master
alekhyareddy28 Apr 8, 2020
aeb454f
adding useWPF to get rid of warning
alekhyareddy28 Apr 8, 2020
723ace2
Launcher resize issue on selecting search result (#77)
dsrivastavv Apr 8, 2020
e88e9bd
Merge pull request #79 from microsoft/mergePTmaster
alekhyareddy28 Apr 8, 2020
111956e
Fixing xaml catastrophic failure, based on Miguels suggestion here: h…
ryanbodrug-microsoft Apr 8, 2020
df0b11a
suggested fix
crutkas Apr 8, 2020
b7d0455
removing unused mutex string
ryanbodrug-microsoft Apr 9, 2020
dc9b338
Merge pull request #80 from microsoft/indexerWarning
alekhyareddy28 Apr 9, 2020
42a5464
Searches for keyword only in title and not content to improve the qua…
alekhyareddy28 Apr 9, 2020
549d68d
Display the title from System.Title directly instead of extracting it…
alekhyareddy28 Apr 9, 2020
466522f
Merge pull request #88 from microsoft/extractBasedOnTitle
alekhyareddy28 Apr 9, 2020
b7e6d86
Fixing merge conflicts
alekhyareddy28 Apr 9, 2020
b3b7f8b
Merge pull request #82 from microsoft/fixOverlayProblem
crutkas Apr 9, 2020
70b4b33
Removed additional README instructions before moving to the powerToys…
alekhyareddy28 Apr 9, 2020
5c38b91
Merge pull request #85 from microsoft/user/ryanbod/fix_catastrophic_f…
ryanbodrug-microsoft Apr 9, 2020
154e5aa
Merge pull request #78 from microsoft/user/ryanbod/fix_killtask_warning
ryanbodrug-microsoft Apr 9, 2020
59b0109
Fix Query builder test (#86)
dsrivastavv Apr 9, 2020
d03be75
Removing unused post build and deploy scripts.
ryanbodrug-microsoft Apr 9, 2020
4e35b58
Merge pull request #90 from microsoft/user/ryanbod/remove_postbuild_s…
ryanbodrug-microsoft Apr 9, 2020
a39faee
Merge pull request #76 from microsoft/MicrosoftLauncher
alekhyareddy28 Apr 9, 2020
0ada26c
Merge pull request #89 from microsoft/EditREADME
alekhyareddy28 Apr 9, 2020
6ecd2ed
tweaked url
crutkas Apr 9, 2020
367a730
Update plugin.json
crutkas Apr 9, 2020
e02b8e2
Merge pull request #98 from microsoft/adjustUrl
crutkas Apr 9, 2020
0fb42c6
Update README.md
crutkas Apr 10, 2020
a200c53
removed unused dep (#2080)
crutkas Apr 14, 2020
65276f4
Merge branch 'master' of https://github.com/microsoft/PowerToys into …
alekhyareddy28 Apr 15, 2020
dafc514
removed reference to everything (#2133)
crutkas Apr 15, 2020
37a551e
SearchIndexer - Modifying QueryContentProperties and QuerySelectColum…
ryanbodrug-microsoft Apr 15, 2020
367cb41
Search result thumbnail for PowerLauncher (#2124)
dsrivastavv Apr 16, 2020
7c5993d
Set MainViewModel visibility to hidden on startup
alekhyareddy28 Apr 15, 2020
15061af
Enable CI build on PowerLauncher Branch (#2181)
udit3333 Apr 17, 2020
0cf3c09
tweak text (#2177)
crutkas Apr 17, 2020
ffe9ec1
[Window Walker] Migrate to Launcher (#2093)
betsegaw Apr 17, 2020
e14ef2c
Added MSI support for Launcher (#2242)
alekhyareddy28 Apr 20, 2020
afd2276
Pull changes from master to dev/powerLauncher (#2255)
dsrivastavv Apr 21, 2020
7da8689
Somil55/merge custom ui into launcher (#2271)
dsrivastavv Apr 21, 2020
aa27142
Changed to SystemChromeLow from Accent brush (#2272)
alekhyareddy28 Apr 21, 2020
1d4b834
Removed ListView animations
dsrivastavv Apr 21, 2020
3a584e3
Positioning ContextButtons and adding background.
ryanbodrug-microsoft Apr 21, 2020
c3bded6
Disabling scrollbars for gridview items.
ryanbodrug-microsoft Apr 21, 2020
064d638
Removed folder plugin
dsrivastavv Apr 21, 2020
29bbe84
removed deployment for uwp apps (#2298)
crutkas Apr 21, 2020
d48ef90
Simulating Win+backspace key press, instead of Win+Control as it was …
alekhyareddy28 Apr 22, 2020
7f53877
text is selected whenever launcher gets hidden and is then set to vis…
alekhyareddy28 Apr 22, 2020
fed254f
Update nuget packages across solution to latest (#2334)
crutkas Apr 22, 2020
9ae97de
simplifying the xaml and making things tighter (#2327)
crutkas Apr 22, 2020
4331e9a
Merge branch 'dev/PowerLauncher' into dev/traies/build_features_launc…
traies Apr 23, 2020
44943fe
Setting runcommand as the default execution method, and turning off r…
ryanbodrug-microsoft Apr 23, 2020
86f209a
Opening explorer if the user has types a file path.
ryanbodrug-microsoft Apr 23, 2020
c35e701
Enable PowerLauncher toggle
traies Apr 23, 2020
8b10fe4
Launcher MSI - Added a required dll and removed folder plugin (#2355)
alekhyareddy28 Apr 23, 2020
46d1bc2
Modify scoring algorithm for fuzzy search (#2361)
alekhyareddy28 Apr 23, 2020
e13967c
Fixes race conditions with PointerEnter/Exit events conflicting with …
ryanbodrug-microsoft Apr 23, 2020
dcc1d54
Fixes an issue where PointerExit would hide the selected context butt…
ryanbodrug-microsoft Apr 23, 2020
65cda38
Result List - Bad rebase overwrote margin and translation fields.
ryanbodrug-microsoft Apr 23, 2020
d0822ab
Fixed process executing on clicking enter if no text in search box
dsrivastavv Apr 23, 2020
92daf15
Codeflow cleanup when selectedItem is not null
dsrivastavv Apr 23, 2020
845c6be
adjusting how programs are displayed. (#2369)
crutkas Apr 24, 2020
1ddd94b
Revert "Removed folder plugin"
ryanbodrug-microsoft Apr 23, 2020
b0c647e
Updating JetBrains.Annotations to 2020.1.0 to be consistent with othe…
ryanbodrug-microsoft Apr 23, 2020
92bbd83
Replacing submenu text with full path as 'Ctrl-Enter' doesn't do anyt…
ryanbodrug-microsoft Apr 23, 2020
d4da98b
- Making Open Directory subtitle fixed, and the title as the current …
ryanbodrug-microsoft Apr 23, 2020
7add40a
Adding back binding to QueryText and updating the cursor position sim…
ryanbodrug-microsoft Apr 24, 2020
8a2fd5b
Add the folder plugin wxs back in (#2374)
alekhyareddy28 Apr 24, 2020
08a7394
Deduping results for program plugin (#2375)
crutkas Apr 24, 2020
22cb0b6
Merge branch 'dev/build-features' into dev/traies/buld-features-integ…
traies Apr 24, 2020
368640b
Removing WinR (#2381)
crutkas Apr 24, 2020
a6e8cbc
Updated program execution to call action on background thread. (#2370)
dsrivastavv Apr 24, 2020
fa31fbb
PowerLauncher Settings integration
traies Apr 25, 2020
ad9e7b5
Merge branch 'dev/PowerLauncher' into dev/traies/build_features_launc…
traies Apr 25, 2020
6290630
Added cold start fix (#2385)
dsrivastavv Apr 25, 2020
15b7b20
- Fixes cursor jumping around issue.
ryanbodrug-microsoft Apr 24, 2020
aa79325
Fixing gap in logic where query was triggering when programatically s…
ryanbodrug-microsoft Apr 25, 2020
9d37205
Updating the QueryText to the selected item when navigating up/down w…
ryanbodrug-microsoft Apr 25, 2020
8f7305e
Removing action on folder result, and displaying folder path on selec…
ryanbodrug-microsoft Apr 25, 2020
2b04d7a
Making folder results from the search indexer plugin behave like fold…
ryanbodrug-microsoft Apr 25, 2020
9f609ac
Folder Results open the explorer window when selected.
ryanbodrug-microsoft Apr 25, 2020
53e68c0
The Open Current Folder result shouldn't change the query text to 'Op…
ryanbodrug-microsoft Apr 25, 2020
ad0f965
Initializing query text strings.
ryanbodrug-microsoft Apr 25, 2020
eaf05aa
Defensive check for QueryText being empty
ryanbodrug-microsoft Apr 25, 2020
3753ecd
Adding file watchers for UWP detecting when apps are installed or del…
ryanbodrug-microsoft Apr 26, 2020
3dd181c
Removing unused namespace.
ryanbodrug-microsoft Apr 26, 2020
a047ff2
Looking at files and not filtering is better because the timer is mor…
ryanbodrug-microsoft Apr 26, 2020
e6b43e1
Merge branch 'dev/build-features' into dev/traies/build_features_laun…
traies Apr 27, 2020
fe77a7e
Merge branch 'dev/PowerLauncher' into dev/traies/build_features_launc…
traies Apr 27, 2020
5efa9ff
correct spelling mistakes for en-us :) (#2475)
crutkas Apr 29, 2020
6029f0e
Revert "Merge PowerLauncher branch (#2345)"
traies Apr 29, 2020
c505875
Settings + PowerLauncher integration
traies Apr 28, 2020
b9d14d3
Merge branch 'dev/traies/build_features_launcher_integration' into de…
traies Apr 29, 2020
518da7e
Merge pull request #2489 from microsoft/dev/traies/fix-bad-build-feat…
traies Apr 29, 2020
05db88b
Remove Win+R
traies Apr 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
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@
<data name="FancyZones_VirtualDesktopChangeMoveWindows.Content" xml:space="preserve">
<value>Move newly created windows to their last known zone</value>
</data>
<data name="FancyZones_ZonBehaivior_GroupSettings.Text" xml:space="preserve">
<value>Zone behaviour</value>
<data name="FancyZones_ZoneBehavior_GroupSettings.Text" xml:space="preserve">
<value>Zone Behavior</value>
</data>
<data name="FancyZones_ZoneHighlightColor.Text" xml:space="preserve">
<value>Zone highlight color (default: #0078D7)</value>
Expand Down Expand Up @@ -416,8 +416,8 @@
<data name="ShortcutGuide_PressTime.Header" xml:space="preserve">
<value>How long to press the Windows key before showing the Shortcut Guide</value>
</data>
<data name="ShortcutGuide_Appearance_Behaiviour.Text" xml:space="preserve">
<value>Appearance &amp; behaviour</value>
<data name="ShortcutGuide_Appearance_Behavior.Text" xml:space="preserve">
<value>Appearance &amp; Behavior</value>
</data>
<data name="ShortcutGuide_Enable.Header" xml:space="preserve">
<value>Enable Shortcut Guide</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
IsOn="{ Binding Mode=TwoWay, Path=IsEnabled}"
Margin="{StaticResource SmallTopMargin}" />

<TextBlock x:Uid="FancyZones_ZonBehaivior_GroupSettings"
<TextBlock x:Uid="FancyZones_ZoneBehavior_GroupSettings"
Style="{StaticResource SettingsGroupTitleStyle}"
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@

<CheckBox x:Uid="PowerLauncher_OverrideWinRKey"
Margin="{StaticResource SmallTopMargin}"
IsChecked="{x:Bind Mode=TwoWay, Path=ViewModel.OverrideWinRKey}"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}"
IsChecked="False"
IsEnabled="False"
/>

<CheckBox x:Uid="PowerLauncher_OverrideWinSKey"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
IsOn="{ Binding Mode=TwoWay, Path=IsEnabled}"
Margin="{StaticResource SmallTopMargin}"/>

<TextBlock x:Uid="ShortcutGuide_Appearance_Behaiviour"
<TextBlock x:Uid="ShortcutGuide_Appearance_Behavior"
Style="{StaticResource SettingsGroupTitleStyle}"/>

<muxc:NumberBox x:Uid="ShortcutGuide_PressTime"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/keyboardmanager/common/KeyboardManagerState.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class KeyboardManagerState
std::unordered_map<DWORD, DWORD> singleKeyReMap;
std::mutex singleKeyReMap_mutex;

// Stores keys which need to be changed from toggle behaviour to modifier behaviour. Eg. Caps Lock
// Stores keys which need to be changed from toggle behavior to modifier behavior. Eg. Caps Lock
std::unordered_map<DWORD, bool> singleKeyToggleToMod;
std::mutex singleKeyToggleToMod_mutex;

Expand Down
2 changes: 1 addition & 1 deletion src/modules/keyboardmanager/dll/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ class KeyboardManager : public PowertoyModuleIface
return 0;
}

// Function to a change a key's behaviour from toggle to modifier
// Function to a change a key's behavior from toggle to modifier
intptr_t HandleSingleKeyToggleToModEvent(LowlevelKeyboardEvent* data) noexcept
{
// Check if the key event was generated by KeyboardManager to avoid remapping events generated by us.
Expand Down
5 changes: 3 additions & 2 deletions src/modules/launcher/Plugins/Wox.Plugin.Shell/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ bool API_GlobalKeyboardEvent(int keyevent, int vkcode, SpecialKeyState state)
{
// not overriding Win+R
// crutkas we need to earn the right for Win+R override

/*
if (_settings.ReplaceWinR)
{
if (keyevent == (int)KeyEvent.WM_KEYDOWN && vkcode == (int)Keys.R && state.WinPressed)
Expand All @@ -309,6 +309,7 @@ bool API_GlobalKeyboardEvent(int keyevent, int vkcode, SpecialKeyState state)
return false;
}
}
*/
return true;
}

Expand Down Expand Up @@ -357,7 +358,7 @@ public List<ContextMenuResult> LoadContextMenus(Result selectedResult)

public void UpdateSettings(PowerLauncherSettings settings)
{
_settings.ReplaceWinR = settings.properties.override_win_r_key;
//_settings.ReplaceWinR = settings.properties.override_win_r_key;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public void HighlightWindow()
public void SwitchToWindow()
{
// The following block is necessary because
// 1) There is a weird flashing behaviour when trying
// 1) There is a weird flashing behavior when trying
// to use ShowWindow for switching tabs in IE
// 2) SetForegroundWindow fails on minimized windows
if (ProcessName.ToLower().Equals("iexplore.exe") || !Minimized)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public void HighlightWindow()
public void SwitchToWindow()
{
// The following block is necessary because
// 1) There is a weird flashing behaviour when trying
// 1) There is a weird flashing behavior when trying
// to use ShowWindow for switching tabs in IE
// 2) SetForegroundWindow fails on minimized windows
if (ProcessName.ToLower().Equals("iexplore.exe") || !Minimized)
Expand Down