Rob Shearman
|
076c6fb550
|
user32: Handle the undocumented behaviour in DefWindowProc for WM_NCACTIVATE that causes the nonclient area not to be redrawn.
If the lParam is 0xffffffff then the nonclient area is not redrawn.
|
2008-03-19 11:18:36 +01:00 |
Alexandre Julliard
|
1642fbcbc2
|
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
|
2008-02-25 15:59:19 +01:00 |
Alexandre Julliard
|
4273a8ab86
|
user32: Simplify the window structure creation. Get rid of the unused clsStyle field.
|
2008-02-25 15:55:17 +01:00 |
Alexandre Julliard
|
c57b5057db
|
user32: Make all internal user32 functions and variables hidden.
|
2007-11-07 19:46:29 +01:00 |
Alexandre Julliard
|
1fc461f98b
|
server: Allow to specify the class name instead of the atom to create a window.
|
2007-11-02 15:16:25 +01:00 |
Alexandre Julliard
|
bfe88a00f8
|
user32: Store the builtin class names in Unicode.
|
2007-11-01 12:55:00 +01:00 |
Mikolaj Zalewski
|
585329ed13
|
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.
|
2007-10-30 14:08:50 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |