James Hawkins [Sun, 22 Mar 2009 21:37:44 +0000 (14:37 -0700)]
kernel32: Handle writing empty sections and keys in WritePrivateProfileString.
James Hawkins [Sun, 22 Mar 2009 21:37:31 +0000 (14:37 -0700)]
kernel32: Set last error to ERROR_FILE_NOT_FOUND if lpAppName is NULL.
James Hawkins [Sun, 22 Mar 2009 21:36:54 +0000 (14:36 -0700)]
kernel32: Add tests for WritePrivateProfileString.
Andrew Talbot [Thu, 19 Mar 2009 22:40:07 +0000 (22:40 +0000)]
wineps.drv: Remove order-of-evaluation dependencies.
Andrew Talbot [Thu, 19 Mar 2009 22:40:14 +0000 (22:40 +0000)]
winex11.drv: Remove order-of-evaluation dependencies.
Andrew Talbot [Mon, 23 Mar 2009 22:18:47 +0000 (22:18 +0000)]
shell32: Remove uninitialized and superfluous struct.
Jacek Caban [Mon, 23 Mar 2009 17:31:05 +0000 (18:31 +0100)]
urlmon: Fixed handling NULL URLName in GetDisplatName implementation.
Jacek Caban [Mon, 23 Mar 2009 17:30:47 +0000 (18:30 +0100)]
urlmon: Added StdURLMoniker implementation.
Jacek Caban [Mon, 23 Mar 2009 17:30:32 +0000 (18:30 +0100)]
urlmon: Return IAsyncMoniker from QueryInterface.
Jacek Caban [Mon, 23 Mar 2009 17:30:11 +0000 (18:30 +0100)]
urlmon: Code clean up.
Kai Blin [Mon, 23 Mar 2009 17:14:57 +0000 (18:14 +0100)]
quartz/tests: If CoCreateInstance() fails, it's safe to return, as no cleanup is needed.
Ricardo Filipe [Mon, 23 Mar 2009 17:05:59 +0000 (17:05 +0000)]
setupapi: Remove invalid check for < MAX_PATH and don't copy to NULL PathBuffer (Coverity 888).
Dylan Smith [Mon, 23 Mar 2009 17:24:27 +0000 (13:24 -0400)]
richedit: Properly handle lack of semicolon after font name in rtf.
This was partially handled by ungetting the end group token (i.e. '}')
so that it was read again at the proper place. Unfortunately there is a
read hook that maintains a stackTop variable, which is decremented when
receiving this end group token. Therefore stackTop would get
decremented twice, and the rich text file would end prematurely.
This is fixed by incrementing the stackTop variable to compensate for it
being decremented twice.
Dylan Smith [Mon, 23 Mar 2009 14:34:55 +0000 (10:34 -0400)]
winhlp32: Invalidate scrollbar when changing pages.
Alexandre Julliard [Tue, 24 Mar 2009 08:42:02 +0000 (09:42 +0100)]
w32skrnl: Make w32sys.dll into a stand-alone 16-bit module.
Alexandre Julliard [Tue, 24 Mar 2009 08:38:01 +0000 (09:38 +0100)]
w32skrnl: Make win32s16.dll into a stand-alone 16-bit module.
Alexandre Julliard [Tue, 24 Mar 2009 08:31:03 +0000 (09:31 +0100)]
winnls32: Make winnls.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:35:00 +0000 (20:35 +0100)]
winmm: Make sound.drv into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:34:34 +0000 (20:34 +0100)]
rasapi32: Make rasapi16.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:34:02 +0000 (20:34 +0100)]
twain_32: Make twain.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:33:34 +0000 (20:33 +0100)]
wnaspi32: Make winaspi.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:33:00 +0000 (20:33 +0100)]
wintab32: Make wintab.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:32:06 +0000 (20:32 +0100)]
imm32: Make imm.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:31:01 +0000 (20:31 +0100)]
ctl3d32: Make ctl3d.dll and ctl3dv2.dll into stand-alone 16-bit modules.
Andrew Nguyen [Mon, 23 Mar 2009 06:42:58 +0000 (01:42 -0500)]
ddraw/tests: Skip some cooperative level tests on NT4/Win95.
The DirectX SDK reports that cooperative level flags
DDSCL_SETDEVICEWINDOW and DDSCL_SETFOCUSWINDOW are only
available on Windows 98 and higher.
Andrew Nguyen [Mon, 23 Mar 2009 06:35:00 +0000 (01:35 -0500)]
wine.inf: Add entry for fake ddeml.dll.
Andrew Nguyen [Mon, 23 Mar 2009 06:34:55 +0000 (01:34 -0500)]
tapi32: Stub lineGetIDW.
Andrew Nguyen [Mon, 23 Mar 2009 06:34:46 +0000 (01:34 -0500)]
tapi32: Stub lineMakeCallW.
Andrew Nguyen [Mon, 23 Mar 2009 06:34:41 +0000 (01:34 -0500)]
tapi32: Stub lineGetDevCapsW.
James Hawkins [Sun, 22 Mar 2009 21:32:51 +0000 (14:32 -0700)]
winebuild: Document the correlation of spec->ordinals and spec->limit with an assertion (Coverity 902).
James Hawkins [Sun, 22 Mar 2009 21:32:22 +0000 (14:32 -0700)]
cmd: Fix a memory leak (Coverity 904).
James Hawkins [Sun, 22 Mar 2009 21:31:56 +0000 (14:31 -0700)]
twain_32: Fix the use of an uninitialized variable (Coverity 908).
Alexandre Julliard [Mon, 23 Mar 2009 14:51:59 +0000 (15:51 +0100)]
loader: Fix installation for platforms that don't use extra binaries.
Huw Davies [Mon, 23 Mar 2009 11:47:19 +0000 (11:47 +0000)]
ole32: Store the ole clipboard window's HWND in the DataObject clipboard format.
Huw Davies [Tue, 17 Mar 2009 15:34:31 +0000 (15:34 +0000)]
ole32: Register DataObject clipboard format.
Huw Davies [Tue, 17 Mar 2009 14:33:33 +0000 (14:33 +0000)]
ole32: Use IsEqualIID rather than memcmp.
Huw Davies [Tue, 17 Mar 2009 14:27:18 +0000 (14:27 +0000)]
ole32: Simplify QueryInterface.
Huw Davies [Tue, 17 Mar 2009 14:25:09 +0000 (14:25 +0000)]
ole32: pFmt isn't exposed to the client, so simplify its allocation.
Huw Davies [Tue, 17 Mar 2009 14:17:49 +0000 (14:17 +0000)]
ole32: Rearrange functions to eliminate forward declarations.
Huw Davies [Tue, 17 Mar 2009 12:44:20 +0000 (12:44 +0000)]
ole32: Add a helper function to retrieve the implementation ptr.
Huw Davies [Tue, 17 Mar 2009 12:20:55 +0000 (12:20 +0000)]
ole32: Don't allocate the ole clipboard object in global memory - we're not going to directly expose it to other processes.
Huw Davies [Tue, 17 Mar 2009 11:55:09 +0000 (11:55 +0000)]
ole32: Remove unused static variable.
James Hawkins [Sun, 22 Mar 2009 21:31:35 +0000 (14:31 -0700)]
msi: Handle a NULL and empty szPackagePath in MsiInstallProduct (Coverity 181).
James Hawkins [Sun, 22 Mar 2009 21:31:24 +0000 (14:31 -0700)]
msi: Don't try to release a NULL record, with tests (Coverity 536).
James Hawkins [Sun, 22 Mar 2009 21:31:13 +0000 (14:31 -0700)]
msi: MsiCollectUserInfo cannot be called from a custom action (Coverity 565, 566).
James Hawkins [Sun, 22 Mar 2009 21:30:56 +0000 (14:30 -0700)]
msi: Test and handle the case where the SourceList key does not exist and the PackageName value does not exist in MsiGetProductInfo.
James Hawkins [Sun, 22 Mar 2009 21:30:38 +0000 (14:30 -0700)]
msi: Factor out the MsiEnumPatchesEx tests and test the NULL szUserSid and an szUserSid that is different from the current user.
James Hawkins [Sun, 22 Mar 2009 21:30:16 +0000 (14:30 -0700)]
msi: Allow the enumeration of other users' patches.
James Hawkins [Sun, 22 Mar 2009 21:30:03 +0000 (14:30 -0700)]
msi: Enumerate the current user's patches if szUserSid is NULL.
James Hawkins [Sun, 22 Mar 2009 21:29:51 +0000 (14:29 -0700)]
msi: Fix a typo (Coverity 910).
Michael Stefaniuc [Fri, 20 Mar 2009 22:45:22 +0000 (23:45 +0100)]
msi: Update the German translation.
Michael Stefaniuc [Fri, 20 Mar 2009 22:44:49 +0000 (23:44 +0100)]
msi: Convert the German translation to UTF8 encoding.
Robert Reif [Tue, 17 Mar 2009 14:20:05 +0000 (10:20 -0400)]
dsound: Fix uninitialized variable.
I missed one case when converting over to static GUIDs in a previous patch.
Pointed out by Andrew Talbot.
Aric Stewart [Mon, 16 Mar 2009 16:05:11 +0000 (11:05 -0500)]
msi: Reorder the condition operators so that longer strings are matched first.
This allows ~<< to be properly matched.
Vitaliy Margolen [Mon, 16 Mar 2009 02:29:48 +0000 (20:29 -0600)]
shell32: Fix number of returned arguments from CommandLineToArgvW with empty string.
Rob Shearman [Fri, 20 Mar 2009 16:13:00 +0000 (16:13 +0000)]
rpcrt4: Fix a memory leak in union unmarshall functions by never passing fMustAlloc=TRUE into union_arm_unmarshall.
Rob Shearman [Fri, 20 Mar 2009 16:11:58 +0000 (16:11 +0000)]
rpcrt4: Implement NdrRangeUnmarshall for enum types.
Rob Shearman [Fri, 20 Mar 2009 16:11:03 +0000 (16:11 +0000)]
rpcrt4: Simplify some code in RpcServerInqBindings by changing while loops into for loops.
Rob Shearman [Fri, 20 Mar 2009 16:10:42 +0000 (16:10 +0000)]
rpcrt4: Free the resources associated with server protocol sequences on DLL unload.
Rob Shearman [Fri, 20 Mar 2009 16:16:25 +0000 (16:16 +0000)]
widl: Initialise ref pointers to basic and enum types to 0 in generated server code.
Previously it was only done for pointers.
Rob Shearman [Fri, 20 Mar 2009 16:15:46 +0000 (16:15 +0000)]
widl: Output correct code for freeing of conformant-sized and non-conformant strings.
_StubMsg.pfnFree should be used instead of NdrPointerFree for
conformant-sized strings since the buffer will have been allocated
using NdrAllocate.
Non-conformant strings do not need any freeing since they use a buffer
that is allocated on the stack.
Rob Shearman [Fri, 20 Mar 2009 16:14:08 +0000 (16:14 +0000)]
widl: Check the attributes applied to function declarations.
Henri Verbeet [Mon, 23 Mar 2009 07:30:17 +0000 (08:30 +0100)]
d3d10core: Only destroy the device when it doesn't have any references left.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)]
d3d8: Fix locking.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)]
d3d8: Get rid of resource.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)]
d3d8: Get rid of basetexture.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)]
d3d9: Fix locking.
It appears there are some calls to wined3d missing critical sections.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)]
d3d9: Get rid of resource.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)]
d3d9: Get rid of basetexture.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:15 +0000 (08:30 +0100)]
wined3d: Set the currently active context to NULL when it's destroyed.
This should make us crash when trying to use the "currently active" context
after it has been destroyed, rather than messing around with freed memory.
Henri Verbeet [Mon, 23 Mar 2009 07:30:15 +0000 (08:30 +0100)]
wined3d: Compare the actual formats.
Henri Verbeet [Mon, 23 Mar 2009 12:54:34 +0000 (13:54 +0100)]
wined3d: Unload resources on Uninit3D().
This should prevent destroying GL objects without a GL context. Eg. when a ddraw
surface has a GL texture and is released after a call to Uninit3D().
Dylan Smith [Mon, 23 Mar 2009 04:14:33 +0000 (00:14 -0400)]
richedit: Add bounds checks for EM_GETTEXTRANGE with tests.
Wine was not doing bounds checks for EM_GETTEXTRANGE, which was causing
a crash in Bug 17822. The added tests would cause a crash without the
added bounds checks in the richedit code.
The bounds checks I put in HandleMessage, since ME_GetTextRange is also
called for ME_GETSELTEXT which should not have bounds checks, since it
uses the selection range.
When the ME_GETTEXTRANGE message returns 0, no text is copied, not even
the NULL terminating charter. This differs from EM_GETSELTEXT which
will copy the NULL terminating character when no text is selected. This
behaviour is consistent with native richedit controls.
Roderick Colenbrander [Sun, 15 Mar 2009 10:30:10 +0000 (11:30 +0100)]
wined3d: Add a classic WGL pixel format backend as not all OpenGL implementations support WGL_ARB_pixel_format.
This should help for instance VirtualBox.
Roderick Colenbrander [Sun, 15 Mar 2009 09:01:43 +0000 (10:01 +0100)]
wined3d: Add WGL_ARB_pixel_format detection.
Right now we assume that the extension is there but this isn't always
the case. The next patch in this series will add a
non-WGL_ARB_pixel_format codepath to help VirtualBox and others.
Nicolas Le Cam [Sat, 14 Mar 2009 13:22:51 +0000 (14:22 +0100)]
schannel/tests: Fix test on Win2k.
Nicolas Le Cam [Tue, 17 Mar 2009 21:40:45 +0000 (22:40 +0100)]
shell32/tests: Fix a test on Win2k platform and above.
Paul Vriens [Thu, 19 Mar 2009 10:16:28 +0000 (11:16 +0100)]
urlmon/tests: Fix a test failure on Vista and higher.
Rein Klazes [Thu, 19 Mar 2009 09:45:46 +0000 (10:45 +0100)]
user32/tests: In sysparams.c disable some Get/Set border tests for now. These may permanently change desktop settings of the testers.
Aric Stewart [Thu, 19 Mar 2009 14:46:45 +0000 (09:46 -0500)]
propsys: Stub for PSUnregisterPropertySchema.
Needed for IE8 install.
Hwang YunSong(황윤성) [Mon, 16 Mar 2009 01:10:34 +0000 (10:10 +0900)]
mshtml: Updated Korean resource.
Aric Stewart [Tue, 17 Mar 2009 12:40:42 +0000 (07:40 -0500)]
kernel32: Report unixfs instead of ntfs for unknown filesystem type.
This avoids programs such as the .Net2.0 installer trying to do ntfs
specific functions on the disk.
Michael Stefaniuc [Thu, 19 Mar 2009 10:22:15 +0000 (11:22 +0100)]
ddraw/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:22 +0000 (10:55 +0100)]
d3d9/tests: Use LONG instead of long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:40 +0000 (10:55 +0100)]
d3d8/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:07 +0000 (10:55 +0100)]
d3dxof/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Tue, 17 Mar 2009 09:03:51 +0000 (10:03 +0100)]
advapi32/tests: Don't use "long" for variable types.
Michael Stefaniuc [Mon, 16 Mar 2009 23:12:11 +0000 (00:12 +0100)]
ntdll: Remove superfluous pointer casts.
Aurimas Fischer [Sun, 15 Mar 2009 13:41:38 +0000 (15:41 +0200)]
wineboot: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 13:11:48 +0000 (15:11 +0200)]
start: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 11:01:26 +0000 (13:01 +0200)]
reg: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 13:31:03 +0000 (15:31 +0200)]
uninstaller: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 10:21:20 +0000 (12:21 +0200)]
mshtml: Update Lithuanian translation.
Konstantin Kondratyuk [Fri, 20 Mar 2009 12:29:04 +0000 (15:29 +0300)]
fonts: Add Bielorussian and Ukrainian symbols to tahoma.
Konstantin Kondratyuk [Fri, 20 Mar 2009 12:27:39 +0000 (15:27 +0300)]
fonts: Add Bielorussian and Ukrainian symbols to tahomabd.
William Waghorn [Wed, 18 Mar 2009 00:02:44 +0000 (17:02 -0700)]
imaadp32: Refuse unknown destination format.
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.
William Waghorn [Wed, 18 Mar 2009 00:02:37 +0000 (17:02 -0700)]
msadp32: Refuse unknown destination format.
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.
Michael Stefaniuc [Tue, 17 Mar 2009 22:04:42 +0000 (23:04 +0100)]
regedit: Fix the German translation.
Michael Stefaniuc [Tue, 17 Mar 2009 22:03:55 +0000 (23:03 +0100)]
regedit: Convert the German translation to UTF8.
Michael Stefaniuc [Tue, 17 Mar 2009 22:03:28 +0000 (23:03 +0100)]
regedit: Remove commented out STRINGTABLE from the resource files.
The STRINGTABLE is commented out since mid 2003.