commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath/java/awt LightweightDispatcher.java C...


From: Roman Kennke
Subject: [commit-cp] classpath/java/awt LightweightDispatcher.java C...
Date: Thu, 08 Jun 2006 16:10:30 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/06/08 16:10:30

Modified files:
        java/awt       : LightweightDispatcher.java 
        .              : ChangeLog 

Log message:
        2006-06-08  Roman Kennke  <address@hidden>
        
                * java/awt/LightweightDispatcher.java
                (handleMouseEvent): Replaced calls to 
AWTUtilities.convertPoint()
                with convertPointToChild(). This is more efficient and avoids
                problems with getLocationOnScreen().
                (findTarget): Check for component beeing showing() early.
                Simplified AWTUtilities.convertPoint() to a simple substraction
                operation.
                (convertPointToChild): New helper method.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7720&r2=1.7721

Patches:

Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.7720
retrieving revision 1.7721
diff -u -b -r1.7720 -r1.7721
--- ChangeLog   8 Jun 2006 15:59:19 -0000       1.7720
+++ ChangeLog   8 Jun 2006 16:10:30 -0000       1.7721
@@ -1,3 +1,14 @@
+2006-06-08  Roman Kennke  <address@hidden>
+
+       * java/awt/LightweightDispatcher.java
+       (handleMouseEvent): Replaced calls to AWTUtilities.convertPoint()
+       with convertPointToChild(). This is more efficient and avoids
+       problems with getLocationOnScreen().
+       (findTarget): Check for component beeing showing() early.
+       Simplified AWTUtilities.convertPoint() to a simple substraction
+       operation.
+       (convertPointToChild): New helper method.
+
 2006-06-08  Thomas Fitzsimmons  <address@hidden>
 
        * native/plugin/gcjwebplugin.cc (SECURITY_DESCRIPTION): Update




reply via email to

[Prev in Thread] Current Thread [Next in Thread]