gtk/gdk/x11
Matthias Clasen 129ad4b48d Try to fix #315732, reported by Luke Hutchinson:
2007-01-02  Matthias Clasen  <mclasen@redhat.com>

        Try to fix #315732, reported by Luke Hutchinson:

        * gdk/x11/xsettings-client.[hc]:
        * gdk/x11/gdkdevents-x11.c: Don't assume that ref'ing a GdkWindow
        will guarantee that it can be looked up in the xid hash later.
        Also, use the nesting server grab function during the xsettings
        client initialization. Finally, make xsettings client not
        eat DestroyNotifys so that GDK can do its regular cleanup.



svn path=/trunk/; revision=17022
2007-01-02 19:07:03 +00:00
..
.cvsignore Added checksettings. 2006-03-15 07:59:09 +00:00
checksettings.c map "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode" XSettings 2006-02-27 14:08:06 +00:00
gdkasync.c Free state.children in all cases. (#313862, Kjartan Maraas) 2005-08-29 04:38:52 +00:00
gdkasync.h Change _gdk_x11_send_xevent_async() to 2003-07-08 22:27:47 +00:00
gdkcolor-x11.c Remove extraneous ; 2006-05-14 03:58:06 +00:00
gdkcursor-x11.c Only set the cursor size if it is != 0. 2006-01-25 15:41:40 +00:00
gdkdisplay-x11.c free display->input_windows with g_free(), not g_object_unref() (#357566, 2006-09-25 09:58:20 +00:00
gdkdisplay-x11.h Make GTK+ work as an untrusted X client. (#136571, Ed Catmur) 2006-05-25 05:30:14 +00:00
gdkdnd-x11.c Cleanups 2006-10-08 05:32:07 +00:00
gdkdrawable-x11.c Don't leak ShmPixmapInfo. (#349858, Chris Wilson) 2006-08-15 17:05:00 +00:00
gdkdrawable-x11.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
gdkevents-x11.c Try to fix #315732, reported by Luke Hutchinson: 2007-01-02 19:07:03 +00:00
gdkfont-x11.c Fix small theoretical memory leaks. (#353916, Chris Wilson) 2006-09-09 05:31:07 +00:00
gdkgc-x11.c Remove extraneous ; 2006-05-14 03:58:06 +00:00
gdkgeometry-x11.c gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c 2006-05-15 19:17:30 +00:00
gdkglobals-x11.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gdkim-x11.c Cleanups 2006-10-08 05:32:07 +00:00
gdkimage-x11.c Remove extraneous ; 2006-05-14 03:58:06 +00:00
gdkinput-none.c Some more fixes necessary to make building with gcc 4 work. 2005-04-10 01:01:18 +00:00
gdkinput-x11.c Generate double-click events. (#380421, Tommi Komulainen) 2006-12-21 16:33:29 +00:00
gdkinput-xfree.c Correct return_if_fail checks. (#379803, Tommi Komulainen) 2006-12-21 16:28:28 +00:00
gdkinput.c Use G_DEFINE_TYPE. 2006-04-04 14:02:03 +00:00
gdkinputprivate.h Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkkeys-x11.c Update the docs to state which out parameters may be NULL. (#360870, 2006-10-09 14:36:16 +00:00
gdkmain-x11.c Make GTK+ work as an untrusted X client. (#136571, Ed Catmur) 2006-05-25 05:30:14 +00:00
gdkpixmap-x11.c Remove extraneous ; 2006-05-14 03:58:06 +00:00
gdkpixmap-x11.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
gdkprivate-x11.h Use an unused high bit in the XID to mark fonts in the global xid hash 2006-01-20 04:35:24 +00:00
gdkproperty-x11.c Avoid relocations for the list of standard atoms. 2005-12-27 07:36:58 +00:00
gdkscreen-x11.c Remove _gdk_x11_screen_request_cm_notification 2006-05-22 04:11:42 +00:00
gdkscreen-x11.h Create 'composited' label. 2006-04-25 14:27:32 +00:00
gdkselection-x11.c Make this work for list == NULL. (Coverity) 2006-04-12 18:38:40 +00:00
gdksettings.c map "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode" XSettings 2006-02-27 14:08:06 +00:00
gdkspawn-x11.c Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin where 2006-12-10 06:31:53 +00:00
gdkvisual-x11.c Applied patch from maemo-gtk that addresses many issues wrt display 2005-11-10 12:09:42 +00:00
gdkwindow-x11.c Cleanups 2006-10-08 05:32:07 +00:00
gdkwindow-x11.h Support the ICCCM urgency hint. (#61858, Havoc Pennington) 2005-06-17 20:19:32 +00:00
gdkx.h When looking up a font XID, add the XID_FONT_BIT. (#348001) 2006-07-19 13:36:52 +00:00
gdkxftdefaults.c Make the initialization of screen_x11->xft_rgba more explicit. (#319627, 2005-10-25 18:11:57 +00:00
gdkxid.c Use an unused high bit in the XID to mark fonts in the global xid hash 2006-01-20 04:35:24 +00:00
gxid_proto.h Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
MwmUtil.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
xsettings-client.c Try to fix #315732, reported by Luke Hutchinson: 2007-01-02 19:07:03 +00:00
xsettings-client.h Try to fix #315732, reported by Luke Hutchinson: 2007-01-02 19:07:03 +00:00
xsettings-common.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
xsettings-common.h Add xsettings_client_set_grab_func, Add xsettings_client_set_ungrab_func 2004-02-27 00:56:04 +00:00