Commit Graph

51326 Commits

Author SHA1 Message Date
Alexandre Julliard f150ddc3ed winecfg: Store the drive label as Unicode. 2008-10-17 14:11:56 +02:00
Alexandre Julliard 6483f2f201 winecfg: Store the drive serial number as a number instead of a string. 2008-10-17 13:37:04 +02:00
Austin English 3b6daf2512 gdi32: Quiet a noisy fixme. 2008-10-17 13:13:34 +02:00
Rob Shearman d7944ae177 kernel32: Convert NLS resource files using hex-encoded UTF-16 strings into UTF-8. 2008-10-17 13:02:36 +02:00
Alexandre Julliard 80f39e6119 dsound: Avoid use of stdint types. 2008-10-17 13:02:32 +02:00
Henri Verbeet 69b32d71d6 dxgi: Add the IDXGIDeviceSubObject interface. 2008-10-17 13:02:09 +02:00
Henri Verbeet 40b9eab409 dxgi: Add the IDXGIObject interface. 2008-10-17 13:02:04 +02:00
Henri Verbeet d7e30dba22 dxguid: Add d3d10 GUIDs. 2008-10-17 13:01:50 +02:00
Henri Verbeet 3a8a4b6e56 d3d10: Create an importlib. 2008-10-17 13:01:44 +02:00
Paul Bryan Roberts 7e0932d627 advapi32: ConvertStringSecurityDescriptorToSecurityDescriptor - more tests (pass). 2008-10-17 12:49:11 +02:00
Jeff Zaroyko bba54cd407 winmm: Fix a failing mixer test on 98 and ME. 2008-10-17 12:38:52 +02:00
Andrey Turkin 5c19a62f50 include: Include winuser.rh from winresrc.h. 2008-10-17 12:35:43 +02:00
Alexandre Julliard 0d9078a96c make_makefiles: Add support for .rh files. 2008-10-17 12:35:33 +02:00
Austin English 96edcde6a3 include/wingdi.h: Define R2_LAST. 2008-10-17 12:35:17 +02:00
Andrey Turkin 6b1256b2de mpr: Fix NULL pointer dereference in WNetGetResourceInformationW. 2008-10-17 12:32:10 +02:00
Juan Lang 6ef7dafa39 cryptnet: Fix test failures on Windows Vista/2008. 2008-10-17 12:31:06 +02:00
Juan Lang e1e17b89c9 crypt32: Actually compare chain status instead of doing a no-op comparison, and mark as todo the statuses that don't match in Wine. 2008-10-17 12:23:51 +02:00
Juan Lang 3454e94d94 crypt32: Use helper function and broken() macro to make expected chain status results a little more clear. 2008-10-17 12:23:44 +02:00
Juan Lang 439f5e0de9 crypt32: Include policy being checked in failure message. 2008-10-17 12:23:38 +02:00
Juan Lang 052238d064 crypt32: Make some variables const. 2008-10-17 12:23:33 +02:00
Jacek Caban fa57703266 mshtml: Added IHTMLInputElement::put_checked implementation. 2008-10-17 12:23:22 +02:00
Jacek Caban 3600fb3b56 mshtml: Added IHTMLInputElement::[get|put]_defaultChecked implementation. 2008-10-17 12:23:19 +02:00
Christian Costa f32511cf27 d3dxof: Add support for string parsing. 2008-10-17 12:23:16 +02:00
Christian Costa 94ae7ab42e d3dxof: Reference the right objects. 2008-10-17 12:23:13 +02:00
Christian Costa 7a20c1dc6c d3dxof: Move template dumping code in a separate function. 2008-10-17 12:23:09 +02:00
Kirill K. Smirnov e0325b098f gdiplus: IPicture_SaveAsFile updates seek pointer, so put it back. 2008-10-17 11:48:04 +02:00
Jacek Caban 9d5139f4d9 jscript: Added NaN comparation tests. 2008-10-17 11:46:01 +02:00
Jacek Caban 142cffc249 jscript: Added Math.abs with no arg implementation. 2008-10-17 11:45:57 +02:00
Jacek Caban 2e075e9862 jscript: Added NaN handling to Math.min and Math.max. 2008-10-17 11:45:53 +02:00
Jacek Caban 531f8336a8 jscript: Added infinity and nan handling to str_to_number. 2008-10-17 11:45:48 +02:00
Jacek Caban 4f6f8ef2d8 jscript: Added NaN handling to relational operators. 2008-10-17 11:45:43 +02:00
Jacek Caban 9a7265becc jscript: Added Infinity value implementation. 2008-10-17 11:45:37 +02:00
James Hawkins f80b5f6e66 msi: All files are uncompressed in an administrative image. 2008-10-17 11:44:21 +02:00
Jacek Caban d318813a5a msxml3: Silence invalid FIXME. 2008-10-17 11:44:10 +02:00
Jacek Caban 57aa75f78f msxml3: Fixed dynamic properties allocation. 2008-10-17 11:44:05 +02:00
Jacek Caban e7ff101996 msxml3: Update orphaned list in put_documentElement. 2008-10-17 11:44:02 +02:00
Nikolay Sivov dee8657be4 gdiplus: Add some tests for pathiterator, fix leaks. 2008-10-17 11:43:55 +02:00
Juan Lang de2a187bb7 crypt32: Don't check for no data to decode in CryptDecodeObject{Ex}, doing so masks some errors. 2008-10-17 11:43:48 +02:00
Juan Lang 916e47861a crypt32: Correct last error when no data are passed to CRYPT_AsnDecodeInt. 2008-10-17 11:43:41 +02:00
Juan Lang 88a1ecb695 crypt32: Fix a few more test failures. 2008-10-17 11:43:37 +02:00
Aric Stewart 2c9517d36b shell32/tests: Add tests for CommandLineToArgvW. 2008-10-17 11:43:31 +02:00
Aric Stewart c4e859a678 gdiplus: Avoid dereferencing a potential NULL (Coverity 589). 2008-10-17 11:43:23 +02:00
Joris Huizer 8ed05aeb32 shlwapi: Fix ASSOC_GetExecutable not to use uninitialised variable. 2008-10-17 11:43:05 +02:00
Andrey Esin f0321f85a0 regedit: Corrections in Russian translation. 2008-10-17 11:42:55 +02:00
Andrew Talbot 59a33c9c7d mlang: Sign-compare warnings fix. 2008-10-17 11:42:39 +02:00
Andrew Talbot 9e297e2cbe mcicda: Sign-compare warning fix. 2008-10-17 11:42:35 +02:00
Dmitry Timoshkov 922dc31224 user32: Add a test for fullscreen window sizing, make it pass under Wine.
It appears that Windows doesn't always restrict the window size by
the monitor work area. The tests pass under XP SP3 and Win98.
2008-10-17 11:42:31 +02:00
Alexander Morozov e99451561d ntoskrnl.exe: Initialize some IRP fields to prevent using bad pointers by IofCompleteRequest. 2008-10-16 12:37:29 +02:00
Kirill K. Smirnov c47d0715ab oleaut32: Remove superfluous return statement. 2008-10-16 12:37:20 +02:00
Kirill K. Smirnov fd6d2b4d0c oleaut32: Return correct error code. 2008-10-16 12:37:15 +02:00