Akihiro Sagawa
2cd81c149d
imm32/tests: Terminate the thread cleanly.
...
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-12 12:16:28 +09:00
Akihiro Sagawa
1fb30e1cab
imm32/tests: Use WM_CLOSE instead of DestroyWindow().
...
DestroyWindow() call won't work across threads.
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-12 12:16:25 +09:00
Akihiro Sagawa
ba0e38b175
imm32/tests: Fix typo.
...
hwnd is a global variable, hWnd is a local variable. They're very confusable.
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-12 12:16:18 +09:00
Aric Stewart
64c772dcc2
imm32: Messages from ImmGenerateMessage are sent not posted.
...
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-01 23:17:49 +09:00
Piotr Caban
60b996ad4b
imm32: Don't use functions that use graphics driver in THREAD_DETACH/PROCESS_DETACH.
2015-08-28 13:14:03 +09:00
Aric Stewart
5448acc37a
imm32: Limit cross thread access to ImmSet* functions.
2015-02-26 21:53:05 +09:00
Aric Stewart
fdf37fe744
imm32: Restrict cross-thread association and destruction.
2015-02-26 21:53:05 +09:00
Aric Stewart
455ca1adb0
imm32: Use thread data from target HWND.
2015-02-26 21:53:03 +09:00
Piotr Caban
3311684e6e
imm32: Return FALSE on WM_MSIME_* messages in ImmIsUIMessage.
2014-10-29 20:30:59 +09:00
Frédéric Delanoy
2e5cb7aac8
Assorted spelling/grammar fixes.
2014-04-30 18:34:20 +02:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Frédéric Delanoy
45eff32ad0
imm32/tests: Use BOOL type where appropriate.
2013-11-01 10:52:01 +01:00
André Hentschel
33018d393a
imm32/tests: Fix tests compilation with __WINESRC__ defined.
2013-10-24 10:48:01 +02:00
Aric Stewart
bd9e608133
imm32: ImmGetCandidateWindow should not return unset data.
2013-10-02 12:24:25 +02:00
Michael Stefaniuc
0e681027a2
tests: Compile the tests by default with -D__WINESRC__.
2013-10-02 11:04:02 +02:00
Francois Gouget
d3672524ed
Assorted spelling fixes.
2013-10-01 19:09:08 +02:00
Aric Stewart
cae71ef219
imm32: ImmGetDescriptionA return does not include NULL byte.
2013-09-27 18:14:47 +02:00
Aric Stewart
8b933495fb
imm32: Fix ImmGetDescription behavior with a null HKL.
2013-09-18 22:23:09 +02:00
Qian Hong
b4b428ee9e
imm32: Validate input context in multiple IMC functions.
...
Both tests and fixes improved by Aric Stewart.
2013-09-18 22:23:09 +02:00
Francois Gouget
120e24431d
imm32/tests: Fix a trailing '\n' in an ok() call.
2013-08-19 12:53:20 +02:00
Qian Hong
af058929ca
imm32/tests: Added tests for ImmDestroyContext.
2013-08-16 20:49:36 +02:00
Qian Hong
b5b52371d1
imm32/tests: Added more IMC lock count tests.
2013-08-16 20:49:36 +02:00
Qian Hong
134935e714
imm32: Fixed IMCC implementation.
2013-08-16 20:49:36 +02:00
Qian Hong
1448d95fa4
imm32/tests: Added tests for ImmDestroyIMCC.
2013-08-16 20:49:34 +02:00
Qian Hong
7822398d27
imm32/tests: Added more IMCC lock count tests.
2013-08-16 19:17:45 +02:00
Qian Hong
00289d5b91
imm32: Fixed ImmUnlockIMCC.
2013-08-01 12:17:16 +02:00
Qian Hong
2214381657
imm32/tests: Added test for IMCC lock count.
2013-08-01 12:17:14 +02:00
Qian Hong
44f6006738
imm32: Fixed ImmUnlockIMC.
2013-08-01 12:17:12 +02:00
Qian Hong
0f14a77f5d
imm32/tests: Added test for IMC lock count.
2013-08-01 12:17:10 +02:00
Aric Stewart
83e233c97d
imm32/tests: Show behavior with VK_PROCESSKEY in relation to PeekMessage.
2013-03-28 18:56:01 +01:00
Aric Stewart
203b4fbff0
imm32/tests: Test showing that communication to the IME window is done via SendMessage.
2012-11-21 15:19:49 +01:00
Aric Stewart
5f5f20d6cf
imm32: Properly separate the IME UI window and the thread default IME window.
2012-09-27 16:49:18 +02:00
Bruno Jesus
0fd047559c
imm32/tests: Add ImmGetDescription tests.
2012-03-01 17:39:04 +01:00
Hans Leidekker
21a477e161
imm32: Validate the window handle passed to ImmGetContext.
2011-11-09 17:51:02 +01:00
André Hentschel
7673d67c1e
imm32: Test and fix ImmIsUIMessageA/W.
2011-07-01 20:22:08 +02:00
Greg Geldorp
2309d9f06a
imm32/tests: Windows does post WM_IME_COMPOSITION messages sometimes.
2011-01-20 12:24:14 +01:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Aric Stewart
8d12fc61d5
imm32/tests: Test various Imm call cross-thread.
2010-09-08 13:23:40 +02:00
Aric Stewart
cc945706a4
imm32: Test cases for HIMCs and threads.
2010-09-01 17:37:43 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
André Hentschel
3317fc38ee
imm32: Fix tests to apply to Vista+ as it does the same as Wine.
2010-04-29 13:16:17 -05:00
André Hentschel
8f1e00a17b
imm32: Fix ImmAssociateContextEx parameter handling.
2010-04-29 13:15:30 -05:00
André Hentschel
699ef11d48
imm32: Add tests for ImmAssociateContextEx.
2010-04-22 18:11:42 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Alexandre Julliard
6164ce2d82
makefiles: Use the standard C_SRCS variable as the list of test files.
...
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Alexandre Julliard
fa6ffb4d5d
Fix empty function prototypes.
2009-10-07 12:24:53 +02:00
Jeff Zaroyko
4ae16e37ee
imm32: dwIndex flags are mutually exclusive.
2009-10-02 11:50:55 +02:00
Jeff Zaroyko
26f380941b
imm32/tests: Add another combination which should fail.
2009-09-29 15:05:32 +02:00
Gerald Pfeifer
902a03e08f
imm32/tests: Simplify code.
2009-09-15 16:41:24 -05:00
Paul Vriens
7517135fe7
imm32/tests: Fix test failures on Vista/W2K8.
2009-09-10 10:51:01 +02:00