gtk2/tests
Søren Sandmann b9d1a03440 Create 'composited' label.
Tue Apr 25 10:25:28 2006  Søren Sandmann  <sandmann@redhat.com>

	* tests/testgtk.c (create_alpha_window): Create 'composited' label.

	* tests/testgtk.c (on_composited_changed): New function, change
	the label to say whether the screen is composited or not.

	* gtk/gtkwindow.c (gtk_window_on_composited_changed): When
	composited status change, invalidate the window and propagate the signal;.

	* gtk/gtkwindow.c (gtk_window_map): Set the appropriate type hint
	if reset_type_hint is TRUE.

	* gtk/gtkwindow.c (gtk_window_set_type_hint): If hint is one of
	the old hints, store a shadow copy in the public window->type_hint
	bitfield, otherwise set this field to normal. Set the private
	field to the type hint.

	* gtk/gtkwindow.c (gtk_window_init): Initialize priv->type_hint.

	* gtk/gtkwindow.c (struct _GtkWindowPrivate): New field
	"reset_type_hint" indicating whether the type hint needs to be
	reset. New field type_hint containing a GdkWindowTypeHint.

	* gtk/gtkwidget.c (propagate_composited_changed): New function to
	propagate changes in composited status.
	(gtk_widget_class_init): Add composited_changed signal.

	* gtk/gtkwidget.h (struct _GtkWidgetClass): New signal composited-changed.

	* gtk/gtkwidget.c (gtk_widget_is_composited): New function.

	* gtk/gtktooltips.c (gtk_tooltips_draw_tips): Set transient for.

	* gtk/gtktooltips.c (gtk_tooltips_force_window): Set the type hint

	* gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Compute whether
	the item belongs to a menubar. Set the type_hint appropriately
	depending on the outcome.

	* gtk/gtkmenu.c (gtk_menu_position): Set the default type hint here.

	* gtk/gtkmenu.c (gtk_menu_attach_to_widget): connect to hierarchy
	changed on the attach widget.

	* gtk/gtkmenu.c (attach_widget_hierarchy_changed): New function to
	set the transient_for property for menus.

	* gtk/gtkdnd.c (set_icon_stock_pixbuf): Set the appropriate type hint.

	* gtk/gtkcombo.c (gtk_combo_popup_list): Make the popup window
	transient for the toplevel.

	* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Set
	transient-for, for the popup window.

	* gdk/x11/gdkwindow-x11.c (gdk_window_get_type_hint): Support for
	new window types.

	* gdk/x11/gdkwindow-x11.c (gdk_window_set_type_hint): Add support
	for new window types.

	* gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_process_owner_change):
	New function called whenever the compositing manager comes and goes.

	* gdk/x11/gdkscreen-x11.c (gdk_screen_is_composited): New function.

	* gdk/x11/gdkscreen-x11.c
	(_gdk_x11_screen_request_cm_notification, make_cm_atom,
	check_is_composited): New functions

	* gdk/x11/gdkevents-x11.c (gdk_event_translate): Call
	_gdk_x11_screen_process_owner_change when an
	XFixesSelectionNotifyEvent is received.

	* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Call
	_gdk_x11_screen_request_cm_notification() on all screens.

	* gdk/quartz/gdkscreen-quartz.c (gdk_screen_is_composited): Dummy
	implementation.

	* gdk/gdkscreen.c (gdk_screen_class_init): New signal,
	'composited-changed'.

	* gdk/gdkwindow.h: Add new EWMH window types.

	* gdk/win32/gdkscreen-win32.c (gdk_screen_is_composited)
2006-04-25 14:27:32 +00:00
..
file-chooser-test-dir Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com): 2005-11-28 22:25:03 +00:00
test-images applied patch from maemo-gtk which avoids the allocation of an 2005-12-14 12:47:49 +00:00
.cvsignore Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
3DRings.xpm
apple-red.png
autotestfilechooser.c Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com): 2005-11-28 22:25:03 +00:00
check-n.xpm
check-y.xpm
circles.xbm
FilesQueue.xpm
floatingtest.c derive GtkObject from GUnowned, so it initially has a floating reference 2005-12-22 15:10:05 +00:00
gnome-textfile.png Add testiconview. A test for GtkIconView ...which uses this image. 2004-08-04 14:32:45 +00:00
Makefile.am Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
makefile.msc updated 2006-04-07 17:18:08 +00:00
marble.xpm
merge-1.ui Test handling of empty menus. 2003-09-30 20:55:24 +00:00
merge-2.ui Test handling of empty menus. 2003-09-30 20:55:24 +00:00
merge-3.ui
Modeller.xpm
pixbuf-lowmem.c
pixbuf-random.c
pixbuf-randomly-modified.c
pixbuf-read.c
pixbuf-threads.c *** empty log message *** 2004-11-12 05:42:49 +00:00
print-editor.c Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
prop-editor.c Remove pointless includes of config.h, to make it easier compilable 2006-03-22 18:10:39 +00:00
prop-editor.h
simple.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
stresstest-toolbar.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
test.xpm
testaccel.c Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent with 2005-09-22 16:33:50 +00:00
testactions.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testassistant.c Actually implement visibility handling, and add 2006-01-31 16:57:18 +00:00
testcairo.c Fix the build 2005-07-12 18:08:20 +00:00
testcalendar.c Fix many sparse warnings. 2004-10-28 15:00:05 +00:00
testcellrenderertext.c Add test cases for alignment. 2006-03-14 19:44:59 +00:00
testcombo.c plug small leak (#339132) ditto 2006-04-20 15:00:01 +00:00
testcombochange.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testdnd.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testellipsise.c exit on close. 2004-09-30 14:46:21 +00:00
testentrycompletion.c Add property editors 2005-10-26 03:55:35 +00:00
testfilechooser.c Add a test for the confirm-overwrite signal. 2005-07-15 06:07:13 +00:00
testfilechooserbutton.c added a bunch of tests use g_snprintf() don't include unistd.h twice. 2006-01-06 12:05:28 +00:00
testgtk.1
testgtk.c Create 'composited' label. 2006-04-25 14:27:32 +00:00
testgtkrc Added symbolic themable colors. Patch is a merged version of proposals 2005-11-23 10:33:58 +00:00
testgtkrc2
testicontheme.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testiconview.c gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration. 2005-05-14 07:19:48 +00:00
testimage.c call gtk_window_process_updates() so the animation keeps running even if 2005-11-16 14:40:41 +00:00
testinput.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testmenubars.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testmenus.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testmerge.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testmultidisplay.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testmultiscreen.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testnotebookdnd.c send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, this 2006-03-22 16:11:48 +00:00
testrc.c Support subclasses in RC files. (#142417, Todd Berman, patch based on a 2006-03-23 23:21:30 +00:00
testrecentchooser.c Add a test suite for GtkRecentChooser. 2006-03-29 20:08:23 +00:00
testrgb.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testselection.c Fix many sparse warnings. 2004-10-28 15:00:05 +00:00
testsocket_child.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testsocket_common.c Make it work on Win32, too. 2005-07-21 13:48:07 +00:00
testsocket.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testspinbutton.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
teststatusicon.c Position the dialog with GTK_WIN_POS_CENTER. (do_quit): New function, hide 2005-11-03 12:09:49 +00:00
testtext.c Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
testtextbuffer.c handle the case of \r and \n split across lines. Bug #337022. add unit 2006-04-05 18:30:46 +00:00
testthreads.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testtoolbar.c Add some more tests for menu placement. 2005-08-15 16:36:31 +00:00
testtreecolumns.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testtreeedit.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testtreeflow.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testtreefocus.c add a little test for the newly introduced indicator-size property. 2006-01-13 13:28:22 +00:00
testtreemodel.c #include <config.h> for HAVE_MALLINFO define, other minor cleanups. 2004-09-21 23:53:27 +00:00
testtreesort.c #322591, Jonathan Blandford. 2006-01-24 10:49:29 +00:00
testtreeview-plan.txt
testtreeview.c Add a column that demonstrates how to use the new spinbutton cellrenderer. 2006-03-22 18:38:47 +00:00
testxinerama.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
treestoretest.c grrr... the pipe did b0rk b0rk b0rk 2006-01-15 20:13:25 +00:00