Ulrich Czekalla
|
e64b875311
|
Child windows with the WS_POPUP style are allowed to have a menu.
|
2005-03-25 20:47:32 +00:00 |
Ulrich Czekalla
|
852fc5f161
|
Don't map point to parent's client window because the rest of the code
assumes screen coordinates.
|
2005-03-25 16:38:15 +00:00 |
Alexandre Julliard
|
039603c77d
|
Don't maintain a client-side WND structure for the desktop window.
Made WIN_GetPtr return WND_DESKTOP in that case.
|
2005-03-24 15:18:50 +00:00 |
Maxime Bellengé
|
cbd3a53d4b
|
Implemented MIIM_BITMAP state.
Handle MNS_CHECKORBMP style.
|
2005-03-09 12:39:01 +00:00 |
Dmitry Timoshkov
|
d515640b6a
|
DestroyMenu should not destroy system menu popup owner.
|
2005-03-02 12:16:44 +00:00 |
Dmitry Timoshkov
|
600086372a
|
Take Shift key state into account while processing an accelerator.
Add a couple of test cases.
|
2005-02-21 18:33:27 +00:00 |
Alexandre Julliard
|
d7726c3a73
|
Store the "managed" flag as a window property instead of the
Wine-specific WS_EX_MANAGED style bit.
|
2005-02-01 18:53:59 +00:00 |
Alexandre Julliard
|
6382ffae2a
|
Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
|
2005-01-20 20:07:42 +00:00 |
Alexandre Julliard
|
6758db9a0c
|
Get rid of nonclient.h and of the corresponding exported functions in
user32.spec.
|
2005-01-17 20:27:11 +00:00 |
Dmitry Timoshkov
|
61b5e90d34
|
Make Alt press/release test actually pass for not managed windows.
|
2005-01-11 15:47:13 +00:00 |
Dmitry Timoshkov
|
b44b2cc880
|
Add more tests for keyboard/menu activation behaviour, make the tests
pass under Wine.
|
2005-01-11 10:38:31 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Alexandre Julliard
|
ebe3c529b1
|
Janitorial: C booleans must not be compared against TRUE.
|
2004-12-09 14:07:59 +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 |
William Poetra Yoga H
|
a8b5d29f5f
|
Give the first menu item of a popup menu a distance of 1 pixel to the
top border.
|
2004-11-08 22:12:42 +00:00 |
Dmitry Timoshkov
|
b1267aec5e
|
Make TranslateAcceleratorA handle national characters.
|
2004-10-19 21:10:17 +00:00 |
Dmitry Timoshkov
|
b0c45123e5
|
Add a test case for accelerators, make the test pass on Wine.
|
2004-10-05 23:45:35 +00:00 |
Richard Cohen
|
52373b2df3
|
MenuItemFromPoint shouldn't crash if there's no menu.
|
2004-09-24 00:22:13 +00:00 |
Dmitry Timoshkov
|
2abf2c7aa5
|
Make menu code cope with WM_SYSKEY*/WM_SYSCHAR messages.
Unblock menu loop if a window being destroyed owns a tracked menu.
|
2004-09-20 21:45:45 +00:00 |
Dmitry Timoshkov
|
30db053f2a
|
Accept WM_SYSCHAR message for processsing in TranslateAcceleratorW.
|
2004-09-16 19:09:30 +00:00 |
Michael Kaufmann
|
53374683c8
|
Make the menus of Delphi applications work.
|
2004-09-10 22:29:32 +00:00 |
Alexandre Julliard
|
2ceb42dd43
|
Moved all files from the controls/ directory to dlls/user.
|
2004-08-31 01:10:08 +00:00 |