Phil Race
|
6f882deddc
|
8280964: [Linux aarch64] : drawImage dithers TYPE_BYTE_INDEXED images incorrectly
Reviewed-by: serb, dmarkov
|
2022-02-23 01:03:09 +00:00 |
|
Daniel Jeliński
|
f924e50c42
|
8281440: AWT: Conversion from string literal loses const qualifier
Reviewed-by: prr, aivanov
|
2022-02-09 08:34:47 +00:00 |
|
Dmitry Markov
|
7a0a6c95a5
|
8274751: Drag And Drop hangs on Windows
Reviewed-by: aivanov, prr, serb
|
2022-01-24 10:55:13 +00:00 |
|
Alexey Ivanov
|
2426d58e59
|
8278472: Invalid value set to CANDIDATEFORM structure
Reviewed-by: prr, naoto, serb
|
2022-01-20 20:12:11 +00:00 |
|
Alexander Zuev
|
94127f43a4
|
8277299: STACK_OVERFLOW in Java_sun_awt_shell_Win32ShellFolder2_getIconBits
Reviewed-by: aivanov
|
2021-12-10 20:27:07 +00:00 |
|
Brent Christian
|
ec7cb6d5d3
|
8276447: Deprecate finalization-related methods for removal
Reviewed-by: rriggs, alanb, lancea, darcy, mchung, serb, smarks, prr
|
2021-12-08 00:23:15 +00:00 |
|
Andrey Turbanov
|
18c54b4e1a
|
8274640: Cleanup unnecessary null comparison before instanceof check in java.desktop
Reviewed-by: aivanov
|
2021-12-03 13:04:26 +00:00 |
|
Tim Prinzing
|
b8ac0d20ce
|
8276681: Additional malformed Javadoc inline tags in JDK source
Reviewed-by: lancea
|
2021-12-02 21:22:43 +00:00 |
|
Sergey Bylokhov
|
03473b4c27
|
8270874: JFrame paint artifacts when dragged from standard monitor to HiDPI monitor
Reviewed-by: jdv
|
2021-11-18 18:25:38 +00:00 |
|
Andrey Turbanov
|
0a65e8b282
|
8276794: Change nested classes in java.desktop to static nested classes
Reviewed-by: serb, aivanov
|
2021-11-18 10:48:16 +00:00 |
|
Phil Race
|
0ef8cbe325
|
8276385: Re-run blessed-modifier-order script on java.desktop and jdk.accessibility
Reviewed-by: serb
|
2021-11-03 16:22:42 +00:00 |
|
Sergey Bylokhov
|
687567822a
|
8273831: PrintServiceLookup spawns 2 threads in the current classloader, getting orphaned
Reviewed-by: aivanov
|
2021-10-30 09:03:27 +00:00 |
|
Phil Race
|
6523c558d9
|
8198336: java/awt/FontMetrics/FontCrash.java fails in headless mode
Reviewed-by: serb
|
2021-10-22 17:22:12 +00:00 |
|
Andrey Turbanov
|
2c83559eda
|
8274882: Cleanup redundant boxing in java.desktop
Reviewed-by: serb, pbansal
|
2021-10-10 08:41:52 +00:00 |
|
Andrey Turbanov
|
f640c7aaa8
|
8274806: Simplify equals() call on nullable variable and a constant in java.desktop
Reviewed-by: serb, pbansal
|
2021-10-09 00:46:20 +00:00 |
|
Sergey Tsypanov
|
ccbce107f2
|
8272756: Remove unnecessary explicit initialization of volatile variables in java.desktop
Reviewed-by: jdv, aivanov
|
2021-10-08 15:58:36 +00:00 |
|
Andrey Turbanov
|
9759fcb17b
|
8274496: Use String.contains() instead of String.indexOf() in java.desktop
Reviewed-by: pbansal, serb
|
2021-10-06 10:50:38 +00:00 |
|
Andrey Turbanov
|
8a4d2b4aa7
|
8274680: Remove unnecessary conversion to String in java.desktop
Reviewed-by: pbansal, jdv, serb, kizune
|
2021-10-06 02:53:09 +00:00 |
|
Alexander Scherbatiy
|
961dcffc86
|
8273581: Change the mechanism by which JDK loads the platform-specific FontManager class
Reviewed-by: prr, psadhukhan, azvegint, aivanov, serb
|
2021-09-28 09:26:51 +00:00 |
|
Andrey Turbanov
|
1513dc7afc
|
8271603: Unnecessary Vector usage in java.desktop
Reviewed-by: prr, serb
|
2021-09-08 04:36:41 +00:00 |
|
Andrey Turbanov
|
708407eddc
|
8273168: Remove superfluous use of boxing in java.desktop
Reviewed-by: aivanov
|
2021-09-07 21:12:35 +00:00 |
|
Andrey Turbanov
|
d732c3091f
|
8272863: Replace usages of Collections.sort with List.sort call in public java modules
Reviewed-by: serb, dfuchs, naoto
|
2021-08-26 20:47:02 +00:00 |
|
Maxim Kartashev
|
9bc023220f
|
8269223: -Xcheck:jni WARNINGs working with fonts on Linux
Reviewed-by: prr, serb
|
2021-08-23 20:28:17 +00:00 |
|
Andrey Turbanov
|
35b399aca8
|
8269130: Replace usages of Collection.toArray() with Collection.toArray(T[]) to avoid redundant array copying
Reviewed-by: mullan, serb
|
2021-08-10 13:27:59 +00:00 |
|
Sergey Bylokhov
|
6b55ef3b58
|
8271456: Avoid looking up standard charsets in "java.desktop" module
Reviewed-by: jdv, azvegint, aivanov
|
2021-08-04 18:44:18 +00:00 |
|
Weijun Wang
|
90cd2fa164
|
8270859: Post JEP 411 refactoring: client libs with maximum covering > 10K
Reviewed-by: serb
|
2021-07-27 17:34:19 +00:00 |
|
Alexander Zuev
|
a033866d78
|
8269637: javax/swing/JFileChooser/FileSystemView/SystemIconTest.java fails on windows
Reviewed-by: aivanov
|
2021-07-14 18:25:57 +00:00 |
|
Weijun Wang
|
508cec7535
|
8267521: Post JEP 411 refactoring: maximum covering > 50K
Reviewed-by: dfuchs, prr
|
2021-06-02 15:48:50 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Alexander Zuev
|
7f52c50ba3
|
8182043: Access to Windows Large Icons
Reviewed-by: aivanov, azvegint, prr
|
2021-05-27 21:49:20 +00:00 |
|
Phil Race
|
138d573c35
|
8262392: Update Mesa 3-D Headers to version 21.0.3
Reviewed-by: serb, jdv, kcr
|
2021-05-05 19:39:15 +00:00 |
|
Alexander Scherbatiy
|
e9370a13b6
|
8265761: Font with missed font family name is not properly printed on Windows
Reviewed-by: serb, prr
|
2021-04-30 08:46:58 +00:00 |
|
Andrey Turbanov
|
8a2358074f
|
8264428: Cleanup usages of StringBuffer in java.desktop
Reviewed-by: azvegint, aivanov
|
2021-04-08 21:23:30 +00:00 |
|
Alexey Ivanov
|
9d6503978d
|
8263984: Invalidate printServices when there are no printers
Reviewed-by: serb, jdv
|
2021-04-07 15:29:52 +00:00 |
|
Alexander Scherbatiy
|
0228734902
|
8262470: Printed GlyphVector outline with low DPI has bad quality on Windows
Reviewed-by: serb, psadhukhan
|
2021-04-01 06:45:20 +00:00 |
|
Alexey Ivanov
|
840ab7bf0f
|
8263894: Convert defaultPrinter and printers fields to local variables
Reviewed-by: prr, azvegint, kizune
|
2021-03-22 15:54:51 +00:00 |
|
Phil Race
|
d41f75120d
|
8247370: Clean up unused printing code in awt_PrintJob.cpp
Reviewed-by: serb, psadhukhan
|
2021-03-19 18:12:46 +00:00 |
|
Alexey Ivanov
|
a85dc557b3
|
8263311: Watch registry changes for remote printers update instead of polling
Reviewed-by: psadhukhan, serb
|
2021-03-18 13:26:22 +00:00 |
|
Alexey Ivanov
|
a6e34b3d1c
|
8262829: Native crash in Win32PrintServiceLookup.getAllPrinterNames()
Reviewed-by: prr, psadhukhan, serb
|
2021-03-09 11:36:30 +00:00 |
|
Andrey Turbanov
|
39b1113838
|
8262161: Refactor manual I/O stream copying in java.desktop to use new convenience APIs
Reviewed-by: serb, prr
|
2021-03-09 01:36:50 +00:00 |
|
Dmitry Markov
|
bf9b74d187
|
8262446: DragAndDrop hangs on Windows
Reviewed-by: aivanov, serb, kizune
|
2021-03-08 16:38:21 +00:00 |
|
Dmitry Markov
|
d6d5d9bf2f
|
8261231: Windows IME was disabled after DnD operation
Reviewed-by: kizune, serb
|
2021-02-08 17:09:09 +00:00 |
|
Sergey Bylokhov
|
42cef27fd8
|
8260343: Delete obsolete classes in the Windows L&F
Reviewed-by: aivanov, pbansal
|
2021-01-26 18:31:26 +00:00 |
|
Dmitry Markov
|
53fecba709
|
8258805: Japanese characters not entered by mouse click on Windows 10
Reviewed-by: aivanov
|
2021-01-22 19:21:10 +00:00 |
|
Sergey Bylokhov
|
978bed6c7f
|
8259522: Apply java.io.Serial annotations in java.desktop
Reviewed-by: aivanov, psadhukhan
|
2021-01-15 00:28:08 +00:00 |
|
Tejpal Rebari
|
65ca5c6656
|
8048109: JToggleButton does not fire actionPerformed under certain conditions
Reviewed-by: serb, psadhukhan, vdyakov
|
2021-01-10 12:38:10 +00:00 |
|
Prasanta Sadhukhan
|
80110dac91
|
8259007: This test printed a blank page
Reviewed-by: prr, serb
|
2021-01-06 06:36:29 +00:00 |
|
Alexander Scherbatiy
|
d6dd440c76
|
8256264: Printed GlyphVector outline with low DPI has bad quality on Windows
Reviewed-by: serb
|
2020-12-04 09:02:20 +00:00 |
|
Sergey Bylokhov
|
85269470e5
|
6508941: java.awt.Desktop.open causes VM to crash with video files sporadically
Reviewed-by: kizune, aivanov
|
2020-12-03 20:08:09 +00:00 |
|
Sergey Bylokhov
|
b5ce8af3d7
|
8256373: [Windows/HiDPI] The Frame#setBounds does not work in a minimized state
Reviewed-by: kizune, aivanov
|
2020-12-01 04:49:21 +00:00 |
|