Fri, 26 Jun 2009 21:43:21 +0400 6849805: Nimbus L&F: NimbusLookAndFeel.getDerivedColor() not always returns color2 for 1.0 midPoint
peterz [Fri, 26 Jun 2009 21:43:21 +0400] rev 3107
6849805: Nimbus L&F: NimbusLookAndFeel.getDerivedColor() not always returns color2 for 1.0 midPoint Summary: Different rounding mode used for float->int conversion Reviewed-by: malenkov
Fri, 26 Jun 2009 17:15:19 +0400 6742850: Antialiasing for GTK L&F should be turned on by default if there is no embedded bitmap.
malenkov [Fri, 26 Jun 2009 17:15:19 +0400] rev 3106
6742850: Antialiasing for GTK L&F should be turned on by default if there is no embedded bitmap. Reviewed-by: peterz
Fri, 26 Jun 2009 16:58:46 +0400 6679840: provide a way to choose v-synced BufferStrategy
malenkov [Fri, 26 Jun 2009 16:58:46 +0400] rev 3105
6679840: provide a way to choose v-synced BufferStrategy Reviewed-by: peterz
Fri, 26 Jun 2009 16:30:02 +0400 6557223: Resize cursor stays after fast outline-resize of JInternalFrame with JScrollPane
malenkov [Fri, 26 Jun 2009 16:30:02 +0400] rev 3104
6557223: Resize cursor stays after fast outline-resize of JInternalFrame with JScrollPane Reviewed-by: peterz
Fri, 26 Jun 2009 08:09:19 +0400 6827032: NIMBUS: Drag and drop throws a NPE in SwingSet2 ColorChooser
peterz [Fri, 26 Jun 2009 08:09:19 +0400] rev 3103
6827032: NIMBUS: Drag and drop throws a NPE in SwingSet2 ColorChooser Reviewed-by: malenkov
Thu, 25 Jun 2009 18:50:51 +0400 6848364: javax/swing/border/Test4856008.java regression test fails due to BorderedComponent package not found
malenkov [Thu, 25 Jun 2009 18:50:51 +0400] rev 3102
6848364: javax/swing/border/Test4856008.java regression test fails due to BorderedComponent package not found Reviewed-by: alexp
Thu, 25 Jun 2009 21:55:39 +0900 6792400: Avoid loading of Normalizer resources for simple uses
peytoia [Thu, 25 Jun 2009 21:55:39 +0900] rev 3101
6792400: Avoid loading of Normalizer resources for simple uses Reviewed-by: okutsu
Thu, 25 Jun 2009 02:42:26 -0700 Merge
yan [Thu, 25 Jun 2009 02:42:26 -0700] rev 3100
Merge
Thu, 25 Jun 2009 00:18:46 -0700 Merge
yan [Thu, 25 Jun 2009 00:18:46 -0700] rev 3099
Merge
Thu, 25 Jun 2009 17:37:28 +0900 6609750: [Fmt-De] SimpleDateFormat.format() doesn't handle pattern "y" correctly
peytoia [Thu, 25 Jun 2009 17:37:28 +0900] rev 3098
6609750: [Fmt-De] SimpleDateFormat.format() doesn't handle pattern "y" correctly Reviewed-by: okutsu
Thu, 25 Jun 2009 07:38:09 +0900 6853792: test/java/text/Bidi/Bug6850113.java compilation error
peytoia [Thu, 25 Jun 2009 07:38:09 +0900] rev 3097
6853792: test/java/text/Bidi/Bug6850113.java compilation error Reviewed-by: okutsu
Wed, 24 Jun 2009 17:45:19 +0400 6737700: api/javax_swing/table/DefaultTableCellRenderer/index.html#getset:DefaultTableCellRenderer
malenkov [Wed, 24 Jun 2009 17:45:19 +0400] rev 3096
6737700: api/javax_swing/table/DefaultTableCellRenderer/index.html#getset:DefaultTableCellRenderer Reviewed-by: alexp
Wed, 24 Jun 2009 13:59:54 +0400 6852574: EnumPersistenceDelegate fails to persist instances with blocks
malenkov [Wed, 24 Jun 2009 13:59:54 +0400] rev 3095
6852574: EnumPersistenceDelegate fails to persist instances with blocks Reviewed-by: peterz
Tue, 23 Jun 2009 12:24:11 +0400 6844273: jdk/make/docs/CORE_PKGS.gmk does not list Nimbus
peterz [Tue, 23 Jun 2009 12:24:11 +0400] rev 3094
6844273: jdk/make/docs/CORE_PKGS.gmk does not list Nimbus Reviewed-by: prr
Mon, 22 Jun 2009 18:08:50 +0400 6849277: Nimbus L&F: lots of painter classes were added to JDK7 as public
peterz [Mon, 22 Jun 2009 18:08:50 +0400] rev 3093
6849277: Nimbus L&F: lots of painter classes were added to JDK7 as public Reviewed-by: malenkov
Wed, 01 Jul 2009 00:17:02 -0700 Merge
yan [Wed, 01 Jul 2009 00:17:02 -0700] rev 3092
Merge
Tue, 30 Jun 2009 02:48:38 -0700 Merge
yan [Tue, 30 Jun 2009 02:48:38 -0700] rev 3091
Merge
Tue, 30 Jun 2009 12:55:21 +0400 6855713: jdk7: debug build failure in awt_Frame.cpp
ant [Tue, 30 Jun 2009 12:55:21 +0400] rev 3090
6855713: jdk7: debug build failure in awt_Frame.cpp Reviewed-by: dcherepanov, yan
Fri, 26 Jun 2009 19:50:44 +0400 6848458: java/awt/GridLayout/LayoutExtraGaps/LayoutExtraGaps.java fails
dav [Fri, 26 Jun 2009 19:50:44 +0400] rev 3089
6848458: java/awt/GridLayout/LayoutExtraGaps/LayoutExtraGaps.java fails Summary: consider gap between the component edge and container borders instead of just getX() and getY() Reviewed-by: dav Contributed-by: mwong@redhat.com
Fri, 26 Jun 2009 11:48:58 +0400 6711676: Numpad keys trigger more than one KeyEvent.
yan [Fri, 26 Jun 2009 11:48:58 +0400] rev 3088
6711676: Numpad keys trigger more than one KeyEvent. Summary: Introduce a new sniffer based on server keymap. Reviewed-by: art
Tue, 23 Jun 2009 16:10:19 +0400 6851646: test/closed/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/GridBagLayoutIpadXYTest.java can fail
anthony [Tue, 23 Jun 2009 16:10:19 +0400] rev 3087
6851646: test/closed/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/GridBagLayoutIpadXYTest.java can fail Summary: Added realSync() call. Made the test public. Reviewed-by: dcherepanov
Tue, 23 Jun 2009 15:53:32 +0400 6821291: assertion failure in awt_Frame.h
ant [Tue, 23 Jun 2009 15:53:32 +0400] rev 3086
6821291: assertion failure in awt_Frame.h Reviewed-by: dcherepanov, art
Tue, 23 Jun 2009 15:10:02 +0400 6736247: Component.printAll Invalid local JNI handle
dcherepanov [Tue, 23 Jun 2009 15:10:02 +0400] rev 3085
6736247: Component.printAll Invalid local JNI handle Reviewed-by: anthony
Tue, 23 Jun 2009 13:35:58 +0400 6824169: Need to remove some AWT class dependencies
dcherepanov [Tue, 23 Jun 2009 13:35:58 +0400] rev 3084
6824169: Need to remove some AWT class dependencies Reviewed-by: art, anthony, igor, alexp
Fri, 19 Jun 2009 16:49:50 -0400 6721086: Toolkit beep does not work consistently
langel [Fri, 19 Jun 2009 16:49:50 -0400] rev 3083
6721086: Toolkit beep does not work consistently Summary: Flush out after bell is sounded Reviewed-by: anthony
Thu, 18 Jun 2009 11:28:54 +0400 4788402: SortingFocusTraversalPolicy: prob with non-focusable focus Cycle Root as first
ant [Thu, 18 Jun 2009 11:28:54 +0400] rev 3082
4788402: SortingFocusTraversalPolicy: prob with non-focusable focus Cycle Root as first Reviewed-by: dcherepanov
Fri, 03 Jul 2009 09:15:02 -0700 Merge
tbell [Fri, 03 Jul 2009 09:15:02 -0700] rev 3081
Merge
Mon, 29 Jun 2009 23:08:06 -0700 Merge
tbell [Mon, 29 Jun 2009 23:08:06 -0700] rev 3080
Merge
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip