Alexandre Julliard
|
93825eab3e
|
user32: SetWindowRgn should call SetWindowPos, not RedrawWindow.
|
2006-10-30 17:43:38 +01:00 |
Alexandre Julliard
|
7bee505d37
|
user32: Fixed maximized window size on multi-monitor setups.
|
2006-10-25 20:04:11 +02:00 |
Alexandre Julliard
|
280defcfcf
|
user: Maximize windows to the right monitor on multi-monitor setups.
|
2006-10-23 14:38:11 +02:00 |
Michael Stefaniuc
|
3c60ce8525
|
user: Win64 printf format warning fixes.
|
2006-10-02 14:28:59 +02:00 |
Dmitry Timoshkov
|
e882cdf55c
|
user: Add a trace to EndDeferWindowPos.
|
2006-07-24 19:56:26 +02:00 |
Dmitry Timoshkov
|
b2686ad2dd
|
include: Move appropriate parts of winpos.h to winuser.h and win.h,
remove winpos.h afterwards.
|
2006-06-29 14:48:42 +02:00 |
Juan Lang
|
9a974b899b
|
user: Use SetPropW rather than SetPropA for internal property.
|
2006-06-05 13:46:02 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
6ebbfd4959
|
user: Prefer SendMessageW over SendMessageA where possible.
|
2006-05-10 21:33:33 +02:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Alexandre Julliard
|
64329de2a6
|
Store the SysIP property using a string to avoid trouble with 16-bit
apps that don't expect an atom.
|
2005-07-22 18:40:21 +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
|
204596f957
|
Delay creation of the internal pos atom until needed.
|
2005-07-07 17:27:17 +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
|
172e731c0b
|
Moved most files from the windows directory to dlls/user.
|
2005-04-25 11:33:34 +00:00 |