gtk/gdk/win32
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
..
rc Look for windres on Win32. 2005-07-09 00:10:12 +00:00
.cvsignore Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 14:07:55 +00:00
bdfcursor.c Add Copyright/License information. 2005-07-13 12:32:02 +00:00
gdkcolor-win32.c gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c Whitespace 2005-11-02 13:33:27 +00:00
gdkcursor-win32.c Correct the appearance of non-square icons and cursors: pad them to square 2006-04-06 10:34:15 +00:00
gdkdisplay-win32.c New function, return TRUE. (gdk_display_supports_input_shapes): New 2006-02-20 10:10:27 +00:00
gdkdnd-win32.c Set the actions and suggested_action fields in the GdkDragContext to 2005-06-17 19:41:01 +00:00
gdkdrawable-win32.c Use Polygon() for outlined polygons, too. Same idea as in 2006-03-11 20:34:37 +00:00
gdkdrawable-win32.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
gdkevents-win32.c Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gdkfont-win32.c Replace all calls to g_strcasecmp() with g_ascii_strcasecmp(). 2006-02-20 08:52:19 +00:00
gdkgc-win32.c [Win32] Bypass libtool, use -Wl,-luuid. This avoids a libtool warning as 2005-07-18 15:20:28 +00:00
gdkgeometry-win32.c Get the invalidated region from ScrollWindowEx() instead of an incorrect 2006-01-02 00:45:39 +00:00
gdkglobals-win32.c gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more 2005-11-01 15:29:59 +00:00
gdkim-win32.c On WM_MOUSEMOVE, don't check if this process owns the active window. This 2005-03-18 10:21:51 +00:00
gdkimage-win32.c Set visual depth to 24 for 32 bits-per-pixel devices on Win32. This allows 2005-10-13 07:08:49 +00:00
gdkinput-win32.c Avoid spurious core pointer events when the tablet pen is lifted. 2005-07-28 21:53:07 +00:00
gdkinput-win32.h Implement better handling of Wintab tablet context overlap on Win32. 2005-02-25 00:12:32 +00:00
gdkinput.c Implement lazy extended input initialization on Win32, by Robert Ögren. 2005-02-02 18:11:17 +00:00
gdkkeys-win32.c Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562) 2006-04-19 09:42:06 +00:00
gdkmain-win32.c Make _gdk_windowing_args const. 2006-04-03 20:36:52 +00:00
gdkpixmap-win32.c Include gdksreen.h (#337032, Kazuki IWAMOTO) 2006-04-03 18:12:04 +00:00
gdkpixmap-win32.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
gdkprivate-win32.h Get the invalidated region from ScrollWindowEx() instead of an incorrect 2006-01-02 00:45:39 +00:00
gdkproperty-win32.c gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more 2005-11-01 15:29:59 +00:00
gdkscreen-win32.c Create 'composited' label. 2006-04-25 14:27:32 +00:00
gdkselection-win32.c gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more 2005-11-01 15:29:59 +00:00
gdkspawn-win32.c workaround for bug #137496, the real fix would involve just another small 2004-04-11 15:25:06 +00:00
gdkvisual-win32.c Set visual depth to 24 for 32 bits-per-pixel devices on Win32. This allows 2005-10-13 07:08:49 +00:00
gdkwin32.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gdkwin32id.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkwindow-win32.c New function. Factor out code from gdk_window_shape_combine_mask(). 2006-02-20 10:08:37 +00:00
gdkwindow-win32.h gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32) Store the type 2005-11-09 02:13:35 +00:00
libie55uuid.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
libwntab32x.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
Makefile.am Forgot to commit this one. 2005-07-12 16:33:18 +00:00
makefile.msc [merged from gtk-2-6 branch] let dash_offset shift the start of the line 2005-04-03 21:03:08 +00:00
xcursors.h Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00