Alexandre Julliard
|
8a8903516c
|
user: Moved GetMonitorInfo and EnumDisplayMonitors to the display driver.
Added Xinerama support for these functions.
|
2006-10-23 14:38:10 +02:00 |
Vitaliy Margolen
|
bc55b75dc9
|
user32: Pass hook handle to the destination thread.
|
2006-10-05 14:13:14 +02:00 |
Alexandre Julliard
|
533f519950
|
user32: Store the prev_unicode hook flag on the client side.
|
2006-10-05 14:04:25 +02:00 |
Alexandre Julliard
|
672bfc2d62
|
server: Make the message extra info 64 bits on Win64.
|
2006-08-09 17:10:14 +02:00 |
Ulrich Czekalla
|
0c468c816c
|
x11drv: Improve handling of the case where the clipboard is opened
with a window from another thread or process.
|
2006-06-05 21:01:30 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
1f90b5cff0
|
Make sure we don't call the graphics driver after process detach.
|
2005-08-10 09:56:23 +00:00 |
Alexandre Julliard
|
dac19768fa
|
Get rid of cursoricon.h.
|
2005-07-20 10:31:37 +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 |
Alexandre Julliard
|
2997fc51a4
|
Fixed a few prototypes in the USER driver.
|
2005-07-18 13:20:18 +00:00 |
Alexandre Julliard
|
8c518808b8
|
Put in place the basic infrastructure to allow supporting multiple
desktop windows.
|
2005-07-08 11:37:40 +00:00 |
Alexandre Julliard
|
e419cb8869
|
Moved initialization of the desktop window in the graphics driver to a
separate CreateDesktopWindow entry point instead of overloading
CreateWindow.
|
2005-07-07 20:33:29 +00:00 |
Alexandre Julliard
|
0844afc310
|
Moved the syscolor functions to dlls/user/sysparams.c.
|
2005-05-25 17:56:35 +00:00 |
Dimi Paun
|
8ad6c25539
|
Remove LOCAL_*() calls from USER, use Local*16() instead.
|
2005-05-19 11:12:57 +00:00 |
Alexandre Julliard
|
63342353bc
|
Store a bitmap of active hooks on the client side to try to avoid
server calls for hooks that are not set.
|
2005-05-11 13:03:15 +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
|
eea415300b
|
Moved handling of the 55AA pattern brush to syscolor.c so that it can
be made a system object (found by Rein Klazes).
|
2005-04-13 16:13:45 +00:00 |
Alexandre Julliard
|
d99df2b757
|
Only reset the clip region in GetDC() if a new region is specified.
Don't release the clip region for window DCs in ReleaseDC(), except
when called from EndPaint().
Added a bunch of tests.
|
2005-03-30 10:28:58 +00:00 |
Alexandre Julliard
|
2fb7c8754a
|
Moved DCE support to the X11 driver.
|
2005-03-25 16:47:04 +00:00 |
Alexandre Julliard
|
aef19abc82
|
Moved SendInput and related functions to the USER driver to avoid a
number of dll separation hacks.
|
2005-03-09 16:45:23 +00:00 |
Alexandre Julliard
|
97d6e7fd3d
|
Moved TranslateMessage and DispatchMessage to dlls/user/message.c.
Added support for posting internal messages.
Added support for driver-specific internal messages.
|
2005-03-07 17:19:24 +00:00 |
Alexandre Julliard
|
d820437b19
|
Removed unused ForceWindowRaise function.
|
2005-01-17 13:46:57 +00:00 |
Jacek Caban
|
7e2a7c949d
|
Get rid of W->A calls.
|
2005-01-11 15:10:56 +00:00 |
Alexandre Julliard
|
4a9b22b2c3
|
Merged system metrics support into sysparams.c, and moved that file to
the dlls/user directory.
|
2004-12-09 13:48:56 +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 |