Juan Lang [Thu, 18 Oct 2007 17:20:02 +0000 (10:20 -0700)]
cryptnet: Add stub for CryptGetObjectUrl.
Juan Lang [Thu, 18 Oct 2007 17:19:12 +0000 (10:19 -0700)]
cryptnet: Add CertDllVerifyRevocation stub.
Juan Lang [Thu, 18 Oct 2007 17:18:31 +0000 (10:18 -0700)]
cryptnet: Implement DllRegisterServer/DllUnregisterServer.
Allan Tong [Fri, 19 Oct 2007 03:40:40 +0000 (23:40 -0400)]
wined3d: Fix comment typos in SetMultithreaded.
Allan Tong [Fri, 19 Oct 2007 03:39:22 +0000 (23:39 -0400)]
wined3d: Fix resource cleanup if CreateCubeTexture fails.
Mikolaj Zalewski [Fri, 19 Oct 2007 01:19:24 +0000 (18:19 -0700)]
kernel32: FindExSearchLimitToDirectories has no effect on FindFirstFileEx.
Maarten Lankhorst [Tue, 16 Oct 2007 16:32:29 +0000 (18:32 +0200)]
winealsa: Don't use default:XX to open up a hardware control.
Alex Villacís Lasso [Thu, 18 Oct 2007 16:02:09 +0000 (11:02 -0500)]
riched20: Single-line control must refuse to insert carriage returns (with tests).
Detlef Riekenberg [Thu, 18 Oct 2007 15:30:06 +0000 (17:30 +0200)]
msi/tests: Do not leak a HKEY when RegQueryValueEx failed.
Francois Gouget [Thu, 18 Oct 2007 15:12:03 +0000 (17:12 +0200)]
dimm.idl: Don't import unknwn.idl if DO_NO_IMPORTS is defined.
Francois Gouget [Thu, 18 Oct 2007 15:14:53 +0000 (17:14 +0200)]
mshtml: Add a missing import directive to mshtml.idl.
Francois Gouget [Thu, 18 Oct 2007 15:12:30 +0000 (17:12 +0200)]
imm32: #ifdef-out some functions in imm.h if wingdi.h was not included first.
Francois Gouget [Thu, 18 Oct 2007 15:10:16 +0000 (17:10 +0200)]
ndrtypes.h: Include limits.h.
Francois Gouget [Thu, 18 Oct 2007 15:05:11 +0000 (17:05 +0200)]
tools/fnt2fon: Remove error() as it is almost unused. Transform errno into a meaningful string for the error message.
Konstantin Kondratyuk [Thu, 18 Oct 2007 14:54:29 +0000 (18:54 +0400)]
mpr: Delete a stub trace.
Aric Stewart [Thu, 18 Oct 2007 13:40:13 +0000 (08:40 -0500)]
ws2_32: Return proper WSAENOBUFS error when enuming protocols.
Jacek Caban [Thu, 18 Oct 2007 14:16:23 +0000 (16:16 +0200)]
wine.inf: Self-register msimtf.dll.
Jacek Caban [Thu, 18 Oct 2007 13:06:54 +0000 (15:06 +0200)]
mshtml: Added support for installing Gecko from build dir.
Jacek Caban [Thu, 18 Oct 2007 12:54:42 +0000 (14:54 +0200)]
mshtml: Set selection to default on IHTMLSelectionObject::createRange if there is no range selected.
Francois Gouget [Thu, 18 Oct 2007 15:11:52 +0000 (17:11 +0200)]
wrc: Modify the error, warning and tracing functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
Francois Gouget [Thu, 18 Oct 2007 15:11:57 +0000 (17:11 +0200)]
wmc: Modify the error and warning functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
Francois Gouget [Thu, 18 Oct 2007 15:11:47 +0000 (17:11 +0200)]
winegcc: Modify error() to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
Francois Gouget [Thu, 18 Oct 2007 15:11:30 +0000 (17:11 +0200)]
widl: Modify generic_msg() to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
Francois Gouget [Thu, 18 Oct 2007 15:10:45 +0000 (17:10 +0200)]
widl: Add the trailing '\n' to an error message.
Francois Gouget [Thu, 18 Oct 2007 15:10:30 +0000 (17:10 +0200)]
widl: Remove internal_error() as it is unused.
Alexandre Julliard [Thu, 18 Oct 2007 13:16:07 +0000 (15:16 +0200)]
ntdll: Cache the DOS drives stat info for up to one second.
Alexandre Julliard [Thu, 18 Oct 2007 13:15:40 +0000 (15:15 +0200)]
shell32: Check for internal shell classes before querying the registry in SHCoCreateInstance.
EA Durbin [Wed, 17 Oct 2007 02:06:46 +0000 (21:06 -0500)]
kernel32: Partially implement GetUserGeoID().
Alexandre Julliard [Thu, 18 Oct 2007 12:12:05 +0000 (14:12 +0200)]
Fix redundant uses of MAKEINTRESOURCE.
Alexandre Julliard [Thu, 18 Oct 2007 12:11:43 +0000 (14:11 +0200)]
shell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive symlinks.
Alex Villacís Lasso [Mon, 15 Oct 2007 01:25:54 +0000 (20:25 -0500)]
user32: Tests for fix EM_SETLIMITTEXT with zeroed args.
Alex Villacís Lasso [Tue, 16 Oct 2007 20:25:51 +0000 (15:25 -0500)]
user32: Fix EM_SETLIMITTEXT with zeroed args.
Dmitry Timoshkov [Tue, 16 Oct 2007 13:23:34 +0000 (22:23 +0900)]
user32: Add more listbox message tests, make them pass under Wine.
Evan Teran [Thu, 18 Oct 2007 06:12:34 +0000 (02:12 -0400)]
shell32: Fix typo in GlobalAlloc parameters.
Mikolaj Zalewski [Thu, 18 Oct 2007 01:22:16 +0000 (18:22 -0700)]
msi: Make the WriteEnvironmentStrings handling of [~] a bit better.
Nigel Liang [Thu, 18 Oct 2007 00:07:41 +0000 (17:07 -0700)]
wininet: Release object in HttpEndRequestW after use.
Detlef Riekenberg [Wed, 17 Oct 2007 20:55:56 +0000 (22:55 +0200)]
spoolss: Return a magic number as HANDLE in RevertToPrinterSelf.
Detlef Riekenberg [Wed, 17 Oct 2007 20:46:07 +0000 (22:46 +0200)]
spoolss: Add a stub for BuildOtherNamesFromMachineName.
Apostolos Alexiadis [Tue, 16 Oct 2007 06:14:01 +0000 (09:14 +0300)]
comctl32: Add Greek resources.
Juan Lang [Wed, 17 Oct 2007 16:34:14 +0000 (09:34 -0700)]
crypt32: Always return an empty list on failure from CryptGetDefaultOIDDllList.
Juan Lang [Wed, 17 Oct 2007 16:33:30 +0000 (09:33 -0700)]
crypt32: Don't abort early if encoding type is 0 for CryptRegisterOIDFunction/CryptUnregisterOIDFunction.
Juan Lang [Wed, 17 Oct 2007 16:32:32 +0000 (09:32 -0700)]
crypt32: Don't crash logging numeric function names.
Juan Lang [Wed, 17 Oct 2007 16:32:04 +0000 (09:32 -0700)]
crypt32: Implement CryptGetDefaultOIDFunctionAddress.
Juan Lang [Wed, 17 Oct 2007 16:31:18 +0000 (09:31 -0700)]
crypt32: Add basic tests for CryptGetDefaultOIDFunctionAddress.
Juan Lang [Wed, 17 Oct 2007 16:30:33 +0000 (09:30 -0700)]
crypt32: Use a structure to hold function address handle.
Mikolaj Zalewski [Wed, 17 Oct 2007 20:59:07 +0000 (13:59 -0700)]
ntdll: Support for UTF-16 manifests with reverse endianness.
Mikolaj Zalewski [Wed, 17 Oct 2007 20:36:34 +0000 (13:36 -0700)]
ntdll: Manifests should be parsed as UTF-16 only if there is a BOM (with testcase).
Mikolaj Zalewski [Wed, 17 Oct 2007 19:51:39 +0000 (12:51 -0700)]
kernel32/tests: Make the actctx test pass when the application is run from a different directory.
Mikolaj Zalewski [Wed, 17 Oct 2007 18:38:55 +0000 (11:38 -0700)]
kernel32/tests: Support for spaces in actctx test executable path.
Mikolaj Zalewski [Wed, 17 Oct 2007 18:08:51 +0000 (11:08 -0700)]
kernel32/tests: Don't close an invalid handle if the process is being debugged as this will raise an exception.
James Hawkins [Thu, 18 Oct 2007 03:58:31 +0000 (22:58 -0500)]
msi: Add handling for MSIMODIFY_INSERT for the streams table.
James Hawkins [Thu, 18 Oct 2007 03:57:18 +0000 (22:57 -0500)]
msi: Save nonpersistent strings as holes in the string pool.
James Hawkins [Thu, 18 Oct 2007 03:55:40 +0000 (22:55 -0500)]
msi: Test adding nonpersistent strings to the string table.
James Hawkins [Thu, 18 Oct 2007 03:54:39 +0000 (22:54 -0500)]
msi: Return ERROR_FUNCTION_FAILED if a matching row is not found.
James Hawkins [Thu, 18 Oct 2007 03:53:54 +0000 (22:53 -0500)]
msi: Return ERROR_FUNCTION_FAILED when inserting duplicate keys.
Dan Hipschman [Thu, 18 Oct 2007 01:06:26 +0000 (18:06 -0700)]
widl: Detect conformant arrays of user types correctly.
Dan Hipschman [Thu, 18 Oct 2007 01:05:37 +0000 (18:05 -0700)]
widl: Remove printf format strings that aren't really format strings.
Dan Hipschman [Thu, 18 Oct 2007 01:03:57 +0000 (18:03 -0700)]
widl: Generate dlldata files.
Dan Hipschman [Thu, 18 Oct 2007 01:03:25 +0000 (18:03 -0700)]
widl: Improve file cleanup when errors occur.
Michael Jung [Wed, 17 Oct 2007 20:40:09 +0000 (22:40 +0200)]
rsaenh: Enlarge buffer in test_enum_container. Fixes two test failures on Vista.
Andrew Talbot [Wed, 17 Oct 2007 20:15:53 +0000 (21:15 +0100)]
oleview: Fix a memory leak.
Jacek Caban [Wed, 17 Oct 2007 13:16:21 +0000 (15:16 +0200)]
mshtml: Import dimm.idl and fix compilation.
Jacek Caban [Wed, 17 Oct 2007 13:16:01 +0000 (15:16 +0200)]
hlink.idl: Undef unicode GetObject macro.
Alexandre Julliard [Wed, 17 Oct 2007 15:43:06 +0000 (17:43 +0200)]
server: Don't expose the parent window in areas that are now part of the child visible region.
Alexandre Julliard [Wed, 17 Oct 2007 15:28:04 +0000 (17:28 +0200)]
server: Avoid refreshing areas of a window that have already been copied by the X server.
Alexandre Julliard [Wed, 17 Oct 2007 15:04:01 +0000 (17:04 +0200)]
configure: Check for fontconfig in the X directory if not found in the standard places.
Detlef Riekenberg [Tue, 16 Oct 2007 21:30:49 +0000 (23:30 +0200)]
spoolss: Add a stub for SplIsUpgrade.
Jacek Caban [Tue, 16 Oct 2007 18:50:49 +0000 (20:50 +0200)]
msimtf: Added class factory implementation.
Jacek Caban [Tue, 16 Oct 2007 18:50:20 +0000 (20:50 +0200)]
msimtf: Added Dll[Un]RegisterServer implementation.
Alexandre Julliard [Wed, 17 Oct 2007 12:18:06 +0000 (14:18 +0200)]
user32: Replace a pointer cast by FIELD_OFFSET.
Alexandre Julliard [Wed, 17 Oct 2007 12:15:40 +0000 (14:15 +0200)]
kernel32/tests: Replace a couple of macros by a function to avoid compiler warnings.
Alexandre Julliard [Wed, 17 Oct 2007 12:15:13 +0000 (14:15 +0200)]
comctl32: Fix a discard const warning.
Alexandre Julliard [Wed, 17 Oct 2007 12:14:36 +0000 (14:14 +0200)]
crypt32: Fix pointer casts in decode.c too.
Alexandre Julliard [Wed, 17 Oct 2007 12:14:21 +0000 (14:14 +0200)]
msi: Avoid casting const pointers to non-const.
Alexandre Julliard [Wed, 17 Oct 2007 12:13:53 +0000 (14:13 +0200)]
msi: Properly clear the new table data when a column is added.
Bang Jun-young [Wed, 17 Oct 2007 08:08:17 +0000 (17:08 +0900)]
ole32: Include wine/port.h for snprintf().
Bang Jun-young [Wed, 17 Oct 2007 07:30:44 +0000 (16:30 +0900)]
advapi32: Fix AdjustTokenPrivileges() to match the PSDK.
Mikolaj Zalewski [Wed, 17 Oct 2007 00:49:28 +0000 (17:49 -0700)]
ntdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for the last byte of an ANSI string.
Mikolaj Zalewski [Wed, 17 Oct 2007 00:35:02 +0000 (17:35 -0700)]
ntdll: Add some tests for RtlIsTextUnicode.
Marcus Meissner [Tue, 16 Oct 2007 20:00:45 +0000 (22:00 +0200)]
oleaut32/tests: Insert the decimal seperator, if it is just 1 char.
Marcus Meissner [Tue, 16 Oct 2007 19:41:39 +0000 (21:41 +0200)]
msi: Common Files is translated to current language.
Marcus Meissner [Tue, 16 Oct 2007 19:26:13 +0000 (21:26 +0200)]
msi: Marked two variables static.
Andrey Turkin [Tue, 16 Oct 2007 17:25:21 +0000 (21:25 +0400)]
imm32: ImmDisableIme is an alias to ImmDisableIME.
Juan Lang [Tue, 16 Oct 2007 15:39:53 +0000 (08:39 -0700)]
crypt32: Always set pPolicyStatus->dwError.
Dmitry Timoshkov [Tue, 16 Oct 2007 13:07:31 +0000 (22:07 +0900)]
wordpad: Refuse to load OLE compound storage files like Windows does.
Alexandre Julliard [Wed, 17 Oct 2007 10:40:24 +0000 (12:40 +0200)]
winex11: Process all types of messages while moving/resizing a window.
Alexandre Julliard [Wed, 17 Oct 2007 10:37:44 +0000 (12:37 +0200)]
ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu).
Alexandre Julliard [Tue, 16 Oct 2007 12:09:43 +0000 (14:09 +0200)]
d3dx8: The inline functions should be static instead of extern.
David Adam [Sun, 14 Oct 2007 18:31:58 +0000 (20:31 +0200)]
d3dx8: Implement D3DXVec2Lerp with a test.
David Adam [Sun, 14 Oct 2007 18:20:01 +0000 (20:20 +0200)]
d3dx8: Implement D3DXVecScale with a test.
David Adam [Sun, 14 Oct 2007 18:04:59 +0000 (20:04 +0200)]
d3dx8: Implement D3DXVec2Maximize with a test.
David Adam [Sun, 14 Oct 2007 17:28:03 +0000 (19:28 +0200)]
d3dx8: Implement D3DXVec2Minimize with a test.
David Adam [Sun, 14 Oct 2007 17:22:17 +0000 (19:22 +0200)]
d3dx8: Implement D3DXVec2Subtract with a test.
David Adam [Sun, 14 Oct 2007 17:06:20 +0000 (19:06 +0200)]
d3dx8: Implement D3DXVec2Add with a test.
David Adam [Sun, 14 Oct 2007 16:33:25 +0000 (18:33 +0200)]
d3dx8: Implement D3DXVec2CCW with a test.
David Adam [Sun, 14 Oct 2007 16:24:33 +0000 (18:24 +0200)]
d3dx8: Implement D3DXVec2Dot with a test.
David Adam [Sat, 13 Oct 2007 23:15:30 +0000 (01:15 +0200)]
d3dx8: Implement D3DX8Vec2LengthSq with a test.
David Adam [Sat, 13 Oct 2007 22:39:54 +0000 (00:39 +0200)]
d3dx8: Implement D3DX8Vec2Length with a test.
Alexandre Julliard [Tue, 16 Oct 2007 11:58:09 +0000 (13:58 +0200)]
shlwapi/tests: Make local variables static and const.
Detlef Riekenberg [Fri, 12 Oct 2007 07:52:08 +0000 (09:52 +0200)]
shlwapi/test: Test dwSize for UrlCanonicalizeA/W.