[commit-cp] classpath java/awt/Component.java gnu/java/awt/...

Mario Torre <[email protected]> Wed, 07 May 2008 14:22:01 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Mario Torre <neugens>	08/05/07 14:22:01

Modified files:
	java/awt       : Component.java 
	gnu/java/awt/peer/x: XFramePeer.java XGraphics2D.java 
	                     XWindowPeer.java XEventPump.java 
	.              : ChangeLog 

Log message:
	2008-05-07  Mario Torre  <[email protected]>
	
		* gnu/java/awt/peer/x/XEventPump.java (handleEvent): xEvent.code is now
		masked to identify and react to syntetic events.
		Added UnmapNotify, DestroyNotify and ClientMessage to the list of event
		handled.
		* gnu/java/awt/peer/x/XFramePeer.java (getState): initial implementation.
		* gnu/java/awt/peer/x/XGraphics2D.java (setPaint): fix NPE, this is a
		workaround, the code have to be fixed in a better way.
		* gnu/java/awt/peer/x/XWindowPeer.java (getXwindow): new method to allow
		access to the underling xwindow.
		(standardSelect): add more events for notification.
		(XWindowPeer): call set_wm_delete_window to ask the WM to notify us
		when a delete event occur.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.158&r2=1.159
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFramePeer.java?cvsroot=classpath&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics2D.java?cvsroot=classpath&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XWindowPeer.java?cvsroot=classpath&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XEventPump.java?cvsroot=classpath&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9604&r2=1.9605