Alexandre Julliard [Wed, 17 Oct 2007 12:15:13 +0000 (14:15 +0200)]
comctl32: Fix a discard const warning.
Alexandre Julliard [Wed, 17 Oct 2007 12:14:36 +0000 (14:14 +0200)]
crypt32: Fix pointer casts in decode.c too.
Alexandre Julliard [Wed, 17 Oct 2007 12:14:21 +0000 (14:14 +0200)]
msi: Avoid casting const pointers to non-const.
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.
Bang Jun-young [Wed, 17 Oct 2007 08:08:17 +0000 (17:08 +0900)]
ole32: Include wine/port.h for snprintf().
Bang Jun-young [Wed, 17 Oct 2007 07:30:44 +0000 (16:30 +0900)]
advapi32: Fix AdjustTokenPrivileges() to match the PSDK.
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.
Mikolaj Zalewski [Wed, 17 Oct 2007 00:35:02 +0000 (17:35 -0700)]
ntdll: Add some tests for RtlIsTextUnicode.
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.
Marcus Meissner [Tue, 16 Oct 2007 19:41:39 +0000 (21:41 +0200)]
msi: Common Files is translated to current language.
Marcus Meissner [Tue, 16 Oct 2007 19:26:13 +0000 (21:26 +0200)]
msi: Marked two variables static.
Andrey Turkin [Tue, 16 Oct 2007 17:25:21 +0000 (21:25 +0400)]
imm32: ImmDisableIme is an alias to ImmDisableIME.
Juan Lang [Tue, 16 Oct 2007 15:39:53 +0000 (08:39 -0700)]
crypt32: Always set pPolicyStatus->dwError.
Dmitry Timoshkov [Tue, 16 Oct 2007 13:07:31 +0000 (22:07 +0900)]
wordpad: Refuse to load OLE compound storage files like Windows does.
Alexandre Julliard [Wed, 17 Oct 2007 10:40:24 +0000 (12:40 +0200)]
winex11: Process all types of messages while moving/resizing a window.
Alexandre Julliard [Wed, 17 Oct 2007 10:37:44 +0000 (12:37 +0200)]
ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu).
Alexandre Julliard [Tue, 16 Oct 2007 12:09:43 +0000 (14:09 +0200)]
d3dx8: The inline functions should be static instead of extern.
David Adam [Sun, 14 Oct 2007 18:31:58 +0000 (20:31 +0200)]
d3dx8: Implement D3DXVec2Lerp with a test.
David Adam [Sun, 14 Oct 2007 18:20:01 +0000 (20:20 +0200)]
d3dx8: Implement D3DXVecScale with a test.
David Adam [Sun, 14 Oct 2007 18:04:59 +0000 (20:04 +0200)]
d3dx8: Implement D3DXVec2Maximize with a test.
David Adam [Sun, 14 Oct 2007 17:28:03 +0000 (19:28 +0200)]
d3dx8: Implement D3DXVec2Minimize with a test.
David Adam [Sun, 14 Oct 2007 17:22:17 +0000 (19:22 +0200)]
d3dx8: Implement D3DXVec2Subtract with a test.
David Adam [Sun, 14 Oct 2007 17:06:20 +0000 (19:06 +0200)]
d3dx8: Implement D3DXVec2Add with a test.
David Adam [Sun, 14 Oct 2007 16:33:25 +0000 (18:33 +0200)]
d3dx8: Implement D3DXVec2CCW with a test.
David Adam [Sun, 14 Oct 2007 16:24:33 +0000 (18:24 +0200)]
d3dx8: Implement D3DXVec2Dot with a test.
David Adam [Sat, 13 Oct 2007 23:15:30 +0000 (01:15 +0200)]
d3dx8: Implement D3DX8Vec2LengthSq with a test.
David Adam [Sat, 13 Oct 2007 22:39:54 +0000 (00:39 +0200)]
d3dx8: Implement D3DX8Vec2Length with a test.
Alexandre Julliard [Tue, 16 Oct 2007 11:58:09 +0000 (13:58 +0200)]
shlwapi/tests: Make local variables static and const.
Detlef Riekenberg [Fri, 12 Oct 2007 07:52:08 +0000 (09:52 +0200)]
shlwapi/test: Test dwSize for UrlCanonicalizeA/W.
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.
Detlef Riekenberg [Fri, 12 Oct 2007 07:38:15 +0000 (09:38 +0200)]
wininet/tests: Test NULL pointer for InternetCanonicalizeUrlA.
Detlef Riekenberg [Fri, 12 Oct 2007 07:36:54 +0000 (09:36 +0200)]
wininet: Fix flags and SetLastError for InternetCanonicalizeUrlA/W.
Detlef Riekenberg [Fri, 12 Oct 2007 07:31:55 +0000 (09:31 +0200)]
shlwapi: Fix returned result code and size in UrlCanonicalizeA.
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.
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>".
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.
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.
Rob Shearman [Tue, 16 Oct 2007 08:50:28 +0000 (09:50 +0100)]
ntdll: Fix the return code from RtlSetDaclSecurityDescriptor when daclpresent is FALSE.
Rob Shearman [Tue, 16 Oct 2007 08:50:15 +0000 (09:50 +0100)]
advapi32: Add tests for AccessCheck with NULL DACLs and blank DACLs.
Rob Shearman [Tue, 16 Oct 2007 08:49:53 +0000 (09:49 +0100)]
ntdll: Fix NtAccessCheck for NULL, but present SACLs and DACLs.
Dan Hipschman [Tue, 16 Oct 2007 01:07:52 +0000 (18:07 -0700)]
widl: Output the correct value for TableSize in ProxyFileInfo.
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.
James Hawkins [Tue, 16 Oct 2007 03:25:16 +0000 (22:25 -0500)]
msi: Only double the returned size when szValueBuf is NULL.
Alexandre Julliard [Tue, 16 Oct 2007 10:45:07 +0000 (12:45 +0200)]
progman: Remove the obsolete Xx.rc file.
Daniel Nylander [Mon, 15 Oct 2007 20:28:06 +0000 (22:28 +0200)]
tools: Add Swedish name to .desktop file.
Daniel Nylander [Mon, 15 Oct 2007 20:23:53 +0000 (22:23 +0200)]
shdoclc: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:22:22 +0000 (22:22 +0200)]
oleaut32: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:20:35 +0000 (22:20 +0200)]
mshtml: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:16:56 +0000 (22:16 +0200)]
comdlg32: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:25:38 +0000 (22:25 +0200)]
wldap32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:24:53 +0000 (22:24 +0200)]
wininet: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:21:10 +0000 (22:21 +0200)]
msrle32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:19:34 +0000 (22:19 +0200)]
mpr: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:18:58 +0000 (22:18 +0200)]
localspl: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:23:35 +0000 (22:23 +0200)]
serialui: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:18:22 +0000 (22:18 +0200)]
hhctrl.ocx: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:17:40 +0000 (22:17 +0200)]
crypt32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:21:56 +0000 (22:21 +0200)]
msvidc32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:24:14 +0000 (22:24 +0200)]
shlwapi: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:25:12 +0000 (22:25 +0200)]
winspool.drv: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:24:35 +0000 (22:24 +0200)]
wineps.drv: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:23:09 +0000 (22:23 +0200)]
sane.ds: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:22:52 +0000 (22:22 +0200)]
oledlg: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:21:33 +0000 (22:21 +0200)]
msvfw32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:20:52 +0000 (22:20 +0200)]
msi: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:20:15 +0000 (22:20 +0200)]
msacm32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:19:14 +0000 (22:19 +0200)]
localui: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:18:38 +0000 (22:18 +0200)]
iccvid: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:18:01 +0000 (22:18 +0200)]
gphoto2.ds: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:17:15 +0000 (22:17 +0200)]
credui: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:16:38 +0000 (22:16 +0200)]
avifil32: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:11:33 +0000 (22:11 +0200)]
clock: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:13:03 +0000 (22:13 +0200)]
wineboot: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:14:09 +0000 (22:14 +0200)]
winhelp: Update Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:13:47 +0000 (22:13 +0200)]
wineconsole: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:13:23 +0000 (22:13 +0200)]
winecfg: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:12:39 +0000 (22:12 +0200)]
uninstaller: Add Swedish translation.
Daniel Nylander [Mon, 15 Oct 2007 20:12:00 +0000 (22:12 +0200)]
notepad: Update Swedish translation.
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.
Andrew Talbot [Mon, 15 Oct 2007 19:29:19 +0000 (20:29 +0100)]
msiexec: Fix a memory leak.
Lei Zhang [Mon, 15 Oct 2007 01:25:45 +0000 (18:25 -0700)]
comctl32: Monthcal should send notifications when today link gets clicked.
Lei Zhang [Mon, 15 Oct 2007 00:45:37 +0000 (17:45 -0700)]
comctl32: Correct monthcal WM_LBUTTONDOWN return values.
Lei Zhang [Mon, 15 Oct 2007 00:44:15 +0000 (17:44 -0700)]
comctl32: Select today's date when the today link is clicked.
Lei Zhang [Mon, 15 Oct 2007 00:04:08 +0000 (17:04 -0700)]
comctl32: Monthcal today link test.
Lei Zhang [Sun, 14 Oct 2007 22:32:29 +0000 (15:32 -0700)]
comctl32: Simplify monthcal test.
Bang Jun-young [Mon, 15 Oct 2007 08:56:57 +0000 (17:56 +0900)]
version: Use the official NT macro rather than obsolete one.
Bang Jun-young [Mon, 15 Oct 2007 08:48:20 +0000 (17:48 +0900)]
avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK.
Bang Jun-young [Mon, 15 Oct 2007 08:12:26 +0000 (17:12 +0900)]
crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
Bang Jun-young [Mon, 15 Oct 2007 08:09:12 +0000 (17:09 +0900)]
configure: Add check for presence of _strdup() and strdup().
Gerald Pfeifer [Mon, 15 Oct 2007 11:58:45 +0000 (13:58 +0200)]
crypt32: Fix incorrect casts in X509_CERT and friends.
Juan Lang [Mon, 15 Oct 2007 20:16:24 +0000 (13:16 -0700)]
crypt32: Implement CertVerifyCertificateChain for the Microsoft root policy.
Juan Lang [Mon, 15 Oct 2007 18:19:56 +0000 (11:19 -0700)]
hhctrl.ocx: Avoid spamming console.
Juan Lang [Mon, 15 Oct 2007 18:18:22 +0000 (11:18 -0700)]
setupapi: Avoid spamming console.
Juan Lang [Mon, 15 Oct 2007 18:15:38 +0000 (11:15 -0700)]
wininet.h: Add some more defines.
Juan Lang [Mon, 15 Oct 2007 17:52:44 +0000 (10:52 -0700)]
wincrypt.h: Add a few more definitions.
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.
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.
James Hawkins [Fri, 12 Oct 2007 05:22:54 +0000 (00:22 -0500)]
user32: Add tests for DdeCreateDataHandle.
James Hawkins [Fri, 12 Oct 2007 05:20:08 +0000 (00:20 -0500)]
user32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.
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.