Lionel Debroux [Sat, 20 Oct 2007 07:30:44 +0000 (09:30 +0200)]
comctl32: Remove redundant NULL check before free (found by Smatch).
Mikolaj Zalewski [Sat, 20 Oct 2007 01:15:27 +0000 (18:15 -0700)]
msi: Use BS_GROUPBOX for group boxes.
Rob Shearman [Fri, 19 Oct 2007 22:23:17 +0000 (23:23 +0100)]
ole32: Reset the parent storage on overwritten streams so that operations on them now fail.
Rob Shearman [Fri, 19 Oct 2007 22:22:58 +0000 (23:22 +0100)]
ole32: Add a test to show that operations on overwritten should no longer succeed.
Detlef Riekenberg [Fri, 19 Oct 2007 17:26:30 +0000 (19:26 +0200)]
wineps: Remove unused resource file.
Detlef Riekenberg [Fri, 19 Oct 2007 17:25:01 +0000 (19:25 +0200)]
shell32: Remove unused resource file.
Detlef Riekenberg [Fri, 19 Oct 2007 21:11:20 +0000 (23:11 +0200)]
spoolss/test: Add a test for BuildOtherNamesFromMachineName.
Ken Thomases [Fri, 19 Oct 2007 21:18:51 +0000 (16:18 -0500)]
configure: Use 0 instead of NULL because NULL isn't defined.
Ken Thomases [Fri, 19 Oct 2007 21:18:27 +0000 (16:18 -0500)]
configure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X.
Ken Thomases [Fri, 19 Oct 2007 21:18:17 +0000 (16:18 -0500)]
configure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro.
Gerald Pfeifer [Fri, 19 Oct 2007 19:55:33 +0000 (21:55 +0200)]
gdi32: Add a set of braces to silence a GCC 3.4 warning.
Juan Lang [Fri, 19 Oct 2007 17:23:24 +0000 (10:23 -0700)]
cryptnet: Fix a leak.
Juan Lang [Fri, 19 Oct 2007 20:36:03 +0000 (13:36 -0700)]
crypt32: Initialize mask when allocating it.
Juan Lang [Sat, 20 Oct 2007 04:22:58 +0000 (21:22 -0700)]
crypt32: Simplify I_CertUpdateStore.
Juan Lang [Fri, 19 Oct 2007 19:36:06 +0000 (12:36 -0700)]
crypt32: Replace a private type with a public one.
Juan Lang [Fri, 19 Oct 2007 19:35:08 +0000 (12:35 -0700)]
crypt32: Add more missing definitions.
Juan Lang [Fri, 19 Oct 2007 13:45:33 +0000 (06:45 -0700)]
crypt32: Remove tests that cause memory corruption.
Jacek Caban [Sun, 21 Oct 2007 12:36:38 +0000 (14:36 +0200)]
itss: Fixed memory freeing.
Francois Gouget [Thu, 18 Oct 2007 15:10:06 +0000 (17:10 +0200)]
winex11.drv: Remove the coloruse == -1 special case. Add X11DRV_DIB_GetColorCount() for computing a bitmap's number of colors.
Alexandre Julliard [Fri, 19 Oct 2007 12:40:23 +0000 (14:40 +0200)]
ntdll: Fixed off-by-one error in RtlGetFullPathName_U (spotted by Michael Builov).
Juan Lang [Fri, 19 Oct 2007 10:48:50 +0000 (03:48 -0700)]
crypt32: Keep signer handle count separate from signer info.
Juan Lang [Fri, 19 Oct 2007 04:52:06 +0000 (21:52 -0700)]
crypt32: Free memory on an error path.
Juan Lang [Fri, 19 Oct 2007 04:50:46 +0000 (21:50 -0700)]
crypt32: Free root store when quitting.
Juan Lang [Fri, 19 Oct 2007 03:48:33 +0000 (20:48 -0700)]
crypt32: Fix a couple leaked messages.
Juan Lang [Fri, 19 Oct 2007 03:48:01 +0000 (20:48 -0700)]
crypt32: Get rid of an unused key.
Juan Lang [Fri, 19 Oct 2007 03:47:30 +0000 (20:47 -0700)]
crypt32: Make sure a signed encode message's signer info is always initialized.
Juan Lang [Fri, 19 Oct 2007 03:46:57 +0000 (20:46 -0700)]
crypt32: Set lower quality chain count and pointer to 0 when freeing them.
Juan Lang [Fri, 19 Oct 2007 03:44:18 +0000 (20:44 -0700)]
crypt32: Don't keep a pointer to the lower quality chains when choosing a higher quality one, otherwise they'll get double-freed.
Juan Lang [Thu, 18 Oct 2007 18:14:12 +0000 (11:14 -0700)]
crypt32: Use GetSystemTimeAsFileTime rather than GetSystemTime/SystemTimeToFileTime.
Juan Lang [Thu, 18 Oct 2007 18:13:20 +0000 (11:13 -0700)]
crypt32: Use I_CertUpdateStore in registry stores.
Juan Lang [Thu, 18 Oct 2007 18:12:32 +0000 (11:12 -0700)]
crypt32: Pass reg store's key and memory store to CRYPT_RegReadFromReg, rather than passing a private type.
Juan Lang [Thu, 18 Oct 2007 18:11:54 +0000 (11:11 -0700)]
crypt32: Use I_CertUpdateStore in file stores.
Juan Lang [Thu, 18 Oct 2007 18:10:55 +0000 (11:10 -0700)]
crypt32: Implement I_CertUpdateStore.
Juan Lang [Thu, 18 Oct 2007 18:10:23 +0000 (11:10 -0700)]
crypt32: Add tests for I_CertUpdateStore.
Juan Lang [Thu, 18 Oct 2007 18:09:22 +0000 (11:09 -0700)]
crypt32: Add I_CertUpdateStore stub.
Juan Lang [Thu, 18 Oct 2007 17:36:28 +0000 (10:36 -0700)]
crypt32: Add stubs for I_CryptFindLruEntry and I_CryptCreateLruEntry.
Juan Lang [Thu, 18 Oct 2007 17:29:34 +0000 (10:29 -0700)]
cryptnet: Partially implement CryptGetObjectUrl.
Juan Lang [Thu, 18 Oct 2007 17:28:59 +0000 (10:28 -0700)]
cryptnet: Add URL_OID_GET_OBJECT_URL_FUNC definition.
Juan Lang [Thu, 18 Oct 2007 17:28:32 +0000 (10:28 -0700)]
cryptnet: Add tests for CryptGetObjectUrl.
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.