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 |
Austin English
|
49d08124a6
|
imm32/tests: Sign compare fix.
|
2009-05-11 12:48:03 +02:00 |
Francois Gouget
|
ca8a2da6c1
|
imm32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-24 16:57:26 +01:00 |
Paul Vriens
|
3a9a08cb3c
|
imm32/tests: We check for failure not success.
|
2008-12-18 13:39:09 +01:00 |
Alexandre Julliard
|
7801b692cb
|
imm32/tests: Don't use a pointer in an ok test.
|
2008-12-04 12:13:21 +01:00 |
Andrew Riedi
|
acac1a5b10
|
imm32: Add some really basic tests for ImmSetCompositionString().
|
2008-12-03 09:50:18 +01:00 |
Andrew Riedi
|
625dca9d62
|
imm32: No need for tests to return 0.
|
2008-12-03 09:50:13 +01:00 |
Aric Stewart
|
d63eccc602
|
imm32: ImmConfigureIME should return 0 when the type is IME_CONFIG_REGISTERWORD and the data is NULL.
|
2008-10-01 13:46:08 -05:00 |
Paul Vriens
|
e46e095c22
|
imm32/tests: Skip tests when IME support is not implemented.
|
2008-09-22 12:19:35 +02:00 |
Aric Stewart
|
16d2a46bc5
|
imm32: Include a basic ImmGetCompositionString test checking ATTR lengths.
|
2008-09-16 13:19:17 +02:00 |
Kusanagi Kouichi
|
83ae4a92e5
|
imm32: Fix a meaningless test.
ImmSetCompositionString generates WM_IME_COMPOSITION. Therefore test always
fails if messages are not flushed.
|
2008-04-24 13:13:34 +02:00 |
James Hawkins
|
8422c98df7
|
imm32: Fix a test that fails on all systems.
|
2008-04-21 13:36:18 +02:00 |
Aric Stewart
|
6bc088b28c
|
imm32: ImmNotifyIMM with CPS_CANCEL fully clears the composition string. Also enable respective tests.
|
2008-01-07 12:34:01 +01:00 |
Michael Jung
|
0a31ab7e2a
|
imm32: Added some unit test cases.
|
2008-01-03 12:34:05 +01:00 |