gtk2/gdk/x11
Owen Taylor c1a14d036d Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not
Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
	  gtk/gtkwidget.c:
	Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
	not GTK_WIDGET_GET_ANCESTOR ... see
	http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
	Indicate the best practice in the docs for gtk_widget_get_toplevel().

	* gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
	so GtkPlug can give the correct signals when transforming
	from a child to a toplevel.

	* gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
	reparentation correctly.

	* gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
	Propagate the previous_toplevel argument down properly.

	* gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
	of wrong atr list.

	* gtk/gtkplug.[ch]: Add an "embedded" signal.

	* gtk/gtksocket.[ch]: Add "child_added", "child_removed"
	signals.

	* gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add
	functions gtk_plug_get_id(), gtk_socket_get_id(),
	to avoid the user having to worry about realization,
	and gdkx.h.

	* tests/testsocket.c: Extend to try out the new signals
	and gtk_plug/socket_get_id().

	* gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
	setting of underline attributes.

	* gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
	DestroyNotify events from SubstructureNotifyMask

	* gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
	Switch GDK_WINDOW_TYPE (window) as needed.

	* gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
	allow creation of toplevel windows as children of
	foreign windows.

	* gtk/gtkplug.c: Remove hacks involving changing private
	fields of GdkWindow.

	* gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make
	exactly the same signals and notification
	be emitted for local embedding as for inter-process
	embedding.
2001-07-05 02:58:34 +00:00
..
.cvsignore Substitute gdkx.h => gdkprivate.h since we need to accesss only 1999-11-08 22:33:28 +00:00
gdkcolor-x11.c fix bug where it always set the foreground, even if we were only using a 2001-02-13 05:44:47 +00:00
gdkcursor-x11.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdkdnd-x11.c Clip the retrieved image data to the screen, using a server grab to avoid 2001-06-29 01:59:02 +00:00
gdkdrawable-x11.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gdkdrawable-x11.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdkevents-x11.c Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not 2001-07-05 02:58:34 +00:00
gdkfont-x11.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdkgc-x11.c use _gdk_region_get_xrectangles() 2001-03-02 20:02:17 +00:00
gdkgeometry-x11.c new function for mapping a window without fooling with stacking order, but 2001-06-28 05:24:00 +00:00
gdkglobals-x11.c Remove old XIM code. 2001-03-09 20:28:20 +00:00
gdkim-x11.c Remove deprecation of gtk_window_set_default_size() until patch adding 2001-04-26 14:42:41 +00:00
gdkimage-x11.c Clip the retrieved image data to the screen, using a server grab to avoid 2001-06-29 01:59:02 +00:00
gdkinput-gxi.c Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkinput-none.c Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkinput-x11.c For XEMBED embedding add a _XEMBED_INFO property to the client with 2001-07-03 14:14:30 +00:00
gdkinput-xfree.c Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkinput.c For XEMBED embedding add a _XEMBED_INFO property to the client with 2001-07-03 14:14:30 +00:00
gdkinputprivate.h Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkkeys-x11.c Handle the case without XKB properly. 2001-06-21 17:45:26 +00:00
gdkmain-x11.c new function for mapping a window without fooling with stacking order, but 2001-06-28 05:24:00 +00:00
gdkpango-x11.c Add two virtualized functions gdk_drawable_get_clip_region - to get the 2000-12-15 01:46:41 +00:00
gdkpixmap-x11.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gdkpixmap-x11.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdkprivate-x11.h Add a direction-changed signal, and gdk_keymap_get_current_direction(). 2001-06-08 16:07:00 +00:00
gdkproperty-x11.c If window == NULL, assume the root window. (restoring the behaviour that 2000-10-25 21:05:37 +00:00
gdkselection-x11.c Fix problem with using result of g_get_charset() backwards - pointed out 2000-11-12 19:16:11 +00:00
gdkvisual-x11.c Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkwindow-x11.c Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not 2001-07-05 02:58:34 +00:00
gdkwindow-x11.h Introduce an extra child of toplevel windows that serves to hold the focus 2001-04-18 17:57:36 +00:00
gdkx.h Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkxid.c GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gxid_lib.c Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the 1998-11-24 05:58:53 +00:00
gxid_lib.h
gxid_proto.h
gxid.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
Makefile.am Add dependency on Atk for accessibility support. 2001-05-03 20:11:14 +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 Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
xsettings-client.h Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
xsettings-common.c Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
xsettings-common.h Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00