Akihiro Sagawa
afd33d618f
user32: Update Japanese resource.
2009-09-15 16:41:25 -05:00
Alexandre Julliard
b225082a71
user32/tests: Use explicit prototypes for function pointers.
2009-09-09 13:12:46 +02:00
Alexandre Julliard
13ca78cf1a
user32: Use explicit prototypes for function pointers.
2009-09-09 13:12:38 +02:00
Alexandre Julliard
bab99e5353
user32/tests: Non-US keyboards are allowed on Wine too.
2009-09-09 12:18:56 +02:00
Dmitry Timoshkov
07a002f3b4
user32: Send the same lParam with WM_SYSCOMMAND/SC_CLOSE as was received with WM_NCLBUTTONDOWN.
2009-09-09 12:18:39 +02:00
Ge van Geldorp
b5d7025932
user32/tests: Skip test on non-US keyboard.
2009-09-08 12:11:52 +02:00
Paul Vriens
84153c09cb
user32/tests: Run tests again on Win95.
2009-09-01 17:46:45 +02:00
Sergey Khodych
aa8129a338
user32/tests: Fix a typo.
2009-09-01 17:36:56 +02:00
Alexandre Julliard
b464f9cacb
user32: Bring SwitchToThisWindow a bit more in line with the now documented behavior.
2009-08-31 16:37:19 +02:00
Alexandre Julliard
6eabce171e
user32: Don't send focus change messages if foreground window didn't change.
2009-08-31 16:36:17 +02:00
Hongbo Ni
650a0f3fdd
user32: Fix DLL injection problem using LOAD_WITH_ALTERED_SEARCH_PATH.
2009-08-27 11:48:20 +02:00
Michael Stefaniuc
3a7a0eb9dd
user32: Remove a stray ';' that produces an empty if condition.
2009-08-27 11:45:37 +02:00
Sergey Khodych
f1f1c50531
user32: Use IDOK as default identifier in a template.
2009-08-26 16:38:39 +02:00
Sergey Khodych
205a7f7f03
user32: edit: Improve handling of WM_KEYDOWN VK_RETURN in a dialog mode.
2009-08-26 16:38:03 +02:00
Sergey Khodych
d4707dbb60
user32: edit: Improve handling of WM_KEYDOWN VK_TAB in a dialog mode.
2009-08-26 16:37:12 +02:00
Sergey Khodych
3b6ea11481
user32: edit: Improve handling of WM_KEYDOWN VK_ESCAPE in a dialog mode.
2009-08-26 16:37:05 +02:00
Sergey Khodych
6fa48cdd91
user32: edit: Use a dialog mode after receiving WM_GETDLGCODE message.
...
Tests show that the edit control uses a dialog mode after receiving
WM_GETDLGCODE message and it doesn't depend on whether the edit control
has a parent window.
2009-08-26 16:36:50 +02:00
Ge van Geldorp
0a1e0a3261
user32/tests: Fix test failure on Win7.
2009-08-26 16:33:42 +02:00
Andrew Eikum
7fe9e693a7
user32/tests: Fix input test failures on NT4.
2009-08-26 12:10:04 +02:00
Alexandre Julliard
5900da2869
user32: The LongPtr functions are only exported on 64-bit.
2009-08-24 15:17:34 +02:00
Andrew Nguyen
918c9d5994
user32/tests: Fix a test failure on Win9x.
2009-08-24 15:17:32 +02:00
Andrew Eikum
e4106b6273
user32/tests: Fix input test failure in win9x platforms.
2009-08-20 19:43:30 +02:00
Alexandre Julliard
e3b395ff2c
user32: Run the explorer process from the system directory.
2009-08-20 19:43:29 +02:00
Andrew Eikum
37754eb400
user32/tests: Add tests for SendInput with unicode.
2009-08-19 12:19:06 +02:00
Andrew Eikum
f9e7c3f4ba
user32: Handle VK_PACKET messages in TranslateMessage.
2009-08-19 12:18:14 +02:00
Andrew Eikum
55736136e2
winex11: Support KEYEVENTF_UNICODE in SendInput.
2009-08-19 12:16:19 +02:00
Rein Klazes
251c26e0f9
user32: Handle WM_PRINTCLIENT message in PopupMenuWndProc().
2009-08-18 16:14:51 +02:00
Andrew Eikum
c1c22e25c2
user32/tests: Add tests for saving and restoring control focus.
2009-08-14 13:58:49 +02:00
Austin Lund
3dcd46f597
user32/tests: Remove superfluous code from WM_PAINT loop test.
2009-08-14 11:27:31 +02:00
Austin Lund
65758cde7f
user32/tests: Added tests for infinite WM_PAINT loop.
2009-08-13 16:22:07 +02:00
Rein Klazes
06b99c62c2
user32: Fix a bug in computing the maximum depth of a branch in a menu hierarchy.
...
It was computing the number of submenus in the branch, rather then the
maximum depth.
2009-08-12 12:53:42 +02:00
Dmitry Timoshkov
96e44ddb78
user32: Return 0 from DefDlgProc and dialog loop for invalid dialog handles.
2009-08-12 12:53:25 +02:00
Francois Gouget
e74efb5487
Assorted spelling fixes.
2009-08-11 12:35:38 +02:00
Andrew Nguyen
e903872fd2
user32/tests: Fix some test failures on Windows.
2009-08-10 13:11:13 +02:00
Andrew Nguyen
797ec7a58e
user32/tests: Test the behavior of DialogBoxParamA with dialog procedure window destruction.
2009-08-07 12:11:42 +02:00
Dmitry Timoshkov
5b90101e2e
user32/tests: Use symbol charset when creating Marlett font.
2009-08-05 11:19:54 +02:00
Rein Klazes
c18cd1b46f
user32: When all items in a menu have either a bitmap or text but not both, then texts should be aligned with the bitmaps.
2009-08-03 17:39:22 +02:00
Henri Verbeet
b31f0f24ff
user32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages.
2009-08-03 15:02:51 +02:00
Vladimir Pankratov
c8eeb72588
user32: Convert the Russian resources to UTF-8.
2009-08-03 14:57:33 +02:00
Rein Klazes
38dbe067c3
user32: Fail if inserting a submenu would create a loop in the menu hierarchy.
2009-07-24 13:11:10 +02:00
Rein Klazes
50cfcffd32
user32: Get rid of internal function MENU_SetItemData, use SetMenuItemInfo_common instead.
2009-07-23 15:35:23 +02:00
Rein Klazes
9555171044
user32: When setting a menu item, handle MIIM_TYPE flag by setting approriate MIIM_BITMAP, MIIM_FTYPE and MIIM_STRING flags.
2009-07-23 15:34:03 +02:00
Rein Klazes
e9f4c6bb02
user32: Put some repeated code for checking and extending of a MENUITEMINFO structure in a separate function.
2009-07-23 15:31:18 +02:00
Dmitry Timoshkov
8d54f58277
user32: Draw the whole button only if requested.
2009-07-23 13:20:21 +02:00
Dmitry Timoshkov
19e4cfd003
user32: Pass the same PRF_ flags from WM_PRINT to WM_PRINTCLIENT.
2009-07-22 11:27:48 +02:00
Rein Klazes
da86ab71fa
user32/tests: Fix for a test failure on win98/NT4.
2009-07-21 15:59:24 +02:00
Rein Klazes
c2ada64097
user32: Ignore the MFT_BITMAP flag when testing menu items for 'magic' bitmap handles.
2009-07-20 14:19:46 +02:00
Rein Klazes
5b4b1e6a67
user32/tests: Show that Windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.
2009-07-17 13:34:40 +02:00
Michael Stefaniuc
88a58a3e1f
user32: Update the German resources and switch them to UTF-8.
2009-07-15 13:23:17 +02:00
Ricardo Filipe
5d5cf8ceb2
user32: Update Portuguese translation and convert to UTF8.
2009-07-07 13:31:12 +02:00