gtk/gdk/x11
Owen Taylor 4e32ede287 Remove G_DISABLE_CONST_RETURNS.
Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.

	* gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
	G_CONST_RETURN. (Murray Cumming)

	* gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
	Make G_CONST_RETURN.

	* gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
	results of g_get_home_dir().

	* gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated
	copy. Storing the return from gtk_entry_get_text() is evil.

	* gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c
	gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c
	gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
	gtk/gtksignal.c: Add const.

	* gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.

	* gtk/gtktreeview.c: Namespace object data keys to be safe, even
	if we are setting them on private widgets.

	* gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
	Duplicate entry->text before setting it as object data.
2001-10-23 16:02:23 +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 Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkcursor-x11.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkdnd-x11.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkdrawable-x11.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkdrawable-x11.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkevents-x11.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkfont-x11.c Implement a search path for GTK+ modules. 2001-09-11 20:24:40 +00:00
gdkgc-x11.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkgeometry-x11.c Remove handle_box from App demo. 2001-10-22 18:24:29 +00:00
gdkglobals-x11.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkim-x11.c Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed a 2001-10-16 23:28:45 +00:00
gdkimage-x11.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinput-gxi.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinput-none.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinput-x11.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinput-xfree.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinput.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinputprivate.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkkeys-x11.c Remove G_DISABLE_CONST_RETURNS. 2001-10-23 16:02:23 +00:00
gdkmain-x11.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkpango-x11.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkpixmap-x11.c fix compilation 2001-10-18 23:38:52 +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 problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkproperty-x11.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkselection-x11.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkvisual-x11.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkwindow-x11.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +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 Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +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 Initial revision 1997-11-24 22:37:52 +00:00
gxid_proto.h Initial revision 1997-11-24 22:37:52 +00:00
gxid.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
Makefile.am Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +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 Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00