CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Lillian Angel <langel> 06/07/19 16:04:19
Modified files:
. : ChangeLog
examples/gnu/classpath/examples/awt: Demo.java
gnu/java/awt/dnd/peer/gtk: GtkDragSourceContextPeer.java
Log message:
2006-07-19 Lillian Angel <[EMAIL PROTECTED]>
* examples/gnu/classpath/examples/awt/Demo.java
(DragDropWindow): Fixed typo in Label text.
* gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java
(GtkDragSourceContextPeer): Removed unneeded initialization for
field.
(startDrag): Initialized context field.
(transferablesFlavorsChanged): Removed FIXME. Nothing is done
in this
function.
(dragEnter): New function.
(dragExit): Likewise.
(dragDropEnd): Likewise.
(dragMouseMoved): Likewise.
(dragOver): Likewise.
(dragActionChanged): Likewise.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8163&r2=1.8164
http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/awt/Demo.java?cvsroot=classpath&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&r1=1.2&r2=1.3