Michael Stefaniuc [Fri, 6 Feb 2009 00:12:14 +0000 (01:12 +0100)]
winejack.drv: The dwParam1/dwParam2 function arguments are DWORD_PTR.
Michael Stefaniuc [Fri, 6 Feb 2009 00:11:18 +0000 (01:11 +0100)]
winmm: SendDriverMessage takes LPARAM as 3rd and 4th argument.
Andre Wisplinghoff [Thu, 5 Feb 2009 23:19:57 +0000 (00:19 +0100)]
comdlg32: Update German and French translation.
Ken Thomases [Thu, 5 Feb 2009 21:49:04 +0000 (15:49 -0600)]
winecoreaudio.drv: Add support for waveOutBreakLoop/WODM_BREAKLOOP.
Marcus Meissner [Thu, 5 Feb 2009 21:03:59 +0000 (22:03 +0100)]
mshtml: Fixed size passed to MultiByteToWideChar.
Marcus Meissner [Thu, 5 Feb 2009 21:01:34 +0000 (22:01 +0100)]
advapi32: Fixed size of userName.
Andrew Talbot [Thu, 5 Feb 2009 20:01:11 +0000 (20:01 +0000)]
netapi32: Remove unused functions.
Andrew Talbot [Thu, 5 Feb 2009 20:01:08 +0000 (20:01 +0000)]
msi: Remove unused functions.
Aric Stewart [Thu, 5 Feb 2009 19:13:02 +0000 (13:13 -0600)]
msctf: Stub implementation of SetInputScopes.
Aric Stewart [Thu, 5 Feb 2009 19:12:55 +0000 (13:12 -0600)]
msctf: Stub for SetInputScope.
David Hedberg [Fri, 23 Jan 2009 23:37:57 +0000 (00:37 +0100)]
msvcrt: Implement _mbcjistojms.
André Hentschel [Thu, 5 Feb 2009 16:36:39 +0000 (17:36 +0100)]
winemaker: Add odbccp32 to default link list.
Rob Shearman [Thu, 5 Feb 2009 16:23:54 +0000 (16:23 +0000)]
rpcrt4: Change the test of CStdStubBuffer->pPSFactory to only test for the field not being NULL.
The address varies on older versions of Windows and isn't really important.
Rob Shearman [Thu, 5 Feb 2009 16:22:30 +0000 (16:22 +0000)]
ole32: Fix an ole2 test failure on Win9x and NT4.
The combination of CF_BITMAP and TYMED_GLOBAL isn't accepted on newer
versions of Windows, so mark it as broken.
Juan Lang [Thu, 5 Feb 2009 15:29:02 +0000 (07:29 -0800)]
shell32: Fix a few tests on Windows 98 and Vista.
Christoph von Wittich [Thu, 5 Feb 2009 13:37:46 +0000 (14:37 +0100)]
kernel32: DeviceIoControl: lpBytesReturned must not be NULL if lpOverlapped is NULL.
Alexandre Julliard [Thu, 5 Feb 2009 20:13:34 +0000 (21:13 +0100)]
fonts: Copy the TrueType fonts to the build directory for out-of-tree builds.
Aric Stewart [Wed, 4 Feb 2009 20:48:36 +0000 (14:48 -0600)]
msctf: Add sink framework and implement ITfTextEditSink in Context.
Marcus Meissner [Wed, 4 Feb 2009 18:11:10 +0000 (19:11 +0100)]
mshtml: Call install_cab_file() with name directly on non-Wine.
Gerald Pfeifer [Wed, 4 Feb 2009 10:47:09 +0000 (11:47 +0100)]
wnaspi32: Invoke ASPI_SendASPICommand() on non-Linux platforms, too.
Juan Lang [Wed, 4 Feb 2009 22:39:20 +0000 (14:39 -0800)]
mapi32: Fix failing tests on some Win9x versions.
Juan Lang [Wed, 4 Feb 2009 21:20:39 +0000 (13:20 -0800)]
advapi32: Support the computer name as an account name in LookupAccountNameW.
Juan Lang [Wed, 4 Feb 2009 21:19:51 +0000 (13:19 -0800)]
advapi32: Test LookupAccountName with the computer name as the account name.
Paul Vriens [Thu, 5 Feb 2009 09:05:11 +0000 (10:05 +0100)]
fusion/tests: Do the conversion before testing.
Michael Stefaniuc [Thu, 5 Feb 2009 08:53:49 +0000 (09:53 +0100)]
winhttp: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 5 Feb 2009 08:53:39 +0000 (09:53 +0100)]
user32/tests: Remove superfluous pointer casts.
The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the
Hungarian notation.
Michael Stefaniuc [Thu, 5 Feb 2009 08:53:04 +0000 (09:53 +0100)]
include: Change some DWORD to DWORD_PTR in msacmdrv.h.
The changes are for Win64 compatibility and match the DDK.
Michael Stefaniuc [Thu, 5 Feb 2009 08:52:56 +0000 (09:52 +0100)]
include: Remove struct PORTALLOC from mmddk.h.
It doesn't exist in the DDK nor is it used in Wine.
Michael Stefaniuc [Thu, 5 Feb 2009 08:52:31 +0000 (09:52 +0100)]
include: Change some DWORD to DWORD_PTR in msacm.h.
The change is for Win64 compatibility and it matches the DDK.
Dmitry Timoshkov [Thu, 5 Feb 2009 08:41:29 +0000 (16:41 +0800)]
gdi32: Make sure that World2Vport DC transformation is valid before using it.
Marcus Meissner [Wed, 4 Feb 2009 22:02:43 +0000 (23:02 +0100)]
cryptui: Check NULL ptr differently (Coverity).
Jacek Caban [Wed, 4 Feb 2009 23:53:54 +0000 (00:53 +0100)]
mshtml: Return nsIDocumentObserver as nsISupport of nsDocumentObserver object.
Francois Gouget [Wed, 4 Feb 2009 23:21:10 +0000 (00:21 +0100)]
winedos: Remove spaces before '\n's.
Francois Gouget [Wed, 4 Feb 2009 23:20:26 +0000 (00:20 +0100)]
xrandr: X11DRV_XRandR_Cleanup() is unused so remove it.
Francois Gouget [Wed, 4 Feb 2009 23:20:13 +0000 (00:20 +0100)]
winex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it.
Francois Gouget [Wed, 4 Feb 2009 23:19:43 +0000 (00:19 +0100)]
progman: Reorder some functions to avoid forward declarations in dialog.c.
Francois Gouget [Wed, 4 Feb 2009 23:16:37 +0000 (00:16 +0100)]
d3dx8/tests: Make compare() static.
Francois Gouget [Wed, 4 Feb 2009 23:13:33 +0000 (00:13 +0100)]
rsaenh: {alloc,release}_handle_table() are not used so remove them.
Francois Gouget [Wed, 4 Feb 2009 23:19:35 +0000 (00:19 +0100)]
taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.
Francois Gouget [Wed, 4 Feb 2009 23:10:52 +0000 (00:10 +0100)]
taskmgr: Reorder some functions to avoid forward declarations in graphctl.c.
Francois Gouget [Wed, 4 Feb 2009 23:10:41 +0000 (00:10 +0100)]
taskmgr: Reorder some functions to avoid forward declarations in applpage.c.
Francois Gouget [Wed, 4 Feb 2009 23:10:35 +0000 (00:10 +0100)]
shell32/tests: Remove spaces before a '\n's.
Francois Gouget [Wed, 4 Feb 2009 23:10:29 +0000 (00:10 +0100)]
twain_32/tests: Add a trailing '\n' to ok() calls.
Detlef Riekenberg [Wed, 4 Feb 2009 22:28:30 +0000 (23:28 +0100)]
localspl: Enable environment "Windows x64" for Win64.
Detlef Riekenberg [Wed, 4 Feb 2009 22:25:36 +0000 (23:25 +0100)]
winspool: Enable environment "Windows x64" for Win64.
Detlef Riekenberg [Wed, 4 Feb 2009 22:16:28 +0000 (23:16 +0100)]
winspool/tests: Run more tests on Win64.
Andrew Talbot [Wed, 4 Feb 2009 20:39:36 +0000 (20:39 +0000)]
dbghelp: Remove unused function.
Andrew Talbot [Wed, 4 Feb 2009 20:39:39 +0000 (20:39 +0000)]
dplayx: Remove unused functions.
Andrew Talbot [Wed, 4 Feb 2009 20:39:42 +0000 (20:39 +0000)]
dsound: Remove unused function.
Andrew Talbot [Wed, 4 Feb 2009 20:39:45 +0000 (20:39 +0000)]
inetcomm: Remove unused function.
Andrew Talbot [Wed, 4 Feb 2009 20:39:48 +0000 (20:39 +0000)]
itss: Remove unused function.
Andrew Talbot [Wed, 4 Feb 2009 20:39:32 +0000 (20:39 +0000)]
cabinet: Declare a function static.
Aric Stewart [Wed, 4 Feb 2009 19:58:20 +0000 (13:58 -0600)]
mlang: Handle non Japanese case in ConvertUnknownJapaneseToUnicode.
Marcus Meissner [Wed, 4 Feb 2009 20:15:04 +0000 (21:15 +0100)]
urlmon: Fixed target buffer length to MultiByteToWideChar.
Marcus Meissner [Wed, 4 Feb 2009 20:11:31 +0000 (21:11 +0100)]
mshtml: Fixed second buffer argument to MultiByteToWideChar.
Marcus Meissner [Wed, 4 Feb 2009 19:33:40 +0000 (20:33 +0100)]
atl: Fixed second buffer size to MultiByteToWideChar.
Marcus Meissner [Wed, 4 Feb 2009 18:02:26 +0000 (19:02 +0100)]
mshtml: Fixed last argument to MultiByteToWideChar.
Juan Lang [Wed, 4 Feb 2009 17:20:22 +0000 (09:20 -0800)]
mshtml: Pass bytes written pointer to WriteFile.
Juan Lang [Wed, 4 Feb 2009 16:38:43 +0000 (08:38 -0800)]
shell32: Remove an obsolete comment.
Juan Lang [Tue, 3 Feb 2009 18:15:35 +0000 (10:15 -0800)]
shell32: Use the normal list checks for CSIDL_PERSONAL.
Alexandre Julliard [Wed, 4 Feb 2009 19:10:49 +0000 (20:10 +0100)]
winegcc: Pass the -m32/-m64 options to winebuild too.
Alexandre Julliard [Wed, 4 Feb 2009 18:37:13 +0000 (19:37 +0100)]
winebuild: Search for the as/ld/nm tools in the PATH under various names.
Alexandre Julliard [Wed, 4 Feb 2009 18:33:49 +0000 (19:33 +0100)]
winebuild: Append the correct options for as and ld when forcing a 32/64-bit build.
Alexandre Julliard [Wed, 4 Feb 2009 18:31:54 +0000 (19:31 +0100)]
winebuild: Determine the appropriate as/ld/nm commands at the time they are needed.
Juan Lang [Mon, 2 Feb 2009 21:45:18 +0000 (13:45 -0800)]
shell32: Remove a test that fails on Win64.
Vincent Pelletier [Sun, 1 Feb 2009 08:51:31 +0000 (09:51 +0100)]
msadp32.acm: Block align the adpcm extra data.
Based heavily on Stefano Guidoni's patch.
Jeremiah Flerchinger [Tue, 3 Feb 2009 05:24:03 +0000 (22:24 -0700)]
winedos: Unify Fake BIOS & VGA display mode selection information and algorithms.
Nikolay Sivov [Tue, 3 Feb 2009 14:36:44 +0000 (17:36 +0300)]
propsys: Stub for PSRegisterPropertySchema.
Nikolay Sivov [Wed, 4 Feb 2009 08:57:04 +0000 (11:57 +0300)]
gdiplus: Implemented GdipGetLogFontA.
Nikolay Sivov [Tue, 3 Feb 2009 19:17:47 +0000 (22:17 +0300)]
gdiplus: Implemented GdipFillRegion.
Aric Stewart [Tue, 3 Feb 2009 20:28:41 +0000 (14:28 -0600)]
msctf: Implement TF_GetThreadMgr.
Aric Stewart [Tue, 3 Feb 2009 20:28:35 +0000 (14:28 -0600)]
msctf: Implement TF_CreateThreadMgr.
Aric Stewart [Tue, 3 Feb 2009 20:28:27 +0000 (14:28 -0600)]
msctf: Flesh out spec file with stubs.
Aric Stewart [Tue, 3 Feb 2009 19:18:11 +0000 (13:18 -0600)]
msctf: Implement ITfCategoryMgr::RegisterCategory.
Aric Stewart [Tue, 3 Feb 2009 19:18:02 +0000 (13:18 -0600)]
msctf: Stub implementation of ITfCategoryMgr.
Aric Stewart [Tue, 3 Feb 2009 19:17:50 +0000 (13:17 -0600)]
msctf: Implement ITfInputProcessorProfiles::AddLanguageProfile.
Aric Stewart [Tue, 3 Feb 2009 19:17:41 +0000 (13:17 -0600)]
msctf: Implement ITfInputProcessorProfiles::Register.
Aric Stewart [Tue, 3 Feb 2009 19:17:19 +0000 (13:17 -0600)]
msctf: Implement InputProcessorProfiles::GetCurrentLanguage.
Aric Stewart [Tue, 3 Feb 2009 19:17:04 +0000 (13:17 -0600)]
msctf: Add stub implementation of ITfInputProcessorProfiles.
Alexandre Julliard [Wed, 4 Feb 2009 14:06:25 +0000 (15:06 +0100)]
include: Define LANGID in wtypes.idl.
Paul Vriens [Tue, 3 Feb 2009 19:45:34 +0000 (20:45 +0100)]
winetest: Make sure we can test .NET dlls on Windows.
Detlef Riekenberg [Tue, 3 Feb 2009 23:35:57 +0000 (00:35 +0100)]
comctl32/tests: Make the test dpi and theme aware by using SM_CYSIZE.
Alistair Leslie-Hughes [Wed, 4 Feb 2009 00:51:59 +0000 (11:51 +1100)]
shdocvw: Correct OnAmbientPropertyChange regression.
Alexandre Julliard [Wed, 4 Feb 2009 12:13:08 +0000 (13:13 +0100)]
dbghelp: Moved SymEnumLines to symbol.c to reuse the regex support.
Alexandre Julliard [Wed, 4 Feb 2009 12:02:08 +0000 (13:02 +0100)]
dbghelp: Fall back to string comparison if regex support is missing.
Alexandre Julliard [Wed, 4 Feb 2009 12:00:31 +0000 (13:00 +0100)]
dbghelp: Allocate enough memory initially for regexps instead of growing the buffer.
Alexandre Julliard [Wed, 4 Feb 2009 11:27:36 +0000 (12:27 +0100)]
dbghelp: Fix pool allocation routines to be able to support arbitrary sizes.
Also move full arenas to a separate list to avoid searching through
them again and again.
David Adam [Wed, 4 Feb 2009 07:52:52 +0000 (08:52 +0100)]
d3dx9_36: Remove useless traces.
Florian Tobias Schandinat [Tue, 3 Feb 2009 17:26:04 +0000 (18:26 +0100)]
winedos: Improve PIT emulation.
Dmitry Timoshkov [Wed, 4 Feb 2009 07:25:19 +0000 (15:25 +0800)]
mlang: Get rid of ICOM_THIS_MULTI macro.
Michael Stefaniuc [Tue, 3 Feb 2009 23:56:39 +0000 (00:56 +0100)]
twain_32/tests: Don't leak memory on an error path (Smatch).
Michael Stefaniuc [Tue, 3 Feb 2009 23:56:28 +0000 (00:56 +0100)]
include: Change some DWORD to DWORD_PTR in mmddk.h.
This matches the DDK and removes 14 Win64 compile warnings.
Christian Costa [Tue, 3 Feb 2009 21:58:34 +0000 (22:58 +0100)]
d3dxof: Fix object files size limitation by mapping them into memory.
Aric Stewart [Tue, 3 Feb 2009 18:55:14 +0000 (12:55 -0600)]
advapi32: Add Security Label sids used by IE7.
Juan Lang [Tue, 3 Feb 2009 19:08:22 +0000 (11:08 -0800)]
mapi32/tests: Fix typo.
Juan Lang [Tue, 3 Feb 2009 17:45:00 +0000 (09:45 -0800)]
shell32: Use list of allowed PIDL types rather than assuming there are no more than two.
Juan Lang [Tue, 3 Feb 2009 17:01:59 +0000 (09:01 -0800)]
shell32: Fix a couple test failures on NT4.
Juan Lang [Tue, 3 Feb 2009 16:11:33 +0000 (08:11 -0800)]
rsaenh: Fix failing tests on Windows ME.
Juan Lang [Tue, 3 Feb 2009 16:04:15 +0000 (08:04 -0800)]
wintrust: Use GetSystemDirectory rather than GetWindowsDirectory to find the CatRoot directories.
Juan Lang [Tue, 3 Feb 2009 15:48:59 +0000 (07:48 -0800)]
secur32: Fix a handful of test failures on Win9x.