Michael Stefaniuc
3c60ce8525
user: Win64 printf format warning fixes.
2006-10-02 14:28:59 +02:00
Jason Green
3004cbda24
user32: Stub implementation of BlockInput.
2006-10-02 11:54:56 +02:00
Vitaliy Margolen
066e0d5b1b
user: Set buffer to '\0' in GetKeyNameTextA too.
2006-07-31 11:16:11 +02:00
Dmitry Timoshkov
a8af062baa
user: Add more TrackMouseEvent tests, particularly a test with
...
injected mouse move events. Fix a problem detected by the test.
2006-07-24 19:57:33 +02:00
Dmitry Timoshkov
5292f97611
user: Various TrackMouseEvent fixes.
...
- Use WINPOS_WindowFromPoint instead of WindowFromPoint in order to
use hittest directly to simplify the code.
- WM_NCMOUSEHOVER and WM_MOUSEHOVER take different parameters.
2006-07-24 19:57:02 +02:00
Dmitry Timoshkov
b32597826e
user: Use (win) debug channel by default, add a TRACE to SendInput.
2006-07-24 19:56:16 +02:00
Dmitry Timoshkov
f1e46cbe85
user: Add a TrackMouseEvent test, make it pass under Wine.
2006-07-21 10:52:36 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Mike McCormack
4ce100aa64
user32: Send a fake mouse movement event after releasing capture.
2006-03-27 21:41:09 +02:00
Alexandre Julliard
80b997a2cc
Added support for the QS_ALLPOSTMESSAGE flag.
2005-11-14 15:17:09 +00:00
Dmitry Timoshkov
26b40c296f
Add some missing USER definitions, add a couple of FIXMEs for not
...
implemented features.
2005-10-27 18:28:23 +00:00
Marcus Meissner
d3463d169b
ReleaseCapture should return TRUE.
2005-10-03 11:06:14 +00:00
Alexandre Julliard
15ec968724
Load the USER driver on demand instead of at user32 load time.
...
Provide a fallback implementation for all the functions to avoid
having to check for NULL functions everywhere.
2005-07-18 15:14:56 +00:00
Mike McCormack
abe70f7648
Implemented GetLastInputInfo.
2005-04-28 12:04:14 +00:00
Alexandre Julliard
6b4c02e57f
Moved remaining messaging definitions to user_private.h and removed
...
message.h.
2005-04-27 10:23:24 +00:00
Alexandre Julliard
86be9f20da
Removed the MESSAGEQUEUE structure, and store the corresponding
...
information directly in the TEB, in the Win32ClientInfo field.
2005-04-27 08:18:20 +00:00
Alexandre Julliard
b6f4eccdbd
Moved some messaging and input functions to message.c and input.c
...
respectively.
2005-04-26 08:18:47 +00:00
Alexandre Julliard
172e731c0b
Moved most files from the windows directory to dlls/user.
2005-04-25 11:33:34 +00:00