-
Notifications
You must be signed in to change notification settings - Fork 248
CunyCreate android.yml #542
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
Open
Yuttakan440
wants to merge
1,520
commits into
JetBrains:main
Choose a base branch
from
Yuttakan440:main
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.
Open
+188,992
−10,294
Conversation
This file contains hidden or 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
(cherry picked from commit 6093b65)
(cherry picked from commit de5d101)
(cherry picked from commit f678372)
(cherry picked from commit 099698f)
(cherry picked from commit ff4c5dc)
…files) (cherry picked from commit dbb42d1)
(cherry picked from commit 79b9f5b)
(cherry picked from commit 3ef8a52)
(cherry picked from commit 5c90a8d)
(cherry picked from commit d16c502)
…isibleTestLinuxGnome.java: title bar shown and hidden are the same. Exclude the test when running under XWayland that doesn't implement screen capture necessary for the test to function. (cherry picked from commit 4326028)
The watch service is based on FSEvents API that notifies about file
system changes at a directory level. It is possible to go back to
using the old polling watch service with -Dwatch.service.polling=true.
Features include:
- support for FILE_TREE option (recursive directory watching),
- minimum necessary I/O (no filesystem access more than once
unless needed),
- one thread ("run loop") per WatchService instance,
- changes are detected by comparing file modification times with
millisecond precision,
- a directory tree snapshot is taken at the time of WatchKey creation
and can take a long time (proportional to the number of files).
(cherry picked from commit f91ddf6)
…he UnixFileSystem, which might not be the case (cherry picked from commit 0af640f)
… hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185" This reverts commit 1ad3ebc
(cherry picked from commit f36aa7f)
- Position popups at the exact offset given; this is achieved by using the XDG_POSITIONER_ANCHOR_TOP_LEFT anchor - Update of popups location is done in sync with all other updates that affect the size (like the surface size update) - Maintain a popup's location relative to the popup's parent, not its toplevel window
… in the settings when using WLToolkit Avoid requesting the Wayland server to change the cursor when the change is vacuous
68c38b8 to
a56e68d
Compare
874acc9 to
d8489a2
Compare
424c60f to
f807fbf
Compare
c092ab6 to
ae19bfc
Compare
2dd9602 to
725da52
Compare
b67d996 to
56e393c
Compare
15e769b to
93bb78f
Compare
6cffaf8 to
f6231ed
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.
Ii