forked from zed-industries/zed
-
Notifications
You must be signed in to change notification settings - Fork 2
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
gpui: Add WebView support #6
Draft
huacnlee
wants to merge
2
commits into
main
Choose a base branch
from
export-platform-window
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+1,206
−70
Conversation
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
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
July 3, 2024 13:27
996ecaa
to
9f2c125
Compare
huacnlee
force-pushed
the
export-platform-window
branch
from
July 18, 2024 04:04
e5f84af
to
4df6491
Compare
huacnlee
added a commit
to longbridge/gpui-component
that referenced
this pull request
Jul 18, 2024
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
July 23, 2024 01:41
86db48b
to
3ee10bf
Compare
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
July 31, 2024 01:37
e7347fc
to
d18b49a
Compare
There have a lot of It only requirement on Windows, if not the |
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
August 6, 2024 09:41
371a680
to
dc81926
Compare
huacnlee
force-pushed
the
export-platform-window
branch
from
August 13, 2024 10:10
dc81926
to
a0bd2bb
Compare
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
August 27, 2024 05:45
f5eecd7
to
1d2c695
Compare
huacnlee
force-pushed
the
export-platform-window
branch
3 times, most recently
from
September 7, 2024 03:42
4f7507e
to
8e26a49
Compare
huacnlee
force-pushed
the
export-platform-window
branch
3 times, most recently
from
September 18, 2024 06:24
bd896c4
to
3d634ce
Compare
huacnlee
force-pushed
the
export-platform-window
branch
from
October 4, 2024 01:49
3d634ce
to
82314ac
Compare
huacnlee
force-pushed
the
export-platform-window
branch
from
October 14, 2024 02:38
82314ac
to
fa2a060
Compare
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
October 17, 2024 10:25
e681a4b
to
d048d70
Compare
huacnlee
force-pushed
the
export-platform-window
branch
from
October 21, 2024 09:00
21d99d9
to
93adafb
Compare
The GPUI used Wayland window, but Wry not support this will. |
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
November 7, 2024 02:18
6ee7977
to
543fe4c
Compare
huacnlee
force-pushed
the
export-platform-window
branch
from
November 18, 2024 01:59
543fe4c
to
0e42c01
Compare
huacnlee
force-pushed
the
export-platform-window
branch
from
November 26, 2024 13:27
0e42c01
to
54853c7
Compare
1 task
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
November 28, 2024 08:34
64482e7
to
8ad07f4
Compare
huacnlee
force-pushed
the
export-platform-window
branch
2 times, most recently
from
December 12, 2024 02:06
3612f36
to
0ae1603
Compare
…WebView example. Fix borrow_mut error on Windows. Co-authored-by: Sunli <[email protected]>
huacnlee
force-pushed
the
export-platform-window
branch
from
December 17, 2024 11:01
0ae1603
to
65da76c
Compare
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.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR just make a draft, and the gpui-component use this branch for WebView support.
Changes
raw_window_handle
workaround.raw_window_handle
method.window_handle
method for X11 and Wayland.Platform support:
Refs