Chris Hegarty
5864e2de68
Merge
2013-06-17 11:26:16 +01:00
Lana Steuck
85653af175
Merge
2013-06-05 12:30:02 -07:00
Lana Steuck
1ba27fe015
Merge
2013-06-05 09:52:41 -07:00
Lana Steuck
33b1694a1b
Merge
2013-06-05 00:37:11 -07:00
Jose Luis Martin
8c13d6cecf
8015500: Prevent sending multiple WINDOW_CLOSED events for already disposed windows
...
Reviewed-by: anthony, serb
2013-06-03 16:27:44 +04:00
Phil Race
2cbcc2b315
8015556: [macosx] surrogate pairs do not render properly
...
Reviewed-by: bae, jchen
2013-05-31 09:25:37 -07:00
Anton Tarasov
391e1eadef
8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
...
Reviewed-by: anthony
2013-05-31 15:56:07 +04:00
Anthony Petrov
912472fd71
8013189: JMenuItems draw behind TextArea
...
Untie XTextAreaPeer internal components from the TextArea parent to prevent its invalidation. I.e. force the java.awt.smartInvalidate=true locally.
Reviewed-by: art, serb
2013-05-31 14:12:53 +04:00
Anton Tarasov
833d23804d
8013773: requestFocusInWindow to a disabled component prevents window of getting focused
...
Reviewed-by: leonidr, alexsch
2013-05-30 18:31:33 +04:00
Lana Steuck
45f0337485
Merge
2013-05-29 16:56:53 -07:00
Jennifer Godinez
1539c3330d
8012381: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
...
Reviewed-by: jchen, prr
2013-05-29 09:46:00 -07:00
Anthony Petrov
c5e39e9e2b
7039616: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java should be updated
...
Consider the test passed if the system does not support translucency
Reviewed-by: art
2013-05-28 16:38:41 +04:00
Alexander Zvegintsev
625394bc36
8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified
...
Reviewed-by: serb, anthony
2013-05-27 22:31:37 +04:00
Phil Race
e418c51f5a
8008535: JDK7 Printing : CJK and Latin Text in a string overlap
...
Reviewed-by: bae, jgodinez
2013-05-24 09:31:29 -07:00
Konstantin Shefov
f894b19d50
8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux
...
Reviewed-by: anthony, serb
2013-05-17 14:11:06 +04:00
Konstantin Shefov
c2731f2b66
8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException
...
Reviewed-by: anthony, serb
2013-05-17 14:08:59 +04:00
Petr Pchelko
6b69d16477
7079254: Toolkit eventListener leaks memory
...
Reviewed-by: serb, art
2013-05-17 11:02:55 +04:00
Phil Race
ae06d053cb
8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
...
Reviewed-by: bae, srl
2013-04-26 15:06:51 -07:00
Vladimir Kravets
4693d6568d
8012586: [x11] Modal dialogs for fullscreen window may show behind its owner
...
Use the _NET_WM_WINDOW_TYPE_DIALOG type for owned windows
Reviewed-by: anthony, art, serb
2013-04-26 18:48:11 +04:00
Chris Hegarty
22126efe5a
Merge
2013-06-10 10:38:33 +01:00
Chris Hegarty
a5477b8630
Merge
2013-05-23 12:58:51 +01:00
Chris Hegarty
6983122cde
Merge
2013-05-08 11:22:25 +01:00
Chris Hegarty
9a078f9451
Merge
2013-04-28 09:35:25 +01:00
Konstantin Shefov
19779230c9
8011186: [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8
...
Reviewed-by: anthony, serb, ant
2013-04-24 11:48:54 +04:00
Konstantin Shefov
6b2fcd1c77
8011230: [TEST_BUG] java/awt/Toolkit/BadDisplayTest/BadDisplayTest.java failed on solaris
...
Reviewed-by: serb, anthony
2013-04-22 18:39:04 +04:00
Andrew Brygin
c0e62cff31
8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
...
Reviewed-by: prr, vadim
2013-04-15 14:11:32 +04:00
Sergey Bylokhov
e227299954
8000629: [macosx] Blurry rendering with Java 7 on Retina display
...
Reviewed-by: anthony, prr, flar
2013-04-12 15:28:49 +04:00
Petr Pchelko
32995a0452
8010009: [macosx] Unable type into online word games on MacOSX
...
Reviewed-by: anthony, dcherepanov
2013-04-12 14:09:03 +04:00
Andrew Brygin
36ef0217a6
8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
...
Reviewed-by: vadim
2013-04-12 14:08:21 +04:00
Petr Pchelko
9ff5db6260
8006941: [macosx] Deadlock in drag and drop
...
7199783: Setting cursor on DragSourceContext does not work on OSX
Reviewed-by: anthony, serb
2013-04-05 18:29:53 +01:00
Denis Fokin
36fd8181af
7075105: WIN: Provide a way to format HTML on drop
...
Reviewed-by: uta, serb
2013-03-27 16:19:51 +04:00
Alexander Scherbatiy
d089002460
8007146: [macosx] Setting a display mode crashes JDK under VNC
...
Reviewed-by: serb
2013-03-21 16:50:35 +04:00
Anton Litvinov
58a945da1c
6550588: java.awt.Desktop cannot open file with Windows UNC filename
...
Reviewed-by: art, uta
2013-03-20 20:41:03 +04:00
Konstantin Shefov
a97003cb22
8006070: TEST_BUG: Up and down the Y coordinate of the mouse position, the selected item doesn't change for the single list
...
Reviewed-by: serb, anthony
2013-02-19 20:00:02 +04:00
Konstantin Shefov
88eea092fb
8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException
...
Reviewed-by: serb, anthony
2013-02-19 17:26:40 +04:00
Vera Akulova
d273278133
8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized
...
Reviewed-by: serb, denis
2013-02-15 17:46:39 +04:00
Lana Steuck
56014d30fc
Merge
2013-02-13 12:38:28 -08:00
Petr Pchelko
42b8720bef
7079260: InputContext leaks memory
...
Replaced strong refs with weak refs
Reviewed-by: art, serb
2013-02-13 15:27:29 +00:00
Vera Akulova
30a25e41d2
7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
...
Added @build Util jtreg tag
Reviewed-by: serb, alexsch
2013-02-13 18:01:18 +04:00
Mikhail Cherkasov
fc6a9c2d07
8005932: Java 7 on mac os x only provides text clipboard formats
...
Reviewed-by: alexp, denis
2013-02-08 22:08:10 +04:00
Andrew Brygin
01ea5d17ec
8004801: The image of BufferedImage.TYPE_INT_ARGB is blank
...
Reviewed-by: prr
2013-02-01 20:06:27 +04:00
Sergey Bylokhov
2c1808e68d
8003173: [macosx] Fullscreen on Mac leaves an empty rectangle
...
Reviewed-by: anthony, alexsch
2013-01-24 17:50:03 +04:00
Alexander Scherbatiy
97013ba028
8003978: closed/javax/swing/JRootPane/bug4670486.java fails since jdk7u12b01 on macosx
...
Reviewed-by: serb, leonidr
2013-01-15 12:49:03 +04:00
David Katleman
306cab1006
8004982: JDK8 source with GPL header errors
...
Reviewed-by: ohair
2012-12-20 16:24:50 -08:00
Sergey Bylokhov
bfc0bfcd8e
8002308: [macosx] 7198229 should be applied to the user action only
...
Reviewed-by: anthony, skovatch
2012-11-27 17:03:19 +04:00
Konstantin Shefov
85947c2f2c
7072120: No mac os x support in several regression tests
...
Reviewed-by: anthony, serb
2012-10-30 12:47:35 +01:00
Sergey Bylokhov
b61d0d9772
7124520: [macosx] re:6373505 Toolkit.getScreenResolution() != GraphicsConfiguration.getNormalizingTransform()
...
Reviewed-by: anthony, kizune
2012-10-19 15:23:14 +04:00
Mikhail Cherkasov
1fd51fa05e
6818083: When DISPLAY is bad, InternalError thrown, not AWTError
...
Throw AWTError instead of InternalError if the DISPLAY is bad
Reviewed-by: anthony, serb
2012-10-16 20:11:19 +04:00
Konstantin Shefov
2cae43552d
7184326: TEST_BUG: java/awt/Frame/7024749/bug7024749.java has a typo
...
Reviewed-by: anthony
2012-10-12 18:46:15 +04:00
Oleg Pekhovskiy
ebff918cc7
7171412: awt Choice doesn't fire ItemStateChange when selecting item after select() call
...
Reviewed-by: art, denis
2012-10-03 21:01:47 +04:00