Commit Graph

46528 Commits

Author SHA1 Message Date
Paul Vriens
ed552b474c setupapi/tests: Fix typos. 2008-05-21 20:15:13 +02:00
Paul Vriens
fb18592c93 setupapi/tests: Fix typo. 2008-05-21 20:15:02 +02:00
Paul Vriens
bece26be54 setupapi/tests: Skip some tests if we are on win9x. 2008-05-21 17:16:20 +02:00
Paul Vriens
59b6506439 setupapi/tests: Remove a duplicate function call. 2008-05-21 17:16:11 +02:00
Dmitry Timoshkov
8021a9d903 gdi32: Slightly relax EMF record comparisons allowing rounding errors. 2008-05-21 17:16:04 +02:00
Alexandre Julliard
63ea670370 configure: Upgrade notices to warnings for some important libraries. 2008-05-21 15:02:40 +02:00
Alexandre Julliard
a20c0e124b configure: Make the lack of FreeType an error, and add a --without option for it. 2008-05-21 14:55:53 +02:00
Alexandre Julliard
76adea11a0 configure: Added an ERROR_WITH macro for packages that we can't do without. 2008-05-21 14:48:33 +02:00
Tomasz Jezierski
1f051b8a7d comctl32: Conformance test for multiple selection in listbox. 2008-05-21 14:26:44 +02:00
Alexandre Julliard
5315da8445 comctl32: Fix extending a multiple listview selection. 2008-05-21 14:26:35 +02:00
Ken Thomases
c2bc0e21a2 winex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against numpad vkeys.
The scan codes for the numeric keypad keys and those for the arrow keys and
keys like Home, End, etc. often match (ignoring the extended key bit).
However, if you map from one of those scan codes to a vkey, Windows reliably
prefers the non-numpad vkey.
2008-05-21 14:26:13 +02:00
Alexandre Julliard
1dcaddee99 kernel32: Add some test cases for profile file sharing modes.
Based on a patch by Louis Lenders.
2008-05-21 14:23:44 +02:00
Alexandre Julliard
8b97263dae kernel32: Fix the profile file sharing modes.
Based on a patch by Louis Lenders.
2008-05-21 14:23:29 +02:00
Alexandre Julliard
79b64fdc83 user32: Add an ASCII window procedure for scrollbars. 2008-05-21 11:44:05 +02:00
Dmitry Timoshkov
248cc53d86 kernel32: Update locale info for Esperanto. 2008-05-21 11:43:11 +02:00
Alexandre Julliard
0528a2b660 user32: Support creating cursors and icons from DIB section bitmaps. 2008-05-21 11:39:38 +02:00
Hwang YunSong(황윤성)
1db3aa0be5 regedit: Updated Korean resource. 2008-05-21 11:38:24 +02:00
Dan Kegel
83da377494 d3d9/tests: Another wee bit of slop. 2008-05-21 11:38:14 +02:00
James Hawkins
5a701ab6b4 setupapi: Fix a few test failures in win2k3. 2008-05-21 11:37:06 +02:00
James Hawkins
c659ad36e8 user32: Fix the BSM_ALL_RECIPS test flag. 2008-05-21 11:37:02 +02:00
Andrew Talbot
0ed3456779 rsaenh: Remove unused file-static variable. 2008-05-21 11:36:57 +02:00
Andrew Talbot
2956605d61 user32: Remove unused function. 2008-05-21 11:36:53 +02:00
Andrew Talbot
0e37d57b8e shell32: Remove unused file-static variable. 2008-05-21 11:36:50 +02:00
Juan Lang
199cee194f iphlpapi: Set the adapter's description to its name in GetAdaptersInfo. 2008-05-21 11:36:46 +02:00
Francois Gouget
8019c55cc6 ddraw/tests: Fix compilation on systems that don't support nameless unions. 2008-05-21 11:36:39 +02:00
Jörg Höhle
349abe991e dsound: Fix off by 1 heap error in DSOUND_MixerVol. 2008-05-21 11:36:30 +02:00
Michael Karcher
3d5ea20190 ole32/tests: Test StringFromGUID2. 2008-05-20 15:45:43 +02:00
Michael Karcher
a2880cc61d ole32/tests: Do not call Release if CoCreateInstance failed. 2008-05-20 15:43:54 +02:00
Paul Vriens
7361e91fdd shell32/tests: SHGetPathFromIDListA returns a BOOL not a HRESULT. 2008-05-20 15:43:54 +02:00
James Hawkins
36e73d296b ntdll: Remove NULL checks for attr, which has already been dereferenced. 2008-05-20 15:43:54 +02:00
James Hawkins
9f42e8eb63 hhctrl.ocx: Check the filename param before dereferencing it. 2008-05-20 15:43:54 +02:00
James Hawkins
70cd6bfbbd msi: Check that the file key is valid before installing the assembly. 2008-05-20 15:43:54 +02:00
James Hawkins
ed4e0a08bc kernel32: Remove a test that fails on all platforms. 2008-05-20 15:43:54 +02:00
Andrew Talbot
2289717a59 cryptnet: Remove unused function. 2008-05-20 15:43:54 +02:00
Andrew Talbot
3d42a0ee65 mshtml: Remove unused function. 2008-05-20 15:43:54 +02:00
Andrew Talbot
cca1854e96 advapi32: Remove unused file-static variables. 2008-05-20 15:43:54 +02:00
Alexandre Julliard
c9504d9447 ntdll: Move signal unmasking to make sure injected code runs on the correct stack. 2008-05-20 10:59:20 +02:00
Alexandre Julliard
bb4119e1fd ntdll/tests: Make sure to clear the DF flag on return from the exception. 2008-05-19 23:19:24 +02:00
Paul Vriens
13e609fdb3 shell32/tests: Fix test when running on Wine. 2008-05-19 23:11:18 +02:00
Paul Vriens
b3e75eead9 regedit: Sync Dutch resource with latest changes. 2008-05-19 23:10:01 +02:00
Paul Vriens
64444ebe94 janitorial: Close COM after tests. 2008-05-19 23:10:01 +02:00
Alexandre Julliard
c362081a79 user32: Moved the class extra bytes check to catch uninitialised data sooner. 2008-05-19 23:10:01 +02:00
Roderick Colenbrander
bd5c02e245 wined3d: Request a WGL depth stencil capable pixel format by default until we have proper SetDepthStencilSurface support. 2008-05-19 20:20:35 +02:00
Juan Lang
3108e3605c snmpapi: Test and correct SnmpUtilOidNCmp when count is less than Oid length. 2008-05-19 20:20:11 +02:00
Juan Lang
a96e118ddb snmpapi: Test and correct SnmpUtilOidNCmp when Oid lengths don't match. 2008-05-19 20:20:08 +02:00
Kai Blin
d88ee55e68 ws2_32: Test for invalid hostnames again. 2008-05-19 20:20:00 +02:00
Michael Karcher
abaac300d1 oleaut32: Cache localised number chars. 2008-05-19 20:19:52 +02:00
Paul Vriens
b65c1d47eb ntdll/tests: Skip test when we don't have enough rights. 2008-05-19 16:11:22 +02:00
Paul Vriens
446243b1d9 ntdll/tests: Free library after use. 2008-05-19 16:11:17 +02:00
James Hawkins
362f2ceeaf kernel32: Fix a debugger test that fails in win2k3. 2008-05-19 16:11:05 +02:00