| Commit message (Expand) | Author | Age | Files | Lines |
* | UnicastRef.java: make constructor public and check if serverobject is compati... | Ingo Proetel | 2003-09-20 | 1 | -24/+20 |
* | NIODatagramSocket.java, [...]: New files. | Michael Koch | 2003-09-19 | 2 | -0/+147 |
* | GtkDialogPeer.java (create()): Create a top-level GTK window. | Thomas Fitzsimmons | 2003-09-19 | 3 | -4/+12 |
* | [multiple changes] | Michael Koch | 2003-09-18 | 7 | -60/+361 |
* | GdkGraphics2D.java, [...]: New files. | Graydon Hoare | 2003-09-17 | 2 | -0/+1363 |
* | GtkEmbeddedWindowPeer.java (construct): Remove method declaration. | Thomas Fitzsimmons | 2003-09-17 | 1 | -4/+8 |
* | Fix mingw32 builds. | Anthony Green | 2003-09-11 | 2 | -3/+3 |
* | DatagramSocket.java, [...]: Use gnu.java.net.Plain*SocketImpl instead of java... | Michael Koch | 2003-09-10 | 10 | -0/+4393 |
* | natEmbeddedWindow.cc (setWindowPeer): Removed lvalue cast; use correct rvalue... | Tom Tromey | 2003-09-04 | 1 | -1/+2 |
* | GtkDialogPeer.java (create): Add width and height arguments to GtkWindowPeer.... | Thomas Fitzsimmons | 2003-09-02 | 2 | -6/+12 |
* | Makefile.in: Rebuilt. | Tom Tromey | 2003-08-28 | 8 | -88/+391 |
* | Makefile.am: added gnu/awt/xlib/XOffScreenImage.java. | Scott Gilbertson | 2003-08-25 | 10 | -99/+381 |
* | GdkGraphics.java (drawString): Pass font name, not XLFD, to native drawString. | Thomas Fitzsimmons | 2003-08-22 | 1 | -2/+1 |
* | GtkWindowPeer.java: Remove GTK_WINDOW_DIALOG. | Thomas Fitzsimmons | 2003-08-22 | 1 | -2/+1 |
* | Makefile.am (gtk_awt_peer_sources): Add gnu/java/awt/peer/GLightweightPeer.java. | Scott Gilbertson | 2003-08-21 | 1 | -31/+130 |
* | [multiple changes] | Andrew Haley | 2003-08-20 | 2 | -6/+13 |
* | re PR libgcj/9125 (VMClassLoader should cache the result of Runtime.(internal... | Tom Tromey | 2003-08-20 | 2 | -6/+42 |
* | GtkComponentPeer.java (postKeyEvent): Add keyLocation parameter. | Thomas Fitzsimmons | 2003-08-05 | 2 | -6/+7 |
* | 2003-08-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-08-02 | 1 | -12/+18 |
* | GtkButtonPeer.java: Call getName rather than getXLFD. | Thomas Fitzsimmons | 2003-07-29 | 3 | -3/+3 |
* | natIconv.cc (write): Handle case where output buffer is too small. | Tom Tromey | 2003-07-29 | 1 | -14/+28 |
* | 2003-07-27 Thomas Fitzsimmons <fitzsim@redhat.com.h> | Thomas Fitzsimmons | 2003-07-27 | 6 | -26/+169 |
* | * gnu/java/awt/peer/gtk/GtkTextComponentPeer.java | Thomas Fitzsimmons | 2003-07-23 | 2 | -13/+1 |
* | 2003-07-22 Scott Gilbertson <scottg@mantatest.com> | Scott Gilbertson | 2003-07-22 | 1 | -1/+1 |
* | AbstractGraphicsState.java (clone): Handle CloneNotSupportedException. | Anthony Green | 2003-07-21 | 8 | -57/+88 |
* | natSharedLibLoader.cc (init): `libname' now a String. | Steve Pribyl | 2003-07-21 | 2 | -8/+12 |
* | GtkToolkit.java: Reworked imports. | Michael Koch | 2003-07-17 | 1 | -4/+5 |
* | UnicastServerRef.java: New version from classpath. | Michael Koch | 2003-07-14 | 1 | -3/+8 |
* | FileChannelImpl.java, [...]: Removed. | Michael Koch | 2003-07-13 | 2 | -493/+0 |
* | 2003-07-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-07-13 | 29 | -62/+143 |
* | 2003-07-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-07-13 | 3 | -3/+3 |
* | EmbeddedWindow.java, [...]: New files. | Michael Koch | 2003-07-13 | 3 | -0/+145 |
* | SharedLibLoader.java: Fix misspelling. | Matt Kraai | 2003-07-11 | 2 | -4/+4 |
* | GtkComponentPeer.java, [...]: Explicitly import used classes. | Michael Koch | 2003-07-09 | 4 | -10/+44 |
* | * gnu/java/awt/peer/gtk/GtkTextComponentPeer.java | Thomas Fitzsimmons | 2003-07-07 | 2 | -21/+36 |
* | 2003-07-01 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-07-01 | 1 | -0/+3 |
* | 2003-06-27 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-27 | 1 | -6/+0 |
* | MappedByteFileBuffer.java, [...]: Removed | Michael Koch | 2003-06-20 | 3 | -599/+3 |
* | 2003-06-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-19 | 2 | -51/+90 |
* | 2003-06-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-19 | 1 | -1/+1 |
* | 2003-06-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-19 | 2 | -5/+7 |
* | 2003-06-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-18 | 5 | -242/+25 |
* | X509Certificate.java: Explicitely import used classes. | Michael Koch | 2003-06-17 | 1 | -2/+5 |
* | ArrayHelper.java, [...]: Reformatted to match classpath's versions. | Michael Koch | 2003-06-17 | 2 | -222/+181 |
* | 2003-06-14 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-14 | 4 | -42/+20 |
* | IntegerGraphicsState.java (drawOval): implemented. | Scott Gilbertson | 2003-06-12 | 4 | -4/+27 |
* | natFont.cc (getAscent): Correctly access "ascent" field. | Tom Tromey | 2003-06-10 | 1 | -2/+2 |
* | natFont.cc (getMaxAscent): adjusted return value. | Scott Gilbertson | 2003-06-10 | 1 | -4/+14 |
* | URLStreamHandler.java (sameFile): Fix port value comparison. | Anthony Green | 2003-06-08 | 1 | -2/+8 |
* | re PR libgcj/10886 (The RMI registry that comes with GCJ does not work correc... | Jeff Sturm | 2003-06-08 | 1 | -1/+1 |