PowerToys/src/modules/fancyzones/lib
Seraphima Zykova 646d61bd4d
[FancyZones Editor] New UX for the FZ editor. (#9325)
* Removed MetroWindow, added theming support and modernWPF

* Rmoved MahApps refs

* Removed MahApps

* Updated canvas zones

* Updated GridEditor

* Fixes

* UI updates

* New layout type selection dialog

* New editor UI

* Updates

* Fix

* UI enhancements

* Updated UI

* Added styles to layoutpreview

* Accesibility improvements

* Accesibility and styling improvements

* Fix

* Cleaned up brushes

* Updated UX

* Updated UI

* Added no layouts description

* Fix

* UI fixes

* [FZ Editor] Serialize/deserialize settings (#8615)

* conflicts fix

* [FZ Editor] Parse json file instead of command line args (#8649)

* [FZ Editor] Serialize/deserialize settings fix (#8707)

* [FZ Editor] Hide unsupported settings in custom layouts flyouts (#8716)

* [FZ Editor] Duplicate custom layouts (#8718)

* [FZ Editor] Duplicate layout behavior (#8720)

* New UX proposal

* Updated spacing

* Switching to toggleswitches

* Revert toggleswitch

* Updated colorbrush

* Updated string for saving label

* Updated UI

* Dark theme color fixes

* Removed space

* [FZ Editor] Bind dialog properties (#9199)

* Resize editor window to fit the content in single-monitor mode (#9203)

* Editor opening fix (#9207)

* Disable "Create" button if the Name textbox is empty (#9212)

* [FZ Editor] Changed edit dialog for template layouts. (#9233)

* [FZ Editor] Small fixes and refactoring. (#9236)

* new layout creation refactoring
* "Save and apply" applies the layout
* number of zones header hide

* [FZ Editor] Empty layout template. (#9237)

* [FZ Editor] Move "Duplicate" and "Delete" buttons to the Edit dialog. (#9272)

* [FZ Editor] Preview the applied layout after editing another layout. (#9278)

* Fixed "Save and apply" button behavior (#9286)

* [FZ Editor] Save template layouts in the settings. (#9283)

* Added default custom layout name (#9291)

* close dialog before opening zones editor (#9302)

* Pressing Esc closes dialogs (#9301)

* [FZ Editor] Reset applied layout to "No layout" if it was deleted. (#9315)

* [FZ Editor] Dark theme colors (#9317)

* "Number of zones" buttons colors. (#9321)

* rebase fix

* added ModernWpf.dll

* address PR comments: updated colors

* added comments, replaced magic numbers

* refactoring

* merge zones crash fix

* removed redundant using directive

Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: Niels Laute <niels.laute@live.nl>
2021-01-27 19:33:52 +01:00
..
loc LEGO: check in for master to temporary branch. (#9116) 2021-01-15 15:29:23 +01:00
fancyzones.base.rc common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
FancyZones.cpp [FancyZones Editor] New UX for the FZ editor. (#9325) 2021-01-27 19:33:52 +01:00
FancyZones.h common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
FancyZonesData.cpp [FancyZones Editor] New UX for the FZ editor. (#9325) 2021-01-27 19:33:52 +01:00
FancyZonesData.h [FancyZones Editor] New UX for the FZ editor. (#9325) 2021-01-27 19:33:52 +01:00
FancyZonesDataTypes.cpp [FancyZones] Split and reorganize FancyZonesData and JSON Helpers (#5028) 2020-07-22 10:39:13 +02:00
FancyZonesDataTypes.h [FancyZones Editor] New UX for the FZ editor. (#9325) 2021-01-27 19:33:52 +01:00
FancyZonesLib.vcxproj Fix passing project folder path to localization script (#8663) 2020-12-18 12:37:40 +01:00
FancyZonesLib.vcxproj.filters [FancyZones] Implement File Watcher (#8603) 2020-12-16 14:53:48 +01:00
FancyZonesWinHookEventIDs.cpp FancyZones: LowLevelKeyboardProc & other improvements 2020-05-05 15:16:37 +03:00
FancyZonesWinHookEventIDs.h FancyZones: LowLevelKeyboardProc & other improvements 2020-05-05 15:16:37 +03:00
FileWatcher.cpp [FancyZones] Implement File Watcher (#8603) 2020-12-16 14:53:48 +01:00
FileWatcher.h [FancyZones] Implement File Watcher (#8603) 2020-12-16 14:53:48 +01:00
GenericKeyHook.h FZ: fix currently selected zone tracking (#8797) 2020-12-29 19:20:12 +03:00
JsonHelpers.cpp [FancyZones Editor] New UX for the FZ editor. (#9325) 2021-01-27 19:33:52 +01:00
JsonHelpers.h [FancyZones Editor] New UX for the FZ editor. (#9325) 2021-01-27 19:33:52 +01:00
KeyState.h [FancyZones] Shift + StickyKeys behavior fix (#6039) 2020-08-24 10:19:39 +03:00
LocProject.json [Localization] Migrate resources to resx for FancyZones (#6106) 2020-08-24 17:50:41 -07:00
MonitorWorkAreaHandler.cpp [FancyZones] Feature to create zone layouts spanning multiple monitors (#5289) 2020-08-07 10:06:25 +02:00
MonitorWorkAreaHandler.h [FancyZones] App zone history on multiple desktops (#3932) 2020-06-05 17:25:52 +02:00
on_thread_executor.h common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
OnThreadExecutor.cpp common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
packages.config update Microsoft.Windows.ImplementationLibrary nuget package 2020-10-21 12:31:22 +03:00
pch.cpp FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
pch.h build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
resource.base.h [Localization] Migrate resources to resx for FancyZones (#6106) 2020-08-24 17:50:41 -07:00
Resources.resx Adding in FancyZone comments to help with localization 2020-10-28 16:29:01 -07:00
SecondaryMouseButtonsHook.cpp [FancyZones] fix for secondary mouse button (#8901) 2021-01-04 12:09:58 +01:00
SecondaryMouseButtonsHook.h [FancyZones] Secondary mouse buttons click to toggle zones activation (#3989) 2020-06-05 17:53:08 +03:00
Settings.cpp common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
Settings.h common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
trace.cpp Add in verbose error message and telemetry for SetWindowsHookEx failure (#6454) 2020-09-09 14:27:40 -07:00
trace.h Add in verbose error message and telemetry for SetWindowsHookEx failure (#6454) 2020-09-09 14:27:40 -07:00
util.cpp bug report: enum all display devices (#8745) 2020-12-25 12:49:58 +03:00
util.h common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
VirtualDesktopUtils.cpp [FancyZones] Update primary desktop data on virtual desktop switch (#7994) 2020-11-17 12:39:31 +01:00
VirtualDesktopUtils.h [FancyZones] Clean up resources taken by closed virtual desktops on module startup (#2616) 2020-05-05 10:13:50 +02:00
WindowMoveHandler.cpp common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
WindowMoveHandler.h [FancyZones] Fix stuck chrome tab when merging into existing window (#6931) 2020-10-01 15:38:24 +02:00
Zone.cpp common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
Zone.h Allow negative spacing between zones up to -10 (#7284) 2020-10-14 17:42:47 +02:00
ZoneSet.cpp common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
ZoneSet.h common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
ZoneWindow.cpp FZ: ZoneWindowDrawing is now properly initialized (#8836) 2020-12-30 22:47:18 +01:00
ZoneWindow.h [FancyZones] Editor multi monitor support (#6562) 2020-11-17 11:38:19 +03:00
ZoneWindowDrawing.cpp FZ: ZoneWindowDrawing is now properly initialized (#8836) 2020-12-30 22:47:18 +01:00
ZoneWindowDrawing.h FZ: ZoneWindowDrawing is now properly initialized (#8836) 2020-12-30 22:47:18 +01:00