Thomas Kho
|
76104e1ccc
|
user: Allow menu WndProc to recognize VK_[LR]MENU.
|
2006-05-08 15:12:33 +02:00 |
Francois Gouget
|
29b5c987d5
|
user32: Handle WM_ENDSESSION in DefWinProc().
DefWinProc() should call PostQuitMessage() on WM_ENDSESSION if the
shutdown is proceeding.
|
2006-02-24 21:07:08 +01:00 |
Markus Amsler
|
86b6749208
|
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
|
2005-11-09 10:33:40 +00:00 |
Jason Edmeades
|
8248d0ae87
|
Always return MA_ACTIVATE for WM_MOUSEACTIVATE in DefWindowProc.
|
2005-09-29 13:36: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
|
c787b146e1
|
-Wpointer-sign fixes for gcc 4.0.
|
2005-07-06 10:36:28 +00:00 |
Vitaliy Margolen
|
f32bcd8fc1
|
ShowOwnedPopups and WM_SHOWWINDOW should handle non-WS_POPUP style
windows as well.
|
2005-06-17 20:57:26 +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 |