40258 Commits

Author SHA1 Message Date
Alexandre Julliard
07bf51efbd user32: Replace a pointer cast by FIELD_OFFSET. 2007-10-17 14:18:06 +02:00
Alexandre Julliard
00193610f0 kernel32/tests: Replace a couple of macros by a function to avoid compiler warnings. 2007-10-17 14:15:40 +02:00
Alexandre Julliard
16080ccd48 comctl32: Fix a discard const warning. 2007-10-17 14:15:13 +02:00
Alexandre Julliard
66787e65a9 crypt32: Fix pointer casts in decode.c too. 2007-10-17 14:14:36 +02:00
Alexandre Julliard
6adf058089 msi: Avoid casting const pointers to non-const. 2007-10-17 14:14:21 +02:00
Alexandre Julliard
71747518ad msi: Properly clear the new table data when a column is added. 2007-10-17 14:13:53 +02:00
Bang Jun-young
9f3b5ae89c ole32: Include wine/port.h for snprintf(). 2007-10-17 13:44:05 +02:00
Bang Jun-young
27213de046 advapi32: Fix AdjustTokenPrivileges() to match the PSDK. 2007-10-17 13:44:01 +02:00
Mikolaj Zalewski
370b881fcd ntdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for the last byte of an ANSI string. 2007-10-17 13:42:14 +02:00
Mikolaj Zalewski
323f09b022 ntdll: Add some tests for RtlIsTextUnicode. 2007-10-17 13:42:07 +02:00
Marcus Meissner
2e2720fe63 oleaut32/tests: Insert the decimal seperator, if it is just 1 char. 2007-10-17 13:41:55 +02:00
Marcus Meissner
6f865b9497 msi: Common Files is translated to current language. 2007-10-17 13:41:45 +02:00
Marcus Meissner
9684c9fee6 msi: Marked two variables static. 2007-10-17 13:40:59 +02:00
Andrey Turkin
57a2a8629a imm32: ImmDisableIme is an alias to ImmDisableIME. 2007-10-17 13:40:47 +02:00
Juan Lang
7a0905128d crypt32: Always set pPolicyStatus->dwError. 2007-10-17 13:40:41 +02:00
Dmitry Timoshkov
6b8ee0e41f wordpad: Refuse to load OLE compound storage files like Windows does. 2007-10-17 13:40:26 +02:00
Alexandre Julliard
7fa032d1a4 winex11: Process all types of messages while moving/resizing a window. 2007-10-17 12:40:24 +02:00
Alexandre Julliard
89b4872805 ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu). 2007-10-17 12:37:44 +02:00
Alexandre Julliard
9dcd0f5fd4 d3dx8: The inline functions should be static instead of extern. 2007-10-16 14:09:43 +02:00
David Adam
8d8a5f06c2 d3dx8: Implement D3DXVec2Lerp with a test. 2007-10-16 14:06:47 +02:00
David Adam
18123a9364 d3dx8: Implement D3DXVecScale with a test. 2007-10-16 14:06:38 +02:00
David Adam
f453d737a1 d3dx8: Implement D3DXVec2Maximize with a test. 2007-10-16 14:06:25 +02:00
David Adam
28276e8fb1 d3dx8: Implement D3DXVec2Minimize with a test. 2007-10-16 14:06:15 +02:00
David Adam
43d13935d8 d3dx8: Implement D3DXVec2Subtract with a test. 2007-10-16 14:06:04 +02:00
David Adam
adf4580bf1 d3dx8: Implement D3DXVec2Add with a test. 2007-10-16 14:05:41 +02:00
David Adam
a0ddecf778 d3dx8: Implement D3DXVec2CCW with a test. 2007-10-16 14:05:29 +02:00
David Adam
1fa3abe7cc d3dx8: Implement D3DXVec2Dot with a test. 2007-10-16 14:05:17 +02:00
David Adam
d404ec8c4b d3dx8: Implement D3DX8Vec2LengthSq with a test. 2007-10-16 14:05:01 +02:00
David Adam
e4ba8eb450 d3dx8: Implement D3DX8Vec2Length with a test. 2007-10-16 14:04:49 +02:00
Alexandre Julliard
6d6b9a381a shlwapi/tests: Make local variables static and const. 2007-10-16 13:58:09 +02:00
Detlef Riekenberg
f05b840ac4 shlwapi/test: Test dwSize for UrlCanonicalizeA/W. 2007-10-16 13:55:48 +02:00
Detlef Riekenberg
d9a33f3c17 shlwapi/tests: Move URL testing functions from path.c to url.c. 2007-10-16 13:55:41 +02:00
Detlef Riekenberg
a53df53f2b wininet/tests: Test NULL pointer for InternetCanonicalizeUrlA. 2007-10-16 13:55:13 +02:00
Detlef Riekenberg
9b43174f3f wininet: Fix flags and SetLastError for InternetCanonicalizeUrlA/W. 2007-10-16 13:55:02 +02:00
Detlef Riekenberg
1d87649f3c shlwapi: Fix returned result code and size in UrlCanonicalizeA. 2007-10-16 13:54:56 +02:00
Maarten Lankhorst
80192b93eb dsound: Only warn for unsupported channels (or bits) when volume adjustment is done. 2007-10-16 13:19:20 +02:00
Rob Shearman
3f4c267028 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>".
2007-10-16 13:19:04 +02:00
Rob Shearman
2cecc630b6 advapi32: Don't link to CreateWellKnownSid at compile time in the security tests.
It isn't available on some Windows platforms.
2007-10-16 13:17:29 +02:00
Rob Shearman
12e44bf299 server: Fix token_access_check to allow full access to security descriptors with present but NULL DACLs. 2007-10-16 13:17:22 +02:00
Rob Shearman
a006b06080 ntdll: Fix the return code from RtlSetDaclSecurityDescriptor when daclpresent is FALSE. 2007-10-16 13:17:14 +02:00
Rob Shearman
d1a3e2ede5 advapi32: Add tests for AccessCheck with NULL DACLs and blank DACLs. 2007-10-16 13:17:09 +02:00
Rob Shearman
a9ffa82c6d ntdll: Fix NtAccessCheck for NULL, but present SACLs and DACLs. 2007-10-16 13:17:06 +02:00
Dan Hipschman
ebfbec6e5c widl: Output the correct value for TableSize in ProxyFileInfo. 2007-10-16 12:48:17 +02:00
Mikolaj Zalewski
cdcdbe9b68 comdlg32: NULL name in PRINTDLG_SetUpPrinterListComboA is correct so don't print a FIXME. 2007-10-16 12:48:12 +02:00
James Hawkins
0e2db26fa3 msi: Only double the returned size when szValueBuf is NULL. 2007-10-16 12:48:07 +02:00
Alexandre Julliard
d4ea51ddc9 progman: Remove the obsolete Xx.rc file. 2007-10-16 12:45:07 +02:00
Daniel Nylander
492ee4e39c tools: Add Swedish name to .desktop file. 2007-10-16 12:42:21 +02:00
Daniel Nylander
47937b3ec1 shdoclc: Update Swedish translation. 2007-10-16 12:42:08 +02:00
Daniel Nylander
efab4b45db oleaut32: Update Swedish translation. 2007-10-16 12:42:00 +02:00
Daniel Nylander
3ecbcd5645 mshtml: Update Swedish translation. 2007-10-16 12:41:49 +02:00