Alekhya Reddy
65276f45f1
Merge branch 'master' of https://github.com/microsoft/PowerToys into dev/PowerLauncher
2020-04-14 21:27:04 -07:00
Clint Rutkas
a200c5397a
removed unused dep ( #2080 )
2020-04-14 08:41:24 -07:00
PrzemyslawTusinski
87fb6fc3d1
Added unit test for non-resizable window placement ( #2017 )
2020-04-14 10:40:30 +02:00
Clint Rutkas
d584dc5632
Update NOTICE.md
2020-04-13 10:48:05 -07:00
Andrey Nekrasov
86704efcec
FancyZones: optimize elevation detection logic ( #2103 )
2020-04-13 18:22:37 +03:00
Andrey Nekrasov
6bb0f18d53
chore: format PowerToys custom actions ( #2104 )
...
* chore: format PowerToys custom actions
* add curly braces
2020-04-13 16:00:51 +03:00
yuyoyuppe
77e4984468
chore: fix window walker warning
2020-04-11 11:24:33 +03:00
yuyoyuppe
4e18c67ec5
chore: fix linking warnings
2020-04-11 11:24:33 +03:00
Clint Rutkas
0fb42c6129
Update README.md
2020-04-10 14:47:58 -07:00
Clint Rutkas
41ab94fe13
updated notice ( #2075 )
2020-04-10 12:39:25 -07:00
Seraphima Zykova
14441ec144
WinAppDriver tests fix ( #2006 )
...
* updated wait methods and launch
* canvas zone resize tests updated
* updated editor opening
2020-04-10 18:52:16 +03:00
stefansjfw
f589dd2f26
Only clone layout from parent desktop when creating new virtual desktop ( #1904 )
...
* Fix issue #1343
* Add Unit Tests
* Revert non intended rename
* Address PR comments
2020-04-10 16:29:18 +02:00
Ivan Stošić
629ba763d7
Basic support for snapping to multiple zones ( #1955 )
...
* Refactor a method which resizes windows
* Completed initial work for MultiZones
Without changing any test, they all pass!
* Implemented a basic version of Multizones, updated some tests
* Reduced the sensitivity radius
* Added a few must-have unit tests for Multizones
* Some fixups
* Took care of the conflict between this and #1938
* Improved how zones are detected, reverted a change in one unit test
* Resolved another merge conflict
* Fixed bugs related to stamping
2020-04-10 16:09:08 +02:00
Clint Rutkas
e896e1b3dd
fixing a bunch of warnings from Window Walker ( #2014 )
...
* first set of warning fixes
* Since this is a Interop item, it should have a _
* Update Window.cs
* Update InteropAndHelpers.cs
looks like there was a space a the top
* Update Window.cs
2020-04-10 06:41:19 -07:00
Yevhenii Holovachov
b92a127200
Added icon for FZEditor ( #1388 )
...
* Added icon for FZEditor
2020-04-10 12:15:59 +03:00
Clint Rutkas
e02b8e227d
Merge pull request #98 from microsoft/adjustUrl
...
tweaked url
2020-04-09 16:20:22 -07:00
Clint Rutkas
367a7309bc
Update plugin.json
2020-04-09 16:20:04 -07:00
Clint Rutkas
6ecd2ed186
tweaked url
2020-04-09 14:40:17 -07:00
Alekhya
0ada26ccc2
Merge pull request #89 from microsoft/EditREADME
...
Removed additional README instructions before moving to the powerToys public branch
2020-04-09 10:27:04 -07:00
Alekhya
a39faeec32
Merge pull request #76 from microsoft/MicrosoftLauncher
...
Rename Wox.Launcher -> Microsoft.Launcher and Wox.Plugin.Indexer -> Microsoft.Plugin.Indexer
2020-04-09 10:26:51 -07:00
ryanbodrug-microsoft
4e35b58d59
Merge pull request #90 from microsoft/user/ryanbod/remove_postbuild_script
...
Removing unused post build and deploy scripts.
2020-04-09 10:25:44 -07:00
ryanbodrug-microsoft
d03be75184
Removing unused post build and deploy scripts.
2020-04-09 09:42:36 -07:00
Divyansh Srivastava
59b0109918
Fix Query builder test ( #86 )
...
* Revert base viewModel class to fix tests.
2020-04-09 09:41:30 -07:00
ryanbodrug-microsoft
154e5aab8e
Merge pull request #78 from microsoft/user/ryanbod/fix_killtask_warning
...
Ignoring 128 errors from taskkill
2020-04-09 09:41:00 -07:00
ryanbodrug-microsoft
5c38b9109e
Merge pull request #85 from microsoft/user/ryanbod/fix_catastrophic_failure
...
Fixing xaml catastrophic failure,
2020-04-09 09:40:31 -07:00
Alekhya Reddy
70b4b33823
Removed additional README instructions before moving to the powerToys repo
2020-04-09 08:39:57 -07:00
Jaime Bernardo
6419c6b1ba
settings: fix minimist package vulnerable version ( #2021 )
...
Updates nested dependencies so that a vulnerable version of minimist
is not being used.
2020-04-09 17:20:17 +02:00
Seraphima Zykova
1f9d9c619e
FZ editor: splitter thickness set to 1px when space around zones is zero ( #2020 )
2020-04-09 16:47:25 +03:00
Clint Rutkas
b3b7f8b980
Merge pull request #82 from microsoft/fixOverlayProblem
...
Fix for Xaml Island
2020-04-08 21:10:00 -07:00
Alekhya Reddy
b7e6d8646f
Fixing merge conflicts
2020-04-08 19:44:38 -07:00
Alekhya
466522fb12
Merge pull request #88 from microsoft/extractBasedOnTitle
...
Searches for keyword only in title and Improving quality of results displayed
2020-04-08 18:28:41 -07:00
Alekhya Reddy
549d68d3e8
Display the title from System.Title directly instead of extracting it from the path
2020-04-08 18:16:40 -07:00
Alekhya Reddy
42a54648a1
Searches for keyword only in title and not content to improve the quality of results
2020-04-08 17:51:43 -07:00
Alekhya
dc9b338cb9
Merge pull request #80 from microsoft/indexerWarning
...
Adding useWPF tag to get rid of warning for Indexer
2020-04-08 17:44:25 -07:00
ryanbodrug-microsoft
b7d0455377
removing unused mutex string
2020-04-08 17:02:08 -07:00
Clint Rutkas
df0b11a960
suggested fix
2020-04-08 16:53:16 -07:00
ryanbodrug-microsoft
111956e2f3
Fixing xaml catastrophic failure, based on Miguels suggestion here: https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/issues/210
2020-04-08 16:28:11 -07:00
Alekhya
e88e9bdf11
Merge pull request #79 from microsoft/mergePTmaster
...
Pulling changes from PowerToys master
2020-04-08 14:26:43 -07:00
Divyansh Srivastava
723ace2724
Launcher resize issue on selecting search result ( #77 )
...
* Added fix for closing wox on pressing escape and app execution
* Added fix to prevent autosuggestbox resize
2020-04-08 13:07:00 -07:00
Alekhya Reddy
aeb454f31d
adding useWPF to get rid of warning
2020-04-08 12:36:14 -07:00
Alekhya Reddy
12c44dceb6
Merged powerToys master into Launcher master
2020-04-08 11:49:32 -07:00
Divyansh Srivastava
9d1b8fbd3e
Added fix for closing wox on pressing escape and app execution ( #75 )
2020-04-08 11:32:59 -07:00
ryanbodrug-microsoft
124e0412b2
Ignoring 128 errors from taskkill, as this means the process isn't running. We don't want htis to show up in the warnings list on build
2020-04-08 11:19:28 -07:00
Alekhya Reddy
3a46260937
modified the name of the dll in the indexer plugin
2020-04-08 10:52:03 -07:00
Alekhya Reddy
7151d5eac2
Added dependency on PowerLauncher to the Microsoft.Launcher project
2020-04-08 10:39:02 -07:00
Alekhya Reddy
5e28d39f09
Renamed the dll produced
2020-04-08 10:38:26 -07:00
Alekhya Reddy
d69383d78b
Modified the output folder produced
2020-04-08 10:13:48 -07:00
vldmr11080
c355a2b61e
Use JSON data file for storing PowerRename settings instead of registry ( #1909 )
...
* Use JSON data file for storing PowerRename settings instead of registry
* Address PR comments and made several improvements
* Remove WindowsApp.lib dependencies in test app and unit tests
* Revert changes in vcxproj for unit test
* Solve linker warnings generated while linking WindowsApp.lib
* Don't migrate enabled flag. Always read / write from registry.
2020-04-08 19:12:46 +02:00
Alekhya Reddy
93415ee36c
Merging with master
2020-04-08 10:06:14 -07:00
Alekhya
0648ecf2d2
Merge pull request #70 from microsoft/indexerException
...
Fix for Indexer exceptions
2020-04-08 09:26:18 -07:00