gtk2/gdk/x11
Matthias Clasen 39469f8f4a Really fix the initialization of the target list.
2004-08-06  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkdnd.c (gtk_drag_dest_set, gtk_drag_source_set): Really
	fix the initialization of the target list.

	Support XDND v5. (#10220, Owen Taylor)

	* gdk/x11/gdkdnd-x11.c: Record the XDND version and whether the
	drop was successful in the GdkDragContextPrivateX11 struct.
	(xdnd_finished_filter): Store the success status of the drop
	for an XDND version 5 interaction. For other versions, always
	assume the drop was successful.
	(xdnd_check_dest): Return the protocol version.
	(_gdk_drag_get_protocol_for_display): Return the protocol version.
	(gdk_drag_find_window_for_screen): Store the used protocol version
	in the GdkDragContext.
	(xdnd_send_enter): Send the used protocol version from the context,
	instead of hardwiring 3.
	(xdnd_enter_filter): Accept protocol versions >= 3 and store the
	used protocol version in the context.

	* gdk/gdkdnd.h:
	* gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): New function
	to find out whether a drop was successful.
2004-08-06 17:03:52 +00:00
..
.cvsignore Substitute gdkx.h => gdkprivate.h since we need to accesss only 1999-11-08 22:33:28 +00:00
gdkasync.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkasync.h Change _gdk_x11_send_xevent_async() to 2003-07-08 22:27:47 +00:00
gdkcolor-x11.c Set bits within visual->depth that aren't used for color to 1s, in case 2004-05-27 20:46:58 +00:00
gdkcursor-x11.c Merge from stable: 2004-06-21 16:13:55 +00:00
gdkdisplay-x11.c Bug 143330, support update counter spec. 2004-07-11 13:26:57 +00:00
gdkdisplay-x11.h Bug 143330, support update counter spec. 2004-07-11 13:26:57 +00:00
gdkdnd-x11.c Really fix the initialization of the target list. 2004-08-06 17:03:52 +00:00
gdkdrawable-x11.c Cast to 32-bit integers when premultiplying, suggested by Keith Packard. 2004-07-27 23:19:19 +00:00
gdkdrawable-x11.h Merge from stable: 2004-06-21 16:13:55 +00:00
gdkevents-x11.c New function. Make sure the sync counter is recreated when a window is 2004-08-02 20:01:27 +00:00
gdkfont-x11.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkgc-x11.c Doc updates. 2004-06-22 15:29:29 +00:00
gdkgeometry-x11.c Bug 113310. 2004-07-09 22:44:35 +00:00
gdkglobals-x11.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkim-x11.c Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) 2004-07-15 23:24:51 +00:00
gdkimage-x11.c Rename from _gdk_x11_register_event_type(), added API docs. 2003-12-14 00:28:57 +00:00
gdkinput-none.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkinput-x11.c Changes to support do-not-focus-on-map hint in conjunction with 2004-05-06 02:57:01 +00:00
gdkinput-xfree.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkinput.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkinputprivate.h Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkkeys-x11.c reviewed by: Matthias Clasen <maclas@gmx.de> 2004-06-25 15:21:43 +00:00
gdkmain-x11.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +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 Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +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 Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor. 2004-02-17 22:05:47 +00:00
gdkproperty-x11.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkscreen-x11.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkscreen-x11.h Add a check for the Xrandr extension. 2002-10-04 15:58:19 +00:00
gdkselection-x11.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkspawn-x11.c Documentation updates. 2003-12-11 23:52:59 +00:00
gdkvisual-x11.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkwindow-x11.c Call gdk_window_enable_synchronized_configure() 2004-08-05 17:58:20 +00:00
gdkwindow-x11.h New function. Make sure the sync counter is recreated when a window is 2004-08-02 20:01:27 +00:00
gdkx.h Rename from _gdk_x11_register_event_type(), added API docs. 2003-12-14 00:28:57 +00:00
gdkxid.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gxid_proto.h
Makefile.am Utility functions for multi-screen applications which need to ensure 2003-12-10 13:49:58 +00:00
MwmUtil.h
xsettings-client.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
xsettings-client.h Remove unused variable 'result' 2004-02-02 18:01:27 +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