Phil Race
|
ca81ab5ebc
|
8344994: Remove most uses of RuntimePermission checks in java.desktop
Reviewed-by: azvegint
|
2024-11-26 07:03:15 +00:00 |
|
Phil Race
|
027607968b
|
8344667: Remove most uses of AWT Permissions from the desktop module
Reviewed-by: azvegint, kizune
|
2024-11-25 22:16:07 +00:00 |
|
Phil Race
|
4d898aa451
|
8344896: Remove obsolete checks for AWTPermission accessClipboard
Reviewed-by: azvegint
|
2024-11-25 19:31:22 +00:00 |
|
Phil Race
|
0f458e2c3e
|
8342903: Deprecate for removal java.awt.Window.getWarningString()
Reviewed-by: kizune, erikj, azvegint
|
2024-11-21 21:24:46 +00:00 |
|
Prasanta Sadhukhan
|
9e92a9e2ba
|
8344059: Remove doPrivileged calls from windows platform sources in the java.desktop module
Reviewed-by: kcr, prr
|
2024-11-19 03:11:31 +00:00 |
|
Nikita Gubarkov
|
fe83b7d596
|
8339341: SurfaceManager cacheMap retains strong references
Reviewed-by: jdv, prr
|
2024-10-17 20:54:18 +00:00 |
|
Maurizio Cimadamore
|
20d8f58c92
|
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
Reviewed-by: jpai, prr, ihse, kcr, alanb
|
2024-08-26 09:17:45 +00:00 |
|
Tejesh R
|
21480a7ae8
|
8322135: Printing JTable in Windows L&F throws InternalError: HTHEME is null
Reviewed-by: abhiscxk, honkar, aivanov
|
2024-04-25 04:31:55 +00:00 |
|
Alexey Ivanov
|
2fcb816858
|
8305072: Win32ShellFolder2.compareTo is inconsistent
Reviewed-by: prr, serb
|
2024-04-09 13:19:41 +00:00 |
|
Christoph Langer
|
1ad3ebcf11
|
8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185
Reviewed-by: aivanov, prr
|
2024-03-13 21:09:00 +00:00 |
|
Maxim Kartashev
|
139681a7eb
|
8326497: Window.toFront() fails for iconified windows on Linux
Reviewed-by: tr, prr
|
2024-03-12 08:15:36 +00:00 |
|
Alexander Zuev
|
6212264cc6
|
8320692: Null icon returned for .exe without custom icon
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov
|
2024-01-24 22:10:28 +00:00 |
|
Sergey Bylokhov
|
b25ed57b76
|
8270269: Desktop.browse method fails if earlier CoInitialize call as COINIT_MULTITHREADED
Reviewed-by: aivanov
|
2023-12-12 18:30:41 +00:00 |
|
Sergey Bylokhov
|
b5a7562bd1
|
8319985: Delete sun.awt.windows.WToolkit.embedded*() API
Reviewed-by: prr
|
2023-11-17 18:58:19 +00:00 |
|
Andrey Turbanov
|
89e068bc19
|
8316556: Fix typos in java.desktop
Reviewed-by: prr, aivanov
|
2023-09-25 06:32:40 +00:00 |
|
Harshitha Onkar
|
0c972468e7
|
8311113: Remove invalid pointer cast and clean up setLabel() in awt_MenuItem.cpp
Reviewed-by: aivanov, serb
|
2023-09-19 17:37:49 +00:00 |
|
Justin Lu
|
b55e418a07
|
8301991: Convert l10n properties resource bundles to UTF-8 native
Reviewed-by: naoto
|
2023-09-14 22:19:18 +00:00 |
|
Rajat Mahajan
|
a63afa4aa6
|
8294427: Check boxes and radio buttons have rendering issues on Windows in High DPI env
Reviewed-by: aivanov, achung
|
2023-06-28 21:07:24 +00:00 |
|
Alexey Ivanov
|
d6c2ee3448
|
8310054: ScrollPane insets are incorrect
Reviewed-by: honkar, prr
|
2023-06-16 17:24:07 +00:00 |
|
Tejesh R
|
325940b091
|
8307105: JFileChooser InvalidPathException when selecting some system folders on Windows
Reviewed-by: aivanov, abhiscxk, dnguyen
|
2023-06-02 04:29:33 +00:00 |
|
Dmitry Cherepanov
|
f968da97a5
|
8305352: updateIconImages may lead to deadlock after JDK-8276849
Reviewed-by: aivanov, serb
|
2023-04-25 06:56:32 +00:00 |
|
Sergey Bylokhov
|
5147969253
|
8272288: Funky multiresolution image breaks graphics context
Reviewed-by: jdv
|
2023-02-09 19:22:51 +00:00 |
|
Alexey Ivanov
|
2e4a3c47e2
|
8293862: javax/swing/JFileChooser/8046391/bug8046391.java failed with 'Cannot invoke "java.awt.Image.getWidth(java.awt.image.ImageObserver)" because "retVal" is null'
Co-authored-by: Tejesh R <tr@openjdk.org>
Reviewed-by: prr, serb
|
2023-01-19 13:00:09 +00:00 |
|
Sergey Bylokhov
|
78b1686c15
|
8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError
Reviewed-by: aivanov, tr
|
2023-01-12 01:52:56 +00:00 |
|
Prasanta Sadhukhan
|
4072412c1f
|
8298876: Swing applications do not get repainted coming out of sleep on Windows 10
Reviewed-by: angorya, prr
|
2023-01-09 10:14:06 +00:00 |
|
Andrey Turbanov
|
0234f813e6
|
8298447: Unnecessary Vector usage in DocPrintJob implementations
Reviewed-by: serb
|
2023-01-06 08:29:47 +00:00 |
|
Sergey Bylokhov
|
e7361cb746
|
8299430: Cleanup: delete unnecessary semicolons in java.desktop module
Reviewed-by: stsypanov, aghaisas, iris
|
2023-01-05 08:47:21 +00:00 |
|
Andrey Turbanov
|
b378381a9c
|
8299199: Avoid redundant split calls in FontConfiguration.initReorderMap implementations
Reviewed-by: aivanov
|
2022-12-22 19:09:37 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Magnus Ihse Bursie
|
2a799e5c82
|
8285306: Fix typos in java.desktop
Co-authored-by: Andrey Turbanov <aturbanov@openjdk.org>
Reviewed-by: aturbanov, prr
|
2022-10-18 17:08:49 +00:00 |
|
Emmanuel Bourg
|
ed40d88f29
|
8276849: Refresh the window icon on graphics configuration changes
Reviewed-by: prr, jdv
|
2022-10-03 18:42:01 +00:00 |
|
Alexander Zuev
|
6c8d0e617f
|
8282526: Default icon is not painted properly
Reviewed-by: aivanov, prr
|
2022-07-18 20:33:19 +00:00 |
|
Sergey Tsypanov
|
efed7a7f65
|
8289908: Skip bounds check for cases when String is constructed from entirely used byte[]
Reviewed-by: prr, rriggs, aturbanov
|
2022-07-18 17:15:46 +00:00 |
|
Andrey Turbanov
|
695d8656c5
|
8284672: Collapse identical catch branches in java.desktop
Reviewed-by: prr, aivanov, serb
|
2022-06-20 09:02:15 +00:00 |
|
Alexey Ivanov
|
a9b9831f2a
|
8286663: Resolve IDE warnings in WTrayIconPeer and SystemTray
Reviewed-by: prr, serb, honkar
|
2022-06-08 15:36:08 +00:00 |
|
Alisen Chung
|
5264881a15
|
8286481: Exception printed to stdout on Windows when storing transparent image in clipboard
Reviewed-by: prr, dnguyen
|
2022-06-06 21:22:38 +00:00 |
|
Dmitry Kulikov
|
c6e0416495
|
8282863: java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java fails on Windows 10 with HiDPI screen
Reviewed-by: serb, aivanov
|
2022-05-31 10:14:52 +00:00 |
|
Phil Race
|
40e99a19f2
|
8285308: Win: Japanese logical fonts are drawn with wrong size
Reviewed-by: kizune, naoto
|
2022-05-19 23:41:45 +00:00 |
|
Alexey Ivanov
|
ec4fb47b90
|
8284189: Replace usages of 'a the' in java.desktop
Reviewed-by: jdv, prr, dmarkov
|
2022-04-21 19:12:57 +00:00 |
|
Alexey Ushakov
|
90983431c5
|
8283794: CCE in XRTextRenderer.drawGlyphList and XRMaskFill.MaskFill
Reviewed-by: serb, aghaisas
|
2022-04-21 09:56:39 +00:00 |
|
Andrey Turbanov
|
bf1c3ef02b
|
8284775: Simplify String.substring(_, length()) calls
Reviewed-by: bpb, serb
|
2022-04-13 19:08:44 +00:00 |
|
Masanori Yano
|
415bf44191
|
8275715: D3D pipeline processes multiple PaintEvent at initial drawing
Reviewed-by: prr
|
2022-03-06 23:53:50 +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 |
|
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 |
|