wine
17 years agocomctl32: Fix a discard const warning.
Alexandre Julliard [Wed, 17 Oct 2007 12:15:13 +0000 (14:15 +0200)] 
comctl32: Fix a discard const warning.

17 years agocrypt32: Fix pointer casts in decode.c too.
Alexandre Julliard [Wed, 17 Oct 2007 12:14:36 +0000 (14:14 +0200)] 
crypt32: Fix pointer casts in decode.c too.

17 years agomsi: Avoid casting const pointers to non-const.
Alexandre Julliard [Wed, 17 Oct 2007 12:14:21 +0000 (14:14 +0200)] 
msi: Avoid casting const pointers to non-const.

17 years agomsi: Properly clear the new table data when a column is added.
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.

17 years agoole32: Include wine/port.h for snprintf().
Bang Jun-young [Wed, 17 Oct 2007 08:08:17 +0000 (17:08 +0900)] 
ole32: Include wine/port.h for snprintf().

17 years agoadvapi32: Fix AdjustTokenPrivileges() to match the PSDK.
Bang Jun-young [Wed, 17 Oct 2007 07:30:44 +0000 (16:30 +0900)] 
advapi32: Fix AdjustTokenPrivileges() to match the PSDK.

17 years agontdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for the last byte of an ANSI string.
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.

17 years agontdll: Add some tests for RtlIsTextUnicode.
Mikolaj Zalewski [Wed, 17 Oct 2007 00:35:02 +0000 (17:35 -0700)] 
ntdll: Add some tests for RtlIsTextUnicode.

17 years agooleaut32/tests: Insert the decimal seperator, if it is just 1 char.
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.

17 years agomsi: Common Files is translated to current language.
Marcus Meissner [Tue, 16 Oct 2007 19:41:39 +0000 (21:41 +0200)] 
msi: Common Files is translated to current language.

17 years agomsi: Marked two variables static.
Marcus Meissner [Tue, 16 Oct 2007 19:26:13 +0000 (21:26 +0200)] 
msi: Marked two variables static.

17 years agoimm32: ImmDisableIme is an alias to ImmDisableIME.
Andrey Turkin [Tue, 16 Oct 2007 17:25:21 +0000 (21:25 +0400)] 
imm32: ImmDisableIme is an alias to ImmDisableIME.

17 years agocrypt32: Always set pPolicyStatus->dwError.
Juan Lang [Tue, 16 Oct 2007 15:39:53 +0000 (08:39 -0700)] 
crypt32: Always set pPolicyStatus->dwError.

17 years agowordpad: Refuse to load OLE compound storage files like Windows does.
Dmitry Timoshkov [Tue, 16 Oct 2007 13:07:31 +0000 (22:07 +0900)] 
wordpad: Refuse to load OLE compound storage files like Windows does.

17 years agowinex11: Process all types of messages while moving/resizing a window.
Alexandre Julliard [Wed, 17 Oct 2007 10:40:24 +0000 (12:40 +0200)] 
winex11: Process all types of messages while moving/resizing a window.

17 years agontdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu).
Alexandre Julliard [Wed, 17 Oct 2007 10:37:44 +0000 (12:37 +0200)] 
ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu).

17 years agod3dx8: The inline functions should be static instead of extern.
Alexandre Julliard [Tue, 16 Oct 2007 12:09:43 +0000 (14:09 +0200)] 
d3dx8: The inline functions should be static instead of extern.

17 years agod3dx8: Implement D3DXVec2Lerp with a test.
David Adam [Sun, 14 Oct 2007 18:31:58 +0000 (20:31 +0200)] 
d3dx8: Implement D3DXVec2Lerp with a test.

17 years agod3dx8: Implement D3DXVecScale with a test.
David Adam [Sun, 14 Oct 2007 18:20:01 +0000 (20:20 +0200)] 
d3dx8: Implement D3DXVecScale with a test.

17 years agod3dx8: Implement D3DXVec2Maximize with a test.
David Adam [Sun, 14 Oct 2007 18:04:59 +0000 (20:04 +0200)] 
d3dx8: Implement D3DXVec2Maximize with a test.

17 years agod3dx8: Implement D3DXVec2Minimize with a test.
David Adam [Sun, 14 Oct 2007 17:28:03 +0000 (19:28 +0200)] 
d3dx8: Implement D3DXVec2Minimize with a test.

17 years agod3dx8: Implement D3DXVec2Subtract with a test.
David Adam [Sun, 14 Oct 2007 17:22:17 +0000 (19:22 +0200)] 
d3dx8: Implement D3DXVec2Subtract with a test.

17 years agod3dx8: Implement D3DXVec2Add with a test.
David Adam [Sun, 14 Oct 2007 17:06:20 +0000 (19:06 +0200)] 
d3dx8: Implement D3DXVec2Add with a test.

17 years agod3dx8: Implement D3DXVec2CCW with a test.
David Adam [Sun, 14 Oct 2007 16:33:25 +0000 (18:33 +0200)] 
d3dx8: Implement D3DXVec2CCW with a test.

17 years agod3dx8: Implement D3DXVec2Dot with a test.
David Adam [Sun, 14 Oct 2007 16:24:33 +0000 (18:24 +0200)] 
d3dx8: Implement D3DXVec2Dot with a test.

17 years agod3dx8: Implement D3DX8Vec2LengthSq with a test.
David Adam [Sat, 13 Oct 2007 23:15:30 +0000 (01:15 +0200)] 
d3dx8: Implement D3DX8Vec2LengthSq with a test.

17 years agod3dx8: Implement D3DX8Vec2Length with a test.
David Adam [Sat, 13 Oct 2007 22:39:54 +0000 (00:39 +0200)] 
d3dx8: Implement D3DX8Vec2Length with a test.

17 years agoshlwapi/tests: Make local variables static and const.
Alexandre Julliard [Tue, 16 Oct 2007 11:58:09 +0000 (13:58 +0200)] 
shlwapi/tests: Make local variables static and const.

17 years agoshlwapi/test: Test dwSize for UrlCanonicalizeA/W.
Detlef Riekenberg [Fri, 12 Oct 2007 07:52:08 +0000 (09:52 +0200)] 
shlwapi/test: Test dwSize for UrlCanonicalizeA/W.

17 years agoshlwapi/tests: Move URL testing functions from path.c to url.c.
Detlef Riekenberg [Fri, 12 Oct 2007 07:46:19 +0000 (09:46 +0200)] 
shlwapi/tests: Move URL testing functions from path.c to url.c.

17 years agowininet/tests: Test NULL pointer for InternetCanonicalizeUrlA.
Detlef Riekenberg [Fri, 12 Oct 2007 07:38:15 +0000 (09:38 +0200)] 
wininet/tests: Test NULL pointer for InternetCanonicalizeUrlA.

17 years agowininet: Fix flags and SetLastError for InternetCanonicalizeUrlA/W.
Detlef Riekenberg [Fri, 12 Oct 2007 07:36:54 +0000 (09:36 +0200)] 
wininet: Fix flags and SetLastError for InternetCanonicalizeUrlA/W.

17 years agoshlwapi: Fix returned result code and size in UrlCanonicalizeA.
Detlef Riekenberg [Fri, 12 Oct 2007 07:31:55 +0000 (09:31 +0200)] 
shlwapi: Fix returned result code and size in UrlCanonicalizeA.

17 years agodsound: Only warn for unsupported channels (or bits) when volume adjustment is done.
Maarten Lankhorst [Sat, 13 Oct 2007 18:29:40 +0000 (20:29 +0200)] 
dsound: Only warn for unsupported channels (or bits) when volume adjustment is done.

17 years agoserver: Owner and group SIDs in security descriptors are optional in many server...
Rob Shearman [Tue, 16 Oct 2007 09:19:21 +0000 (10:19 +0100)] 
server: Owner and group SIDs in security descriptors are optional in many server calls.

So print "<not present>" when they aren't provided instead of "<invalid sid>".

17 years agoadvapi32: Don't link to CreateWellKnownSid at compile time in the security tests.
Rob Shearman [Tue, 16 Oct 2007 08:51:00 +0000 (09:51 +0100)] 
advapi32: Don't link to CreateWellKnownSid at compile time in the security tests.

It isn't available on some Windows platforms.

17 years agoserver: Fix token_access_check to allow full access to security descriptors with...
Rob Shearman [Tue, 16 Oct 2007 08:50:50 +0000 (09:50 +0100)] 
server: Fix token_access_check to allow full access to security descriptors with present but NULL DACLs.

17 years agontdll: Fix the return code from RtlSetDaclSecurityDescriptor when daclpresent is...
Rob Shearman [Tue, 16 Oct 2007 08:50:28 +0000 (09:50 +0100)] 
ntdll: Fix the return code from RtlSetDaclSecurityDescriptor when daclpresent is FALSE.

17 years agoadvapi32: Add tests for AccessCheck with NULL DACLs and blank DACLs.
Rob Shearman [Tue, 16 Oct 2007 08:50:15 +0000 (09:50 +0100)] 
advapi32: Add tests for AccessCheck with NULL DACLs and blank DACLs.

17 years agontdll: Fix NtAccessCheck for NULL, but present SACLs and DACLs.
Rob Shearman [Tue, 16 Oct 2007 08:49:53 +0000 (09:49 +0100)] 
ntdll: Fix NtAccessCheck for NULL, but present SACLs and DACLs.

17 years agowidl: Output the correct value for TableSize in ProxyFileInfo.
Dan Hipschman [Tue, 16 Oct 2007 01:07:52 +0000 (18:07 -0700)] 
widl: Output the correct value for TableSize in ProxyFileInfo.

17 years agocomdlg32: NULL name in PRINTDLG_SetUpPrinterListComboA is correct so don't print...
Mikolaj Zalewski [Tue, 16 Oct 2007 01:42:42 +0000 (18:42 -0700)] 
comdlg32: NULL name in PRINTDLG_SetUpPrinterListComboA is correct so don't print a FIXME.

17 years agomsi: Only double the returned size when szValueBuf is NULL.
James Hawkins [Tue, 16 Oct 2007 03:25:16 +0000 (22:25 -0500)] 
msi: Only double the returned size when szValueBuf is NULL.

17 years agoprogman: Remove the obsolete Xx.rc file.
Alexandre Julliard [Tue, 16 Oct 2007 10:45:07 +0000 (12:45 +0200)] 
progman: Remove the obsolete Xx.rc file.

17 years agotools: Add Swedish name to .desktop file.
Daniel Nylander [Mon, 15 Oct 2007 20:28:06 +0000 (22:28 +0200)] 
tools: Add Swedish name to .desktop file.

17 years agoshdoclc: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:23:53 +0000 (22:23 +0200)] 
shdoclc: Update Swedish translation.

17 years agooleaut32: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:22:22 +0000 (22:22 +0200)] 
oleaut32: Update Swedish translation.

17 years agomshtml: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:20:35 +0000 (22:20 +0200)] 
mshtml: Update Swedish translation.

17 years agocomdlg32: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:16:56 +0000 (22:16 +0200)] 
comdlg32: Update Swedish translation.

17 years agowldap32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:25:38 +0000 (22:25 +0200)] 
wldap32: Add Swedish translation.

17 years agowininet: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:24:53 +0000 (22:24 +0200)] 
wininet: Add Swedish translation.

17 years agomsrle32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:21:10 +0000 (22:21 +0200)] 
msrle32: Add Swedish translation.

17 years agompr: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:19:34 +0000 (22:19 +0200)] 
mpr: Add Swedish translation.

17 years agolocalspl: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:18:58 +0000 (22:18 +0200)] 
localspl: Add Swedish translation.

17 years agoserialui: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:23:35 +0000 (22:23 +0200)] 
serialui: Add Swedish translation.

17 years agohhctrl.ocx: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:18:22 +0000 (22:18 +0200)] 
hhctrl.ocx: Add Swedish translation.

17 years agocrypt32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:17:40 +0000 (22:17 +0200)] 
crypt32: Add Swedish translation.

17 years agomsvidc32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:21:56 +0000 (22:21 +0200)] 
msvidc32: Add Swedish translation.

17 years agoshlwapi: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:24:14 +0000 (22:24 +0200)] 
shlwapi: Add Swedish translation.

17 years agowinspool.drv: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:25:12 +0000 (22:25 +0200)] 
winspool.drv: Add Swedish translation.

17 years agowineps.drv: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:24:35 +0000 (22:24 +0200)] 
wineps.drv: Add Swedish translation.

17 years agosane.ds: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:23:09 +0000 (22:23 +0200)] 
sane.ds: Add Swedish translation.

17 years agooledlg: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:22:52 +0000 (22:22 +0200)] 
oledlg: Add Swedish translation.

17 years agomsvfw32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:21:33 +0000 (22:21 +0200)] 
msvfw32: Add Swedish translation.

17 years agomsi: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:20:52 +0000 (22:20 +0200)] 
msi: Add Swedish translation.

17 years agomsacm32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:20:15 +0000 (22:20 +0200)] 
msacm32: Add Swedish translation.

17 years agolocalui: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:19:14 +0000 (22:19 +0200)] 
localui: Add Swedish translation.

17 years agoiccvid: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:18:38 +0000 (22:18 +0200)] 
iccvid: Add Swedish translation.

17 years agogphoto2.ds: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:18:01 +0000 (22:18 +0200)] 
gphoto2.ds: Add Swedish translation.

17 years agocredui: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:17:15 +0000 (22:17 +0200)] 
credui: Add Swedish translation.

17 years agoavifil32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:16:38 +0000 (22:16 +0200)] 
avifil32: Add Swedish translation.

17 years agoclock: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:11:33 +0000 (22:11 +0200)] 
clock: Update Swedish translation.

17 years agowineboot: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:13:03 +0000 (22:13 +0200)] 
wineboot: Add Swedish translation.

17 years agowinhelp: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:14:09 +0000 (22:14 +0200)] 
winhelp: Update Swedish translation.

17 years agowineconsole: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:13:47 +0000 (22:13 +0200)] 
wineconsole: Add Swedish translation.

17 years agowinecfg: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:13:23 +0000 (22:13 +0200)] 
winecfg: Add Swedish translation.

17 years agouninstaller: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:12:39 +0000 (22:12 +0200)] 
uninstaller: Add Swedish translation.

17 years agonotepad: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:12:00 +0000 (22:12 +0200)] 
notepad: Update Swedish translation.

17 years agowidl: Use new functions need_proxy and need_stub to clean up code and avoid generatin...
Dan Hipschman [Tue, 16 Oct 2007 01:06:33 +0000 (18:06 -0700)] 
widl: Use new functions need_proxy and need_stub to clean up code and avoid generating unnecessary files.

17 years agomsiexec: Fix a memory leak.
Andrew Talbot [Mon, 15 Oct 2007 19:29:19 +0000 (20:29 +0100)] 
msiexec: Fix a memory leak.

17 years agocomctl32: Monthcal should send notifications when today link gets clicked.
Lei Zhang [Mon, 15 Oct 2007 01:25:45 +0000 (18:25 -0700)] 
comctl32: Monthcal should send notifications when today link gets clicked.

17 years agocomctl32: Correct monthcal WM_LBUTTONDOWN return values.
Lei Zhang [Mon, 15 Oct 2007 00:45:37 +0000 (17:45 -0700)] 
comctl32: Correct monthcal WM_LBUTTONDOWN return values.

17 years agocomctl32: Select today's date when the today link is clicked.
Lei Zhang [Mon, 15 Oct 2007 00:44:15 +0000 (17:44 -0700)] 
comctl32: Select today's date when the today link is clicked.

17 years agocomctl32: Monthcal today link test.
Lei Zhang [Mon, 15 Oct 2007 00:04:08 +0000 (17:04 -0700)] 
comctl32: Monthcal today link test.

17 years agocomctl32: Simplify monthcal test.
Lei Zhang [Sun, 14 Oct 2007 22:32:29 +0000 (15:32 -0700)] 
comctl32: Simplify monthcal test.

17 years agoversion: Use the official NT macro rather than obsolete one.
Bang Jun-young [Mon, 15 Oct 2007 08:56:57 +0000 (17:56 +0900)] 
version: Use the official NT macro rather than obsolete one.

17 years agoavifil32: Fix prototype for AVIStreamFindSample() to match the PSDK.
Bang Jun-young [Mon, 15 Oct 2007 08:48:20 +0000 (17:48 +0900)] 
avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK.

17 years agocrypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
Bang Jun-young [Mon, 15 Oct 2007 08:12:26 +0000 (17:12 +0900)] 
crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().

17 years agoconfigure: Add check for presence of _strdup() and strdup().
Bang Jun-young [Mon, 15 Oct 2007 08:09:12 +0000 (17:09 +0900)] 
configure: Add check for presence of _strdup() and strdup().

17 years agocrypt32: Fix incorrect casts in X509_CERT and friends.
Gerald Pfeifer [Mon, 15 Oct 2007 11:58:45 +0000 (13:58 +0200)] 
crypt32: Fix incorrect casts in X509_CERT and friends.

17 years agocrypt32: Implement CertVerifyCertificateChain for the Microsoft root policy.
Juan Lang [Mon, 15 Oct 2007 20:16:24 +0000 (13:16 -0700)] 
crypt32: Implement CertVerifyCertificateChain for the Microsoft root policy.

17 years agohhctrl.ocx: Avoid spamming console.
Juan Lang [Mon, 15 Oct 2007 18:19:56 +0000 (11:19 -0700)] 
hhctrl.ocx: Avoid spamming console.

17 years agosetupapi: Avoid spamming console.
Juan Lang [Mon, 15 Oct 2007 18:18:22 +0000 (11:18 -0700)] 
setupapi: Avoid spamming console.

17 years agowininet.h: Add some more defines.
Juan Lang [Mon, 15 Oct 2007 18:15:38 +0000 (11:15 -0700)] 
wininet.h: Add some more defines.

17 years agowincrypt.h: Add a few more definitions.
Juan Lang [Mon, 15 Oct 2007 17:52:44 +0000 (10:52 -0700)] 
wincrypt.h: Add a few more definitions.

17 years agokernel32: Fix GlobalMemoryStatus to take into account the IMAGE_FILE_LARGE_ADDRESS_AW...
Alexandre Julliard [Mon, 15 Oct 2007 20:32:36 +0000 (22:32 +0200)] 
kernel32: Fix GlobalMemoryStatus to take into account the IMAGE_FILE_LARGE_ADDRESS_AWARE flag.

Also the page file size must not be truncated to 2Gb no matter what
the flag is set to.

17 years agouser32: Convert an HDDEDATA handle to a DDEPOKE structure for WM_DDE_POKE.
James Hawkins [Fri, 12 Oct 2007 05:25:32 +0000 (00:25 -0500)] 
user32: Convert an HDDEDATA handle to a DDEPOKE structure for WM_DDE_POKE.

17 years agouser32: Add tests for DdeCreateDataHandle.
James Hawkins [Fri, 12 Oct 2007 05:22:54 +0000 (00:22 -0500)] 
user32: Add tests for DdeCreateDataHandle.

17 years agouser32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.
James Hawkins [Fri, 12 Oct 2007 05:20:08 +0000 (00:20 -0500)] 
user32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.

17 years agouser32: Return DMLERR_MEMORY_ERROR instead of posting an ACK when fAckReq is returned...
James Hawkins [Fri, 12 Oct 2007 05:15:27 +0000 (00:15 -0500)] 
user32: Return DMLERR_MEMORY_ERROR instead of posting an ACK when fAckReq is returned by the server for WM_DDE_DATA.