-
Notifications
You must be signed in to change notification settings - Fork 209
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
JBR-7700 java.io over java.nio #508
Open
vladimirlagunov
wants to merge
1,431
commits into
JetBrains:main
Choose a base branch
from
vladimirlagunov:main-JBR-7700-java-io-via-nio
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
JBR-7700 java.io over java.nio #508
vladimirlagunov
wants to merge
1,431
commits into
JetBrains:main
from
vladimirlagunov:main-JBR-7700-java-io-via-nio
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
One regression was detected
|
…o Line dialog (cherry picked from commit c381634)
(cherry picked from commit 762cd2b)
Popup's positioner size has to be in sync with popup's buffer size (cherry picked from commit 5d67a13)
(cherry picked from commit b68c0ec)
- Separate instance and device-specific function tables - Avoid using device from global context when possible - Set up debug logger (cherry picked from commit af4eb8b)
…r rendering (JetBrains#426) Refactored rendering code. Provided common implementation for fill and draw operations. (cherry picked from commit 902f65c)
Check if all non-optional interfaces are supported before actually starting to run (cherry picked from commit 632a0ac)
(cherry picked from commit a1dcba2)
…ured maximized state (cherry picked from commit 4bb0306)
- based on common AccelTexturePool - new VKTexturePool instance in VKLogicalDevice - fixed SIGSEGV in VKImage dispose - store device in TPI - indentation fixes - merged with latest changes for JBR-7460 - use (ATexturePoolLock_init)(void) - fixed logs in lock implementations + fixed indentation - fixed MTLTexturePool to pre-processor conditions (not runtime) on USE_ACCEL_TEXTURE_POOL (cherry picked from commit 5515b0f)
(cherry picked from commit c47edfa)
(cherry picked from commit 1299f0f)
(cherry picked from commit 674b7d1)
(cherry picked from commit 18e39ca)
…ng Alt+Enter (cherry picked from commit 35776b5)
(cherry picked from commit 95e3911)
(cherry picked from commit 3867557)
* Renamed VKLogicalDevice to VKDevice for conformance and convenience. * Refactored device->device to device->handle for clarity. (cherry picked from commit aba56fd)
…for dynamic arrays. (JetBrains#451) (cherry picked from commit 7b89fe2)
(cherry picked from commit 00f213d)
(cherry picked from commit 0d5aea9)
… timeout Excluded the test from jdk_awt_wayland as it can't be made to work under Wayland. (cherry picked from commit 7a3077d)
Certain Wayland compositors (wlroots) invalidate xdg_surface after window with popup loses focus. Subsequent attempts to commit the popup window fail with protocol error "xdg_surface has never been configured". Handle popup_done event by hiding the popup window. Also emit WINDOW_CLOSING event as otherwise focus remains on the popup parent. Co-authored-by: Maxim Kartashёv <[email protected]> (cherry picked from commit 873a085)
(cherry picked from commit f407b95)
- Added proper synchronization and image layout transitions. - Refactored VKRenderer to hold per-device rendering context. Isolated surface rendering contexts. - Implemented reusing of command buffers and semaphores - Fixed surface resize, made surface initialization more robust. - Added on-demand pipeline creation for actual surface formats. - Added missing destruction logic. - Added macros for easy checking of return codes, logging with source code location. - Moved implementation details out of headers where possible. Stripped dead code. - Implemented consistent OOM strategy from dynamic arrays and ring buffers. (cherry picked from commit 91aafbe)
Implemented reference counting for shared MTLContext objects. Supported multiple display links per MTLContext. Also, works for macOS version < 10.13 (cherry picked from commit c6aa7f1)
(cherry picked from commit 170a7cf)
To fix missing mouse entered/exited events when using rounded corners, we keep track of mouse moved events. When a mouse moved event is detected, and the current peer under the cursor belongs to a different window, we send fake mouse entered/exit events to the old and new windows. We also filter late mouse exited events. The workaround is enabled by default with the VM option "awt.mac.enableMouseEnteredExitedWorkaround" to disable it in case something breaks. About the test: Use the robot to find the points when the mouse entered event is sent to the popup when the mouse enters through a rounded corner, and the similar point for entering the outer window when exiting through such a corner. Once the points are found, move the mouse back and forth to that point, but not beyond. The correct behavior is that when the mouse enters the popup, a mouse exited event is sent to the outer frame and vice versa. Therefore, every mouse entered/exited event should be received exactly once. Use reflection to set the rounded corners, as JBR API isn't available in tests. (cherry picked from commit 0b5beaf)
cc073b4
to
0915521
Compare
d2c10f5
to
7ee2b57
Compare
511323f
to
428a663
Compare
…preload_helper_init
…estEmptyPathForByteStream on Windows It throws AccessDeniedException on Windows. Probably, semantics of the particular corner case of opening the current directory as a byte stream differs on Windows and on Posix.
521fcb5
to
cfa81d2
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.
No description provided.