6271 Commits

Author SHA1 Message Date
Leonid Romanov
c31deb38ac 8022555: [macosx] AppleScriptEngine.jar MUST call java.awt.Toolkit.getDefaultToolkit() lazily
Reviewed-by: anthony, serb
2013-09-24 18:24:03 +04:00
Yuri Nesterenko
cde6d64f60 8025117: [cleanup] Eliminate doclint errors in javax/swing/text classes
Reviewed-by: alexsch
2013-09-24 17:04:47 +04:00
Yuri Nesterenko
560d55440f 8025230: [cleanup] some more javadoc formatting fixes for swing
Reviewed-by: alexsch
2013-09-24 16:36:00 +04:00
Yuri Nesterenko
af333dc7bb 8025114: Eliminate doclint errors in java.awt.dnd package javadoc
Reviewed-by: serb, alexsch
2013-09-24 12:25:50 +04:00
Alexander Zvegintsev
b99f593316 8019282: keyRelesed is reached even though key was NOT released
Reviewed-by: serb, anthony
2013-09-23 21:24:34 +04:00
Sergey Bylokhov
10ff8a3aa4 7172833: For default java.awt.Toolkit impl methods java.awt.Toolkit.is/setDynamicLayout() are not consistent
Reviewed-by: alexsch, anthony
2013-09-23 17:55:36 +04:00
Sergey Bylokhov
cac6b55e4e 8005255: [macosx] Cleanup warnings in sun.lwawt
Reviewed-by: alexsch, anthony
2013-09-23 16:17:26 +04:00
Sergey Malenkov
e4e708cefd 7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane
Reviewed-by: alexsch
2013-09-20 18:56:41 +04:00
Leonid Romanov
bf404f9ad8 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
Reviewed-by: anthony, serb
2013-09-19 23:46:15 +04:00
Alexander Potochkin
721272b6c0 7144065: [macosx] Orphaned Choice popup window
Reviewed-by: anthony, serb
2013-09-19 22:33:21 +04:00
Lana Steuck
e05ff03241 Merge 2013-09-18 16:01:37 -07:00
Leonid Romanov
5108c579fe 7188071: closed/java/awt/TrayIcon/TrayIconSecurity/GrantedTrayIconTest fails
Reviewed-by: anthony, serb
2013-09-18 18:36:57 +04:00
Anton Tarasov
cebaf1314e 8024839: [Unified Swing/Fx threading] don't schedule an event dispatching from the event dispatch thread
Reviewed-by: anthony, pchelko
2013-09-18 12:25:13 +04:00
Lana Steuck
3cd103bbeb Merge 2013-09-17 08:16:33 -07:00
Lance Andersen
508e958dfe 7097386: Correct error in Predicate javadoc example
Reviewed-by: alanb, shade
2013-09-17 07:56:56 -04:00
Omair Majid
38fb96b8d1 8024863: X11: Support GNOME Shell as mutter
Reviewed-by: anthony
2013-09-16 15:43:06 -04:00
Henry Jen
43e0cb6327 8024874: Copy-paste typo in the spec for j.u.Comparator.thenComparing(Function, Comparator)
Reviewed-by: mduigou
2013-09-16 10:28:20 -07:00
Petr Pchelko
cc5b6c903d 8024485: For 5-1 step: if input something into the 'File:' and 'Dir:', the dir output isn't empty in the output window after showing and canceling the file dialog
Reviewed-by: serb, anthony
2013-09-16 19:44:47 +04:00
Petr Pchelko
9d4a780ccd 8024779: [macosx] SwingNode crashes on exit
Reviewed-by: anthony, ant
2013-09-16 19:38:32 +04:00
Anton Tarasov
70ab336e38 8022512: JLightweightFrame: the content pane should be transparent
Reviewed-by: anthony
2013-09-16 18:00:06 +04:00
Mark Sheppard
4d540aa581 6458027: Disabling IPv6 on a specific network interface causes problems
Added a check to test if an interface is configured for IPv6 to native code TwoStacklainDatagramSocketImpl: getMulticastInterface, setMulticastInterface

Reviewed-by: chegar, michaelm
2013-09-16 14:51:48 +01:00
Alexander Scherbatiy
5b376db4f0 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
Reviewed-by: serb
2013-09-16 17:45:07 +04:00
Xueming Shen
763eb8d2e3 8020687: Deflater.setLevel does not work as expected
To clarify the api to match the existing implementation behavior

Reviewed-by: alanb
2013-09-15 13:58:47 -07:00
Xueming Shen
344c38fc80 7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message
To correct the typo

Reviewed-by: alanb, chegar
2013-09-15 11:16:58 -07:00
Stephen Colebourne
ea9e3930af 8024834: Better return type for TemporalField resolve
Allow resolve method to return more than just ChronoLocalDate

Reviewed-by: sherman
2013-09-14 22:54:38 +01:00
Stephen Colebourne
2040c66b16 8024807: Add getChronlogy() to CLDT/CZDT
Alternative to method is clunky and hard to find

Reviewed-by: sherman
2013-09-14 22:50:40 +01:00
Roger Riggs
d18aae693d 8024999: Instant.Parse typo in example
Javadoc only fix to correct example to use "." and "Z"

Reviewed-by: sherman
2013-10-04 12:01:29 -04:00
Stephen Colebourne
c492e4ef1f 8024835: Change until() to accept any compatible temporal
Method until(Temporal,TemporalUnit) now uses from() to convert; Enhance from() methods where necessary

Reviewed-by: sherman
2013-09-14 22:46:49 +01:00
Andrew Brygin
e3016af23b 8024697: Fix for 8020983 causes Xcheck:jni warnings
Reviewed-by: prr, jchen
2013-09-13 20:28:17 +04:00
Petr Pchelko
a7d4eaed9a 8012026: [macosx] Component.getMousePosition() does not work in an applet on MacOS
Reviewed-by: anthony, serb
2013-09-13 18:02:18 +04:00
Petr Pchelko
2527551f1d 8015455: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java hangs on windows
Reviewed-by: serb, anthony
2013-09-13 17:41:47 +04:00
Petr Pchelko
d6a839a638 8015371: The HTML text without tags does not appear inside the WordPad application, and we try to click the button, but the case exits
Reviewed-by: anthony, serb
2013-09-13 17:38:28 +04:00
Petr Pchelko
0960c5ec56 8015453: java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.java failed on windows with jdk8 since b86
Reviewed-by: art, serb
2013-09-13 17:25:31 +04:00
Petr Pchelko
295225d57e 8024170: [SwingNode] Implement cursor change
Reviewed-by: anthony, ant
2013-09-13 11:58:39 +04:00
Dmitry Markov
1ef8009ccf 8024395: Improve fix for line break calculations
Reviewed-by: alexp, alexsch
2013-09-12 18:44:14 +04:00
Sergey Bylokhov
d8c5dcc1fc 7124537: [macosx] Menu shortcuts for all menu items should be disabled if a menu itself is disabled
Reviewed-by: anthony, leonidr
2013-09-12 18:21:06 +04:00
Oleg Pekhovskiy
fcb6d58798 7064312: Cleanup: avoid using unsafe string function
Reviewed-by: serb, pchelko
2013-09-12 15:50:25 +04:00
Oleg Pekhovskiy
9c2e380d22 8003965: Toolkit.beep() documentation is ambiguous
Reviewed-by: anthony
2013-09-12 14:56:20 +04:00
Andrew Brygin
47f48cad92 8024511: Crash during color profile destruction
Reviewed-by: vadim, prr
2013-09-10 21:54:14 +04:00
Sergey Malenkov
1568ef9e85 7057770: (spec)Scrollbar spec should specify that unit increment & decrement functionality may not be present
Reviewed-by: alexsch
2013-09-10 17:06:38 +04:00
Alexander Scherbatiy
92bfcc0db0 8021253: JFileChooser does not react on pressing enter since java 7
Reviewed-by: malenkov
2013-09-10 14:33:48 +04:00
Sergey Bylokhov
cda1bfff5a 8023042: Inaccuracy in documentation in a sound area
Reviewed-by: prr
2013-09-09 21:03:07 +04:00
Alexander Scherbatiy
dfacc4e272 8020060: MoleculeViewerTest demo doesn't work due to SecurityPermissions
Reviewed-by: malenkov, erikj
2013-09-09 18:34:12 +04:00
Lana Steuck
4a7850fe1b Merge 2013-09-06 18:25:41 -07:00
Lana Steuck
54a198badd Merge 2013-09-06 15:09:44 -07:00
Chris Hegarty
18f0e54e81 Merge 2013-09-06 09:41:21 +01:00
Anton Nashatyrev
8053376ea2 8023392: Swing text components printed with spaces between chars
Reviewed-by: alexsch, alexp
2013-09-05 15:37:40 +04:00
Clemens Eisserer
d8b770b0cd 8024261: xrender: improve performance of small fillRect operations
Reviewed-by: prr, bae
2013-09-05 11:50:42 +04:00
Stephen Colebourne
61fc7dfe0c 8023762: Add ChronoPeriod interface and bind period to Chronology
Make Period ISO-only, adding a Chronology-specific period concept

Reviewed-by: sherman
2013-09-04 15:18:54 +01:00
Mikhail Cherkasov
b33bcb9185 8023565: JPG causes javax.imageio.IIOException: ICC APP2 encoutered without prior JFIF
Reviewed-by: bae, vadim
2013-09-04 18:12:49 +04:00