summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* GtkTextFieldPeer.java, [...] (native create): Add width parameter.Thomas Fitzsimmons2004-01-203-49/+144
* GtkFramePeer.java (setResizable): Override GtkWindowPeer's setResizable metho...Thomas Fitzsimmons2004-01-202-0/+18
* libtool-version: Increased `current' to 6.Matthias Klose2004-01-192-1/+5
* 2004-01-19 Kim Ho <kho@redhat.com>Kim Ho2004-01-192-1/+11
* EventQueue.java (invokeAndWait): Use list-aware isDispatchThread method to re...Fernando Nasser2004-01-192-2/+8
* EventQueue.java (pop): Prevent racing condition to add events to the queue ou...Fernando Nasser2004-01-192-18/+26
* TestAWT.java (DialogWindow): Make text not visible so that dialog can be reused.Fernando Nasser2004-01-192-1/+8
* EventQueue.java (getCurrentEvent): Consider that system events may be handled...Fernando Nasser2004-01-192-2/+17
* GtkFramePeer.java (getMenuBarHeight): Added MenuBarPeer parameter.Kim Ho2004-01-197-44/+176
* 2004-01-16 Kim Ho <kho@redhat.com>Kim Ho2004-01-193-28/+7
* ChangeLog rotationTom Tromey2004-01-174-17807/+17807
* * java/awt/Container.java: Typo and indentation fixes.Tom Tromey2004-01-172-19/+21
* natClassLoader.cc: Moved VMClassLoader methods...Tom Tromey2004-01-165-114/+151
* gnu_java_awt_peer_gtk_GtkEvents.c (pre_event_handler): Discard GDK_ENTER_NOTI...Fernando Nasser2004-01-162-8/+18
* EventQueue.java (pop): Prevent breaking the chain if pop is called for an int...Fernando Nasser2004-01-162-1/+8
* 2004-01-16 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2004-01-162-8/+14
* GtkComponentPeer.java (GtkComponentPeer): If it is a FileDialog and has dimen...Kim Ho2004-01-164-3/+52
* locks.h: Don't use in/out memory constraints.Andrew Haley2004-01-163-6/+11
* EventDispatchThread.java (run): Stop running when interrupted.Fernando Nasser2004-01-163-2/+31
* * gnu/java/awt/peer/gtk/GdkGraphics2D.java:Olga Rodimina2004-01-162-1/+7
* GdkGraphics2D.java: Implemented rendering hints related methods.Olga Rodimina2004-01-152-5/+71
* Makefile.in: Rebuilt.Tom Tromey2004-01-153-2/+20
* configure.in: Add in AC_PREREQ(2.13)Kelley Cook2004-01-153-4/+8
* re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $...Nathan Bryant2004-01-143-21/+37
* re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Michael Koch2004-01-142-6/+15
* * java/awt/EventQueue.java (isDispatchThread): Do check on top of stack. ...Fernando Nasser2004-01-132-3/+22
* GtkTextAreaPeer.java, [...] (native create): Add width and height parameters.Thomas Fitzsimmons2004-01-133-49/+162
* 2004-01-13 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2004-01-138-149/+267
* TestAWT.java (DialogWindow): Add WindowAdapter to handle Window "Closing" eve...Fernando Nasser2004-01-132-0/+14
* 2004-01-13�� David Jee�� <djee@redhat.com>David Jee2004-01-132-0/+36
* 2004-01-13�� David Jee�� <djee@redhat.com>David Jee2004-01-135-2/+26
* TestAWT.java: Fix test program so that it does not show modal dialogs twice a...Fernando Nasser2004-01-132-4/+41
* Dialog.java (show): Enable blocking for all modal dialogs and run secondary d...Fernando Nasser2004-01-132-9/+28
* libjava.exp: Add LD_LIBRARY_PATH_32/64 to get proper path setting for Ssolari...Andreas Tobler2004-01-122-18/+27
* JLayeredPane.java: Rewrite to accomodate djee@redhat.com's recent inverse ord...Graydon Hoare2004-01-123-75/+316
* 2004-01-11 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-112-12/+23
* CompoundEdit.java (serialVersionUID): Added.Sascha Brawer2004-01-112-1/+12
* 2004-01-11 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-102-1/+6
* 2004-01-10 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-106-10/+23
* BasicButtonUI.java, [...]: Fixed import statements.Michael Koch2004-01-1010-47/+90
* 2004-01-10 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-104-4/+11
* JRadioButtonMenuItem.java, [...]: Fixed import statements.Michael Koch2004-01-1040-144/+250
* JLayeredPane.java: Rewrite to accomodate djee@redhat.com's recent inverse ord...Graydon Hoare2004-01-092-67/+52
* libjava.exp (bytecompile_file): Log compile command.Andrew Haley2004-01-092-1/+6
* 2004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-092-19/+5
* natClassLoader.cc (_Jv_PrepareCompiledClass): Resolve a Utf8Const field befor...Andrew Haley2004-01-092-0/+6
* DocumentName.java, [...]: New files.Michael Koch2004-01-0915-0/+1195
* AbstractAction.java, [...]: Reworked imports.Michael Koch2004-01-0926-122/+194
* 2004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-097-13/+32
* GtkFileDialogPeer.java (nativeSetFile): New name for the former setFile nativ...Fernando Nasser2004-01-084-13/+386