Martin Bourbier
b1ad9160cc
[runner][nit]remove redundant namespace ( #19626 )
2022-08-01 11:27:04 +01:00
Josh Soref
3cb0638c7e
[ci]Upgrade to check-spelling 0.0.20alpha7 ( #19127 )
...
* spelling: added
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: and
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: another
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: color
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: file
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: github
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: not
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: occurrences
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: stamp
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: suppressions
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: the
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: up to
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: whether
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: whichdoes
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* Upgrade check-spelling to v0.0.20-alpha7
Config based on:
a5001170a7
* Adding duplicate detection to patterns.txt
* Adding line_forbidden.patterns
* Adding reject.txt
* Updated excludes (and sorted)
* Switching to unified workflow
* moving `wil` to allow.txt to clarify that it's a term of art
(https://github.com/microsoft/wil ), whereas often it's a typo for `will`.
* Update src/runner/main.cpp
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2022-07-01 15:09:41 +01:00
William Bradley
b7fccc3211
Immersive dark mode + Theme Listener ( #18315 )
...
* C++ impl of immersive dark mode
* Stop using the hardcoded value.
* Conjured up theme listener based on registry.
* Update MainWindow.xaml.cpp
* Update expect.txt
* Moved themehelpers to the common themes lib.
* Ported theme helpers back to .NET
* Update expect.txt
* Updated C# Theme Listening logic to mimic the one from Windows Community Toolkit.
* Replaced unmanaged code for RegisterForImmersiveDarkMode with unmanaged ThemeListener class.
* Fix upstream changes
* Update ThemeListener.h
* Update ThemeListener.h
* Proper formatting
* Added handler to Keyboard Manager.
* Update EditKeyboardWindow.cpp
* Added dwmapi.lib to runner, removed condition from additional dependencies.
* Update PowerRenameUI.vcxproj
* Added new deps for ManagedCommon to Product.wxs
* Crude attempts and understanding installer
* Removed Microsoft.Win32.Registry.dll from product.wxs.
* Updated dictionary
* Renamed ThemeListener class file for consistency, removed unused CheckImmersiveDarkMode in theme_helpers.
* Update Themes.vcxproj
* Update theme_listener.cpp
* Removed SupportsImmersiveDarkMode version check
* Removed SupportsImmersiveDarkMode version check
* Whoops
* Update expect.txt
2022-07-01 10:52:48 +01:00
Stefan Markovic
e637902892
[PowerRename][ImageResizer] Tier1 Win11 Context menu ( #19000 )
...
* Test win11 tier1 context menu
* Try to test signing
* Cleanup
* Cleanup project file
* Sign dll
Add PowerToys preffix
Add assets to installer
* expect.txt
* Switch to named pipes
Unregister package on uninstall
Remove unneeded files
Cleanup
* Bring back check if package registered but use per-user method
* Fix win11 check
* expect.txt
* Check if package already registered
* Revert "Check if package already registered"
FindPackages() method needs admin privileges.
This reverts commit 5af584fed4 .
* Fix PowerRename args checking
* Cleanup assets
* Tier1 context menu ImageResizer
Minor cleanups
Move logic to package.h
* [WIP] Signing and installer
Expect.txt
* Localized context menu title
* Retarget everything 10.0.18362.0 -> 10.0.19041.0
* Address PR comments
- check if selection renamable
- minor cleanup
- struct initialization
* Fix ImageResizerLib project configuration
* More Windows version updates
* Remove unneeded file & try fix resource build error
* Add Microsoft.PowerToys prefix to packages
* Test
* Fix convert-resx-to-rc.ps1 script issue causing resource files compile error
Don't generate empty STRINGTABLE for resx files without data
* Avoid duplicate context menu items
* [BugReportTool] Report installed context menu packages
2022-06-30 22:10:14 +02:00
Jaime Bernardo
62c9594584
[chore]Consolidate nuget packages ( #19063 )
2022-06-28 14:30:57 +01:00
Stefan Markovic
7a7d025956
[Installer]Upgrade to Windows App SDK 1.1.0 ( #18603 )
...
* Move to WinAppSDK-1.1.0
* expect.txt
* Revert "[Settings]Don't launch if explorer is running elevated"
This reverts commit c485da2816 .
* Make copyright header analyze suppression module scope
2022-06-04 23:30:34 +01:00
Stefan Markovic
90ecd5e10f
[PowerRename] Move to WinAppSDK WinUI3 Unpackaged & ARM64 Support ( #18171 )
...
* Migrate PowerRename to Unpackaged WinUI3
* [ARM64] PowerRename (#18002 )
* Migrate PowerRename to Unpackaged WinUI3
* Removed Project Config and update PlatformToolset to v143
* Updated solution config
* Migrate PowerRename to Unpackaged WinUI3
* Fixed configs changed from ARM64 build
* Left one project out of fix
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com >
* Minor fixes
* Remove PowerRenameUILib from signing list - doesn't exist anymore
* Remove PowerRenameUILib from move_uwp_resources.ps1
* Bring back old dir name to see if localization is preserved
Remove move_uwp_resources.ps1 - not needed anymore
* Remove UWP localization docs part
* Fix minor UI quirk
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com >
2022-05-11 16:38:12 +02:00
Andrey Nekrasov
c485da2816
[Settings]Don't launch if explorer is running elevated ( #18124 )
2022-05-10 17:13:56 +01:00
Jaime Bernardo
d683ab0afd
[runner]Fix non-elevated restart loop ( #17853 )
2022-04-21 14:59:29 +01:00
Jeremy Sinclair
665839637f
[ARM64] Common Projects configuration cleanup ( #17813 )
...
* Removed x64 specific conditions
* Added RuntimeIdentifiers and ensured Platforms aligned
* Removed x64 specific configuration and normalized PropertyGroup configuration
* Removed Platform conditions from ItemDefinition and Property Group
* Adding Project Configurations to PowerToys.Interop
* Updated solution config for common projects
2022-04-19 23:24:58 +01:00
Stefan Markovic
27c4b1be0e
[settings-ui] Settings WinUI3 ( #17797 )
...
* Add Settings.WinUI3 project
* New namespace
* Activation and Services
* Assets and Behaviors
* Converters and Helpers
* Controls
* View and ViewModels
* Styles and Themes
* OOBE
* Strings
* Small App moves
* [check] Project files - publish profiles and launchSettings.json
* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround
* [WIP] Workarounds to make it work
* Fix suppressed warnings - naming
* Add code analysis
* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog
* Fix ImageResizerPage & mark ColorPickerButton with TODO
* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management
* App Icon
No framework and runtime subdirs
* Remove PowerToys.Settings and Settings.UI from solution
Update output paths
* Installer work & publish.cmd
* Fix dispatcher crashes
* Fix crashes
* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE
* Rename back namespaces, project name and project dir
* [wip] move to winappsdk 1.1
* Fix propagating isElevated & installer runtimes dlls
* Remove obsolete dir/file
* PowerToys.Interop to netstandard2.0
* Move everything to .Net6
* [Settings] Always launch settings process non-elevated (#17791 )
* Move back to WinAppSdk 1.0.1
* Add Settings.WinUI3 project
* New namespace
* Activation and Services
* Assets and Behaviors
* Converters and Helpers
* Controls
* View and ViewModels
* Styles and Themes
* OOBE
* Strings
* Small App moves
* [check] Project files - publish profiles and launchSettings.json
* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround
* [WIP] Workarounds to make it work
* Fix suppressed warnings - naming
* Add code analysis
* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog
* Fix ImageResizerPage & mark ColorPickerButton with TODO
* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management
* App Icon
No framework and runtime subdirs
* Remove PowerToys.Settings and Settings.UI from solution
Update output paths
* Installer work & publish.cmd
* Fix dispatcher crashes
* Fix crashes
* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE
* Rename back namespaces, project name and project dir
* [wip] move to winappsdk 1.1
* Fix propagating isElevated & installer runtimes dlls
* Remove obsolete dir/file
* PowerToys.Interop to netstandard2.0
* Move everything to .Net6
* [Settings] Always launch settings process non-elevated (#17791 )
* Move back to WinAppSdk 1.0.1
* Revert merge conflict ARM64 removal
* Fix KBM Browse overlay image button
* Bring back settings publish profile
* Update release.yml
* Change target frameworkd windows version
* [Setup] Add Windows Application Runtime SDK (#17809 )
* Update requirements doc
* Update compiling docs
* Fix signing
* Fix Settings exe and dll versions
* Add exception for dlls that have version 1.0.0.0
* Fix powershell condition
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com >
2022-04-19 21:00:28 +01:00
NostalgiaCyan
38c538b0c5
fix 'GitHub' case ( #17771 )
2022-04-18 13:29:35 -07:00
Jeremy Sinclair
f778d010e5
[ARM64] UnhandledExceptionHandler ARM64 support ( #17587 )
...
* Rename UnhandledExceptionHandler_x64.h and InitUnhandledExceptionHandler_x64
* Added ARM64 registers to UnhandledExceptionHandler
* Added ARM64 registers to unhandled_exception_handler.cpp
2022-04-08 10:19:42 +01:00
Jaime Bernardo
12282a8dc7
[Updater]Use sensible default time between checks ( #17318 )
2022-04-01 17:44:49 +01:00
Andrey Nekrasov
724620a24e
[Runner]Fix elevation issues due to syncing settings with scheduler state ( #17254 )
2022-03-25 10:04:29 +00:00
Stefan Markovic
79d4782b23
[runner]Open settings only on tray icon double click ( #17061 )
2022-03-16 11:36:30 +00:00
Clint Rutkas
47920f50f3
supressing warning ( #16594 )
2022-03-01 06:32:23 -08:00
Jaime Bernardo
c3b378101c
[OOBE]Fix welcome page after install ( #16561 )
2022-02-24 14:42:29 +00:00
Stefan Markovic
230c199ee5
[runner] Add logging ( #16503 )
2022-02-22 12:50:20 +01:00
Jaime Bernardo
87bb89ab15
[OOBE]Add What's New page - SCOOBE ( #16478 )
...
* [Oobe]Add a What's New page
* Show What's New when version changes
* Add link to GitHub
* Use generic icon for now
* Get only the latest 5 releases
* fix spellchecker
* rename last_version_run.json
* Remove UserControl_Loaded
* Remove installer hash from the release notes
* constexpr some strings
* Add check your internet connection message
2022-02-22 11:02:08 +00:00
Stefan Markovic
11bb7ccf60
Fallback to run as admin after install, if running PT as user not possible ( #16089 )
...
* Fallback to run as admin, if running PT as user not possible
* Update condition - address PR comment
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com >
* Update condition #2 - address PR comment
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com >
* Update condition #3 - address PR comment
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com >
* Revert method name & unify var namings
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com >
2022-02-08 11:18:12 +01:00
Clint Rutkas
c46ccce373
[build]Update to .net 6 framework and VS 2022 ( #15741 )
...
* Update release.yml
* Update ColorPickerUI.csproj
* Update release.yml
adding in .net6 sdk and moving stuff sooner
* Update release.yml
* Update release.yml
* fixing test
* Forcing vs17 and adding in .net 6 sdk
* forcing pool
* fixing issues in each pipeline
* moving release .net up
* fixing diff on agent version for nuget installer
* Removing system.text.json.dll as included now
* getting unit tests it looks like to work
* updating everythign to .net 6 minus wxs for runtime
* unit test still have
* getting 6.0 stuff up and going. Terminal Unit tests have file max length issue ....
* found i think the last .net 5 issue
* looks like i wasn't aggressive enough with the 6.0 upgrade
* Getting stuff .net 6 buildable again
* tweaking with new stuff for installer
* Update newly added merged projects to .net 6
* Fix HeatDirectory bug on VS 2022
* Settings still needs JSON dependency
* Revert "getting 6.0 stuff up and going. Terminal Unit tests have file max length issue ...."
This reverts commit b9cb4586dc .
* Update sln version
* supress obsolete warning, since this is not a new development
* Partially Revert "Getting stuff .net 6 buildable again"
This reverts commit 42b4201c6b .
* supress another obsolete warning, since this is not a new development
* Reduce the unit test project name to avoid MAX PATH in CI
* Upgrade project's toolset in the main solution
* Some TODOs to review HttpClient usage
* Upgrade project toolsets from other solutions
* Install .net 6 instead of .net 5
* Fix issue when disabling PowerToys Run on .net framework 6
* Update docs for Visual Studio 2022
* PR comments: manually upgrade missing VS 2019 references
* Discard no discard values to solve compiler warnings
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2022-02-07 14:08:30 +00:00
Jaime Bernardo
567cc50fb7
[Runner]remove hotkeyEx when disabling a module ( #15944 )
2022-02-02 12:17:37 +00:00
Stefan Markovic
0fc69ca222
If process elevated and --dont-elevate arg - run non elevated ( #15920 )
2022-02-02 11:23:40 +01:00
Stefan Markovic
51a43d58de
[runner] Save settings on closing only when PT was actually running ( #15926 )
...
i.e. Don't save if PT was only scheduling a restart
2022-02-02 10:54:03 +01:00
Stefan Markovic
b98be49bfa
[runner]fix disabling module as admin ( #15818 )
2022-01-28 15:22:40 +00:00
Jaime Bernardo
792a04cf48
[MouseUtils]rename "crosshair"->"crosshairs" ( #15761 )
...
* [MouseUtils]rename "crosshair"->"crosshairs"
* Fix crosshairss isnstances in logs
2022-01-26 14:01:24 +00:00
Jaime Bernardo
2e8dfa73d2
Mouse Utils - Mouse Pointer Crosshair ( #15633 )
...
* Apply PowerToys template
* Add CppWinRt package
* Add Settings reference
* Use proper output dir
* Proper WindowsTargetPlatformVersion
* Add filters to vcxproj
* Proper resource file generation
* Remove boilerplate code
* Initial implementation of the mouse crosshair
* Add enable module to settings page
* Change hotkey in settings
* Add color, opacity, thickness settings
* Add telemetry
* Add Oobe entry
* Add installer instructions
* Add dll to pipelines
* Add crosshair borders
* Fix settings case
* Tweak defaults to make it look like the specs
* fix spellchecker
* Fix resources and binary info
* Correct composition tree comment typo
* Reduce argument copy
* Start disabled by default
* Add maximum to crosshair thickness and border size
* Set minimum border size of 0
* Fix comment
* Add maximum to radius
* Add comment for non-localizable strings
* Rename "Inclusive Mouse"-"Mouse Pointer Crosshair"
2022-01-24 13:29:16 +00:00
Stefan Markovic
127cf4e412
[Unify dll/exe naming] Tools ( #15254 )
2022-01-12 13:00:23 +01:00
Dustin L. Howett
4484727c69
Remove all vestiges of the old CDPx pipeline and old loc data ( #15242 )
...
This pull request removes build steps and localization files that we no longer need.
Related: #15243
2022-01-03 17:51:56 -06:00
Seraphima Zykova
fa81968dbb
[AlwaysOnTop] Proof of concept ( #14360 )
...
Co-authored-by: Niels Laute <niels.laute@live.nl >
2021-12-29 17:33:20 +00:00
Stefan Markovic
073caffef4
[Settings, Common.UI, runner exe] Unify exe/dll naming ( #15005 )
...
* Unify exe/dll naming - PowerToys.Runner
Align naming with other exes - PowerToys Runner -> PowerToys.Runner
* Unify exe/dll naming - Microsoft.PowerToys.Common.UI
Project name - Microsoft.PowerToys.Common.UI -> Common.UI
dll name - Microsoft.PowerToys.Common.UI.dll -> PowerToys.Common.UI.dll
* Unify exe/dll naming - Settings
Project names - Microsoft.PowerToys.Settings* -> Settings*
Dll names - Microsoft.PowerToys.Settings*.dll -> PowerToys.Settings*.dll
* Revert file autoformat
* [Docs] Update paths to settings projects/files
* Fix tests - Update path
2021-12-15 12:56:52 +01:00
Stefan Markovic
dfe9169e39
[modules] Unify exe & dll naming ( #14903 )
...
* Unify exe/dll naming - AwakeModuleInterface
* Unify exe/dll naming - ColorPicker.dll & ColorPickerUI.exe
* Unify exe/dll naming - FancyZones, FancyZonesEditor & FancyZonesModuleInterface
* Unify exe/dll naming - ImageResizerExt & ImageResizer.exe
* Unify exe/dll naming - KeyboardManager.dll
* Unify exe/dll naming - FindMyMouse & MouseHighlighter
* Unify exe/dll naming - PowerRename.dll, PowerRenameUIHost & PowerRenameUILib
* Unify exe/dll naming - File Explorer add-ons
* Unify exe/dll naming - ShortcutGuide
* Unify exe/dll naming - VCM
* Unify exe/dll naming - PT Run
* Unify exe/dll naming - *.resources.dll
* [Fix] Unify exe/dll naming - VideoConferenceProxyFilter_x86
2021-12-10 10:50:46 +01:00
Clint Rutkas
71380d6fb1
[VCM]disable by default and admin warning ( #14686 )
...
* Adding in InfoBar warning when not running as admin
* small newline text shift
* rolling out a text fix i didn't mean to commit
* defaulting to off, there are other spots is seems like
* [Runner] introduce is_enabled_by_default method and keep VCM disabled by default
* getting file back in good state
Co-authored-by: yuyoyuppe <a.yuyoyuppe@gmail.com >
2021-12-07 13:50:04 +00:00
Stefan Markovic
0e61f41e31
Sync run on startup with actual task scheduler ( #14723 )
2021-12-02 09:09:16 +01:00
Jaime Bernardo
2d5276f742
Mouse Utils - Mouse Highlighter ( #14496 )
...
* New PowerToys template
* Add CppWinRt to empty PowerToy
* Add Settings reference to empty PowerToy
* Use proper output dir
* Proper WindowsTargetPlatformVersion
* Add filters to vcxproj
* Proper resource file generation
* Add MouseHighlighter proof of concept code
* Abstract implementation into a struct
* Enable module
* Disable module
* Add enable module to settings page
* Can change the hotkey in settings
* Remove remaining boilerplate code
* Add logging
* Add telemetry
* Add Oobe entry
* Add installer instructions
* Add dll to pipelines
* fix spellchecker
* Add more configurability
* Make settings a bit prettier
* Fix spellchecker
* Fix wrong default fade timers
* Fix user facing strings
* Tweak default duration values
* Fix to appear in every virtual desktop
* [Mouse Highlighter] Show highlight on mouse drag (#14529 )
* [Mouse Highlighter]show pointer on mouse drag
* fix spellchecker
* [MU] UI tweaks (#14544 )
* UI tweaks
* Update Resources.resw
* Updated text strings
* fix spellcheck
Co-authored-by: Laute <Niels.Laute@philips.com >
* tweak default values
* PR feedback: use wstring_view
* PR feedback: Log error on json error
* PR feedback: don't throw 1
* PR feedback: fix copy-pasta leftColor->rightColor
* PR feedback:Add another error message on exception
* PR feedback: add todo to use commons/utils/json.h
Co-authored-by: Niels Laute <niels.laute@live.nl >
Co-authored-by: Laute <Niels.Laute@philips.com >
2021-11-22 13:31:31 +00:00
Davide Giacometti
105f94690d
[Settings]bring up maximized window fix ( #14510 )
2021-11-18 11:38:16 +00:00
Jaime Bernardo
8d383cba9d
Mouse Utils - Find My Mouse ( #13916 )
...
* Initial FindMyMouse implementation
* Proper enable/disable code
* Settings page
* Change FindMyMouse window name
* Add Oobe page.
* Add icons
* Change settings preview
* Fix mouse utilities aka.ms link spelling
* Remove right control exit behavior
* Remove dllmain boilerplate comments and code
* Add filters to vcxproj
* Add logging
* Add telemetry
* Add installer instructions
* Add dll to pipelines
* Fix Task Manager name for runner changing
* Add a description in dllmain
* Proper resource file creation
* Add reference of link to the docs
* Fix spellchecker errors
* Call DestroyWindow on correct thread
* Add attribution
* Proper ordering of module in Settings and Oobe
* Update Target Platform Version to 18362
* Fix project filters
* Add attribution to Community.md
* Lowercase "utilities"
* [Mouse utils] Adding icon (#13933 )
* Adding images to docs folder
* Updated imagery
Co-authored-by: Laute <Niels.Laute@philips.com >
* Add settings deeplink
Co-authored-by: Niels Laute <niels.laute@live.nl >
Co-authored-by: Laute <Niels.Laute@philips.com >
2021-10-22 13:30:18 +01:00
Andrey Nekrasov
a381a64b31
[VCM] Activate the module ( #13662 )
2021-10-07 16:48:45 +03:00
Stefan Markovic
8853adda62
[runner] Enable opening specific settings page ( #13476 )
...
* [runner] Enable opening specific settings page
* Error handling
* Spellcheck
* Address PR comments
2021-09-29 12:54:05 +02:00
Jaime Bernardo
f647223e94
[Shortcut Guide] Activate with Windows key press ( #13342 )
...
* [Shortcut Guide] Activate with Windows key press
* fix spellchecker
* pr comments: fix search and add lock
* Add activation method combo box
* fix spellchecker issue for customized
* Standardize centralized hotkeys file names
* Add warning when using the long win key method
* Address PR feedback on text
* More PR feedback
2021-09-23 14:23:22 +01:00
Davide Giacometti
1f2f247c1d
Consolidate nuget packages ( #13122 )
...
* consolidate nuget packages
* updated wil nuget
2021-09-13 13:00:44 +01:00
csigs
ee69dc5e44
LEGO: check in for master to temporary branch. ( #12952 )
2021-09-03 10:56:44 +01:00
Niels Laute
eb2ef7070b
[Settings] New UX ( #12470 )
...
* Removed hardcoded background
* Background
* Updated pages
* Added OOBE to shellpage
* Margin fixes
* Fix
* Resource update
* Resource string update
* Removed reference from installer file
* Updated UI fixes and remove conflicts
* Adding new settings control
* PowerRename
* Sidepanel updates
* Shortcut Guide
* Updates screeens
* General page updates
* Awake UX update
* Changed order for power preview note
* Fixes
* UI fixes
* KBM
* IsEnabled state support
* Added new controls
* Update
* Updated nugest packages
* Replaced itemscontrol
* Introducing setting button style
* FancyZones page
* Plugin page
* Switch case
* Fixed typo
* Plugin manager update
* Introducing SettingExpander
* Setting automation properties
* Accesibility improvements
* VCM and cleanup
* Refactoring OOBE pages part 1
* OOBE XAML refactoring
* Added MinWidth to actioncontent controls
* Updates to various settings
* Spell update
* Update to author label
* Clean up
* Removing redunant files
* Move file
* Updated files
* Revert "Updated files"
This reverts commit 1a5c887eae .
* Revert "Move file"
This reverts commit 2b06c75c1f .
* Revert "Removing redunant files"
This reverts commit fe79ec1701 .
* Revert "Clean up"
This reverts commit 028e15fab6 .
* Removed redundant styles
* Revert "Removed redundant styles"
This reverts commit dfdfd65021 .
* Files cleanup
* Removing converter, updating background and paddings
* Styling updates
* Unit test updates
* Fixes
* Installer fixes
* Update Resources.resw
* Shell page updates
* Updated pagelinks
* Styles re-ordering
* Updated converter
* Updated ToggleSwitch style
* Bugfixes
* Typo fix
* [Settings] New UX - installer dll fixes (#12818 )
* [Settings] New UX - Fix some failing tests (#12822 )
* Bugfixes
* Typo fix
* Hiding VCM
* Bugfixes
* Download button fix
* Remove Newtonsoft.Json from installer file
* Updated visuals
* Bugfixes
* Syntax fix
* Updated installer file
* Bugfixes
* New label
* Theming support for OOBE
* Put back in Documentation hyperlink
* Right uid
Co-authored-by: Niels Laute <niels9001@hotmail.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2021-08-23 19:48:52 +02:00
Ben Constable
44ef29ca39
Add documentation links ( #12598 )
...
* Add documentation links
* Update src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
* Update src/runner/Resources.resx
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
* Swap order of repo and documentation
* Fix potential security issue
* Add seperator
* Fix failing test and build
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
2021-08-19 15:32:03 +01:00
Davide Giacometti
cc6a8d30b3
[Runner] Open settings when runner is elevated ( #12597 )
2021-08-04 18:54:09 +01:00
Andrey Nekrasov
d57773e8ef
[VCM] Fix issues on certain systems ( #12481 )
...
- Don't depend on System.Windows.Forms in the Settings -> use callback instead
- Fix overlay image setting saving
- Use dynamic DLL loading in Interop
- Load VCM only when mf.dll is available
2021-07-23 16:59:22 +03:00
Andrey Nekrasov
323a12a44a
[Runner] Place tooltip text for tray icon on a single line ( #12308 )
2021-07-12 13:36:27 +03:00
Andrey Nekrasov
4e23832d52
Add new VideoConference module for muting mic/cam ( #11798 )
...
* add new VideoConference module for muting mic/cam
Co-authored-by: PrzemyslawTusinski <61138537+PrzemyslawTusinski@users.noreply.github.com >
Co-authored-by: Niels Laute <niels.laute@live.nl >
2021-06-29 13:06:12 +03:00
Seraphima Zykova
c93eb92cd0
[FancyZones] Move FancyZones out of the runner process ( #11818 )
...
* rename dll -> FancyZonesModuleInterface (#11488 )
* [FancyZones] Rename "fancyzones/tests" -> "fancyzones/FancyZonesTests" (#11492 )
* [FancyZones] Rename "fancyzones/lib" -> "fancyzones/FancyZonesLib" (#11489 )
* [FancyZones] New FancyZones project. (#11544 )
* [FancyZones] Allow single instance of "PowerToys.FancyZones.exe" (#11558 )
* [FancyZones] Updated bug reports (#11571 )
* [FancyZones] Updated installer (#11572 )
* [FancyZones] Update string resources (#11596 )
* [FancyZones] Terminate FancyZones with runner (#11696 )
* [FancyZones] Drop support for the module interface API to save settings (#11661 )
* Settings telemetry for FancyZones (#11766 )
* commented out test
* enable dpi awareness for the process
2021-06-23 13:48:54 +01:00