gcc/libjava/java/awt
Roman Kennke 9c3ff9fc82 MediaTracker.java: Reindented tabs to spaces.
2005-04-19  Roman Kennke  <roman@kennke.org>

	* java/awt/MediaTracker.java:
	Reindented tabs to spaces.

2005-04-19  Roman Kennke  <roman@kennke.org>

	* java/awt/MediaTracker.java
	(MediaEntry.imageUpdate): Removed check for SOMEBITS, this
	confused the media tracker and lead to lockups. The LOADING
	bit is handled on other places.
	(addImage): Removed the 'start image tracking' stuff. This
	is not necessary and could confuse the media tracker.
	(checkAll): Improved the check for image status so that
	images that already complete images are detected. Also now
	are really all images checked and if necessary loaded. Before
	the method bailed out after the first incomplete image.
	(statusAll): Detect images that are complete after the
	call to Component.prepareImage(..).
	(checkID): The same as in checkAll.
	(statusID): The same as in statusAll.

2005-04-19  Roman Kennke  <roman@kennke.org>

	* java/awt/MediaTracker.java
	(addImage): Synchronized list access.
	(waitForAll): Fixed comparison of time (changed < to >).
	(waitForID): Fixed comparison of time (changed < to >).
	(removeImage): Synchronized list access.

2005-04-19  Roman Kennke  <roman@kennke.org>

	* java/awt/MediaTracker.java
	Added API documentation.

2005-04-19  Roman Kennke  <roman@kennke.org>

	* java/awt/MediaTracker.java
	(MediaEntry.imageUpdate): Fixed flags. The different flags
	must not be ORed together.
	(checkAll): Modified to handle different meaning of the flags.
	(waitForAll): Fixed so that it waits maximum the
	specified amount of milliseconds.
	(statusAll): Modified to handle different meaning of the flags.
	(waitForID): Fixed so that it waits maximum the
	specified amount of milliseconds.

From-SVN: r98374
2005-04-19 05:13:47 +00:00
..
color GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
datatransfer GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
dnd GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
event GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
font TextAttribute.java: changed names to lower case; 2005-02-24 07:15:55 +00:00
geom CubicCurve2D.java, [...]: Fixed mentioning of Brian Gouph. 2005-04-18 19:11:36 +00:00
im GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
image ConvolveOp.java: Removed comment added by eclipse. 2005-04-19 04:40:10 +00:00
peer [multiple changes] 2005-02-16 20:03:29 +00:00
print 2005-04-19 Michael Koch <konqueror@gmx.de> 2005-04-19 04:42:48 +00:00
ActiveEvent.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Adjustable.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
AlphaComposite.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
AttributeValue.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
AWTError.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
AWTEvent.java AWTEvent.java (toString): Added case for source not being an AWT component. 2005-04-18 20:40:34 +00:00
AWTEventMulticaster.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
AWTException.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
AWTKeyStroke.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
AWTPermission.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
BasicStroke.java [multiple changes] 2005-02-16 20:03:29 +00:00
BorderLayout.java 2005-04-18 Roman Kennke <roman@kennke.org> 2005-04-18 20:47:01 +00:00
BufferCapabilities.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Button.java Button.java, [...]: Fixed formatting issues all over. 2005-02-21 16:12:17 +00:00
Canvas.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
CardLayout.java revert: [multiple changes] 2004-11-30 23:59:12 +00:00
Checkbox.java 2005-02-21 Michael Koch <konqueror@gmx.de> 2005-02-21 21:41:28 +00:00
CheckboxGroup.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
CheckboxMenuItem.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Choice.java [multiple changes] 2005-02-16 20:03:29 +00:00
Color.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
ColorPaintContext.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Component.java 2005-04-18 Roman Kennke <roman@kennke.org> 2005-04-18 20:52:24 +00:00
ComponentOrientation.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Composite.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
CompositeContext.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Container.java Button.java, [...]: Fixed formatting issues all over. 2005-02-21 16:12:17 +00:00
ContainerOrderFocusTraversalPolicy.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Cursor.java Makefile.in: Rebuilt. 2003-01-02 00:14:24 +00:00
DefaultFocusTraversalPolicy.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
DefaultKeyboardFocusManager.java [multiple changes] 2005-02-16 20:03:29 +00:00
Dialog.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Dimension.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
DisplayMode.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Event.java [multiple changes] 2004-07-22 15:36:05 +00:00
EventDispatchThread.java [multiple changes] 2005-02-16 20:03:29 +00:00
EventQueue.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
FileDialog.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
FlowLayout.java revert: [multiple changes] 2004-11-30 23:59:12 +00:00
FocusTraversalPolicy.java 2003-03-10 Michael Koch <konqueror@gmx.de> 2003-03-10 13:21:38 +00:00
Font.java Font.java (decode): Handle null argument and allow space as delimiter. 2005-04-19 05:05:32 +00:00
FontFormatException.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
FontMetrics.java revert: [multiple changes] 2004-11-30 23:59:12 +00:00
Frame.java Button.java, [...]: Fixed formatting issues all over. 2005-02-21 16:12:17 +00:00
GradientPaint.java AWT/Swing merge from GNU Classpath. 2002-08-09 05:26:17 +01:00
Graphics.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Graphics2D.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
GraphicsConfigTemplate.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
GraphicsConfiguration.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
GraphicsDevice.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
GraphicsEnvironment.java revert: [multiple changes] 2004-11-30 23:59:12 +00:00
GridBagConstraints.java revert: [multiple changes] 2004-11-30 23:59:12 +00:00
GridBagLayout.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
GridBagLayoutInfo.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
GridLayout.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
HeadlessException.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
IllegalComponentStateException.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Image.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
ImageCapabilities.java AWT/Swing merge from GNU Classpath. 2002-08-09 05:26:17 +01:00
Insets.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
ItemSelectable.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
JobAttributes.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
KeyboardFocusManager.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
KeyEventDispatcher.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
KeyEventPostProcessor.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Label.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
LayoutManager.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
LayoutManager2.java revert: [multiple changes] 2004-11-30 23:59:12 +00:00
List.java [multiple changes] 2005-02-16 20:03:29 +00:00
MediaTracker.java MediaTracker.java: Reindented tabs to spaces. 2005-04-19 05:13:47 +00:00
Menu.java [multiple changes] 2005-02-16 20:03:29 +00:00
MenuBar.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
MenuComponent.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
MenuContainer.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
MenuItem.java [multiple changes] 2005-02-16 20:03:29 +00:00
MenuShortcut.java Add license clarification. 2002-01-22 22:58:09 +00:00
PageAttributes.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Paint.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
PaintContext.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Panel.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Point.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Polygon.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
PopupMenu.java [multiple changes] 2005-02-16 20:03:29 +00:00
PrintGraphics.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
PrintJob.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Rectangle.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
RenderingHints.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Robot.java Robot.java (waitForIdle): Call invokeAndWait on an empty Runnable. 2005-02-22 06:18:59 +00:00
Scrollbar.java [multiple changes] 2005-02-16 20:03:29 +00:00
ScrollPane.java [multiple changes] 2005-02-16 20:03:29 +00:00
ScrollPaneAdjustable.java Checkbox.java, [...]: New versions from classpath. 2003-05-25 11:24:27 +00:00
Shape.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Stroke.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
SystemColor.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
TextArea.java [multiple changes] 2005-02-16 20:03:29 +00:00
TextComponent.java [multiple changes] 2005-02-16 20:03:29 +00:00
TextField.java revert: [multiple changes] 2004-11-30 23:59:12 +00:00
TexturePaint.java AWT/Swing merge from GNU Classpath. 2002-08-09 05:26:17 +01:00
Toolkit.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Transparency.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Window.java 2005-02-21 Michael Koch <konqueror@gmx.de> 2005-02-21 21:41:28 +00:00