forked from morganstanley/desktopJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for linking windows to state changes of other windows. Mi…
…nimize and restore all windows from the main window or within window groups. (#138) electron.js, app.js: - Change default behavior of example to leverage the new window state tracking of main or group. desktop.ts: - Expose through default export the new base GroupWindowManager and the WindowStateTracking enum window.ts: - Add GroupWindowManager for tracking window state changes to drive state of other windows. - Refactor SnapAssistWindowManager core window tracking to new base GroupWindowManager.
- Loading branch information
Showing
5 changed files
with
162 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters