Sweden-Number/dlls/user/tests
Robert Shearman a40ce39340 user: Fix WM_QUIT message ordering from PostQuitMessage.
Added a new server call as PostQuitMessage should set a flag in the
message queue to return the WM_QUIT message when there are no other
pending messages, rather than posting a message to the thread queue as
it does at the moment.
2006-01-17 13:14:31 +01:00
..
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in EnumDisplayDevices and GetMonitorInfo should return the same device 2005-09-28 10:17:13 +00:00
class.c Use Get/SetClassLongPtr to access the module handle. 2005-09-12 12:06:26 +00:00
clipboard.c
dce.c
dde.c Calling DdeUninitialize hangs DDE test on XP SP1, so remove that call, 2005-09-26 09:55:25 +00:00
dialog.c
edit.c user32: Don't truncate text when creating edit control. 2005-12-19 09:53:19 +01:00
generated.c
input.c
listbox.c Add a test for LB_SELITEMRANGE, make it pass under Wine. 2005-12-01 11:12:34 +01:00
menu.c user32: Prevent a crash in GetMenuStringA caused by calling strlenW on 2006-01-09 17:13:44 +01:00
monitor.c gdi: Device name returned from EnumDisplayDevices is valid for CreateDC. 2006-01-03 12:05:54 +01:00
msg.c user: Fix WM_QUIT message ordering from PostQuitMessage. 2006-01-17 13:14:31 +01:00
resource.c user: The LoadImage resource string may be a numeric string. 2006-01-10 12:07:32 +01:00
resource.rc
sysparams.c user32: Implement saving and fix reading of nonclient metrics. 2005-12-16 12:38:06 +01:00
text.c Fixed a lot of bugs in TEXT_TabbedTextOut. With the test cases used to 2005-10-26 10:04:21 +00:00
win.c user: Fix hrgn leaks in win.c test. 2005-12-19 17:43:34 +01:00
winstation.c
wsprintf.c