Commit Graph

75501 Commits

Author SHA1 Message Date
Erich Hoover 1678a4a673 urlmon: Update MK protocol handling to IInternetProtocolEx. 2011-01-14 18:26:20 +01:00
Jörg Höhle 0a81f12ce1 winmm: PlaySound ignores SND_NOWAIT. 2011-01-14 18:26:20 +01:00
Greg Geldorp 1e7c80ba9a ddraw/tests: Remove some outdated tests. 2011-01-14 18:26:20 +01:00
Jacek Caban 4c6f8989eb msxml3: Fixed memory leak (valgrind). 2011-01-14 18:26:19 +01:00
Alexandre Julliard fa3ddd838b configure: Add a check for the QuickTime development headers. 2011-01-14 18:26:19 +01:00
Greg Geldorp f64a800fd9 shlwapi/tests: Don't assume date/time are separated by comma. 2011-01-14 18:26:19 +01:00
Greg Geldorp 16e9171989 gdi32/tests: Fix tmLastChar test. 2011-01-14 18:26:19 +01:00
Michael Stefaniuc 5d6b2f13de urlmon: Use ifaces instead of vtbl pointers in ProtocolProxy. 2011-01-14 18:26:18 +01:00
Michael Stefaniuc f0bd3e694b objsel: COM cleanup for the IDsObjectPicker iface. 2011-01-14 18:26:18 +01:00
Michael Stefaniuc 39e80379e7 objsel: COM cleanup for the IClassFactory iface. 2011-01-14 18:26:18 +01:00
Michael Stefaniuc 1c35951f9f sxs: COM cleanup for the IAssemblyCache iface. 2011-01-14 18:26:18 +01:00
Juan Lang c91afb9733 rsaenh: Add support for CRYPT_IPSEC_HMAC_KEY. 2011-01-14 18:26:17 +01:00
Juan Lang 5ccf2bd998 rsaenh: Move check for CRYPT_IPSEC_HMAC_KEY to each key import function. 2011-01-14 18:26:17 +01:00
Alexandre Julliard 61cf2d35ae mshtml: Remove a leftover string table. 2011-01-14 18:26:15 +01:00
Alexandre Julliard 36bc86bfb3 wrc: Remove the context prefix when generating the po file for English. 2011-01-14 18:26:12 +01:00
Alexandre Julliard 036fe88ef4 sane.ds: Convert string tables resources to po files. 2011-01-14 18:26:11 +01:00
Alexandre Julliard 7294f7d80f comdlg32: Convert string tables resources to po files. 2011-01-14 18:26:11 +01:00
Alexandre Julliard a2be59a3f6 winecfg: Convert menu and string tables resources to po files. 2011-01-14 18:26:10 +01:00
Alexandre Julliard 30b5e22def regedit: Convert menu and string tables resources to po files. 2011-01-14 18:26:06 +01:00
Alexandre Julliard 4c934cfe69 oleview: Convert menu and string tables resources to po files. 2011-01-14 18:09:03 +01:00
Aurimas Fišeras d8c833bc6d po: Update Lithuanian translation. 2011-01-14 13:10:43 +01:00
Alexandre Julliard adfab558ec winecfg: Build the file filter by hand instead of hardcoding it in resource strings. 2011-01-13 21:15:08 +01:00
Alexandre Julliard de10568061 regedit: Build the file filter by hand instead of hardcoding it in resource strings. 2011-01-13 21:09:47 +01:00
Alexandre Julliard bfd56391b6 oleview: Build the file filter by hand instead of hardcoding it in resource strings. 2011-01-13 21:01:23 +01:00
Alexandre Julliard 56193df2fd winevdm: Try to exec dosbox if DOS is not supported natively. 2011-01-13 20:41:27 +01:00
Alexandre Julliard cf1cd33570 dbghelp: Support pointer types of various sizes. 2011-01-13 20:09:49 +01:00
Alexandre Julliard 06f76236d1 libwine: Fall back to normal exec if the preloader doesn't exist. 2011-01-13 19:56:12 +01:00
Piotr Caban 856da7e11d shell32: Don't check if files are of the same type if name is equal in IShellFolder2_CompareIDs. 2011-01-13 17:33:43 +01:00
Piotr Caban ad2201054c shell32: Try to get file status from FileSystemBindData in UNIXFS_path_to_pidl. 2011-01-13 17:33:43 +01:00
Hans Leidekker e6e454ab16 msi/tests: Accept one more estimated size. 2011-01-13 17:33:10 +01:00
Hans Leidekker 257beae1fd msi: Fix some memory leaks (valgrind). 2011-01-13 17:26:24 +01:00
Jacek Caban 2f4968b597 wininet: Fixed memory leak in tests (valgrind). 2011-01-13 17:26:21 +01:00
Jacek Caban 0662555af3 wininet: Added post data tests. 2011-01-13 17:26:17 +01:00
Kusanagi Kouichi 5c987fc574 gdi32: GetCharABCWidthsA should work for DBCS. 2011-01-13 17:26:12 +01:00
Kusanagi Kouichi fcb4a1610e gdi32/tests: Add a test for GetCharABCWidthsA with DBCS. 2011-01-13 17:26:09 +01:00
Alexandre Julliard 39558f8d81 user32: Convert menu and string table resources to po files. 2011-01-13 17:24:15 +01:00
Alexandre Julliard db60006e26 shell32: Convert menu and string table resources to po files. 2011-01-13 17:00:16 +01:00
Alexandre Julliard 7f59564fe0 oledlg: Convert string table resources to po files. 2011-01-13 16:18:24 +01:00
Alexandre Julliard 8062ec1a54 oleacc: Convert string table resources to po files. 2011-01-13 16:00:53 +01:00
Alexandre Julliard af743a6b57 avifil32: Convert string table resources to po files. 2011-01-13 15:37:43 +01:00
Alexandre Julliard 902f10cc67 appwiz.cpl: Convert string table resources to po files. 2011-01-13 15:22:01 +01:00
Greg Geldorp 2b0d8ed7c3 user32/tests: Fix menu test failures on East-Asian machines. 2011-01-13 15:22:00 +01:00
Michael Stefaniuc 213532a260 shlwapi/tests: Finish the COM cleanup in ordinal.c. 2011-01-13 15:22:00 +01:00
Michael Stefaniuc c4e71c2e09 wiaservc: COM cleanup for the IWiaDevMgr iface. 2011-01-13 15:22:00 +01:00
Michael Stefaniuc 70a1ce9954 wiaservc: COM cleanup for the IClassFactory iface. 2011-01-13 15:22:00 +01:00
Austin English c3d28bae6d winecfg: Fix a compiler warning on PowerPC. 2011-01-13 15:22:00 +01:00
Jacek Caban 2b99331e93 shlwapi: Fixed handling A->W buffer in UrlCanonicalizeA (valgrind). 2011-01-13 15:22:00 +01:00
Jacek Caban 42874c62a7 winnt.h: Use Common macro for __C89_NAMELESSUNION and __C89_NAMELESSSTRUCT. 2011-01-13 15:22:00 +01:00
Michael Stefaniuc b1d9b7ee2a windowscodecs/tests: Fix crash introduced with eaf394a9ac. 2011-01-13 15:22:00 +01:00
André Hentschel dd07baa824 kernel32/tests: Use the right return type and a better failed test message. 2011-01-13 15:22:00 +01:00