PrzemyslawTusinski
f9a756d1ff
FancyZones editor display zone numbers & PowerRename fix ( #1726 )
...
* Fix for issue #1218
Design Change: Default Enter Action
* Fix for issue #1085
* change zone's number color and font
remove the light blue background
* Fix for disappearing zone number in editor
* Grid layout reversed order fix
Co-authored-by: sqrlmn <sqrlmn@users.noreply.github.com >
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com >
2020-03-27 13:07:19 +01:00
Andrey Nekrasov
d2a60c7287
FZ: disable flash zones option for 0.16 ( #1721 )
...
* FZ: disable flash zones option for 0.16
* fixup! review comments
2020-03-27 13:24:27 +03:00
yuyoyuppe
60fa6071b9
FZ: warn w/ a toast if an elevated window cannot be dragged and offer learning more
2020-03-27 13:23:37 +03:00
Alekhya Reddy
549de55b57
Removed anycpu of test proj
2020-03-26 18:05:07 -07:00
Alekhya Reddy
686432aa8a
Remove anyCPU config and changed it to x64
2020-03-26 18:03:42 -07:00
Divyansh Srivastava
c2e219b446
Display infobar for blocked relative image path ( #1695 )
...
* Updated Parsing extension to show infobar when relative URL isblocked and updated corresponding tests
* Updated Controller to display infobar when html img tag is embedded in markdown
2020-03-26 15:17:28 -07:00
Betsegaw Tadele
38fc9f00a2
Kill WW app on exit ( #1699 )
...
Co-authored-by: Beta Tadele <betadele@microsoft.com >
2020-03-26 13:43:01 -07:00
PrzemyslawTusinski
c247e49c2a
Fancy zones on all monitors - when dragging window to another monitor sometimes zone stays marked as active on previous FIX ( #1709 )
2020-03-26 17:48:01 +01:00
Seraphima Zykova
f72dd7fdb6
added telemetry for editor launch event ( #1705 )
2020-03-26 13:54:12 +03:00
ryanbodrug-microsoft
d6fce7c099
removing locks from the ResultListBox code behind file. All callbacks are accessed from the Main/UI thread.
2020-03-25 16:34:56 -07:00
Alekhya
93e2cc367b
Merge pull request #21 from microsoft/removePythonDependency
...
Remove python dependency in Wox code
2020-03-25 16:30:10 -07:00
Barbara Kudiess
b051a3981d
Merge branch 'master' into dotnet-core-upgrade
...
# Conflicts:
# src/modules/launcher/Wox/Wox.csproj
2020-03-25 14:40:41 -07:00
Alekhya
a6604172d9
Merge pull request #23 from microsoft/portIndexerPlugin
...
Port indexer plugin to .NET Core 3.1
2020-03-25 11:06:43 -07:00
vldmr11080
e85427f1da
Disable Win+Ctrl+Number feature for 0.16 release ( #1689 )
2020-03-25 18:32:33 +01:00
PrzemyslawTusinski
f8f7fe4f33
Fancy zones ui update( zone numbering as numbers, dragged window transaprency option, zone coloring customization) ( #1666 )
...
* Fancy zones ui update (#4 )
* Draft of numeric fancyzones with numbers
* Added support for zone color configuration, improved zone number display
* Changed order of settings to more logical
* Added option to edit zone border color
* Trancparency of dragged window, transparency of displayed zones, changed font of zone numbers
* Fix for compilation
* Some refactor
* Introduced gdiplus to draw zone and zone index
* Fix for dissappering windows
* Some fixes
* another merge fix
* another merge fix
* Unit test merge fix
* Transparency with show zones on all fix
* indentation fix
* Fix for failing test
* Changed order of color pickers
* "Zone Opacity"
* Zone opacity (%)
* Added option to turn off dragged window transparency, changed default zones color values
2020-03-25 15:38:44 +01:00
stefansjfw
b835716e36
Set PowerRename context menu hotkey to 'w' ( #1673 )
2020-03-25 11:12:38 +01:00
stefansjfw
8156279025
Use JsonSerializer instead of Utf8Writer ( #1670 )
...
* Use JsonSerializer instead of Utf8Writer
* Rename method
2020-03-25 11:11:18 +01:00
Alekhya Reddy
1822f36aba
Changed the anyCPU config to x64 for windows indexer plugin
2020-03-24 16:27:49 -07:00
udit3333
7f1a854769
Update settings logic for file explorer preview ( #1651 )
...
* Update logic of settings for File Explorer preview
* Updated logic and added Unit tests
* Fix compiler warning for powerpreview project
* Update enable logic
* Update Disable logic
* Updated telemetry events
2020-03-24 16:23:27 -07:00
Alekhya Reddy
0c8e3515fe
readding the plugin.json file
2020-03-24 16:18:26 -07:00
Alekhya Reddy
5b5f48014b
Removed the .net framework indexer folder
2020-03-24 16:15:58 -07:00
Alekhya Reddy
d9e1dce393
Added the test project back
2020-03-24 16:13:02 -07:00
Alekhya Reddy
79fd5dc7b1
Ported Indexer plugin to .net core 3
2020-03-24 16:07:17 -07:00
ryanbodrug-microsoft
7183bea412
All wox exceptions in debug are getting rethrown, and thus causing the app to crash. This change removes the debug specific code and allows exceptions to be handled the same was as release.
2020-03-24 16:01:37 -07:00
Barbara Kudiess
6e2ad28676
Fix internal variable
2020-03-24 14:21:06 -07:00
Barbara Kudiess
444b0b30c3
Undo change internal
2020-03-24 14:07:52 -07:00
Barbara Kudiess
cdef2dee5a
deleting unused project files
2020-03-24 13:54:06 -07:00
Barbara Kudiess
a1036577a2
Fix Wox build in project settings
2020-03-24 13:37:49 -07:00
Arjun Balgovind
badcccab76
Added icon for Image Resizer in PowerToys Settings ( #1662 )
...
* Added PictureStretch icon for Image Resizer
* Changed to old hash font setting
* Fixed missing icon
* Reverted changes on subset and settings files
* Added Image resizer svg icon
2020-03-24 11:32:01 -07:00
vldmr11080
9e8facaa6f
Windows snap hotkeys to move windows between screens ( #1603 )
...
* When moving window into zones using arrow keys, support multi-monitor scenario
* Minor coding style adjustments
* Split implementation into separate functions because of readability
* Rename certain arguments
* Modify unit tests after API changes
* Address PR comments and add unit tests
* Return true from MoveWindowIntoZoneByDirection only if window is successfully added to new zone
* Improved monitor ordering (#1 )
* Implemented improved monitor ordering v1
* Fixed some embarrassing bugs, added some tests
* Added one more test
* Extracted a value to a variable
* ASCII art in unit test comments describing monitor layouts
* Removed empty line for consistency
* Update comment to match the code
* Refactored tests, added tests for X,Y offsets
Co-authored-by: Ivan Stošić <ivan100sic@gmail.com >
2020-03-24 18:50:26 +01:00
pi1024e
6f2801cea8
C++ headers ( #1660 )
2020-03-24 08:51:23 +01:00
Barbara Kudiess
76d402fcfa
Merge branch 'master' into dotnet-core-upgrade
...
# Conflicts:
# src/modules/launcher/Plugins/Wox.Plugin.BrowserBookmark/Wox.Plugin.BrowserBookmark.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj
# src/modules/launcher/Plugins/Wox.Plugin.ControlPanel/Wox.Plugin.ControlPanel.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Everything/Wox.Plugin.Everything.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Folder/Wox.Plugin.Folder.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Indexer/Properties/AssemblyInfo.cs
# src/modules/launcher/Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj
# src/modules/launcher/Plugins/Wox.Plugin.PluginIndicator/Wox.Plugin.PluginIndicator.csproj
# src/modules/launcher/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj
# src/modules/launcher/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj
# src/modules/launcher/Wox.Core/Wox.Core.csproj
# src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj
# src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj
# src/modules/launcher/Wox.Test/Wox.Test.csproj
# src/modules/launcher/Wox/Wox.csproj
2020-03-23 17:28:10 -07:00
Arjun Balgovind
a55b0aeb5f
Update Image Resizer Readme and add Settings Verbiage ( #1661 )
...
* Fixed rc file settings description string
* Added moved settings verbiage
* Updated Image Resizer readme
* Fixed section link
* minor changes to readme
* Fixed extra space
* Updated figures to markdown
* removed html center and img tags
2020-03-23 17:13:47 -07:00
Alekhya Reddy
75e5b1c7cd
Manually resolving conflicts
2020-03-23 16:18:52 -07:00
udit3333
f50bcb981a
Updated Preview handler readme for installation section ( #1654 )
...
* Updated Preview handler readme for installation section
* fix typo
* Added warning in MSIX installation section
2020-03-23 15:45:16 -07:00
Alekhya Reddy
08bcebfc1c
Removed the localized string translations from pythonDirectory and SelectPythonDirectory
2020-03-23 15:38:35 -07:00
Alekhya Reddy
ae31ecf706
Remove python bindings
2020-03-23 15:35:06 -07:00
Alekhya Reddy
4dac1ae9f8
Removed UI related to python path and the bindings related to that
2020-03-23 15:33:39 -07:00
Alekhya Reddy
db253cdaf8
Removed python path and python plugin functions
2020-03-23 15:23:09 -07:00
Divyansh
4b05929dd5
Readded necessary callback functions
2020-03-23 14:54:11 -07:00
Divyansh
7c174b9c05
Removed setting UI XAML file and references
2020-03-23 14:37:43 -07:00
Arjun Balgovind
82596b9c3f
MSIX: Fix for Heap Corruption bug in ImageResizer ( #1655 )
2020-03-23 12:14:03 -07:00
Divyansh
6414fe8cf8
Removed notify icon component
2020-03-23 12:13:13 -07:00
Alekhya
8e2b18ea1d
Merge pull request #19 from microsoft/removePluginsSourceTree
...
Remove plugins from source tree and convert anyCPU config to x64
2020-03-23 10:56:18 -07:00
Alekhya Reddy
98b9503461
set optimize code to false
2020-03-20 17:31:27 -07:00
Alekhya Reddy
417310b5c5
Set warning level 4 : Debug
2020-03-20 17:23:09 -07:00
Alekhya Reddy
08d0db87d1
Set warning level to 4 : Release
2020-03-20 17:19:13 -07:00
Alekhya Reddy
18bf1400a7
Added the build paths for release x64 (removed AnyCPU)
2020-03-20 17:05:58 -07:00
Alekhya Reddy
3b3dca4a26
Removed the AnyCPU config - Debug
2020-03-20 16:53:47 -07:00
Alekhya Reddy
82ee5bf1fd
Added x64 for all Wox project - Debug mode
2020-03-20 16:40:39 -07:00