Alexandre Julliard [Mon, 27 Oct 2008 10:29:21 +0000 (11:29 +0100)]
jscript: Avoid a compiler warning.
Dmitry Timoshkov [Mon, 27 Oct 2008 07:59:53 +0000 (15:59 +0800)]
gdi32: Search the child font list first.
Vitaliy Margolen [Sun, 26 Oct 2008 18:01:28 +0000 (12:01 -0600)]
winmm: Support more joysticks.
Andrew Talbot [Sat, 25 Oct 2008 15:43:47 +0000 (16:43 +0100)]
odbc32: Sign-compare warnings fix.
Marcus Meissner [Sun, 26 Oct 2008 14:27:05 +0000 (15:27 +0100)]
programs: Fixed two RegEnumValue name lengths.
Marcus Meissner [Sat, 25 Oct 2008 10:10:10 +0000 (12:10 +0200)]
netapi32: Fixed buffer sizes to GetUserNameW and GetComputerNameW.
Eric Pouech [Sat, 25 Oct 2008 07:12:30 +0000 (09:12 +0200)]
winedbg: Add a kill command to kill the current process.
Michael Stefaniuc [Fri, 24 Oct 2008 22:12:00 +0000 (00:12 +0200)]
comctl32: Just use 0 instead of casting NULL twice to an integer type.
Michael Stefaniuc [Fri, 24 Oct 2008 22:11:47 +0000 (00:11 +0200)]
rsaenh: Use 0 instead of casting NULL to a handle of integer type.
Michael Stefaniuc [Fri, 24 Oct 2008 22:11:21 +0000 (00:11 +0200)]
advapi32/tests: Use 0 instead of casting NULL to a handle of integer type.
Juan Lang [Fri, 24 Oct 2008 22:33:23 +0000 (15:33 -0700)]
crypt32: Fix a failing test on Windows.
Juan Lang [Fri, 24 Oct 2008 21:37:02 +0000 (14:37 -0700)]
cryptui: Choose appropriate destination store for a cert.
Juan Lang [Fri, 24 Oct 2008 21:36:07 +0000 (14:36 -0700)]
cryptui: Test the import destination of a couple more certs.
Juan Lang [Fri, 24 Oct 2008 21:35:39 +0000 (14:35 -0700)]
cryptui: Support importing certificate contexts.
Juan Lang [Fri, 24 Oct 2008 21:35:14 +0000 (14:35 -0700)]
cryptui: Move cert creation to a helper function.
Juan Lang [Fri, 24 Oct 2008 21:34:52 +0000 (14:34 -0700)]
cryptui: Improve parameter checking.
Juan Lang [Fri, 24 Oct 2008 21:34:27 +0000 (14:34 -0700)]
cryptui: Add tests for CryptUIWizImport.
Juan Lang [Fri, 24 Oct 2008 20:44:00 +0000 (13:44 -0700)]
cryptui: Don't crash if pImportSrc is NULL.
Alexandre Julliard [Fri, 24 Oct 2008 15:55:14 +0000 (17:55 +0200)]
Release 1.1.7.
James Hawkins [Fri, 24 Oct 2008 12:15:01 +0000 (07:15 -0500)]
msi: Fix several test failures.
James Hawkins [Fri, 24 Oct 2008 12:14:52 +0000 (07:14 -0500)]
msi: Fix a failing test in win9x.
Detlef Riekenberg [Thu, 23 Oct 2008 21:05:37 +0000 (23:05 +0200)]
shdocvw/tests: Add tests for URLSubRegQueryA.
Detlef Riekenberg [Thu, 23 Oct 2008 21:05:01 +0000 (23:05 +0200)]
shdocvw: Implement URLSubRegQueryA.
Michael Stefaniuc [Thu, 23 Oct 2008 21:53:02 +0000 (23:53 +0200)]
ntdll: Don't cast void pointers to other pointer types.
Andrew Talbot [Thu, 23 Oct 2008 21:24:04 +0000 (22:24 +0100)]
ntdll: Sign-compare warnings fix.
Francois Gouget [Fri, 24 Oct 2008 09:24:58 +0000 (11:24 +0200)]
secur32: Check that the GnuTLS header is recent enough for schannel.
Francois Gouget [Fri, 24 Oct 2008 09:24:38 +0000 (11:24 +0200)]
comdlg32/tests: Remove unneeded casts.
Paul Vriens [Fri, 24 Oct 2008 09:49:18 +0000 (11:49 +0200)]
riched20/tests: Skip some tests on Win9x and WinMe.
Hans Leidekker [Fri, 24 Oct 2008 09:08:12 +0000 (11:08 +0200)]
wininet: Add an exception handler in HttpOpenRequestA to protect against invalid accept type pointers.
Juan Lang [Fri, 24 Oct 2008 00:20:35 +0000 (17:20 -0700)]
crypt32: Change expected behavior of a test to match Windows Vista/2008.
Juan Lang [Fri, 24 Oct 2008 00:14:13 +0000 (17:14 -0700)]
wintrust: Partially implement SoftpubLoadMessage for catalog files.
Juan Lang [Thu, 23 Oct 2008 20:46:20 +0000 (13:46 -0700)]
wintrust: Pass file handle and path to SOFTPUB_GetMessageFromFile.
Juan Lang [Thu, 23 Oct 2008 20:42:08 +0000 (13:42 -0700)]
wintrust: Separate loading a message from a WINTRUST_FILE_INFO into a helper function.
Juan Lang [Thu, 23 Oct 2008 20:40:34 +0000 (13:40 -0700)]
wintrust: Separate loading a message from a WINTRUST_CERT_INFO into a helper function.
Juan Lang [Fri, 24 Oct 2008 00:12:05 +0000 (17:12 -0700)]
crypt32: Fix a failing test on Windows, and remove TODO_ERROR since Wine's implemenation already matches.
Michael Stefaniuc [Thu, 23 Oct 2008 21:52:45 +0000 (23:52 +0200)]
comctl32: LockResource() returns a LPVOID so don't cast its return value.
Michael Stefaniuc [Thu, 23 Oct 2008 21:52:28 +0000 (23:52 +0200)]
comctl32: DPA_GetPtr() returns a LPVOID so don't cast its return value.
Michael Stefaniuc [Thu, 23 Oct 2008 21:52:10 +0000 (23:52 +0200)]
comctl32: Remove the superfluous casting of the LPVOID returned by Alloc().
Michael Stefaniuc [Thu, 23 Oct 2008 21:51:07 +0000 (23:51 +0200)]
gdi32: Don't cast the void pointer returned by GDI_GetObjPtr().
Stefan Leichter [Thu, 23 Oct 2008 21:33:27 +0000 (23:33 +0200)]
include: Fix prototype of SCardReleaseStartedEvent.
Reece Dunn [Thu, 23 Oct 2008 21:26:58 +0000 (22:26 +0100)]
include/mlang: Added a missing out attribute.
Jacek Caban [Thu, 23 Oct 2008 23:19:27 +0000 (16:19 -0700)]
urlmon: Added IsLoggingEnabled[AW] stub implementation.
Paul Vriens [Thu, 23 Oct 2008 19:41:11 +0000 (21:41 +0200)]
shlwapi/tests: Fix failures on multiple platforms.
Henri Verbeet [Thu, 23 Oct 2008 14:37:10 +0000 (16:37 +0200)]
wined3d: Remove the SDKVersion parameter to WineDirect3DCreate().
Henri Verbeet [Thu, 23 Oct 2008 14:37:10 +0000 (16:37 +0200)]
ddraw: Make sure pWineDirect3DCreate and pWineDirect3DCreateClipper match the header.
Henri Verbeet [Thu, 23 Oct 2008 14:37:09 +0000 (16:37 +0200)]
dxgi: Add a debug function for DXGI_FORMAT.
Henri Verbeet [Thu, 23 Oct 2008 14:37:09 +0000 (16:37 +0200)]
d3d10: It doesn't make sense to prefer native d3d10.
Henri Verbeet [Thu, 23 Oct 2008 14:37:09 +0000 (16:37 +0200)]
d3d10: Implement D3D10CreateDeviceAndSwapChain().
Henri Verbeet [Thu, 23 Oct 2008 14:37:09 +0000 (16:37 +0200)]
d3d10: d3d10 doesn't need wined3d.
Alexandre Julliard [Thu, 23 Oct 2008 18:24:49 +0000 (20:24 +0200)]
kernel32: Return the Windows symlink in QueryDosDevice instead of the Unix one.
Alexandre Julliard [Thu, 23 Oct 2008 17:59:17 +0000 (19:59 +0200)]
mpr: Use a mountmgr ioctl to retrieve the UNC name for a drive.
Alexandre Julliard [Thu, 23 Oct 2008 14:29:11 +0000 (16:29 +0200)]
winecfg: Load the existing drive config from mountmgr instead of relying on QueryDosDevice.
Alexandre Julliard [Thu, 23 Oct 2008 14:19:36 +0000 (16:19 +0200)]
winecfg: Store the Unix device if any in the drive configuration.
Alexandre Julliard [Thu, 23 Oct 2008 14:00:00 +0000 (16:00 +0200)]
winecfg: Use an ioctl to the mount manager to define drives.
Alexandre Julliard [Thu, 23 Oct 2008 13:52:39 +0000 (15:52 +0200)]
mountmgr: Add a Wine-specific ioctl to query the Unix information about a drive.
Alexandre Julliard [Thu, 23 Oct 2008 13:48:08 +0000 (15:48 +0200)]
mountmgr: Add a Wine-specific ioctl to define a drive for a Unix path.
Alexandre Julliard [Thu, 23 Oct 2008 13:44:18 +0000 (15:44 +0200)]
mountmgr: Allow to specify the drive letter explicitly when creating/removing a drive.
Alexandre Julliard [Thu, 23 Oct 2008 13:43:46 +0000 (15:43 +0200)]
mountmgr: Store the contents of the device symlink in the drive object.
Dylan Smith [Thu, 23 Oct 2008 05:07:31 +0000 (01:07 -0400)]
richedit: Fixed the call to the EditWordBreakProc.
Dylan Smith [Thu, 23 Oct 2008 05:07:11 +0000 (01:07 -0400)]
richedit: Added test for correct behaviour for calling EditWordBreakProc.
EditWordBreakProc documented the third parameter as being the number
of unicode characters in the string for richedit 2.0 and up. It turns
out that it should actually be the number of bytes in the string.
Sylvain Petreolle [Thu, 23 Oct 2008 09:48:25 +0000 (09:48 +0000)]
ole32: Stub implementation for CoGetCallerTID.
Aric Stewart [Thu, 23 Oct 2008 12:49:04 +0000 (07:49 -0500)]
ntdll/tests: handle info behavior for vista and 2008 properly.
Dmitry Timoshkov [Thu, 23 Oct 2008 12:32:43 +0000 (21:32 +0900)]
gdi32: Add EMR_GDICOMMENT to the list of records producing output.
This completely fixes the print previews generated by MS Access in a Win9x
mode. Access has a custom handler for an EMR_GDICOMMENT record, and GDI APIs
it calls from it don't work properly due to wrong DC mapping.
Alexandre Julliard [Thu, 23 Oct 2008 10:53:47 +0000 (12:53 +0200)]
msiexec: Fix initial state of the argument parsing state machine.
Andrey Turkin [Tue, 21 Oct 2008 07:07:09 +0000 (11:07 +0400)]
wordpad: Do not pass resource ids to MessageBox.
Stefan Leichter [Wed, 22 Oct 2008 18:41:09 +0000 (20:41 +0200)]
rpcrt4: Add stub for MesEncodeDynBufferHandleCreate.
Alexandre Julliard [Thu, 23 Oct 2008 10:15:43 +0000 (12:15 +0200)]
winecfg: Update the drives only when they have changed, instead of trying to compare with the current setup.
Huw Davies [Thu, 23 Oct 2008 09:25:24 +0000 (10:25 +0100)]
ole32: Call the appropriate storage function when we run the object.
Paul Vriens [Thu, 23 Oct 2008 07:36:40 +0000 (09:36 +0200)]
oleacc/tests: Fix some failures on Win98 up to W2K.
Jeff Zaroyko [Thu, 23 Oct 2008 05:51:09 +0000 (16:51 +1100)]
dsound/tests: Fix a failing capture test on win2k.
Jeff Zaroyko [Thu, 23 Oct 2008 05:18:09 +0000 (16:18 +1100)]
dsound/tests: Fix failing propset and capture tests on win98.
Andrew Talbot [Wed, 22 Oct 2008 20:43:50 +0000 (21:43 +0100)]
msxml3: Sign-compare warning fix.
Juan Lang [Wed, 22 Oct 2008 22:02:15 +0000 (15:02 -0700)]
crypt32: Correct trust error status for cyclic chains.
Juan Lang [Wed, 22 Oct 2008 21:58:59 +0000 (14:58 -0700)]
include: Fix typos.
Juan Lang [Wed, 22 Oct 2008 20:27:31 +0000 (13:27 -0700)]
crypt32: Add stub for CertEnumPhysicalStore.
Juan Lang [Wed, 22 Oct 2008 20:21:20 +0000 (13:21 -0700)]
crypt32: Pass flags to enumeration callback.
Nikolay Sivov [Wed, 22 Oct 2008 16:03:10 +0000 (20:03 +0400)]
gdiplus: Added GdipSetClipGraphics.
Henri Verbeet [Wed, 22 Oct 2008 15:41:16 +0000 (17:41 +0200)]
dxgi: Add a stub IDXGIDevice implementation.
Henri Verbeet [Wed, 22 Oct 2008 15:41:16 +0000 (17:41 +0200)]
dxgi: Add the IDXGIDevice interface.
Henri Verbeet [Wed, 22 Oct 2008 15:41:16 +0000 (17:41 +0200)]
dxgi: Fix a typo.
Dylan Smith [Wed, 22 Oct 2008 15:11:06 +0000 (11:11 -0400)]
richedit: Fixed pointer syntax in helper functions for tests.
Aric Stewart [Tue, 21 Oct 2008 16:36:45 +0000 (11:36 -0500)]
ntdll: Update behavior of ActivationContextBasicInformation.
Hans Leidekker [Wed, 22 Oct 2008 11:27:00 +0000 (13:27 +0200)]
wldap32: Skip tests when the server can't be reached.
Ricardo Filipe [Tue, 21 Oct 2008 09:27:46 +0000 (02:27 -0700)]
mshtml: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 10:05:11 +0000 (03:05 -0700)]
sane.ds: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 10:05:11 +0000 (03:05 -0700)]
iccvid: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 09:15:36 +0000 (02:15 -0700)]
msvfw32: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 06:20:17 +0000 (23:20 -0700)]
wineboot: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 06:14:27 +0000 (23:14 -0700)]
net: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 06:01:18 +0000 (23:01 -0700)]
taskmgr: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 03:22:46 +0000 (20:22 -0700)]
write: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 03:22:46 +0000 (20:22 -0700)]
wordpad: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 02:17:47 +0000 (19:17 -0700)]
xcopy: Added Portuguese translation.
Ricardo Filipe [Tue, 21 Oct 2008 00:51:01 +0000 (17:51 -0700)]
oleview: Added Portuguese translation.
Alexandre Julliard [Wed, 22 Oct 2008 11:16:54 +0000 (13:16 +0200)]
configure: Explicitly mention that we need 32-bit libraries to try to avoid some invalid bug reports.
Paul Vriens [Wed, 22 Oct 2008 11:01:25 +0000 (13:01 +0200)]
kernel32/tests: Skip a test if needed.
Paul Vriens [Wed, 22 Oct 2008 10:31:51 +0000 (12:31 +0200)]
kernel32/tests: Fix a few failures on win9x and winme.
Dylan Smith [Wed, 22 Oct 2008 06:22:41 +0000 (02:22 -0400)]
richedit: Fixed EM_POSFROMCHAR for pos of text length.
For some reason EM_POSFROMCHAR was returning 0 when the position was
equal to the end of the text, or beyond the end of the text. Instead
it should use the position at the end of the text for both these
cases. The x value was also seen to be offset by 1 according to the
tests.
Dylan Smith [Wed, 22 Oct 2008 06:22:20 +0000 (02:22 -0400)]
richedit: Added tests for EM_POSFROMCHAR for pos around end of text.
Andrew Talbot [Tue, 21 Oct 2008 20:44:27 +0000 (21:44 +0100)]
msvcrt: Sign-compare warnings fix.