Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
7e49205d5a
|
Changed 16-bit USER Enum* functions to not use thunks, now that 16-bit
Winelib is no longer supported.
|
2001-12-17 21:37:53 +00:00 |
Alexandre Julliard
|
4964c0f185
|
Started rewrite of painting functions for multiple processes. Moved
BeginPaint to dlls/user. Fixed bug in paint count handling.
|
2001-12-13 01:03:30 +00:00 |
Lawson Whitney
|
9eaefced36
|
Cast id to unsigned in GetDlgItem16.
|
2001-11-12 15:49:38 +00:00 |
Joshua Thielen
|
80e7837105
|
Changed BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
GETCHECK16 in CheckDlgItem16 and IsDlgItemChecked16.
Cast UINT16 value to UINT or INT depending on sign in SetDlgItemInt16.
|
2001-11-09 19:18:45 +00:00 |
Alexandre Julliard
|
d23a82bc86
|
Made all 16<->32 HWND conversions use explicit functions instead of
implicit type casts.
Moved a lot of 16-bit functions to the new wnd16.c file.
Changed DIALOGINFO structure handling to support 32-bit handles.
|
2001-09-19 20:37:04 +00:00 |