Sweden-Number/dlls/user/tests
Michael Kaufmann 01bf37d810 user: Find popup menus by ID.
- Find menus by ID: Proper fallback to popup menus.
- Use the menu ID, not the handle for the fallback.
- Save the fallback menu's position.
2006-04-19 12:56:27 +02: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: Only adjust the margins if the edit control is above a certain size. 2006-03-22 21:37:10 +01:00
generated.c
input.c x11drv: Properly handle VK_LMENU input. 2006-04-14 19:35:05 +02:00
listbox.c user: The height of a ListBox item can be no more than MAXBYTE. 2006-03-09 12:51:10 +01:00
menu.c user: Find popup menus by ID. 2006-04-19 12:56:27 +02:00
monitor.c gdi: Device name returned from EnumDisplayDevices is valid for CreateDC. 2006-01-03 12:05:54 +01:00
msg.c user/tests: Try harder to flush X events before running tests. 2006-03-15 12:11:02 +01:00
resource.c user/tests: Added \n to a few ok() calls. 2006-01-20 16:16:43 +01:00
resource.rc
sysparams.c user: Fix SPI_{G|S}ETFONTSMOOTHING with tests. 2006-01-27 19:19:19 +01:00
text.c Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
win.c user/tests: Flush events before running the keyboard event test. 2006-03-31 12:51:54 +02:00
winstation.c server: Class and global atoms should not be local to a window station. 2006-03-22 22:13:40 +01:00
wsprintf.c