user: Simplify 16-bit mappings of the WM_GETDLGCODE message.
[wine] / dlls / user / tests / dialog.c
2005-07-01  Robert ShearmanGetDlgItemText should always try to NULL terminate...
2004-12-21  Ulrich CzekallaIf a dialog with the DS_CONTROL style is not visible...
2004-09-10  Zach GormanThe initial dialog focus should be established by the...
2004-09-10  Zach GormanModal dialogs should not be shown via ShowWindow until...
2004-09-10  Zach GormanAdded tests for default focus assignment in dialogs.
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-14  Alexandre JulliardWM_NEXTDLGCTL should not change the default button...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-16  Krishna MurthyAdded regression test for WM_NEXTDLGCTL and default...
2004-05-27  Kevin KoltzauRemove part of test that crashes win95.
2004-02-12  Bill MedlandAdded the automatic tabbing in IsDialogMessage.