Vitaly Lipatov
|
bd8026ca9d
|
Add BUTTON_NOTIFY_PARENT macro (as in edit.c).
Notify parent about WM_KILL/SETFOCUS events.
|
2005-05-24 10:10:42 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Alexandre Julliard
|
6a78c16aac
|
Moved private USER definitions to a new user_private.h header, and
removed the global user.h.
|
2004-12-08 18:06:14 +00:00 |
Dmitry Timoshkov
|
e898c53f2c
|
Make button return exactly the same dialog codes as Windows does.
Add a test case.
|
2004-10-26 21:18:10 +00:00 |
Dimitrie O. Paun
|
4c90609067
|
Audit and document button code.
Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
Change WM_GETDLGCODE as per the MSDN documentation.
|
2004-10-05 04:11:13 +00:00 |
Dmitry Timoshkov
|
5344d70c16
|
Reset BUTTON_HASFOCUS state in WM_KILLFOCUS handler before calling
ReleaseCapture.
|
2004-09-07 19:33:11 +00:00 |
Alexandre Julliard
|
2ceb42dd43
|
Moved all files from the controls/ directory to dlls/user.
|
2004-08-31 01:10:08 +00:00 |