Greg Geldorp
|
4856c299ba
|
user32/tests: Skip DefWindowProc tests on Vista+.
|
2011-01-03 11:54:03 +01:00 |
Dmitry Timoshkov
|
5aa45d9cf4
|
user32: Add a test for GetClassInfo, make it pass under Wine.
|
2010-08-03 11:43:59 +02:00 |
Dylan Smith
|
41dbacdc71
|
user32: RegisterClassEx should check for invalid cbSize field.
|
2010-07-19 14:38:16 +02:00 |
Alexandre Julliard
|
2649f769a5
|
user32/tests: Fix some class tests that behave differently on WoW64.
|
2010-06-17 14:05:42 +02:00 |
Nikolay Sivov
|
0e16d4cd5b
|
user32/tests: Free window after use.
|
2009-12-03 10:15:33 +01:00 |
Nikolay Sivov
|
48cb3a30b5
|
user32/tests: Restore original procedure to let control clean up.
|
2009-12-03 10:15:24 +01:00 |
Julius Schwartzenberg
|
9f548bd9b8
|
user32/tests: Test extra value of standard dialog and edit classes.
|
2009-10-22 14:36:15 +02:00 |
Alexandre Julliard
|
239265fd8b
|
tests: Build all tests with strict prototypes.
|
2009-10-06 16:12:39 +02:00 |
Alexandre Julliard
|
8432ff70bb
|
user32/tests: Fix the window creation on Win64.
|
2009-05-07 14:44:22 +02:00 |
Alexandre Julliard
|
10350c19a0
|
user32/tests: Print a more useful line number in check_class and check_instance tests.
|
2009-03-13 11:30:15 +01:00 |
Alexandre Julliard
|
96e7da5c55
|
user32/tests: GetClassInfo doesn't set last error reliably, remove test.
|
2009-02-13 13:10:44 +01:00 |
Michael Stefaniuc
|
e89386a59e
|
user32/tests: Remove superfluous pointer casts.
The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the
Hungarian notation.
|
2009-02-05 13:15:32 +01:00 |
Alexandre Julliard
|
9cc75a5b50
|
user32: Winproc handles do not get sign-extended on 64-bit.
|
2009-01-10 21:06:32 +01:00 |
Francois Gouget
|
31df4d42b7
|
user32: Remove WINAPI/CALLBACK on static functions where not needed.
|
2008-11-25 11:50:00 +01:00 |
Michael Stefaniuc
|
4fc84eaf5a
|
user32: HGDIOBJ is interchangeable with other handle types; no casts are needed.
|
2008-10-27 11:29:54 +01:00 |
Alexandre Julliard
|
79b64fdc83
|
user32: Add an ASCII window procedure for scrollbars.
|
2008-05-21 11:44:05 +02:00 |
Austin English
|
6e59cd2c34
|
Spelling fixes.
|
2008-04-22 12:20:12 +02:00 |
Rob Shearman
|
e154d3b29e
|
user32: Fix the number of characters passed to GetClassNameW in ClassTest.
|
2008-02-25 13:31:52 +01:00 |
Reece H. Dunn
|
d2900d42dd
|
user32: Make the class tests pass on Vista.
|
2008-01-25 12:07:25 +01:00 |
Mikolaj Zalewski
|
585329ed13
|
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.
|
2007-10-30 14:08:50 +01:00 |
Alexandre Julliard
|
5bd4038f6e
|
user32/tests: Replace GWL_WNDPROC by GWLP_WNDPROC.
|
2007-10-02 15:01:29 +02:00 |
Francois Gouget
|
2993785f3a
|
Assorted non-ANSI function declaration fixes (missing void).
|
2007-08-30 11:57:18 +02:00 |
Mikołaj Zalewski
|
5e9ced90f7
|
user32: CallWindowProc[AW] for mismatched built-in winprocs should take into account if the window is Unicode.
|
2007-08-10 13:53:35 +02:00 |
Mikołaj Zalewski
|
46a48c40ad
|
user32/tests: Simplify a test.
|
2007-07-20 11:40:44 +02:00 |
Alexandre Julliard
|
4688389d74
|
user32: Allocate a dual A/W winproc for DefWindowProc.
|
2007-07-12 15:45:19 +02:00 |
Dmitry Timoshkov
|
6e5b36d4dc
|
user32: Avoid compiler specific code in the DefWindowProc test.
|
2007-03-20 13:00:20 +01:00 |
Mikołaj Zalewski
|
4893b157e2
|
user32: tests: Using DefWindowProcA with RegisterClassW works under Windows.
|
2007-03-19 13:07:26 +01:00 |
Francois Gouget
|
1d4aeae7aa
|
user32/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
|
2006-12-14 20:24:49 +01:00 |
Paul Vriens
|
93c909a3ad
|
user32: W2K3 returns ERROR_INVALID_PARAMETER.
|
2006-12-01 12:26:35 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |