Dan Xu
|
209e92f4fe
|
8000406: change files using @GenerateNativeHeader to use @Native
Use @Native annotation to mark constants interested by native codes
Reviewed-by: alanb, anthony, prr
|
2013-04-04 15:39:17 -07:00 |
|
Naoto Sato
|
4952f6a6de
|
7091601: Arabic Locale: can not set type of digit in application level
Reviewed-by: okutsu
|
2013-04-03 10:32:38 -07: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 |
|
Lana Steuck
|
189059a474
|
Merge
|
2013-03-12 16:28:34 -07:00 |
|
Andrew Brygin
|
7659fe9df2
|
7152608: [macosx] Crash in liblwawt.dylib in AccelGlyphCache_RemoveCellInfo
Reviewed-by: jgodinez, ant
|
2013-03-05 17:18:55 +04:00 |
|
Sergey Bylokhov
|
1270c69088
|
8003169: [macosx] JVM crash after disconnecting from projector
Reviewed-by: anthony, alexsch
|
2013-02-28 20:27:38 +04:00 |
|
Sergey Bylokhov
|
f5f12c7995
|
8008660: Failure in 2D Queue Flusher thread on Mac
Reviewed-by: swingler, bae
|
2013-02-28 17:04:19 +04:00 |
|
Petr Pchelko
|
68d2d95f00
|
8006634: Unify LWCToolkit.invokeAndWait() and sun.awt.datatransfer.ToolkitThreadBlockedHandler
Changed the logic for the nested event loops and deleted deadlock detection
Reviewed-by: art, denis
|
2013-02-25 10:17:25 +00:00 |
|
Lana Steuck
|
187c4688e0
|
Merge
|
2013-02-13 17:55:44 -08:00 |
|
Lana Steuck
|
61363dfe99
|
Merge
|
2013-02-13 13:01:16 -08:00 |
|
Petr Pchelko
|
959ddfce4a
|
8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow
Removed macosx specific workaround from shared code and made macosx use public API
Reviewed-by: art, serb
|
2013-02-13 15:32:50 +00:00 |
|
Phil Race
|
7ca3c9dd84
|
8007748: MacOSX build error : cast of type 'SEL' to 'uintptr_t' (aka 'unsigned long') is deprecated; use sel_getName instead
Reviewed-by: anthony
|
2013-02-12 09:58:21 -08:00 |
|
Petr Pchelko
|
ab34438938
|
8005405: [macosx] Drag and Drop: wrong animation when dropped outside any drop target
Changed the calculation of the drag image offset
Reviewed-by: serb, kizune
|
2013-02-04 13:54:53 +00:00 |
|
Leonid Romanov
|
d843dec3b7
|
8007006: [macosx] Closing subwindow loses main window menus
Reviewed-by: anthony
|
2013-01-31 18:25:59 +04:00 |
|
Petr Pchelko
|
db0f450d53
|
7179050: [macosx] Make LWAWT be able to run on AppKit thread
Removed irrelevant assertions from the LWAWT native methods
Reviewed-by: serb, anthony
|
2013-01-18 18:17:02 +04:00 |
|
Anthony Petrov
|
04fc62c5ed
|
8005465: [macosx] Evaluate if checking for the -XstartOnFirstThread is still needed in awt.m
Allow one to start AWT on the main thread w/o exceptions
Reviewed-by: art, serb
|
2013-01-18 14:17:11 +04:00 |
|
David Katleman
|
306cab1006
|
8004982: JDK8 source with GPL header errors
Reviewed-by: ohair
|
2012-12-20 16:24:50 -08:00 |
|
Petr Pchelko
|
c745a7e923
|
7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
The new implementation of EmbeddedFrame to support SWT_AWT Bridge
Reviewed-by: anthony, serb, leonidr
|
2012-12-11 19:45:00 +04: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 |
|
Sergey Bylokhov
|
6a2db1d680
|
7193214: Consider simplifying CPlatformWindow.setResizable()
Reviewed-by: anthony, denis
|
2012-11-21 15:54:41 +04:00 |
|
Lana Steuck
|
4a88c62d44
|
Merge
|
2012-11-02 17:44:31 -07:00 |
|
Alan Bateman
|
430592a30e
|
7197491: update copyright year to match last edit in jdk8 jdk repository
Reviewed-by: chegar, ksrini
|
2012-11-02 15:50:11 +00:00 |
|
Leonid Romanov
|
99cabdb715
|
8002114: fix failed for JDK-7160951: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
Reviewed-by: serb
|
2012-11-02 19:47:12 +04:00 |
|
Leonid Romanov
|
c0c03f17ce
|
7124310: [macosx] "opposite" seems always null in focus events
Reviewed-by: anthony
|
2012-11-02 19:20:03 +04:00 |
|
Sergey Bylokhov
|
46c74fcecb
|
7198229: Painting during resizing of the frame should be more smooth
Reviewed-by: anthony, denis, skovatch
|
2012-10-29 23:10:41 +04:00 |
|
Alexander Scherbatiy
|
9a39ec25ca
|
7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
Reviewed-by: serb, anthony
|
2012-10-18 18:28:42 +04:00 |
|
Lana Steuck
|
22b345adc6
|
Merge
|
2012-10-12 14:47:26 -07:00 |
|
Leonid Romanov
|
743e5c0d91
|
7124321: [macosx] TrayIcon MouseListener is never triggered
Reviewed-by: anthony
|
2012-10-09 20:59:41 +04:00 |
|
Lana Steuck
|
703702096b
|
Merge
|
2012-10-08 15:39:33 -07:00 |
|
Lana Steuck
|
e86fa474a7
|
Merge
|
2012-10-08 15:37:37 -07: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 |
|
Lana Steuck
|
80b413a5b5
|
Merge
|
2012-09-28 11:45:43 -07:00 |
|
Lana Steuck
|
9c0a331d78
|
Merge
|
2012-09-28 10:54:12 -07:00 |
|
Jennifer Godinez
|
5f949b5751
|
7158350: [macosx] Strange results of SwingUIText printing
Reviewed-by: bae, prr
|
2012-09-25 09:18:27 -07:00 |
|
Leonid Romanov
|
914bc61d4b
|
7179349: [macosx] Java processes on Mac should not use default Apple icon
Reviewed-by: anthony
|
2012-09-24 18:24:30 +04:00 |
|
Leonid Romanov
|
0ea3bcf8a8
|
7124239: [macosx] sun.awt.SunToolkit.InfiniteLoop exception in realSync called from SwingTestHelper
Reviewed-by: anthony
|
2012-09-24 15:25:17 +04:00 |
|
Alexander Scherbatiy
|
aca74a151c
|
7199180: [macosx] Dead keys handling for input methods
Reviewed-by: kizune, anthony
|
2012-09-21 13:48:06 +04:00 |
|
Lana Steuck
|
b2e9ddaa89
|
Merge
|
2012-09-19 12:38:53 -07:00 |
|
Marco Dinacci
|
6dc21336ea
|
7160951: ActionListener called twice for JMenuItem using ScreenMenuBar
Reviewed-by: anthony, serb
|
2012-09-17 17:25:54 +04:00 |
|
Lana Steuck
|
a60a81b964
|
Merge
|
2012-09-14 14:10:01 -07:00 |
|
Lana Steuck
|
fb9f7dee15
|
Merge
|
2012-09-14 13:52:30 -07:00 |
|
Alexander Scherbatiy
|
8b54dc6ea9
|
7196547: [macosx] Implement dead key detection for KeyEvent
Reviewed-by: skovatch, kizune
|
2012-09-14 15:30:46 +04:00 |
|
Alexander Scherbatiy
|
43349040a2
|
7197320: [macosx] Full Screen option missing when Window.documentModified
Reviewed-by: anthony
|
2012-09-14 15:08:54 +04:00 |
|
David Katleman
|
895f5c3cd5
|
Merge
|
2012-09-12 15:57:26 -07:00 |
|
Kelly O'Hair
|
408baee12e
|
Merge
|
2012-09-11 14:18:54 -07:00 |
|
Kelly O'Hair
|
b4f55953e0
|
7197771: Adjust jdk sources to avoid use of implementation defined value of __FILE__
7180608: Sort the order of object files when building shared libraries
Reviewed-by: ohrstrom, erikj, tbell
|
2012-09-11 13:40:59 -07:00 |
|
Jennifer Godinez
|
accba3a5e1
|
7183516: [macosx]Can't print-out the defined fonts for PrintFont_2D and AntialiasTableTest
Reviewed-by: bae, prr
|
2012-09-10 10:07:10 -07:00 |
|
Lana Steuck
|
29f70d33d7
|
Merge
|
2012-09-05 20:01:40 -07:00 |
|
Lana Steuck
|
2216719923
|
Merge
|
2012-09-05 17:33:52 -07:00 |
|
Lana Steuck
|
51b47903db
|
Merge
|
2012-09-05 13:50:00 -07:00 |
|