user: Fix SPI_{G|S}ETFONTSMOOTHING with tests.
[wine] / dlls / user / dialog16.c
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-08-18  Mike McCormackFix uninitialized variable warnings emitted by gcc...
2005-07-18  Robert ShearmanReplace calls to DIALOG_GetCharSize with code to do...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-07-14  Alexandre JulliardAllocate the dialog info in DIALOG_CreateIndirect if...
2003-12-10  Andreas RosenbergPoint size in DLG_TEMPLATE may be negative.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Alexandre JulliardOnly compute dialog base units once we need them.
2003-05-11  Dmitry TimoshkovDo not abort dialog creation if DS_NOFAILCREATE allows...
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...