aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/awt/Polygon.java
AgeCommit message (Collapse)AuthorFilesLines
2003-12-082003-12-08 Olga Rodimina <rodimina@redhat.com>Olga Rodimina1-1/+1
* java/awt/Polygon.java (translate): Fixed error that caused polygon to move right/left when up/down translation was required. * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: (getSelectionStart): Initialized start position to 0. (getSelectionEnd): Initialized end position to 0. (getCaretPosition): Initialized caret position to 0. (getText): Initialized selected text to NULL From-SVN: r74445
2002-08-09AWT/Swing merge from GNU Classpath.Bryce McKinlay1-317/+646
From-SVN: r56147
2001-05-11Makefile.in: Rebuilt.Tom Tromey1-0/+422
* Makefile.in: Rebuilt. * Makefile.am (awt_java_source_files): Added Polygon.java. * java/awt/Polygon.java: New file. * java/awt/geom/AffineTransform.java (setToRotation(double,double,double)): New method. (AffineTransform): Set type to TYPE_GENERAL_TRANSFORM. (setToShear): Likewise. From-SVN: r41954