Alexandre Julliard
|
b383690f52
|
user32: Added stubs for Cascade/TileChildWindows.
|
2008-03-05 19:22:23 +01:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Alexandre Julliard
|
bfe88a00f8
|
user32: Store the builtin class names in Unicode.
|
2007-11-01 12:55:00 +01:00 |
Jason Edmeades
|
ca710edc34
|
user32: MDI tile and cascade should not resize non-resizable windows.
|
2007-07-24 11:27:55 +02:00 |
Jason Edmeades
|
1c07a97ffd
|
user32: Correct trace to log calculated values rather than uninitialized ones.
|
2007-07-24 11:26:46 +02:00 |
Dmitry Timoshkov
|
ea2613fe61
|
user32: Make MDI get_client_info checks more strict.
|
2007-06-20 15:10:58 +02:00 |
Dmitry Timoshkov
|
4d8f84cbdd
|
user32: When inserting a menu item make sure that MDI system buttons stay on the right side.
|
2007-06-20 15:10:58 +02:00 |
Dmitry Timoshkov
|
9a295e7f87
|
user32: Fix some compilation warnings in 64-bit mode.
|
2007-05-30 13:24:27 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Andrew Talbot
|
6030e4d549
|
user32: Exclude unused headers.
|
2007-05-21 13:36:13 +02:00 |
Anatoly Lyutin
|
86aa0491d6
|
user32: mdi: Fix switch with wParam in WM_SYSCOMMAND processing.
|
2007-05-16 15:47:55 +02:00 |
Huw Davies
|
7a43e79087
|
user32: Use a window's icon in preference to its class icon.
|
2007-03-17 19:50:56 +01:00 |
Dmitry Timoshkov
|
cecd205f13
|
user32: Restore erroneously removed chunk of code.
|
2007-03-16 11:18:23 +01:00 |
Andrew Talbot
|
3ad92b0c25
|
user32: Replace const pointer parameters with correct pointers to const.
|
2007-03-06 22:26:46 +01:00 |
Dmitry Timoshkov
|
474a8f5357
|
user32: Activate an MDI child on WM_SETFOCUS as well as on WM_CHILDACTIVATE.
|
2007-02-13 12:08:38 +01:00 |
Dmitry Timoshkov
|
65681a0e18
|
user32: Add the tests for minimize/restore MDI child sequence, fix some failures.
|
2007-02-05 21:04:20 +01:00 |
Peter Oberndorfer
|
127512c938
|
user32: Only try to remove the MDI document icon from the frame menu when needed.
|
2007-01-23 11:38:03 +01:00 |
Dmitry Timoshkov
|
499c26ce66
|
user32: Remove redundant visibility checks of a maximized MDI child, add an explanation why we do that.
|
2007-01-15 12:44:49 +01:00 |
Dmitry Timoshkov
|
f6d5368da7
|
user32: Simplify some maximized MDI child checks.
|
2007-01-15 12:44:35 +01:00 |
Dmitry Timoshkov
|
d63fd7911f
|
user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.
|
2007-01-15 12:44:28 +01:00 |
Dmitry Timoshkov
|
d3d030eb88
|
user32: Restore old WM_SIZE handler in mdi child.
|
2007-01-08 12:53:06 +01:00 |
Dmitry Timoshkov
|
d57dc9da0a
|
user32: Fix some failures in the MDI message test.
|
2007-01-04 21:12:26 +01:00 |
Francois Gouget
|
bb8e625b5b
|
Assorted spelling fixes.
|
2006-12-05 10:31:47 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |