gcc/libjava/gnu/gcj/xlib
Scott Gilbertson e27d6202c0 XCanvasPeer.java (attributes): New field.
2005-07-15  Scott Gilbertson  <scottg@mantatest.com>

	* gnu/awt/xlib/XCanvasPeer.java (attributes): New field.
	(eventMask): New field.
	(XCanvasPeer(Component)): Use attributes field.
	(setBackground): Implemented.
	(setEventMask): Process mask only if changed.
	* gnu/awt/xlib/XEventLoop.java (class): Iplement Runnable.
	(eventLoopThread): New field.
	(XEventLoop(Display,EventQueue)): Start eventLoopThread.
	(interrupt): Removed.
	(run): New method.
	* gnu/awt/xlib/XEventQueue.java (getNextEvent): Process Container
	and Component events.
	* gnu/awt/xlib/XFramePeer.java (processingConfigureNotify): New
	field.
	(configureNotify): Set and clear processingConfigureNotify.
	(setBounds): Process only if processingConfigureNotify is false.
	(toBack): Implemented.
	(toFront): Implemented.
	* gnu/awt/xlib/XGraphics.java (setColor): Ignore null color.
	* gnu/awt/xlib/XGraphicsConfiguration.java (getPixel): Ignore null
	color.
	* gnu/awt/xlib/XToolkit.java (nativeQueueEmpty): Always return true.
	(wakeNativeQueue): Do nothing.
	(iterateNativeQueue): Do queue.wait if blocking.
	* gnu/gcj/xlib/Font.java (loadFont): New method.
	(loadFontImpl): Renamed native method, was loadFont.
	* gnu/gcj/xlib/Window.java (toFront): New method.
	(toBack): New method.
	* gnu/gcj/xlib/natFont.cc (loadFontImpl): Renamed method, was
	loadFont.
	* gnu/gcj/xlib/natWindow.cc (toBack): New method.
	(toFront): New method.
	* gnu/gcj/xlib/natXAnyEvent.cc (loadNext): Removed timeout.

From-SVN: r102057
2005-07-15 16:07:18 +00:00
..
Clip.java
Colormap.java
Display.java
Drawable.java
Font.java XCanvasPeer.java (attributes): New field. 2005-07-15 16:07:18 +00:00
GC.java
Pixmap.java
Screen.java
Visual.java
WMSizeHints.java
Window.java XCanvasPeer.java (attributes): New field. 2005-07-15 16:07:18 +00:00
WindowAttributes.java
XAnyEvent.java
XButtonEvent.java
XColor.java
XConfigureEvent.java
XConnectException.java
XEvent.java
XException.java
XExposeEvent.java
XID.java
XImage.java
XUnmapEvent.java
natClip.cc
natColormap.cc
natDisplay.cc
natDrawable.cc
natFont.cc XCanvasPeer.java (attributes): New field. 2005-07-15 16:07:18 +00:00
natGC.cc
natPixmap.cc
natScreen.cc
natVisual.cc
natWMSizeHints.cc
natWindow.cc XCanvasPeer.java (attributes): New field. 2005-07-15 16:07:18 +00:00
natWindowAttributes.cc
natXAnyEvent.cc XCanvasPeer.java (attributes): New field. 2005-07-15 16:07:18 +00:00
natXButtonEvent.cc
natXColor.cc
natXConfigureEvent.cc
natXException.cc
natXExposeEvent.cc
natXImage.cc
natXUnmapEvent.cc