Tagir F. Valeev
fc807d0914
8211300: Convert C-style array declarations in JDK client code
...
Reviewed-by: prr, serb
2018-10-04 12:40:55 -07:00
Phil Race
c33f1a61de
8208595: [parfait] Better X11 font support
...
Reviewed-by: serb, psadhukhan
2018-10-04 11:07:30 -07:00
Prasanta Sadhukhan
9b0d241a16
8211055: Provide print to a file (PDF) feature even when printer was not connected
...
Reviewed-by: prr
2018-10-04 15:03:48 +05:30
Martin Mraz
0f45d2d52a
8203281: [Windows] JComboBox change in ui when editor.setBorder() is called
...
Reviewed-by: psadhukhan
2018-10-04 14:56:03 +05:30
Phil Race
42ecae239b
8211031: Remove un-needed qualified export to java.desktop from java.base on macos
...
Reviewed-by: serb, mchung
2018-10-03 11:10:09 -07:00
Prasanta Sadhukhan
added9caf6
6821316: comment in source code of SynthStyleFactory.java has a self-reference
...
Reviewed-by: serb
2018-09-29 09:43:33 +05:30
Prasanta Sadhukhan
61dc835d26
6994403: Grammatical error in documentation of javax.swing.GroupLayout.ParallelGroup
...
Reviewed-by: serb
2018-09-29 09:41:33 +05:30
Christoph Langer
64c46dd029
8211218: remove double semicolon in src/java.desktop/macosx/classes/sun/font/CFont.java
...
Reviewed-by: serb
2018-09-28 06:39:52 +01:00
Prasanta Sadhukhan
2a43fc5a1b
8210306: Missing closing bracket in GridBagLayout gridwidth, gridheight description
...
Reviewed-by: serb
2018-09-28 09:17:24 +05:30
Phil Race
f7db806ed1
Merge
2018-09-27 11:46:28 -07:00
Phil Race
b18f1d282e
Merge
2018-09-27 10:49:10 -07:00
Krishna Addepalli
c105cd5164
8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane
...
Reviewed-by: serb, psadhukhan
2018-09-27 14:36:33 +05:30
Sergey Bylokhov
9651df7696
8210286: Drop of sun.awt.HToolkit class
...
Reviewed-by: dmarkov, prr
2018-09-25 17:58:53 -07:00
Phil Race
c7f8499529
8210880: Remove HPKeysym.h from JDK sources
...
Reviewed-by: serb, dmarkov
2018-09-25 14:44:36 -07:00
Phil Race
5e3ea1b7e7
8211125: backout fix for 8210880 which was pushed under another ID
...
Reviewed-by: serb
2018-09-25 14:38:35 -07:00
Laurent Bourgès
60e6552bad
8210335: Clipping problems with complex affine transforms: negative scaling factors or small scaling factors
...
Fixed clipping rectangle to take into account the inverse transform (scale/shear)
Reviewed-by: prr, serb
2018-09-24 21:23:37 +02:00
Phil Race
7d0d9047ac
8209548: Unused and incorrect calls to FT_Get_Char_Index
...
Reviewed-by: psadhukhan, kaddepalli
2018-09-24 11:49:25 -07:00
Phil Race
3a2ece353b
8210866: Remove HPKeysym.h from JDK sources
...
Reviewed-by: serb, dmarkov
2018-09-24 11:46:40 -07:00
Phil Race
f605407e30
Merge
2018-09-24 10:59:26 -07:00
Magnus Ihse Bursie
73e93bdd5d
8211029: Have a common set of enabled warnings for all native libraries
...
Reviewed-by: erikj
2018-09-24 19:26:48 +02:00
Sergey Bylokhov
00e4c5b778
8210692: The "com.sun.awt.SecurityWarning" class can be dropped
...
Reviewed-by: prr, mullan, mchung
2018-09-22 20:31:45 -07:00
Sergey Bylokhov
38660e9460
8170937: Swing apps are slow if displaying from a remote source to many local displays
...
Reviewed-by: prr, aivanov
2018-09-18 18:32:03 -07:00
Prasanta Sadhukhan
1b25f7242c
8191178: [macos] Problem with input of yen symbol
...
Reviewed-by: dmarkov, mhalder
2018-09-18 18:12:40 +05:30
Manajit Halder
565df5aa5b
8206392: [macosx] Cycling through windows (JFrames) does not work with keyboard shortcut
...
Reviewed-by: dmarkov, kaddepalli
2018-09-14 17:53:58 +05:30
Phil Race
b1b0ceb210
7017058: Malayalam glyph substitution is failing for Malayalam with Windows Kartika font
...
8191130: Sinhala text rendering problem with C+VIRAMA+ZWJ+RA/YA+V
8195836: opentype:Bengali: "Khanda Ta" shaping issue with U+09A4 TA, U+09CD virama, U+200D ZWJ
Reviewed-by: serb, psadhukhan
2018-09-13 11:31:59 -07:00
Phil Race
0bed87dccd
Merge
2018-09-13 10:54:11 -07:00
Magnus Ihse Bursie
6d9cf91bf0
8210705: Stop exporting all symbols on macosx
...
Reviewed-by: erikj
2018-09-24 20:45:06 +02:00
Sergey Bylokhov
cd38b8562f
8205537: Drop of sun.applet package
...
Reviewed-by: prr
2018-09-09 19:07:34 -07:00
Phil Race
222c1eb393
8210384: SunLayoutEngine.isAAT() font is expensive on MacOS
...
Reviewed-by: dmarkov, kaddepalli
2018-09-09 11:19:57 -07:00
Sergey Bylokhov
5178c24a45
8207150: Clip.isRunning() may return true after Clip.stop() was called
...
Reviewed-by: prr
2018-09-08 12:32:51 -07:00
Prasanta Sadhukhan
75ec02926c
8202013: JEditorPane shows large HTML unordered list bullets
...
8201925: JEditorPane unordered list bullets look pixelated
Reviewed-by: prr, pbansal
2018-09-05 15:56:49 +05:30
Alan Snyder
78eb57c7a6
8146310: [macosx] com.apple.eawt.Application.setDefaultMenuBar does not initialize screen menu bar
...
Reviewed-by: serb
2018-08-31 18:05:38 -07:00
Magnus Ihse Bursie
4db2b90f44
8056217: Remove awt_makecube.cpp
...
Reviewed-by: erikj, serb
2018-09-10 10:02:48 +02:00
Andrew Leonard
660f6b448b
8209786: JDK12 fails to build on s390x with gcc 7.3
...
Reviewed-by: ihse, goetz
2018-09-07 11:24:59 +02:00
Phil Race
d0a60f53ee
Merge
2018-08-27 10:54:58 -07:00
Anton Litvinov
41f4dbaae7
8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
...
Reviewed-by: prr, psadhukhan
2018-08-27 18:29:07 +01:00
Sergey Bylokhov
05ed80075a
8209340: The code which avoids synthetic accessors has become outdated
...
Reviewed-by: psadhukhan, kaddepalli
2018-08-23 23:12:16 -07:00
Dmitry Markov
ca5903367f
8205479: OS X: requestFocus() does not work properly for embedded frame
...
Reviewed-by: serb, aivanov
2018-08-17 09:31:13 +01:00
Dmitry Markov
299f32d852
8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
...
Reviewed-by: serb, aivanov
2018-08-16 19:20:20 +01:00
Prasanta Sadhukhan
bb9fed1008
8202702: Clearing selection on JTable causes disappearance of a row
...
Reviewed-by: serb
2018-08-16 11:15:22 +05:30
Phil Race
7000581e0b
Merge
2018-08-14 12:11:28 -07:00
Matthias Baesken
8044814e30
8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
...
Reviewed-by: prr, dholmes
2018-08-10 09:16:10 +02:00
Mikael Vidstedt
83a51d869e
Merge
2018-08-09 10:08:07 -07:00
Prasanta Sadhukhan
a70162e775
8204963: javax.swing.border.TitledBorder has a memory leak
...
Reviewed-by: serb, kaddepalli
2018-08-09 11:01:59 +05:30
Ichiroh Takiguchi
ff148ce175
8208996: X11 icon window color handing bug
...
Reviewed-by: serb
2018-08-08 18:31:24 -07:00
Sergey Bylokhov
e850549b71
8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission
...
Reviewed-by: prr, sveerabhadra
2018-08-08 15:51:08 -07:00
Phil Race
ec68569fed
Merge
2018-08-03 12:52:58 -07:00
Phil Race
32ec91ca9b
Merge
2018-08-03 09:42:57 -07:00
Phil Race
b6532bdf48
8204931: Colors with alpha are painted incorrectly on Linux
...
Reviewed-by: jdv, psadhukhan
2018-07-31 14:04:29 -07:00
Phil Race
542197c8ab
8208353: Upgrade JDK 11 to libpng 1.6.35
...
Reviewed-by: jdv, kaddepalli
2018-07-31 14:03:39 -07:00