Alex Henrie
|
59c398b8ed
|
user32: If a dialog has no tab-accessible controls, set focus to first control (with tests).
|
2011-12-05 20:12:14 +01:00 |
Dmitry Timoshkov
|
2429ef905c
|
user32: Dialog creation code should force WS_CHILD style for dialog controls.
|
2011-11-15 19:37:33 +01:00 |
Francois Gouget
|
df63b63614
|
Standardize the OK buttons.
|
2011-06-15 20:04:38 +02:00 |
Dmitry Timoshkov
|
444b781ff3
|
user32: Add a test for activating a menu consisting from a single menu item using a hot key.
|
2011-04-06 18:05:39 +02:00 |
Michael Stefaniuc
|
c2756bc0c4
|
user32: Remove the ignored common resource attributes.
|
2010-07-22 11:41:36 +02:00 |
Sergey Khodych
|
f1f1c50531
|
user32: Use IDOK as default identifier in a template.
|
2009-08-26 16:38:39 +02:00 |
Dmitry Timoshkov
|
bbd8ae4322
|
user32: Add a test for MNS_NOTIFYBYPOS, make it pass under Wine.
|
2008-06-18 15:21:49 +02:00 |
Lei Zhang
|
e91de39521
|
user32: Add more tests for single line edit control inside a dialog.
|
2008-04-08 12:17:28 +02:00 |
Lei Zhang
|
8cf7eef073
|
user32: Add more tests for ES_WANTRETURN.
|
2008-04-08 12:17:13 +02:00 |
Lei Zhang
|
376e45429c
|
user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.
|
2008-04-03 11:27:21 +02:00 |
Lei Zhang
|
08a4d2afc2
|
user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.
|
2008-04-03 11:27:14 +02:00 |
Lei Zhang
|
5d6bf737db
|
user32: Add more dialog with edit control tests.
|
2008-03-28 09:50:00 +01:00 |
Lei Zhang
|
1560203215
|
user32: Make an edit test more readable.
|
2008-03-28 09:49:47 +01:00 |
Lei Zhang
|
41ea8f0e8a
|
user32: Tweak how the edit control handles WM_GETDLGCODE.
|
2008-03-26 12:09:36 +01:00 |
Christopher Berner
|
4b130aa0b0
|
user32/tests: Conformance tests for LoadStringW and LoadStringA.
|
2008-03-03 20:06:22 +01:00 |
Alexandre Julliard
|
2018b18638
|
user32/tests: We can now store binary files in the repository.
|
2007-09-17 16:12:03 +02:00 |
Dmitry Timoshkov
|
7f189eccb9
|
user32: Add a test for CheckMenuRadioItem and make it pass under Wine.
|
2007-05-15 12:28:03 +02:00 |
Dmitry Timoshkov
|
1eea906dad
|
user32: Windows doesn't send the initialization messages to a dialog if a passed in dlgProc is NULL.
|
2007-05-08 13:26:01 +02:00 |
Louis Lenders
|
ba7207cbc0
|
user32: Fix error return values in DialogBoxParam + simple test.
|
2007-02-15 11:14:53 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |