-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom window / native window controls (#457)
* Allow preload types to be used in frontend Fix enum imported via meta file * Hide default titlebar on win32 / linux * Add interop for theme change handling Limitation: Cannot theme hover background of OS-controlled buttons - using a white background in dark mode appears to have no hover * Export overlay options * Add windowStyle setting * Allow disabling of modern window style * Fix height change ignored Removes initial test height * Prevent zero overlay height It resets the height of the buttons, but the CSS is set explicitly to zero, breaking anything relying on it. * Remove coupling requirement from initial feature - Removes on-by-default behaviour, leaving no changes to default behaviour - Allows linked commits to happen async * Add TS types, nits * Add API - setWindowStyle
- Loading branch information
1 parent
e6c1263
commit 260e3e0
Showing
7 changed files
with
90 additions
and
11 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
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