Davide Giacometti
288e0487a0
[FancyZones] Zone Number Settings ( #14910 )
2021-12-20 16:50:51 +00:00
Stefan Markovic
a16a11df81
[FancyZones] Align max negative spacing with limit in FZ Editor ( #15035 )
2021-12-20 12:55:20 +01: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
Seraphima Zykova
9d10426295
[FancyZones][Hotfix] Fix VirtualDesktopManager init ( #14793 )
2021-12-03 09:59:05 +00:00
FLOAT4
5381486c25
[FancyZones] Rename ZoneWindowDrawing -> ZonesDrawing ( #14464 )
...
* [FancyZones] Rename ZoneWindowDrawing -> ZonesOverlay
* [FancyZones] Rename ZoneWindowDrawing -> ZonesOverlay in tools and docs
Co-authored-by: float4 <float4-unspecified-mail>
2021-11-25 16:39:03 +01:00
FLOAT4
5a9f52fb11
[FancyZones] Bypass restriction on SetForegroundWindow ( #14383 )
...
Co-authored-by: float4 <float4-unspecified-mail>
2021-11-18 09:16:04 +00:00
FLOAT4
9bb6d57515
[FancyZones] Cleanup ( #14274 )
...
* [FancyZones] Remove obsolete code
The field `m_zoneSets` is unused, and may be removed.
* [FancyZones] Remove obsolete code
The field `m_windows` is unused, and may be removed.
* [FancyZones] Move adjustment of `RECT` to utils.cpp
By doing so, also fix a bug where a non-`WS_SIZEBOX` window (a window that should not be resized) was resized (and not properly resized) if it was zoned into more than one zone.
* [FancyZones] Complete rename `ZoneWindow` -> `WorkArea`
Fix leftovers from "[FancyZones] Rename ZoneWindow -> WorkArea (#12223 )"
* [FancyZones] Refer to the move/size action as dragging
* [FancyZones] Rename `ActiveZoneSet` -> `ZoneSet`
There is only one zone set used by a work area.
* [FancyZones] Rename `zoneUuid` -> `layoutUuid`
The variable holds the UUID of the layout (not of a zone).
Co-authored-by: float4 <float4-unspecified-mail>
2021-11-11 17:23:22 +00:00
Stefan Markovic
079a3b49de
Add logging for PowerRename ( #14249 )
...
* Add logging for PowerRename
Move call tracer to common/utils/logger
Add logging to both PowerRename dll and PowerRenameUIHost
Add PowerRename to BugReportTool event viewer collection
* Log more errors and exceptions
2021-11-08 13:02:56 +01:00
Jaime Bernardo
3a6dd45741
[Telemetry] Add basic interaction events to FZ ( #12793 )
...
* [Telemetry] Add basic interaction events to FZ
Adds some basic interaction events to FancyZones, such as:
- Starting the drag Window movement.
- A newly created window snapping to a zone.
- Using the Keyboard to snap or extend to a zone.
* Update src/modules/fancyzones/FancyZonesLib/FancyZones.cpp
Co-authored-by: Seraphima Zykova <zykovas91@gmail.com>
* Update trace.cpp
* Rename EventSnapNewWindowIntoZone
* Adjust event names according to PR feedback
Co-authored-by: Seraphima Zykova <zykovas91@gmail.com>
2021-11-04 16:53:36 +00:00
Davide Giacometti
e19ecd2ba1
[FancyZones] Use accent color and theme ( #14158 )
...
* use accent color and theme
* typo
* Updated FZ color UX (#14171 )
Co-authored-by: Laute <Niels.Laute@philips.com>
* fix resources
* rebase fix
* label updated
Co-authored-by: Niels Laute <niels.laute@live.nl>
Co-authored-by: Laute <Niels.Laute@philips.com>
2021-11-04 14:30:06 +00:00
FLOAT4
9d9df949ef
Add keyboard shortcuts (without GUI) for switching windows in the same zone (tabs) ( #13973 )
...
Authored-by: float4 <float4-unspecified-mail>
2021-11-03 16:11:42 +01:00
Seraphima Zykova
0ab0fb5dd4
[FancyZones] Reset layouts after screen locking fix ( #13703 )
2021-10-11 11:33:09 +01:00
Seraphima Zykova
59aa9c5474
[FancyZones] Change layout using a shortcut ( #13616 )
2021-10-05 12:11:45 +01:00
csigs
9d3c5e50d6
LEGO: check in for master to temporary branch. ( #13610 )
2021-10-04 18:16:09 +01:00
Seraphima Zykova
64ecb553e4
[CI] fix build for include sstream ( #13400 )
2021-09-23 18:09:24 +01:00
Seraphima Zykova
b05378cdf7
[FancyZones] Reset zone settings after restart fix. ( #13322 )
...
* updated virtual desktop retrieving
* save with null-guid
* moved guid utils
* moved DeviceIdData related functions
* replaced strings with data structs
* default value
* clean up
* save app zone history with zones settings
* compare with null guid
* updated tests
* refactoring
* logs
* sync vd ids
* logs
* refactoring
* check virtual desktop id
* OnDisplayChange call
* compare device ids in editor
2021-09-22 22:39:48 +01:00
Davide Giacometti
1f2f247c1d
Consolidate nuget packages ( #13122 )
...
* consolidate nuget packages
* updated wil nuget
2021-09-13 13:00:44 +01:00
Seraphima Zykova
2b95eba51b
check desktop id ( #12930 )
2021-08-27 14:59:04 +01:00
Seraphima Zykova
e35568f63d
[Fancy Zones] Restore Console Applications ( #12905 )
2021-08-26 20:47:27 +03:00
Seraphima Zykova
ec08a1d44a
[FancyZones] Windows resize on switching layout. ( #12792 )
2021-08-18 12:00:28 +01:00
csigs
c3a51f9227
LEGO: check in for master to temporary branch. ( #12785 )
2021-08-16 14:19:55 +01:00
csigs
cdc0322a6c
LEGO: check in for master to temporary branch. ( #12737 )
2021-08-12 12:30:00 +01:00
Seraphima Zykova
7ea1f26209
[FancyZones] Zone indexes type change ( #12724 )
2021-08-11 15:05:03 +01:00
Seraphima Zykova
9d597faabc
[FancyZones] Window opening on the last zone ( #12284 )
2021-07-09 18:18:21 +01:00
Seraphima Zykova
d85c3f8cc9
[FancyZones] Revisit mutexes ( #12240 )
...
* [FancyZones] Clean up (#11893 )
* [FancyZones] Virtual desktop utils refactoring (#11925 )
* [FancyZones] IFancyZonesCallback refactoring (#11932 )
* [FancyZones] IZoneWindowHost refactoring (#12091 )
* [FancyZones] Rename ZoneWindow -> WorkArea (#12223 )
* [FancyZones] Clean up mutexes (#12228 )
2021-07-07 13:18:52 +03:00
Seraphima Zykova
71f2561eb1
[FancyZones] Unit tests fix ( #12018 )
2021-07-02 10:29:32 +01: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
da1cdd7ca4
[FancyZones] Add an icon to the FZ process ( #11841 )
2021-06-23 16:48:16 +01:00
Seraphima Zykova
2dc82f31b3
[FancyZones] "Match not found" error fix ( #11840 )
2021-06-23 16:28:23 +01:00
Andrey Nekrasov
eeea6b3bae
[FancyZones] Do not try to zone minimized windows ( #11776 )
2021-06-23 17:05:55 +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