Sweden-Number/windows
Dmitry Timoshkov d5a1e761ee Make DestroyWindow() not mess with a window focus, this should be
taken care of by ShowWindow(SW_HIDE).
Add a test for DestroyWindow() on a focused child.
2004-03-26 01:06:15 +00:00
..
class.c Avoid a few more GetModuleHandle calls. 2004-02-12 00:35:01 +00:00
clipboard.c Get rid of clipboard.h. 2003-12-05 04:45:50 +00:00
cursoricon.c Avoid a few more GetModuleHandle calls. 2004-02-12 00:35:01 +00:00
dce.c Add a comment to explain the LockWindowUpdate situation. 2004-02-26 05:29:26 +00:00
defdlg.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
defwnd.c In Windows, the leading byte for multibyte characters are set to upper 2004-01-26 20:20:07 +00:00
dialog.c Change order of EnableWindow/DestroyWindow in the case of failure in 2004-03-20 19:25:12 +00:00
driver.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
input.c Porting fixes. 2003-11-26 22:29:30 +00:00
keyboard.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
mdi.c We need to at least refresh the window menu in ChildActivate, so for 2004-03-09 23:26:18 +00:00
message.c Porting fixes. 2003-11-26 22:29:30 +00:00
msgbox.c Avoid a few more GetModuleHandle calls. 2004-02-12 00:35:01 +00:00
multimon.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
nonclient.c Moved a bunch of definitions from gdi.h into a new gdi_private.h to 2004-01-15 00:35:38 +00:00
painting.c FIXME_(win) -> FIXME. 2004-03-17 20:48:18 +00:00
queue.c Add missing \n on error message. 2004-01-06 20:40:48 +00:00
rect.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
scroll.c ScrollDC doesn't need to be in the graphics driver. 2004-01-12 21:15:16 +00:00
spy.c Moved a few remaining 16-bit definitions out of the standard headers. 2004-01-23 22:51:41 +00:00
struct32.c lpCreateParams should be a SEGPTR in 16-bit code. 2004-01-28 21:41:56 +00:00
struct32.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
syscolor.c Use a timeout when sending broadcast messages. 2003-10-31 04:18:55 +00:00
sysmetrics.c Dynamically retrieve the metrics that depend on the screen size (based 2004-02-10 02:25:23 +00:00
sysparams.c Correctly size the spi_loaded array prevents overwriting of system 2004-03-22 20:41:04 +00:00
timer.c Porting fixes. 2003-11-26 22:29:30 +00:00
user.c Stub for RegisterDeviceNotificationW. 2004-03-05 20:44:15 +00:00
win.c Make DestroyWindow() not mess with a window focus, this should be 2004-03-26 01:06:15 +00:00
winhelp.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
winpos.c Porting fixes. 2003-11-26 22:29:30 +00:00
winproc.c First step in using faster approach for A<->W message mapping. 2004-02-20 05:14:48 +00:00