/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.5670 by daney, Fri Nov 18 22:24:22 2005 UTC revision 1.5671 by rabbit78, Fri Nov 18 23:05:35 2005 UTC
# Line 1  Line 1 
1    2005-11-19  Roman Kennke  <kennke@aicas.com>
2    
3            * javax/swing/plaf/metal/MetalTabbedPaneUI.java
4            (paintTabBackground): Fixed colors for the tab background.
5            * javax/swing/plaf/metal/OceanTheme.java
6            (addCustomEntriesToTable): Added color modifications for
7            TabbedPane.
8    
9  2005-11-18  David Daney  <ddaney@avtrex.com>  2005-11-18  David Daney  <ddaney@avtrex.com>
10    
11          * AUTHORS (David Daney): New entry.          * AUTHORS (David Daney): New entry.
12    
13  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
14    
15          * java/awt/Component.java          * java/awt/Component.java
16          (setBackground): Don't inherit background from parent.          (setBackground): Don't inherit background from parent.
# Line 11  Line 19 
19          (eventTypeEnabled): Handle mouse events and mouse motion events          (eventTypeEnabled): Handle mouse events and mouse motion events
20          separately.          separately.
21    
22  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
23    
24          * javax/swing/plaf/metal/MetalTabbedPaneUI.java          * javax/swing/plaf/metal/MetalTabbedPaneUI.java
25          (installDefaults): Added super.installDefaults().          (installDefaults): Added super.installDefaults().
26    
27  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
28    
29          * javax/swing/plaf/basic/BasicTableHeaderUI.java          * javax/swing/plaf/basic/BasicTableHeaderUI.java
30          (installUI): Install a CellRendererPane.          (installUI): Install a CellRendererPane.
31          (paint): Paint the renderer component using the rendererPane, not          (paint): Paint the renderer component using the rendererPane, not
32          directly.          directly.
33    
34  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
35    
36          * javax/swing/plaf/basic/BasicTabbedPaneUI.java          * javax/swing/plaf/basic/BasicTabbedPaneUI.java
37          (PropertyChangeHandler.propertyChange): Replaced layout() call          (PropertyChangeHandler.propertyChange): Replaced layout() call
# Line 47  Line 55 
55          (getFontMetrics): Use the component getFontMetrics() instead of          (getFontMetrics): Use the component getFontMetrics() instead of
56          the deprecated toolkit method.          the deprecated toolkit method.
57    
58  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
59    
60          * javax/swing/JTable.java          * javax/swing/JTable.java
61          (getCellRenderer): Replaced dataModel.getColumnClass() with          (getCellRenderer): Replaced dataModel.getColumnClass() with
# Line 55  Line 63 
63          (getColumnClass): Call getModel() instead of accessing dataModel          (getColumnClass): Call getModel() instead of accessing dataModel
64          directly. Important for correct operation of subclasses.          directly. Important for correct operation of subclasses.
65    
66  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
67    
68          * javax/swing/JTabbedPane.java          * javax/swing/JTabbedPane.java
69          (insertTab): Don't call layout() directly, instead call          (insertTab): Don't call layout() directly, instead call
70          revalidate().          revalidate().
71    
72  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
73    
74          * java/awt/Container.java          * java/awt/Container.java
75          (findComponentForMouseEventAt): Also check for mouseMotionListeners,          (findComponentForMouseEventAt): Also check for mouseMotionListeners,
76          otherwise we wouldn't dispatch mouse motion events on components          otherwise we wouldn't dispatch mouse motion events on components
77          that have no mouse listener installed.          that have no mouse listener installed.
78    
79  2005-11-17  Lillian Angel  <langel@redhat.com>  2005-11-18  Lillian Angel  <langel@redhat.com>
80                    
81          PR classpath/PR24754          PR classpath/PR24754
82          * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c          * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c
# Line 78  Line 86 
86          max width of all the lines in the text. A loop was added to get the          max width of all the lines in the text. A loop was added to get the
87          extent of all the lines and add them together.          extent of all the lines and add them together.
88    
89  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
90    
91          * javax/swing/plaf/metal/MetalTabbedPaneUI.java          * javax/swing/plaf/metal/MetalTabbedPaneUI.java
92          (minTabWidth): New field.          (minTabWidth): New field.
# Line 87  Line 95 
95          (tabAreaBackground): New field.          (tabAreaBackground): New field.
96          (installDefaults): Initialize new fields with values for UIManager.          (installDefaults): Initialize new fields with values for UIManager.
97    
98  2005-11-17  Roman Kennke  <kennke@aicas.com>  2005-11-18  Roman Kennke  <kennke@aicas.com>
99    
100          * javax/swing/plaf/basic/BasicInternalFrameUI.java          * javax/swing/plaf/basic/BasicInternalFrameUI.java
101          (installUI): Don't install layout here.          (installUI): Don't install layout here.
# Line 100  Line 108 
108          (getMinimumSize): Likewise.          (getMinimumSize): Likewise.
109          (getMaximumSize): Likewise.          (getMaximumSize): Likewise.
110    
111  2005-11-17  Gary Benson  <gbenson@redhat.com>  2005-11-18  Gary Benson  <gbenson@redhat.com>
112    
113          * AUTHORS: Added myself.          * AUTHORS: Added myself.
114    
115  2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>  2005-11-18  David Gilbert  <david.gilbert@object-refinery.com>
116    
117          * javax/swing/JComponent.java          * javax/swing/JComponent.java
118          (setPreferredSize): Check for null argument before making a copy.          (setPreferredSize): Check for null argument before making a copy.
119    
120  2005-11-17  Gary Benson  <gbenson@redhat.com>  2005-11-18  Gary Benson  <gbenson@redhat.com>
121    
122          * java/lang/SecurityManager.java (checkAccess): Correctly          * java/lang/SecurityManager.java (checkAccess): Correctly
123          identify system threads (and thus check permissions for them).          identify system threads (and thus check permissions for them).
124    
125  2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>  2005-11-18  David Gilbert  <david.gilbert@object-refinery.com>
126    
127          * javax/swing/JComponent.java          * javax/swing/JComponent.java
128          (setMinimumSize): Check for null argument before making a copy.          (setMinimumSize): Check for null argument before making a copy.
129    
130  2005-11-17  Paul Jenner  <psj@harker.dyndns.org>  2005-11-18  Paul Jenner  <psj@harker.dyndns.org>
131    
132          * native/jni/xmlj/xmlj_util.h (XMLJ_64BIT_POINTER): Removed.          * native/jni/xmlj/xmlj_util.h (XMLJ_64BIT_POINTER): Removed.
133    
134  2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>  2005-11-18  David Gilbert  <david.gilbert@object-refinery.com>
135    
136          * javax/swing/JComponent.java          * javax/swing/JComponent.java
137          (setMaximumSize): Check for null argument before making a copy.          (setMaximumSize): Check for null argument before making a copy.

Legend:
Removed from v.1.5670  
changed lines
  Added in v.1.5671

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