Mike McCormack
|
096524c5bf
|
Use alertable waits in PeekMessage16 and GetMessage16 so we can
process APCs for 16bit comms.
|
2001-12-26 19:46:40 +00:00 |
Alexandre Julliard
|
d7b76822ef
|
Use MapLS/UnMapLS instead of SEGPTR_* macros.
|
2001-12-20 00:19:40 +00:00 |
Alexandre Julliard
|
8fd26b9134
|
Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we
don't need to access windows of other processes.
|
2001-10-15 17:56:45 +00:00 |
Alexandre Julliard
|
7695d69046
|
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
and related functions.
|
2001-09-24 01:19:59 +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 |
Alexandre Julliard
|
4ff32c8aef
|
Removed a number of direct accesses to the window structure.
|
2001-08-18 18:08:26 +00:00 |
Alexandre Julliard
|
d253c58b1b
|
Rewrote most of SendMessage/PeekMessage.
Implemented inter-process messaging.
Moved most message routines to dlls/user, and split off 16-bit
routines to a separate file.
|
2001-08-07 19:19:08 +00:00 |