Daniel Gredler
89a15f1414
8337681: PNGImageWriter uses much more memory than necessary
...
Reviewed-by: prr, lbourges
2024-08-12 12:09:22 +00:00
Abhishek Kumar
9ab8c6b9ba
8335130: The test "javax/swing/plaf/synth/ComponentsOrientationSupport/5033822/bug5033822.java" fails because the background color of the tabs is displayed incorrectly.
...
Reviewed-by: achung, psadhukhan
2024-08-09 05:09:27 +00:00
Alexander Zvegintsev
12c553f128
8329471: Remove GTK2
...
Reviewed-by: abhiscxk, prr, ihse
2024-08-08 10:51:58 +00:00
Alexander Zvegintsev
088871ce36
8335267: [XWayland] move screencast tokens from .awt to .java folder
...
Reviewed-by: prr, avu
2024-08-08 10:51:47 +00:00
Tejesh R
3bc4a1acc4
8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled
...
Reviewed-by: jdv, abhiscxk, honkar
2024-08-08 10:40:56 +00:00
Alisen Chung
fc652d2a58
8235404: [macos] JOptionPane blocks drawing string on another component
...
Reviewed-by: honkar, dnguyen
2024-08-06 21:10:06 +00:00
Prasanta Sadhukhan
a117945d5a
8337344: Redundant javadoc at RasterPrinterJob.isCancelled
...
Reviewed-by: aivanov, prr
2024-08-06 09:37:21 +00:00
Julian Waters
dabdae6b35
8334599: Improve code from JDK-8302671
...
Reviewed-by: aivanov, stuefe, prr
2024-08-05 05:13:08 +00:00
Alexey Ivanov
066db6eb21
8337274: Remove repeated 'the' in StyleSheet.create{Small,Large}AttributeSet
...
Reviewed-by: achung, honkar, prr
2024-08-02 13:06:22 +00:00
Prasanta Sadhukhan
65646b5f81
8337457: Redundant Math.round call in AquaProgressBarUI#getStringPlacement
...
Reviewed-by: azvegint
2024-08-01 03:35:43 +00:00
Prasanta Sadhukhan
7e21d4c191
8337268: Redundant Math.ceil in StyleSheet.ListPainter#drawShape
...
Reviewed-by: prr, aivanov
2024-07-30 03:03:43 +00:00
Alexey Ivanov
374fca0fcb
8335967: "text-decoration: none" does not work with "A" HTML tags
...
Reviewed-by: abhiscxk, dmarkov, honkar, prr
2024-07-26 11:22:32 +00:00
Abhishek Kumar
29f0f174a0
8336879: Always true condition 'img != null' in GTKPainter.paintPopupMenuBackground
...
Reviewed-by: psadhukhan, tr
2024-07-26 06:23:47 +00:00
Prasanta Sadhukhan
7ddd02599c
4265389: JSplitPane does not support ComponentOrientation
...
Reviewed-by: tr, abhiscxk
2024-07-22 13:19:30 +00:00
Prasanta Sadhukhan
902bada2cd
8234071: JTable.AUTO_RESIZE_LAST_COLUMN acts like AUTO_RESIZE_ALL_COLUMNS
...
Reviewed-by: prr, abhiscxk
2024-07-19 02:56:42 +00:00
Phil Race
02be7b8ddc
8334495: Use FFM instead of jdk.internal.misc.Unsafe in java.desktop font implementation
...
Reviewed-by: jdv, dnguyen, achung
2024-07-18 17:35:06 +00:00
Jayathirth D V
13341ca702
8323390: Enhance mask blit functionality
...
Reviewed-by: prr, rhalade, psadhukhan
2024-07-17 05:40:56 +05:30
Phil Race
8cc84bf71e
8320097: Improve Image transformations
...
Reviewed-by: jdv, psadhukhan, aivanov, rhalade
2024-07-17 05:40:56 +05:30
Jayathirth D V
e636325510
8324559: Improve 2D image handling
...
Reviewed-by: rhalade, mschoene, psadhukhan, prr
2024-07-17 05:40:56 +05:30
Harshitha Onkar
69baa7d285
8336413: gtk headers : Fix typedef redeclaration of GMainContext and GdkPixbuf
...
Reviewed-by: prr, dnguyen
2024-07-16 23:46:41 +00:00
Alexey Ushakov
bc7cd42d11
8314498: [macos] Transferring File objects to Finder fails
...
Co-authored-by: Andrey Starovoyt <Andrey.Starovoyt@jetbrains.com>
Reviewed-by: prr
2024-07-15 23:25:11 +00:00
Abhishek Kumar
2fc7eb44a0
8155030: The Menu Mnemonics are always displayed for GTK LAF
...
Hides mnemonics on menus, buttons, and labels for GTK L&F.
Moved shared code for hiding mnemonics into
sun/swing/MnemonicHandler and AltProcessor to avoid code duplication.
Reviewed-by: prr, tr, achung, dnguyen, aivanov
2024-07-12 12:37:58 +00:00
Prasanta Sadhukhan
5fe07b36d9
5021949: JSplitPane setEnabled(false) shouldn't be partially functional
...
Reviewed-by: abhiscxk, achung, aivanov
2024-07-02 03:39:43 +00:00
Nizar Benalla
8591eff78d
8332103: since-checker - Add missing @ since tags to java.desktop
...
Reviewed-by: tr, aivanov
2024-06-26 14:39:21 +00:00
Prasanta Sadhukhan
e527e1c32f
8334580: Deprecate no-arg constructor BasicSliderUI() for removal
...
Reviewed-by: kcr, aivanov, iris, prr
2024-06-25 03:26:18 +00:00
Alisen Chung
3a26bbcebc
8185429: [macos] After a modal dialog is closed, no window becomes active
...
Reviewed-by: tr, dnguyen, serb
2024-06-25 02:19:57 +00:00
Prasanta Sadhukhan
689cee3d09
8334509: Cancelling PageDialog does not return the same PageFormat object
...
Reviewed-by: aivanov, prr
2024-06-21 18:02:57 +00:00
Tejesh R
711e723819
6967482: TAB-key does not work in JTables after selecting details-view in JFileChooser
...
8166352: FilePane.createDetailsView() removes JTable TAB, SHIFT-TAB functionality
Reviewed-by: achung, prr
2024-06-21 10:36:05 +00:00
Alisen Chung
2ce85d9635
8291472: [macos] jawt 1.4 lock/unlock not supported
...
Reviewed-by: serb
2024-06-18 21:31:16 +00:00
Damon Nguyen
c4702ca8c0
8333827: JDK 23 RDP1 L10n resource files update
...
Reviewed-by: achung, jlu, naoto, joehw, prappo, cjplummer, asemenyuk, prr
2024-06-13 21:27:56 +00:00
Marc R. Hoffmann
0721dbe442
8334032: javax.print: Missing @since tag in new class OutputBin
...
Reviewed-by: prr
2024-06-13 19:44:10 +00:00
Jayathirth D V
9ed8629e5d
8333801: Typos in @code references of BufferedImage and JTableHeader
...
Reviewed-by: abhiscxk, prr
2024-06-13 15:50:53 +00:00
Matthias Baesken
f8c657f671
8334123: log the opening of Type 1 fonts
...
Reviewed-by: prr
2024-06-13 13:13:19 +00:00
Matthias Baesken
57b6481449
8333277: ubsan: mlib_ImageScanPoly.c:292:43: runtime error: division by zero
...
Reviewed-by: prr
2024-06-13 12:45:32 +00:00
Alisen Chung
b697b48a01
8315655: [macos] Right click and dragging over a component with a popup menu will open the popup
...
Reviewed-by: dnguyen, psadhukhan
2024-06-12 18:44:07 +00:00
Abhishek Kumar
054362abe0
8332550: [macos] Voice Over: java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
...
Reviewed-by: asemenov, kizune, achung
2024-06-06 15:53:09 +00:00
Abhishek Kumar
5dcb7a627e
8160755: bug6492108.java test fails with exception Image comparison failed at (0, 0) for image 4 in GTK L&F
...
Reviewed-by: aivanov, dnguyen, tr
2024-06-05 16:03:35 +00:00
Jayathirth D V
ca30726352
8332866: Crash in ImageIO JPEG decoding when MEM_STATS in enabled
...
Reviewed-by: abhiscxk, psadhukhan
2024-06-04 05:11:41 +00:00
Alexander Scherbatiy
c7d2a5c1c4
8314070: javax.print: Support IPP output-bin attribute extension
...
Reviewed-by: psadhukhan, prr
2024-06-04 03:12:40 +00:00
Prasanta Sadhukhan
1c514b34c0
8325435: [macos] Menu or JPopupMenu not closed when main window is resized
...
Reviewed-by: azvegint
2024-06-03 13:00:23 +00:00
Prasanta Sadhukhan
9a83dfee14
8332431: NullPointerException in JTable of SwingSet2
...
Reviewed-by: abhiscxk, kizune
2024-05-29 05:09:39 +00:00
Steven Loomis
b8f2ec9091
8195675: Call to insertText with single character from custom Input Method ignored
...
Reviewed-by: prr
2024-05-28 16:44:44 +00:00
Alexander Zuev
05f13e75ee
8329667: [macos] Issue with JTree related fix for JDK-8317771
...
Reviewed-by: asemenov, abhiscxk, psadhukhan
2024-05-25 00:35:56 +00:00
Alexey Ivanov
cd3e4c0366
8326734: text-decoration applied to <span> lost when mixed with <u> or <s>
...
8325620: HTMLReader uses ConvertAction instead of specified CharacterAction for <b>, <i>, <u>
Reviewed-by: honkar, prr
2024-05-24 16:30:30 +00:00
Prasanta Sadhukhan
b92bd67183
8332403: Anachronistic reference to Netscape Communicator in Swing API docs
...
Reviewed-by: abhiscxk, aivanov, prr
2024-05-18 05:57:20 +00:00
Larry Cable
e0d1c4b38c
8321428: Deprecate for removal the package java.beans.beancontext
...
Reviewed-by: prr, tr, iris, serb, aivanov
2024-05-17 12:12:43 +00:00
Abhishek Kumar
b9a142a224
8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox.
...
Reviewed-by: tr, honkar, psadhukhan
2024-05-10 04:45:01 +00:00
Phil Race
36c9607f66
8331591: sun.font.CharSequenceCodePointIterator is buggy and unused
...
Reviewed-by: angorya, honkar
2024-05-03 19:06:13 +00:00
Alisen Chung
6969a9e0b2
8328999: Update GIFlib to 5.2.2
...
Reviewed-by: tr, dnguyen, prr
2024-05-02 15:36:10 +00:00
Alexander Zvegintsev
9912abf586
8331011: [XWayland] TokenStorage fails under Security Manager
...
Reviewed-by: prr, honkar, serb
2024-05-02 12:20:18 +00:00