Lana Steuck
6a0da744f9
Merge
2013-07-26 15:46:18 -07:00
Sergey Bylokhov
4a42ba3816
7190349: [macosx] Text (Label) is incorrectly drawn with a rotated g2d
...
8013569: [macosx] JLabel preferred size incorrect on retina displays with non-default font size
Reviewed-by: prr
2013-07-26 21:18:42 +04:00
Lana Steuck
ae0dd64548
Merge
2013-07-17 12:56:04 -07:00
Petr Pchelko
f22f9eb04b
8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long)
...
Reviewed-by: anthony, art
2013-07-11 16:42:13 +04:00
Sergey Bylokhov
b2b2d519ca
8019587: [macosx] Possibility to set the same frame for the different screens
...
Reviewed-by: art, anthony
2013-07-09 21:21:55 +04:00
Lana Steuck
851063935c
Merge
2013-07-05 12:26:27 -07:00
Sergey Bylokhov
45d608aa5b
8004859: Graphics.getClipBounds/getClip return difference nonequivalent bounds, depending from transform
...
Reviewed-by: prr, flar
2013-07-03 19:00:10 +04:00
David Katleman
78425fd8da
8019347: JDK8 b96 source with GPL header errors
...
Reviewed-by: iris, alanb, lancea
2013-06-28 16:26:36 -07:00
Lana Steuck
5ab44a5a66
Merge
2013-06-19 18:30:21 -07:00
Lana Steuck
8e2407bb87
Merge
2013-06-19 17:59:09 -07:00
Phil Race
11aa764a6f
8015334: Memory leak when kerning is used on Windows
...
Reviewed-by: srl, bae
2013-06-17 10:34:24 -07:00
Chris Hegarty
5864e2de68
Merge
2013-06-17 11:26:16 +01:00
Lana Steuck
25b7910613
Merge
2013-06-14 10:41:45 -07:00
Petr Pchelko
d99233cab7
8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
...
Reviewed-by: anthony, serb
2013-06-13 11:10:29 +04:00
Anton Tarasov
861f05be2f
8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56
...
Reviewed-by: anthony
2013-06-12 16:18:04 +04:00
Konstantin Shefov
1963dde59a
8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails
...
Reviewed-by: anthony, serb
2013-06-11 14:14:31 +04:00
Konstantin Shefov
1a56f32a4a
7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
...
Reviewed-by: serb, anthony
2013-06-06 17:06:22 +04:00
Konstantin Shefov
a20d06c4c1
8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions
...
Reviewed-by: serb, anthony
2013-06-06 17:02:05 +04: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