gtk/gdk/x11
Matthias Clasen 5fb61f3075 Changes to allow "no input" windows (#64613):
Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>

	Changes to allow "no input" windows (#64613):

	* gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
	field accept_focus.

	* gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
	set it.

	* gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
	and gtk_window_get_focus() and gtk_window_set_focus().

	* gdk/win32/gdkwindow-win32.c (gdk_window_new):
	* gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
	* gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
	Initialize the accept_focus field to TRUE.

	* gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus):
	* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus):
	* gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus):
	Implementations for the various backends. The Win32 and linux-fb
	implementations set the accept_focus field, but don't use it yet
	to actually implement noinput windows. The X implementation updates
	the WM_HINTS to select the globally active input model (see the
	ICCCM) if accept_focus is FALSE.

	* gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
	WM_TAKE_FOCUS message if accept_focus is FALSE.
2003-12-10 23:58:23 +00:00
..
.cvsignore Substitute gdkx.h => gdkprivate.h since we need to accesss only 1999-11-08 22:33:28 +00:00
gdkasync.c Change _gdk_x11_send_xevent_async() to 2003-07-08 22:27:47 +00:00
gdkasync.h Change _gdk_x11_send_xevent_async() to 2003-07-08 22:27:47 +00:00
gdkcolor-x11.c big patch from Kjartan Maraas to fix numerous typos. 2003-09-03 19:56:36 +00:00
gdkcursor-x11.c API doc updates. 2003-07-14 22:13:33 +00:00
gdkdisplay-x11.c Improve the GDK API for dealing with group leaders (#119375): 2003-12-09 23:12:53 +00:00
gdkdisplay-x11.h Improve the GDK API for dealing with group leaders (#119375): 2003-12-09 23:12:53 +00:00
gdkdnd-x11.c Change _gdk_x11_send_xevent_async() to 2003-07-08 22:27:47 +00:00
gdkdrawable-x11.c Add a fallback for unaligned source data for FORMAT_ARGB_MASK. (#117217) 2003-08-18 16:02:46 +00:00
gdkdrawable-x11.h Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkevents-x11.c Changes to allow "no input" windows (#64613): 2003-12-10 23:58:23 +00:00
gdkfont-x11.c Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkgc-x11.c Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkgeometry-x11.c Don't use impl->position_info.clip_rect for toplevels. (#107068, reported 2003-08-19 18:32:12 +00:00
gdkglobals-x11.c Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkim-x11.c More doc comments moved inline. 2002-11-01 00:45:32 +00:00
gdkimage-x11.c Move the call to gdk_error_trap_pop() to the right place, fixing a problem 2003-10-29 20:05:40 +00:00
gdkinput-none.c Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkinput-x11.c gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.c 2003-07-11 19:57:01 +00:00
gdkinput-xfree.c Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkinput.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gdkinputprivate.h Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkkeys-x11.c Improve PointerHint docs. Explain is_hint field in GdkEventMotion. 2003-08-27 22:59:47 +00:00
gdkmain-x11.c Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkpango-x11.c Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkpixmap-x11.c Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkpixmap-x11.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkprivate-x11.h Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkproperty-x11.c Lookup all the atoms in the target list at once. 2003-07-05 15:02:35 +00:00
gdkscreen-x11.c Make monitor boundaries visible in fake Xinerama mode. 2003-11-21 01:02:45 +00:00
gdkscreen-x11.h Add a check for the Xrandr extension. 2002-10-04 15:58:19 +00:00
gdkselection-x11.c Always look up and create the Motif drag window as a child of the root 2002-12-04 19:50:57 +00:00
gdkspawn-x11.c s/gdk_spawn/gdk_spawn_on_screen/. 2003-12-10 14:17:07 +00:00
gdkvisual-x11.c Return a GdkVisual *, not a GdkVisual **. (#105243) 2003-02-06 19:18:20 +00:00
gdkwindow-x11.c Changes to allow "no input" windows (#64613): 2003-12-10 23:58:23 +00:00
gdkwindow-x11.h Split toplevel-specific pieces of GdkWindowImplX11 into a separate 2003-07-05 02:34:52 +00:00
gdkx.h add -DGDK_DISABLE_DEPRECATED 2002-11-17 22:04:03 +00:00
gdkxid.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gxid_proto.h Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am Utility functions for multi-screen applications which need to ensure 2003-12-10 13:49:58 +00:00
MwmUtil.h Account for the fact that Xlib expects format == 32 to be a long, even on 1999-02-21 20:55:04 +00:00
xsettings-client.c Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trap 2003-07-05 01:54:05 +00:00
xsettings-client.h Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. 2002-02-23 00:13:17 +00:00
xsettings-common.c Free the setting name. 2002-02-07 04:06:16 +00:00
xsettings-common.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00