New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add window customization guide #31054
Merged
zcbenz
merged 17 commits into
electron:main
from
erickzhao:docs/frameless-window-tutorial
Oct 19, 2021
Merged
docs: add window customization guide #31054
zcbenz
merged 17 commits into
electron:main
from
erickzhao:docs/frameless-window-tutorial
Oct 19, 2021
Conversation
malept
suggested changes
Sep 21, 2021
@@ -0,0 +1,266 @@ | |||
# Window Customization | |||
|
|||
The `BrowserWindow` module is the foundation of your Electron application, and it exposes |
Nit
Suggested change
The `BrowserWindow` module is the foundation of your Electron application, and it exposes | |
The `BrowserWindow` module is the foundation of your Electron application, and exposes |
6a85202
to
c233e3c
jkleinsc
requested changes
Sep 27, 2021
malept
suggested changes
Sep 27, 2021
docs/fiddles/windows/manage-windows/frameless-window/index.html
Outdated
Show resolved
Hide resolved
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
Co-authored-by: Mark Lee <[email protected]>
No Release Notes |
I was unable to backport this PR to "15-x-y" cleanly; |
I was unable to backport this PR to "16-x-y" cleanly; |
erickzhao
added a commit
to erickzhao/electron
that referenced
this issue
Oct 20, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]>
@erickzhao has manually backported this PR to "15-x-y", please check out #31507 |
erickzhao
added a commit
to erickzhao/electron
that referenced
this issue
Oct 20, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]>
@erickzhao has manually backported this PR to "16-x-y", please check out #31508 |
jkleinsc
pushed a commit
that referenced
this issue
Oct 21, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]> Co-authored-by: Mark Lee <[email protected]>
zcbenz
pushed a commit
that referenced
this issue
Oct 22, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]> Co-authored-by: Mark Lee <[email protected]>
t57ser
added a commit
to t57ser/electron
that referenced
this issue
Oct 27, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]>
t57ser
added a commit
to t57ser/electron
that referenced
this issue
Oct 27, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]>
t57ser
added a commit
to t57ser/electron
that referenced
this issue
Oct 29, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]>
t57ser
added a commit
to t57ser/electron
that referenced
this issue
Oct 29, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]>
t57ser
added a commit
to t57ser/electron
that referenced
this issue
Oct 29, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]>
t57ser
added a commit
to t57ser/electron
that referenced
this issue
Oct 29, 2021
* docs: add window customization guide * fixes * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/api/browser-window.md Co-authored-by: Mark Lee <[email protected]> * Update docs/fiddles/windows/manage-windows/frameless-window/index.html Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * Update docs/tutorial/window-customization.md Co-authored-by: Mark Lee <[email protected]> * fix code fence Co-authored-by: Mark Lee <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Description of Change
Renames the
Frameless Window
doc to better reflect what it does and moves the page from/api/
to/tutorial/
.Also restructures the entire guide to hopefully be clearer and removes old outdated information that was left over after refactors.
cc @mlaurencin @jkleinsc
Checklist
Release Notes
Notes: none
The text was updated successfully, but these errors were encountered: