PowerToys/src/modules/fancyzones/lib
2021-02-08 09:40:07 +01:00
..
loc LEGO: check in for master to temporary branch. (#9546) 2021-02-08 09:40:07 +01:00
fancyzones.base.rc common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
FancyZones.cpp [FanzyZones] app history and zone settings granular saving (#9489) (#9494) 2021-02-04 21:02:24 +01:00
FancyZones.h common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
FancyZonesData.cpp [FanzyZones] app history and zone settings granular saving (#9489) (#9494) 2021-02-04 21:02:24 +01:00
FancyZonesData.h [FanzyZones] app history and zone settings granular saving (#9489) (#9494) 2021-02-04 21:02:24 +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