summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Imported JSR 166 reference implementationgenerics-branchpointJSR166Tom Tromey2006-06-160-0/+0
|
* Initial revisionTom Tromey2006-06-1674-0/+32144
|
* 2006-06-16 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-165-0/+31
| | | | | | | | | | | | | | | * java/awt/FileDialog.java (FileDialog): Added @since tag to API docs. (FileDialog): Likewise. (FileDialog): Likewise. * java/awt/Font.java: Added @since tag to TYPE1_FONT field docs. * javax/swing/plaf/basic/BasicScrollBarUI.java: (isThumbRollover): Likewise. (setThumbRollover): Likewise. (getSupportsAbsolutePositioning): Likewise. * javax/swing/plaf/basic/BasicSliderUI.java: (isDragging): Likewise.
* 2006-06-16 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-163-1/+61
| | | | | | | | | * java/awt/FileDialog.java (FileDialog): Implemented. (FileDialog): Implemented. (FileDialog): Implemented. * java/awt/Font.java: Added TYPE1_FONT constant field.
* 2006-06-16 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-165-4/+79
| | | | | | | | | | | | | | | | | | | | * java/awt/font/TextLayout.java: Removed unneeded imports. * javax/swing/plaf/basic/BasicScrollBarUI.java: Added new thumbRollover field. (mouseMoved): Added code to set thumbRollover field. (isThumbRollover): New function. (setThumbRollover): New function. (getSupportsAbsolutePositioning): Implemented. This needs to be changed once the feature has been implemented. * javax/swing/plaf/basic/BasicSliderUI.java: Added new dragging field. (mouseDragged): Initialized dragging field. (isDragging): New function. * javax/swing/plaf/basic/BasicTabbedPaneUI.java (focusGained): Marked as not implemented. (focusLost): Likewise.
* 2006-06-16 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2006-06-162-1/+7
| | | | | | * gnu/classpath/jdwp/event/filters/ThreadOnlyFilter.java: Added check for null ThreadId to avoid null pointer exception.
* 2006-06-16 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-06-162-2/+7
| | | | | * javax/swing/DefaultComboBoxModel.java (removeElementAt): Set new selected item by calling setSelectedItem().
* 2006-06-16 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-06-162-2/+7
| | | | | * javax/swing/DefaultButtonModel.java (setSelected): Use 'this', not null, for the item in the ItemEvent.
* 2006-06-16 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-06-162-13/+53
| | | | | | * javax/swing/event/ListDataEvent.java: updated API docs, plus (ListDataEvent): Handle case where index0 > index1, (toString): Implemented.
* 2006-06-16 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-06-162-1/+13
| | | | | * javax/swing/plaf/metal/MetalMenuBarUI.java: (update): Added subexpression to if-statement.
* Removed CVS' conflict indicators.Robert Schuster2006-06-161-4/+0
|
* 2006-06-16 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-06-162-21/+68
| | | | | | | | * javax/swing/plaf/basic/BasicRadioButtonUI.java: (installDefaults): Removed unneccessary code. (paint): Removed complex if-cascade, revert to default icon if icon property is not set. (getPreferredSize): New method.
* 2006-06-16 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-162-1/+8
| | | | | | | PR 28027 * gnu/java/awt/peer/gtk/CairoGraphics2D.java (drawImage): Don't use setClip() but instead clipRect() to intersect the current clip with a new one.
* 2006-06-15 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-06-158-32/+54
| | | | | | | | | | | | | | | * configure.ac: Rename appletviewer to gappletviewer, jarsigner to gjarsigner and keytool to gkeytool. * doc/tools.texinfo: Add note about tool exectable names. * tools/Makefile.am: Rename appletviewer to gappletviewer, jarsigner to gjarsigner and keytool to gkeytool. * tools/appletviewer.in: Rename ... * tools/gappletviewer.in: New file. * tools/jarsigner.in: Rename ... * tools/gjarsigner.in: New file. * tools/keytool.in: Rename ... * tools/gkeytool.in: New file. * tools/toolwrapper.c: Simplify TOOLS_ZIP macro.
* 2006-06-15 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-155-6/+341
| | | | | | | | | | | * javax/management/AttributeList.java: Add serialization UID. * javax/management/DynamicMBean.java: New file. * javax/management/JMRuntimeException.java: Add serialization UID and correct name of serialized field. * javax/management/MBeanInfo.java: New file.
* 2006-06-15 Tania Bento <tbento@redhat.com>Tania Bento2006-06-151-0/+1
| | | | | * javax/swing/JCheckBoxMenuItem.java (JCheckBoxMenuItem): Should set 'focusable' to false.
* 2006-06-15 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-154-0/+409
| | | | | | | * javax/management/AttributeList.java, * javax/management/JMRuntimeException.java, * javax/management/RuntimeOperationsException.java: New files.
* 2006-06-15 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-152-2/+7
| | | | | * java/awt/font/TextLayout.java: DEFAULT_CARET_POLICY changed to be public static final.
* 2006-06-15 Tania Bento <tbento@redhta.com>Tania Bento2006-06-152-0/+6
| | | | | * javax/swing/plaf/metal/MetalScrollButton.java (MetalScrollButton): Should set 'focusable' to false.
* 2006-06-15 Tania Bento <tbento@redhat.com>Tania Bento2006-06-152-0/+8
| | | | | | * javax/swing/plaf/basic/BasicArrowButton.java (BasicArrowButton): Should set 'focusable' to false. (BasicArrowButton): Should set 'focusable' to false.
* * gnu/java/awt/peer/gtk/GtkComponentPeer.javaMark Wielaard2006-06-154-3/+20
| | | | | | | | | (getGraphicsConfiguration): Return default screen device. * gnu/java/awt/peer/gtk/GtkVolatileImage.java (component): New field. (GtkVolatileImage): Record initiating component. * gnu/java/awt/peer/gtk/VolatileImageGraphics.java (getDeviceConfiguration): Return configuration of image component.
* * java/awt/geom/GeneralPath.java (closePath): Return if path alreadyMark Wielaard2006-06-152-1/+8
| | | | closed.
* 2006-06-15 Tania Bento <tbento@redhat.com>Tania Bento2006-06-152-0/+11
| | | | | * javax/swing/JRadioButtonMenuItem.java (JRadioButtonMenuItem): Should set 'focusable' to false.
* * java/awt/BasicStroke.java (createStrokedShape): Call getPathIteratorMark Wielaard2006-06-152-4/+9
| | | | with null argument.
* 2006-06-15 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2006-06-152-1/+7
| | | | | * gnu/classpath/jdwp/event/filters/ExceptionOnlyFilter.java (matches): Added explicit brackets to return statement.
* 2006-06-15 Tania Bento <tbento@redhat.com>Tania Bento2006-06-152-1/+6
| | | | | * javax/swing/AbstractButton.java: (AbstractButton): 'Focusable' should be set to true and not false.
* 2006-06-15 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-153-1/+13
| | | | | | | * java/lang/management/ManagementFactory.java: Add private constructor to prevent instance creation. * java/lang/management/ManagementPermission.java: Make final.
* 2006-06-15 Francis Kung <fkung@redhat.com>Francis Kung2006-06-154-3/+21
| | | | | | | | | | | * javax/swing/plaf/basic/BasicArrowButton.java: (BasicArrowButton): move client property for not triggering out of consturctor * javax/swing/plaf/basic/BasicComboBoxUI.java: (configureArrowButton): set client property for not triggering (installUI): set client property for not triggering * javax/swing/plaf/basic/BasicLookAndFeel.java: (PopupHelper.mousePressed): check client property for triggering
* 2006-06-15 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-152-1/+7
| | | | | | PR 28037 * javax/swing/RepaintManager.java (blitBuffer): Substract coordinates the other way around.
* 2006-06-15 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-152-1/+29
| | | | | | | | PR 28027 * javax/swing/JComponent.java (paintImmediately2): Only paint component without double buffering when all of it's parents have also double buffering disabled. (isPaintingDoubleBuffered): New helper method.
* 2006-06-15 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-06-154-10/+21
| | | | | | | | | | * gnu/java/awt/peer/gtk/CairoGraphics2D.java (draw(Shape)): Pass null transform to getPathIterator(), (getClip): Likewise, * gnu/java/print/PostscriptGraphics2D.java (drawStringShape): Pass null transform to getPathIterator(), (writeShape): Likewise, * java/awt/Shape.java: Small updates to API docs.
* 2006-06-14 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-142-14/+56
| | | | | | | | * javax/swing/plaf/basic/BasicComboBoxUI.java (getAccessibleChildrenCount): Implemented. (getAccessibleChild): Implemented. (isNavigationKey): Implemented. (KeyHandler.keyPressed): Implemented.
* 2006-06-14 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-145-2/+32
| | | | | | | | | | * java/lang/management/ManagementPermission.java: Added serialization UID. * javax/management/Attribute.java: Likewise. * javax/management/MBeanException.java, * javax/management/ReflectionException.java: Added serialization UID and changed to extend javax.management.JMException.
* 2006-06-14 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-143-3/+11
| | | | | | | | * java/awt/Component.java (ignoreOldMouseEvents): Made static. (translateEvent): Made static. * java/awt/TextComponent.java (ignoreOldMouseEvents): Made static.
* * gnu/java/awt/peer/gtk/ComponentGraphics.java (drawLine): Lock andMark Wielaard2006-06-142-0/+46
| | | | | | call super. (drawRect): Likewise. (fillRect): Likewise.
* 2006-06-14 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-143-4/+32
| | | | | | | | * java/awt/Component.java (ignoreOldMouseEvents): New helper function. (translateEvent): Changed to be non-static and use new helper. * java/awt/TextComponent.java (ignoreOldMouseEvents): New helper function.
* 2006-06-14 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-142-2/+15
| | | | | | | | * javax/swing/RepaintManager.java (MERGE_REGIONS): New constant flag. (commitBuffer): Exclude the merging of regions by default. This was causing painting artifacts in some applications, especially when different areas of the GUI are updated synchronously.
* 2006-06-14 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-144-0/+1025
| | | | | | | * examples/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java: New file. This is a benchmark for AWT 1.1 style graphics operations. * examples/gnu/classpath/examples/awt/palme.gif: New file. * examples/gnu/classpath/examples/awt/aicas.gif: New file.
* * java/io/File.java (getParent): Javadoc fix.Tom Tromey2006-06-142-1/+6
|
* * gnu/java/net/loader/JarURLLoader.java (initialize): Skip our ownTom Tromey2006-06-143-1/+17
| | | | | | jar. * gnu/java/net/IndexListParser.java (IndexListParser): Call clearAll when index entry does not exist.
* 2006-06-14 Tania Bento <tbento@redhat.com>Tania Bento2006-06-141-1/+1
| | | | | * javax/swing/JCheckBoxMenuItem.java (JCheckBoxMenuItem): Added check to set the selected state.
* 2006-06-14 Tania Bento <tbento@redhat.com>Tania Bento2006-06-141-93/+93
| | | | | * javax/swing/JCheckBoxMenuItem.java (JCheckBoxMenuItem): Added check to set the selected state.
* 2006-06-14 Tania Bento <tbento@redhat.com>Tania Bento2006-06-142-1/+16
| | | | | * javax/swing/JMenuItem.java (init): Changed horizontalAlignment from JButton.LEFT to JButton.LEADING.
* 2006-06-14 Tania Bento <tbento@redhat.com>Tania Bento2006-06-141-1/+1
| | | | | * javax/swing/AbstractButton.java (AbstractButton): Set focusable to false, not true.
* 2006-06-14 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-144-4/+104
| | | | | | | | | | | | | | | * gnu/java/awt/peer/gtk/CairoGraphics2D.java (cairoDrawLine): New native method. (cairoDrawRect): New native method. (cairoFillRect): New native method. (drawLine): Use special native method. (drawRect): Use special native method. (fillRect): Use special native method. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c (cairoDrawLine): New native method. (cairoDrawRect): New native method. (cairoFillRect): New native method. * include/gnu_java_awt_peer_gtk_CairoGraphics2D.h: Regenerated.
* * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.cMark Wielaard2006-06-142-0/+11
| | | | | (Java_gnu_java_awt_peer_gtk_GtkImage_getPixels): Return when array cannot be allocated.
* PR java/28024:Tom Tromey2006-06-143-3/+9
| | | | | * m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...). * configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...).
* 2006-06-14 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-144-103/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * javax/swing/JComponent.java (isRepainting): New flag. (paintImmediately2): Set isRepainting flag. (getRoot): Removed obsolete method. (paintDoubleBuffered): Differenciate between paint calls from RepaintManager and from AWT refresh. Call RepaintManager.commitBuffer with this and local coordinates. (findOpaqueParent): Stop searching at heavyweight component. These are always opaque. (paintChildrenOptimized): Don't paint heavyweight children. These should care for themselves. (paintChildrenWithOverlap): Don't paint heavyweight children. These should care for themselves. * javax/swing/RepaintManager.java (getOffscreenBuffer): Associate offscreen buffer with toplevel windows only. (getVolatileOffscreenBuffer): Associate offscreen buffer with toplevel windows only. (getRoot): Removed obsolete method. (commitBuffer): Blit buffer on nearest heavyweight. (blitBuffer): New helper method. (getHeavyweightParent): New helper method. (commitRemainingBuffers): Call blitBuffer instead of commitBuffer. * javax/swing/SwingUtilities.java (convertRectangleToAncestor): New helper method.
* 2006-06-14 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-06-142-10/+17
| | | | | | * gnu/javax/security/auth/login/ConfigFileTokenizer.java: Fixed a typo. Condition all trace/debug code based on Configuration.DEBUG. Use logger instead of STDOUT and ot STDERR.
* 2006-06-13 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-132-22/+29
| | | | | | | * native/plugin/gcjwebplugin.cc (NP_Initialize): Removed code to create whitelist file. (GCJ_New): Added code to create whitelist file. (plugin_user_trusts_documentbase): Fixed error message.