gtk3/gdk
Tor Lillqvist c103cbec8a Bug 557266 - Window Management Problem
2008-10-21  Tor Lillqvist  <tml@novell.com>

	Bug 557266 - Window Management Problem

	Also reported in mail to gtk-list, and of course it has been well
	known in general that window state management is messy and buggy
	in various ways in gdk/win32.

	* gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
	handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
	the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
	must call SetWindowPos() on the window using HWND_TOPMOST
	instead. The description for WS_EX_TOPMOST in the documentation
	for CreateWindowEx() even implies that if you read it carefully.


svn path=/trunk/; revision=21694
2008-10-21 20:31:05 +00:00
..
directfb
quartz Add empty stub to fix linking. 2008-10-10 13:38:05 +00:00
tests Use the g_test_*() API for this test reviewed by: Richard Hult 2008-08-15 18:57:31 +00:00
win32 Bug 557266 - Window Management Problem 2008-10-21 20:31:05 +00:00
x11 remove debug spew 2008-10-01 14:34:12 +00:00
abicheck.sh
COPYING
gdk.c
gdk.h
gdk.symbols Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc. 2008-09-29 20:40:45 +00:00
gdkapplaunchcontext.c reorder functions to be in standard order, add prototypes and namespace to 2008-10-21 20:20:50 +00:00
gdkapplaunchcontext.h fix typo in the type name so the macro becomes usable. 2008-10-15 15:50:10 +00:00
gdkcairo.c
gdkcairo.h
gdkcolor.c
gdkcolor.h
gdkconfig.h.win32
gdkcursor.c
gdkcursor.h
gdkdisplay.c Bug 550989 – gdk_display_put_event() should call g_main_context_wakeup() 2008-09-07 00:43:19 +00:00
gdkdisplay.h
gdkdisplaymanager.c gdk/gdkkeys.c gdk/gdkscreen.c use canonical signal names. 2008-08-11 09:15:37 +00:00
gdkdisplaymanager.h
gdkdnd.c Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 22:35:16 +00:00
gdkdnd.h Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 22:35:16 +00:00
gdkdraw.c
gdkdrawable.h
gdkenumtypes.c.template
gdkenumtypes.h.template
gdkevents.c Bug 551063 – deprecated marking without a link to what new code should 2008-09-06 17:26:33 +00:00
gdkevents.h
gdkfont.c
gdkfont.h
gdkgc.c
gdkgc.h
gdkglobals.c
gdki18n.h
gdkimage.c
gdkimage.h
gdkinput.h
gdkinternals.h
gdkintl.h
gdkkeynames.c
gdkkeys.c Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc. 2008-09-29 20:40:45 +00:00
gdkkeys.h Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc. 2008-09-29 20:40:45 +00:00
gdkkeysyms-update.pl
gdkkeysyms.h Bug 550062 – Small update in gdk/gdkkeysyms.h 2008-09-07 00:54:41 +00:00
gdkkeyuni.c
gdkmarshalers.list
gdkmedialib.c
gdkmedialib.h
gdkpango.c examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c 2008-08-12 09:51:16 +00:00
gdkpango.h
gdkpixbuf-drawable.c
gdkpixbuf-render.c
gdkpixbuf.h
gdkpixmap.c
gdkpixmap.h
gdkpoly-generic.h
gdkpolyreg-generic.c
gdkprivate.h
gdkproperty.h
gdkrectangle.c
gdkregion-generic.c
gdkregion-generic.h
gdkregion.h
gdkrgb.c use g_error() instead of a combination of g_warning+exit to avoid 2008-08-07 14:23:07 +00:00
gdkrgb.h
gdkscreen.c gdk/gdkkeys.c gdk/gdkscreen.c use canonical signal names. 2008-08-11 09:15:37 +00:00
gdkscreen.h
gdkselection.c Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 22:43:57 +00:00
gdkselection.h Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 22:43:57 +00:00
gdkspawn.h
gdktestutils.h
gdktypes.h
gdkvisual.c
gdkvisual.h
gdkwindow.c More doc fixes 2008-09-04 04:32:30 +00:00
gdkwindow.h
gdkwindowimpl.c
gdkwindowimpl.h
gen-keyname-table.pl
keyname-table.h
keynames.txt
makeenums.pl
Makefile.am define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS. 2008-08-12 15:04:55 +00:00
makefile.msc
makegdkalias.pl
pltcheck.sh
testgdk.c