gcc/libjava/java
Thomas Fitzsimmons f2d0e05d4e GtkDialogPeer.java (handleEvent): Remove method.
2003-10-24  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* gnu/java/awt/peer/gtk/GtkDialogPeer.java (handleEvent):
	Remove method.
	* gnu/java/awt/peer/gtk/GtkWindowPeer.java (postWindowEvent):
	New method.
	* java/awt/Window.java (Window(Window,GraphicsConfiguration),
	show, hide, dispose, getOwnedWindows): Synchronize on tree lock.
	(dispose): Post WINDOW_CLOSED event.
	(addWindowFocusListener, addWindowStateListener): Assign result
	of multicaster add back to window listener.
	(removeWindowFocusListener, removeWindowStateListener): Assign
	result of multicaster remove back to window listener.
	(dispatchEventImpl): Add null checks for focus and state
	listeners.
	(processWindowEvent): Handle case where windowListener is null
	but state or focus listeners exist.
	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c: Add JNI
	glue for postWindowEvent.
	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
	(window_delete_cb, window_destroy_cb, window_show_cb,
	window_focus_in_cb, window_focus_out_cb, window_window_state_cb,
	window_get_new_state): New functions.
	* jni/gtk-peer/gtkpeer.h: Define window event and frame state
	macros.  Declare postWindowEventID.

From-SVN: r72906
2003-10-24 19:40:30 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt GtkDialogPeer.java (handleEvent): Remove method. 2003-10-24 19:40:30 +00:00
beans Reported by M.Negovanovic 2003-10-21 13:21:33 +00:00
io 2003-10-22 Michael Koch <konqueror@gmx.de> 2003-10-22 08:47:12 +00:00
lang Obvious fix for systems with no interpreter. 2003-10-24 18:27:29 +00:00
math 2003-10-09 Michael Koch <konqueror@gmx.de> 2003-10-09 13:13:05 +00:00
net 2003-10-13 Michael Koch <konqueror@gmx.de> 2003-10-13 05:34:53 +00:00
nio ByteOrder.java, [...]: Add code to load library with code for native methods if needed. 2003-10-21 12:55:02 +00:00
rmi ActivationInstantiator.java, [...]: Removed redundant modifiers. 2003-10-11 18:42:07 +00:00
security 2003-10-11 Michael Koch <konqueror@gmx.de> 2003-10-11 19:00:07 +00:00
sql 2003-10-13 Michael Koch <konqueror@gmx.de> 2003-10-13 05:03:39 +00:00
text 2003-10-20 Michael Koch <konqueror@gmx.de> 2003-10-20 20:14:05 +00:00
util Fix for bug #2944, reported by David Holmes <dholmes@dltech.com.au> 2003-10-21 13:25:46 +00:00