/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4340 by langel, Fri Aug 5 12:28:03 2005 UTC revision 1.4341 by rabbit78, Fri Aug 5 15:26:08 2005 UTC
# Line 1  Line 1 
1    2005-08-05  Roman Kennke  <roman@kennke.org>
2    
3            * java/awt/Container.java:
4            (preferredSize): Call getLayout() instead of directly referencing
5            the private field. This makes components work that override
6            getLayout().
7            (minimumSize): Call getLayout() instead of directly referencing
8            the private field. This makes components work that override
9            getLayout(). Use cached size if component is still valid.
10            (maximumSize): Call getLayout() instead of directly referencing
11            the private field. This makes components work that override
12            getLayout(). Use cached size if component is still valid.
13            (update): If we are a top-level-container, call super.update(),
14            otherwise directly call paint().
15            (visitChildren): Also visit children that are itself Containers.
16            * java/awt/Component.java
17            (update): Clear the background only for lightweight and top-level
18            components.
19    
20  2005-08-05  Lillian Angel  <langel@redhat.com>  2005-08-05  Lillian Angel  <langel@redhat.com>
21    
22          * javax/swing/plaf/basic/BasicGraphicsUtils.java          * javax/swing/plaf/basic/BasicGraphicsUtils.java

Legend:
Removed from v.1.4340  
changed lines
  Added in v.1.4341

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26