summaryrefslogtreecommitdiff
path: root/libjava/java/awt/Component.java
AgeCommit message (Expand)Author
2004-02-102004-02-10 David Jee <djee@redhat.com>David Jee
2004-02-05Component.java (getFont): Return a default font instead of null.Thomas Fitzsimmons
2004-02-03GtkListPeer.java, [...]: Fix handling of alias methods...Thomas Fitzsimmons
2004-01-262004-01-26 David Jee <djee@redhat.com>David Jee
2004-01-222004-01-22 Graydon Hoare <graydon@redhat.com>Graydon Hoare
2004-01-22Component.java (show): Set visible to true before showing the peer.Thomas Fitzsimmons
2003-11-12GtkComponentPeer.java (prepareImage): Remove null check.Tom Fitzsimmons
2003-11-12Makefile.am: Add GdkPixbufDecoder.java and gnu_java_awt_peer_gtk_GdkPixbufDec...Thomas Fitzsimmons
2003-09-20Component.java: Indentation cleanup from Classpath.Tom Tromey
2003-08-25Makefile.am: added gnu/awt/xlib/XOffScreenImage.java.Scott Gilbertson
2003-08-21Makefile.am (gtk_awt_peer_sources): Add gnu/java/awt/peer/GLightweightPeer.java.Scott Gilbertson
2003-07-25[multiple changes]Mark Wielaard
2003-03-02Component.java, [...]: Fixed typos.Michael Koch
2003-03-022003-03-02 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-19XToolkit.java (getFontMetrics): initialize if necessary.Hans Boehm
2003-01-28Component.java (processPaintEvent): Dispose of Graphics object when finished.Oscar Pearce
2002-08-09AWT/Swing merge from GNU Classpath.Bryce McKinlay
2002-03-25Component.java (processEvent): Check ComponentEvent after KeyEvent.Tom Tromey
2002-01-22Add license clarification.Mark Wielaard
2002-01-16Start of AWT merge with Classpath:Tom Tromey
2001-04-22Makefile.in: Rebuilt.Tom Tromey
2001-01-03ScrollPane.java: Wrote.Tom Tromey
2000-12-26MenuContainer.java: Fixed typo.Tom Tromey
2000-12-18Removed additional addNotify() peer hacks.Bryce McKinlay
2000-10-02prims.cc (_Jv_argv, _Jv_argc): New fields.Bryce McKinlay
2000-08-16ComponentDataBlitOp.java: New file.Rolf W. Rasmussen
2000-08-09Makefile.am: Move beans and applet classes to awt_java_source_files.Bryce McKinlay
2000-08-03Makefile.am: Add new AWT stubs.Bryce McKinlay
2000-07-31Component.java (toString): Implemented.Bryce McKinlay
2000-07-31Component.java: Add treeLock object.Anthony Green
2000-07-31BorderLayout.java (BorderLayout()): New constructor.Tom Tromey
2000-07-30Container.java (remove(int)): Wrote.Tom Tromey
2000-07-12Big AWT patch.Bryce McKinlay
2000-04-09Makefile.in: Rebuilt.Tom Tromey
2000-03-07All files: Updated copyright information.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-05-05Add AWT stubs and incomplete classes.Per Bothner