Alexandre Julliard
|
54100873d3
|
Avoid using the MapHModule functions.
|
2003-05-16 20:17:52 +00:00 |
Alexandre Julliard
|
a65a8a6a8e
|
Moved 16-bit dialog routines to a separate dialog16.c file.
Fixed window creation to create ASCII windows when called through one
of the ASCII dialog functions.
|
2003-03-28 19:40:37 +00:00 |
Alexandre Julliard
|
7e92c9af7b
|
Replaced most uses of the auto-generated glue code by explicit calls
to WOWCallback16Ex.
|
2003-02-27 21:09:45 +00:00 |
Michael Stefaniuc
|
95591a6e90
|
Some fixes for the compilation of the user dll with -DSTRICT.
|
2002-10-28 20:11:40 +00:00 |
Alexandre Julliard
|
48f860cbd9
|
Moved a few remaining 16-bit window functions to wnd16.c and moved it
to the C_SRCS16 sources.
|
2002-10-28 19:04:39 +00:00 |
Alexandre Julliard
|
d8bbcb2f23
|
Implemented GetWindowTask16 on top of GetWindowThreadProcessId.
Removed no longer used hmemTaskQ field in WND structure.
|
2002-10-23 18:56:02 +00:00 |
Alexandre Julliard
|
011605edf3
|
Use the WOWHandle functions to convert between task handle and thread
id. Stop exporting TASK_GetPtr and THREAD_IdToTEB from kernel.
|
2002-10-17 18:26:53 +00:00 |
Alexandre Julliard
|
0ca051e555
|
Fixed wownt32.h to make it usable from inside Wine, and use it to
avoid some duplication of the handle conversion macros.
|
2002-10-17 16:43:42 +00:00 |
Alexandre Julliard
|
11e3523949
|
Rewrote caret implementation to store the information in the server.
|
2002-10-17 01:24:33 +00:00 |
Michael Stefaniuc
|
8b24293b4e
|
Fix handle conversions.
|
2002-10-09 18:12:47 +00:00 |
Michael Stefaniuc
|
2247af320d
|
- Rename WIN_Handle16 to HWDN_16 and make it a macro.
- Prepare user.dll for the change of HWND to a void*.
|
2002-09-04 19:37:01 +00:00 |
Gregg Mattinson
|
2e38a17021
|
Void functions can't return a value, even if it is the return value
from another void function.
|
2002-07-03 01:20:07 +00:00 |
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 |