- 17 5月, 2013 1 次提交
-
-
由 pchelko 提交于
Reviewed-by: serb, art
-
- 31 1月, 2013 1 次提交
-
-
由 ptbrunet 提交于
Reviewed-by: art, anthony, alexsch
-
- 16 1月, 2013 1 次提交
-
-
由 mcherkas 提交于
Reviewed-by: art, anthony
-
- 31 8月, 2012 1 次提交
-
-
由 ant 提交于
7157015: [macosx] Situation when KeyEventDispatcher doesn't work on AWT but does on Swing. 7121442: Regression : Reopen CR 6458497 still reproducible using JDK 7. Reviewed-by: art, leonidr
-
- 22 5月, 2012 1 次提交
-
-
由 ant 提交于
Reviewed-by: art
-
- 04 5月, 2012 1 次提交
-
-
由 bagiras 提交于
7146237: closed/java/awt/Focus/SetFocusTraversalKeysTest/SetFocusTraversalTest.html failed since 1.8.0b19 Reviewed-by: art, anthony
-
- 16 11月, 2011 1 次提交
-
-
由 bagiras 提交于
Reviewed-by: art, ant
-
- 10 5月, 2011 1 次提交
-
-
由 anthony 提交于
Summary: The behavior introduced with 6852592 is now enabled by the new system property only Reviewed-by: dcherepanov
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 26 11月, 2010 1 次提交
-
-
由 anthony 提交于
Summary: Introduce sun.awt.AWTAccessor.getContainerAccessor().validateUnconditionally() Reviewed-by: art
-
- 11 11月, 2010 1 次提交
-
-
由 dcherepanov 提交于
Reviewed-by: art, anthony
-
- 14 10月, 2010 1 次提交
-
-
由 anthony 提交于
6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html Summary: Extend iteration to this container in isRecursivelyVisibleUpToHeavyweightContainer() Reviewed-by: art, dcherepanov
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 14 4月, 2010 1 次提交
-
-
由 uta 提交于
Reviewed-by: art, anthony, peterz
-
- 23 10月, 2009 1 次提交
-
-
由 anthony 提交于
Reviewed-by: art, dcherepanov
-
- 21 10月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: Introduce validate roots in AWT Reviewed-by: alexp, art, dcherepanov
-
- 14 10月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: Use isRecursivelyVisibleUpToHeavyweightContainer() instead of isRecursivelyVisible() to determine if the peer needs to be hidden. Reviewed-by: art, dcherepanov
-
- 01 10月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: The recursiveShowHeavyweightChildren() must be invoked unconditionally in mixOnShowing() Reviewed-by: art, dcherepanov
-
- 30 9月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Replace calls to Logger with sun.util.logging.PlatformLogger Reviewed-by: prr, art, alexp, dcherepanov, igor, dav, anthony
-
- 15 9月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: The specification is updated Reviewed-by: art, dcherepanov
-
- 19 5月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: The peer gets recreated if the visual of the new GC differs from the previous one Reviewed-by: art, dcherepanov
-
- 20 4月, 2009 1 次提交
-
-
由 dcherepanov 提交于
Reviewed-by: anthony
-
- 17 4月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: The Container.recursiveApplyCurrentShape() is now recursively called for all hw containers, even those having non-null layout Reviewed-by: art, dcherepanov
-
- 04 3月, 2009 2 次提交
-
-
由 art 提交于
6784816: Remove AWT tree lock from Container methods: getComponent, getComponents, getComponentCount Reviewed-by: anthony, dav
-
由 dcherepanov 提交于
Reviewed-by: art, anthony
-
- 03 3月, 2009 1 次提交
-
-
由 anthony 提交于
Reviewed-by: art, dcherepanov
-
- 20 2月, 2009 1 次提交
-
-
由 anthony 提交于
Reviewed-by: art, dcherepanov
-
- 11 2月, 2009 1 次提交
-
-
由 art 提交于
Summary: forward-port from 6u14, no public API is introduced Reviewed-by: anthony, dcherepanov
-
- 04 2月, 2009 1 次提交
-
-
由 anthony 提交于
Reviewed-by: art, dcherepanov
-
- 30 9月, 2008 1 次提交
-
-
由 rkennke 提交于
Summary: Remove duplicate and obsolete methods in the AWT peer interfaces. Reviewed-by: art, dav
-
- 07 7月, 2008 1 次提交
-
-
由 anthony 提交于
Summary: The valid property is now encapsulated in Component. Reviewed-by: art
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 18 6月, 2008 1 次提交
-
-
由 dav 提交于
6616323: consider benefits of replacing a componen array with other collection from the awt.Container class Reviewed-by: uta, art
-
- 17 6月, 2008 1 次提交
-
-
由 ant 提交于
Summary: The restore-focus procedure should skip disabled components. Reviewed-by: art, dcherepanov
-
- 08 4月, 2008 1 次提交
-
-
由 ant 提交于
Summary: fixing/refactoring focus auto-transfer mechanism. Reviewed-by: son
-
- 20 3月, 2008 1 次提交
-
-
由 anthony 提交于
Summary: All the hooks related to the NativeInLightFixer have been moved to the HW/LW mixing handling methods. The NativeInLightFixer itself has been removed. Reviewed-by: son, alexp
-
- 18 3月, 2008 1 次提交
-
-
由 anthony 提交于
Summary: The body of the method has been wrapped into the synchronized (getTreeLock()) { } block. Reviewed-by: son, art
-
- 15 3月, 2008 1 次提交
-
-
由 dcherepanov 提交于
Summary: added support for high-resolution mouse wheel Reviewed-by: dav, son
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-