Martin Buchholz
|
24742f7b1d
|
8134984: Text files should end in exactly one newline
Automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
|
2015-09-02 14:11:50 -07:00 |
|
David Dehaven
|
eedfee9bfa
|
Merge
|
2015-08-25 12:19:46 -07:00 |
|
Ivan Gerasimov
|
9073b652b3
|
8134356: {@code} tag contains < and > sequences
Reviewed-by: martin
|
2015-08-25 19:45:07 +03:00 |
|
Alexander Zvegintsev
|
5b3adbd1d3
|
8134028: [PIT] XToolkit, strange behavior of robot.createScreenCapture(): looks like a native crash in X11/GTK
Reviewed-by: alexsch, serb
|
2015-08-21 10:43:47 -07:00 |
|
Sergey Bylokhov
|
894f976f30
|
6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events
Reviewed-by: alexsch, azvegint
|
2015-08-17 16:56:22 +03:00 |
|
Sergey Bylokhov
|
c595f6461c
|
4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1)
Reviewed-by: alexsch, azvegint
|
2015-08-06 19:52:02 +03:00 |
|
Sergey Bylokhov
|
f93a7de976
|
7124271: [macosx] RealSync test failure
Reviewed-by: alexsch, azvegint
|
2015-08-06 17:55:32 +03:00 |
|
Stuart Marks
|
0e680c10d5
|
8068749: Restrict javax.imageio.spi.ServiceRegistry to ImageIO types
Reviewed-by: prr, serb
|
2015-08-13 13:30:15 -07:00 |
|
Phil Race
|
3774d9b151
|
8132850: java.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed
Reviewed-by: jgodinez, serb
|
2015-08-13 12:12:10 -07:00 |
|
Mikhail Cherkasov
|
5896a1bf4a
|
8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
Reviewed-by: alexsch, serb
|
2015-08-13 15:29:03 +03:00 |
|
Sergey Bylokhov
|
ddcf7babce
|
8131926: java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java failure with modular JDK
Reviewed-by: azvegint, alexsch
|
2015-08-12 14:37:44 +03:00 |
|
Alexander Stepanov
|
ae92e55c99
|
8133134: docs: replace <tt> tags (obsolete in html5) for java.desktop
Reviewed-by: alexsch
|
2015-08-12 13:57:12 +03:00 |
|
Alexander Zvegintsev
|
23438be9c4
|
8014212: Robot captures black screen
Reviewed-by: alexsch, serb
|
2015-08-11 16:32:13 +03:00 |
|
Prasanta Sadhukhan
|
924b4ad5ff
|
8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank
Reviewed-by: prr, flar
|
2015-08-06 11:36:52 +03:00 |
|
David Dehaven
|
1942bcfa90
|
Merge
|
2015-08-04 11:31:19 -07:00 |
|
Semyon Sadetsky
|
b215a2b390
|
8132136: [PIT] RTL orientation in JEditorPane is broken
Reviewed-by: alexsch, serb
|
2015-08-04 13:14:28 +03:00 |
|
Semyon Sadetsky
|
21330b8cf8
|
8130892: Test javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java fails in Solaris Sparcv9
Reviewed-by: alexsch, serb
|
2015-08-04 12:58:50 +03:00 |
|
Alexander Zvegintsev
|
861ba88c86
|
8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
Reviewed-by: prr, serb
|
2015-08-04 12:34:08 +03:00 |
|
David Dehaven
|
726f626bd7
|
Merge
|
2015-08-03 16:33:06 -07:00 |
|
Sergey Bylokhov
|
7e31b6a900
|
6206439: JInternalFrame.setLayer(Integer layer) should throw NullPointerException when layer=null
Reviewed-by: ant, alexsch
|
2015-07-30 19:10:23 +03:00 |
|
Sergey Bylokhov
|
9f39d1674f
|
8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
Reviewed-by: kizune, alexsch
|
2015-07-30 15:27:02 +03:00 |
|
Alexander Scherbatiy
|
dfc226cfb6
|
8132123: MultiResolutionCachedImage unnecessarily creates base image to get its size
Reviewed-by: serb
|
2015-07-30 12:40:45 +04:00 |
|
Alexander Scherbatiy
|
cf608b3cdb
|
8130478: Reconsider "awt.toolkit" property usage in java.awt.Toolkit getDefaultToolkit() method
Reviewed-by: prr, serb
|
2015-07-30 12:31:20 +04:00 |
|
Prasanta Sadhukhan
|
c466ee0357
|
8130507: closed/java/awt/font/JNICheck/JNICheck.sh test reports some warnings
Reviewed-by: azvegint, prr
|
2015-07-29 20:32:35 +03:00 |
|
Sergey Bylokhov
|
5e745d9ef1
|
8013586: audioInputStream.close() does not release the resource
8130305: AudioSystem behavior depends on order that providers are located
Reviewed-by: prr, amenkov
|
2015-07-28 22:31:54 +03:00 |
|
Semyon Sadetsky
|
7ecc241629
|
8130735: javax.swing.TimerQueue: timer fires late when another timer starts
Reviewed-by: alexsch, serb, azvegint
|
2015-07-28 20:59:26 +03:00 |
|
Semyon Sadetsky
|
17903d1583
|
8025815: Child FileDialog of modal dialog does not get focus on Gnome
Reviewed-by: azvegint, serb
|
2015-07-28 20:55:45 +03:00 |
|
Semyon Sadetsky
|
c25b61dc1d
|
8130769: The new menu can't be shown on the menubar after clicking the "Add" button
Reviewed-by: alexsch, serb, azvegint
|
2015-07-28 20:39:43 +03:00 |
|
Sergey Bylokhov
|
b505b0e570
|
8132355: Incorrect guard block in HPkeysym.h, awt_Event.h
Reviewed-by: ant, azvegint
|
2015-07-28 18:14:57 +03:00 |
|
Volker Simonis
|
f6d8339621
|
8132408: Check os.name before os.version in SunGraphicsEnvironment constructor
Reviewed-by: prr
|
2015-07-29 11:43:44 +02:00 |
|
Semyon Sadetsky
|
1564b678e7
|
8130390: Applet fails to launch on virtual desktop
Reviewed-by: azvegint, serb
|
2015-07-21 09:35:04 +03:00 |
|
Semyon Sadetsky
|
3bc940fdaa
|
8075785: The regression-swing case failed as colored text is not shown on disabled checkbox and radio button with the special options "-client -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel"
Reviewed-by: alexsch, serb, azvegint
|
2015-07-21 08:39:37 +03:00 |
|
Semyon Sadetsky
|
f38b5fcc14
|
8085948: [Regression] Few Swing, AWT and 2D case fails with Decoder isn't implemented for WingDings Charset error on Windows
Reviewed-by: prr, serb
|
2015-07-21 08:34:01 +03:00 |
|
Dmitry Cherepanov
|
5cea10f338
|
Merge
|
2015-07-20 10:21:01 +04:00 |
|
Alexander Zvegintsev
|
4c121563fb
|
8131752: [Regression] Test java/awt/GraphicsDevice/CheckDisplayModes.java fails
Reviewed-by: alexsch, serb
|
2015-07-23 15:12:32 +03:00 |
|
Sergey Bylokhov
|
e56a9c2393
|
8067093: Fix windows-specific deprecation warnings in the java.desktop module
Reviewed-by: prr, azvegint, alexsch
|
2015-07-22 22:33:12 +03:00 |
|
Alexey Ivanov
|
0dea9d5c85
|
8130776: Remove EmbeddedFrame.requestFocusToEmbedder() method
Reviewed-by: serb, ant
|
2015-07-22 17:33:17 +03:00 |
|
Sergey Bylokhov
|
9a85aed6c8
|
8074832: Resolve disabled warnings for libjsoundalsa
Reviewed-by: amenkov, azvegint
|
2015-07-18 15:13:16 +03:00 |
|
Sergey Bylokhov
|
410e1bbe90
|
8074831: Resolve disabled warnings for libjsound
Reviewed-by: amenkov, azvegint
|
2015-07-18 15:12:08 +03:00 |
|
Sergey Bylokhov
|
e8292406d9
|
8130937: Several methods in BeanProperty return null instead of boolean value
Reviewed-by: alexsch
|
2015-07-18 15:09:28 +03:00 |
|
David Dehaven
|
bf10dfe7fe
|
Merge
|
2015-07-14 15:26:34 -07:00 |
|
David Dehaven
|
267d60654e
|
Merge
|
2015-07-14 15:18:26 -07:00 |
|
Semyon Sadetsky
|
58be04ef9d
|
8076164: [JTextField] When input too long Thai character, cursor's behavior is odd
Reviewed-by: alexsch, azvegint
|
2015-07-14 13:57:16 +03:00 |
|
Sergey Bylokhov
|
45f00a6646
|
8129511: PlatformMidi.c:83 uses malloc without malloc header
Reviewed-by: ant, azvegint
|
2015-07-10 16:15:21 +03:00 |
|
Semyon Sadetsky
|
318513bcf7
|
8098835: [PIT] Endless loop in JEditorPane
Reviewed-by: alexsch, serb
|
2015-07-10 21:19:41 +03:00 |
|
Sergey Bylokhov
|
ddced53edf
|
8129894: NSApplicationAWT.m:343:72: error: comparison of constant 777 with expression of type 'NSEventSubtype'
Reviewed-by: alexsch, azvegint
|
2015-07-10 15:38:40 +03:00 |
|
Andrew Brygin
|
562e4371a1
|
8087201: OGL: rendering of lcd text is slow
Reviewed-by: serb, prr
|
2015-07-09 16:37:35 +03:00 |
|
Prasanta Sadhukhan
|
af631b95f6
|
8129457: Disposer.pollRemove may fail to dispose
Reviewed-by: prr, serb
|
2015-07-08 14:10:31 +03:00 |
|
Semyon Sadetsky
|
4b60e58507
|
8129940: JRadioButton does not honor non-standard FocusTraversalKeys
Reviewed-by: alexsch, azvegint
|
2015-07-07 09:56:53 +03:00 |
|
Sergey Bylokhov
|
ffbfb8f10b
|
7188942: Remove support of pbuffers in OGL Java2d pipeline
Reviewed-by: prr, flar
|
2015-07-03 16:39:45 +03:00 |
|