Files
gtk3/gdk
Havoc Pennington 8d3df4d9a1 add more explanatory text to the error message about missing charsets, and
2002-03-22  Havoc Pennington  <hp@pobox.com>

	* gdk/x11/gdkfont-x11.c (gdk_fontset_load): add more explanatory
	text to the error message about missing charsets, and use
	g_printerr() not g_warning() since this is typically not a
	programming error (we do not export any API to ask whether
	a font set will have missing charsets so apps realistically can't
	do anything other than try the gdk_fontset_load())

	* gtk/gtktextview.c (gtk_text_view_key_press_event): return FALSE
	if the text view isn't editable and the user presses Return,
	so default buttons and such can be activated, #74937

	* gtk/gtktextbuffer.c (paste_from_buffer): don't insert
	if the insertion point is not editable and the paste
	is interactive, #74125

	* gtk/gtkwindow.c (gtk_window_move_resize): enhance the #if 0
	debug spew

	* gtk/gtktextbuffer.c (cut_or_copy): only remove the previous
	cut/copied data right before replacing it, when we know we are
	going to replace it. Fixes #74049
2002-03-23 04:37:53 +00:00
..
2001-12-23 22:59:30 +00:00
2001-12-05 00:06:40 +00:00
2001-11-30 22:55:28 +00:00
2002-01-11 03:47:49 +00:00
2001-12-23 22:59:30 +00:00
2002-01-31 15:48:58 +00:00
2001-12-06 21:38:12 +00:00
2002-02-18 03:29:00 +00:00
2001-11-30 22:55:28 +00:00
2002-03-05 21:04:09 +00:00