Alexandre Julliard
|
635544e20f
|
user32: Make sure we set menu capture to a window that is visible.
|
2008-03-24 17:59:58 +01:00 |
Alexandre Julliard
|
4e129f88d0
|
user32: Add a helper function to set the capture window.
|
2008-03-12 14:54:03 +01:00 |
Bang Jun-young
|
9fcebb0055
|
user32: Fix EndMenu() to match the PSDK.
|
2008-02-04 14:18:20 +01:00 |
Alexandre Julliard
|
4a753f90cf
|
user32: Menus should be top-most windows.
|
2008-01-23 21:42:46 +01:00 |
Andrew Talbot
|
f394970edb
|
user32: Constify some variables.
|
2007-11-26 12:27:14 +01:00 |
Alexandre Julliard
|
6ff78347e2
|
user32: Remove a few traces that only duplicate the relay information.
|
2007-11-12 14:03:45 +01:00 |
Dmitry Timoshkov
|
5722660758
|
user32: Simplify some code.
|
2007-11-09 13:10:34 +01:00 |
Alexandre Julliard
|
bfe88a00f8
|
user32: Store the builtin class names in Unicode.
|
2007-11-01 12:55:00 +01:00 |
Jason Edmeades
|
902a384b38
|
user32: Fix regression in alt, then right processing with eg wines notepad.
|
2007-08-13 12:00:36 +02:00 |
Jason Edmeades
|
76943c2a41
|
user32: Allow alt+space to highlight system menu.
|
2007-08-13 12:00:22 +02:00 |
Jason Edmeades
|
39d615eeed
|
user32: Skip system menu entries when using keyboard.
|
2007-08-09 15:02:38 +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
|
79de98f982
|
user32: Insert menu item only after contents of the passed in menu item info have been verified.
|
2007-06-19 11:59:07 +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 |
Dmitry Timoshkov
|
4de936e181
|
user32: Remove duplicated code.
|
2007-05-16 15:51:31 +02:00 |
Dmitry Timoshkov
|
34015b93a4
|
user32: Add a test for the menu resource loader, make it pass under Wine.
|
2007-05-15 12:28:17 +02:00 |
Dmitry Timoshkov
|
7f189eccb9
|
user32: Add a test for CheckMenuRadioItem and make it pass under Wine.
|
2007-05-15 12:28:03 +02:00 |
Kevin Koltzau
|
069f5b90ae
|
user32: Draw menu item bitmaps in the correct location when the scroll arrows are active.
|
2007-04-27 11:49:01 +02:00 |
Andrew Talbot
|
48d740855e
|
user32: Replace inline static with static inline.
|
2007-03-17 20:04:08 +01:00 |
Andrew Talbot
|
29c66df45b
|
user32: Declare some functions static.
|
2007-02-05 12:32:37 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |