Seraphima Zykova
251ea6ded9
[FancyZones] Popup behavior fix ( #18270 )
...
* virtual desktop check
* refactoring
* unified check
2022-05-20 09:51:15 +01:00
Seraphima Zykova
95dcbb1891
[FancyZones] Restore original corners and setting( #17425 )
...
* fix corners
* save corner preference
* added fz setting
* add option to settings
* return original preference despite the setting
* removed reset to default corner preference
2022-04-01 17:28:19 +01:00
Seraphima Zykova
0816714782
[FancyZones]Additional logs ( #16927 )
2022-03-10 17:59:31 +00:00
Seraphima Zykova
8edfb8fe80
[FancyZones] Child windows support ( #16507 )
2022-02-23 17:25:28 +03:00
Seraphima Zykova
a3dbb55404
[FancyZones] Increase the number of zones limit to 128 ( #15976 )
2022-02-04 15:09:11 +00:00
Seraphima Zykova
453bb613af
[FancyZones] Split zones-settings: app zone history ( #15690 )
2022-01-24 11:54:17 +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
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
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
7ea1f26209
[FancyZones] Zone indexes type change ( #12724 )
2021-08-11 15:05:03 +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
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