aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2004-01-272004-01-27 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+6
2004-01-272004-01-27 Michael Koch <konqueror@gmx.de>Michael Koch2-14/+27
2004-01-272004-01-27 Kim Ho <kho@redhat.com>Kim Ho10-13/+139
2004-01-27AbstractCellEditor.java: Reformated.Michael Koch5-23/+56
2004-01-27AbstractCellEditor.java: Reformated.Michael Koch1-0/+11
2004-01-27JTableHeader.java: Extend JComponentAndrew Haley2-1/+5
2004-01-27GtkFramePeer.java (setMenuBar): Fix spacing.Kim Ho2-1/+6
2004-01-27GtkFramePeer.java (moveLayout): New method.Kim Ho3-8/+71
2004-01-262004-01-26 David Jee <djee@redhat.com>David Jee7-90/+191
2004-01-262004-01-26 David Jee <djee@redhat.com>David Jee2-1/+6
2004-01-26GtkFramePeer.java (menuBarHeight): Mark private.Kim Ho3-42/+39
2004-01-25TextArea.java: Fix indentation.Thomas Fitzsimmons2-554/+591
2004-01-25GtkToolkit.java (checkImage): Inform image observer of image loading status.Thomas Fitzsimmons2-3/+24
2004-01-25Class.java: Imports reworked, reformated.Michael Koch2-93/+583
2004-01-242004-01-24 Michael Koch <konqueror@gmx.de>Michael Koch2-130/+16
2004-01-24Makefile.am: Added library version to gtk peer lib.Michael Koch3-1/+11
2004-01-24InflaterInputStream.java: Merged class documentation with classpath.Michael Koch2-8/+16
2004-01-23linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Corrected to handle kernels with cha...Jakub Jelinek6-30/+67
2004-01-23FileLockImpl.java: Compile fixes.Michael Koch2-3/+5
2004-01-23VMClassLoader.java: Reworked imports.Michael Koch2-9/+10
2004-01-23AbstractAction.java: Reformated.Michael Koch2-112/+141
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+27
2004-01-23FileLockImpl.java: Fixed filename in copyright.Michael Koch5-10/+86
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch5-0/+110
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch2-28/+95
2004-01-23AbstractAction.java: Reformated.Michael Koch5-144/+239
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch2-6/+22
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch2-13/+51
2004-01-23BitwiseXORComposite-1.png: New file.Michael Koch2-0/+5
2004-01-23Class.java, [...]: Merged copyright with classpath.Michael Koch4-26/+118
2004-01-23FileDescriptor.java: Merged copyright with classpath to start merging this cl...Michael Koch2-20/+52
2004-01-23re PR libgcj/13107 (Wrong verification error in gij: recursive subroutine call)Tom Tromey10-616/+470
2004-01-23Removed testsuite/ChangeLog again; put entry into top-level ChangeLogJeff Sturm2-5/+6
2004-01-23re PR java/13733 (The result of an assignment operator is the LHS after assig...Jeff Sturm3-0/+16
2004-01-222004-01-22 Arnaud Vandyck <arnaud.vandyck@ulg.ac.be>Arnaud Vandyck2-6/+159
2004-01-222004-01-22 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2-15/+22
2004-01-222004-01-22 Graydon Hoare <graydon@redhat.com>Graydon Hoare13-602/+2150
2004-01-22Component.java (show): Set visible to true before showing the peer.Thomas Fitzsimmons2-1/+11
2004-01-21GtkFramePeer.java (postConfigureEvent): Fix comments.Kim Ho3-8/+20
2004-01-212004-01-21 David Jee <djee@redhat.com>David Jee2-1/+18
2004-01-20Makefile.am (lib_org_w3c_dom_la_LIBADD, [...]): New.Jakub Jelinek3-4/+27
2004-01-20GtkComponentPeer.java (setBounds): Calculate proper offsets for heavyweight c...Thomas Fitzsimmons2-2/+33
2004-01-20GtkTextFieldPeer.java, [...] (native create): Add width parameter.Thomas Fitzsimmons3-49/+144
2004-01-20GtkFramePeer.java (setResizable): Override GtkWindowPeer's setResizable metho...Thomas Fitzsimmons2-0/+18
2004-01-19libtool-version: Increased `current' to 6.Matthias Klose2-1/+5
2004-01-192004-01-19 Kim Ho <kho@redhat.com>Kim Ho2-1/+11
2004-01-19EventQueue.java (invokeAndWait): Use list-aware isDispatchThread method to re...Fernando Nasser2-2/+8
2004-01-19EventQueue.java (pop): Prevent racing condition to add events to the queue ou...Fernando Nasser2-18/+26
2004-01-19TestAWT.java (DialogWindow): Make text not visible so that dialog can be reused.Fernando Nasser2-1/+8
2004-01-19EventQueue.java (getCurrentEvent): Consider that system events may be handled...Fernando Nasser2-2/+17