Juan Lang
|
6b390b4009
|
crypt32: Use a structure to hold function address handle.
|
2007-10-18 13:18:03 +02:00 |
Mikolaj Zalewski
|
5bfd7044ea
|
ntdll: Support for UTF-16 manifests with reverse endianness.
|
2007-10-18 12:20:52 +02:00 |
Mikolaj Zalewski
|
9f4001f7e0
|
ntdll: Manifests should be parsed as UTF-16 only if there is a BOM (with testcase).
|
2007-10-18 12:11:06 +02:00 |
Mikolaj Zalewski
|
e361c0d284
|
kernel32/tests: Make the actctx test pass when the application is run from a different directory.
|
2007-10-18 12:10:51 +02:00 |
Mikolaj Zalewski
|
ba24af0c34
|
kernel32/tests: Support for spaces in actctx test executable path.
|
2007-10-18 12:10:44 +02:00 |
Mikolaj Zalewski
|
47e59d994f
|
kernel32/tests: Don't close an invalid handle if the process is being debugged as this will raise an exception.
|
2007-10-18 12:10:37 +02:00 |
James Hawkins
|
2694cf3ff8
|
msi: Add handling for MSIMODIFY_INSERT for the streams table.
|
2007-10-18 12:10:13 +02:00 |
James Hawkins
|
2274388323
|
msi: Save nonpersistent strings as holes in the string pool.
|
2007-10-18 12:10:05 +02:00 |
James Hawkins
|
36df6a0655
|
msi: Test adding nonpersistent strings to the string table.
|
2007-10-18 12:09:52 +02:00 |
James Hawkins
|
26f86c55c9
|
msi: Return ERROR_FUNCTION_FAILED if a matching row is not found.
|
2007-10-18 12:09:39 +02:00 |
James Hawkins
|
46ec7ee183
|
msi: Return ERROR_FUNCTION_FAILED when inserting duplicate keys.
|
2007-10-18 12:09:33 +02:00 |
Dan Hipschman
|
1d0f9378bc
|
widl: Detect conformant arrays of user types correctly.
|
2007-10-18 12:09:23 +02:00 |
Michael Jung
|
b3a3804be8
|
rsaenh: Enlarge buffer in test_enum_container. Fixes two test failures on Vista.
|
2007-10-18 12:07:20 +02:00 |
Jacek Caban
|
62894b488d
|
mshtml: Import dimm.idl and fix compilation.
|
2007-10-18 12:05:49 +02:00 |
Alexandre Julliard
|
952c82c271
|
server: Avoid refreshing areas of a window that have already been copied by the X server.
|
2007-10-17 17:28:04 +02:00 |
Alexandre Julliard
|
5c07673077
|
configure: Check for fontconfig in the X directory if not found in the standard places.
|
2007-10-17 17:04:01 +02:00 |
Detlef Riekenberg
|
c91350b18c
|
spoolss: Add a stub for SplIsUpgrade.
|
2007-10-17 14:18:42 +02:00 |
Jacek Caban
|
dc57873fe0
|
msimtf: Added class factory implementation.
|
2007-10-17 14:18:27 +02:00 |
Jacek Caban
|
0101e58d43
|
msimtf: Added Dll[Un]RegisterServer implementation.
|
2007-10-17 14:18:21 +02:00 |
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 |
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 |
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
|
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 |
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 |
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 |
Daniel Nylander
|
517d4a515f
|
comdlg32: Update Swedish translation.
|
2007-10-16 12:41:38 +02:00 |
Daniel Nylander
|
8fcb705614
|
wldap32: Add Swedish translation.
|
2007-10-16 12:41:23 +02:00 |
Daniel Nylander
|
f53e196ed5
|
wininet: Add Swedish translation.
|
2007-10-16 12:41:13 +02:00 |
Daniel Nylander
|
3f9576c21b
|
msrle32: Add Swedish translation.
|
2007-10-16 12:41:01 +02:00 |
Daniel Nylander
|
d72f57d3af
|
mpr: Add Swedish translation.
|
2007-10-16 12:40:44 +02:00 |
Daniel Nylander
|
dc28dcd376
|
localspl: Add Swedish translation.
|
2007-10-16 12:40:34 +02:00 |
Daniel Nylander
|
05f2be8efc
|
serialui: Add Swedish translation.
|
2007-10-16 12:40:25 +02:00 |
Daniel Nylander
|
9f84efc119
|
hhctrl.ocx: Add Swedish translation.
|
2007-10-16 12:40:14 +02:00 |
Daniel Nylander
|
495d354648
|
crypt32: Add Swedish translation.
|
2007-10-16 12:40:00 +02:00 |
Daniel Nylander
|
8276bf6648
|
msvidc32: Add Swedish translation.
|
2007-10-16 12:39:42 +02:00 |
Daniel Nylander
|
e463e5d7c4
|
shlwapi: Add Swedish translation.
|
2007-10-16 12:39:30 +02:00 |
Daniel Nylander
|
2c897c7f49
|
winspool.drv: Add Swedish translation.
|
2007-10-16 12:39:18 +02:00 |
Daniel Nylander
|
ece7861c1f
|
wineps.drv: Add Swedish translation.
|
2007-10-16 12:39:06 +02:00 |
Daniel Nylander
|
df77ad41e1
|
sane.ds: Add Swedish translation.
|
2007-10-16 12:38:51 +02:00 |
Daniel Nylander
|
3809c83ef3
|
oledlg: Add Swedish translation.
|
2007-10-16 12:38:40 +02:00 |
Daniel Nylander
|
2a194ff8c9
|
msvfw32: Add Swedish translation.
|
2007-10-16 12:38:21 +02:00 |
Daniel Nylander
|
59450c91ff
|
msi: Add Swedish translation.
|
2007-10-16 12:38:10 +02:00 |
Daniel Nylander
|
2fec7d33a5
|
msacm32: Add Swedish translation.
|
2007-10-16 12:37:59 +02:00 |
Daniel Nylander
|
b33266f843
|
localui: Add Swedish translation.
|
2007-10-16 12:37:52 +02:00 |
Daniel Nylander
|
e145a6ce2d
|
iccvid: Add Swedish translation.
|
2007-10-16 12:37:43 +02:00 |
Daniel Nylander
|
94336f7f79
|
gphoto2.ds: Add Swedish translation.
|
2007-10-16 12:37:35 +02:00 |
Daniel Nylander
|
8290a43bd7
|
credui: Add Swedish translation.
|
2007-10-16 12:37:20 +02:00 |
Daniel Nylander
|
7563145fa7
|
avifil32: Add Swedish translation.
|
2007-10-16 12:37:10 +02:00 |
Lei Zhang
|
d81b6fa8c7
|
comctl32: Monthcal should send notifications when today link gets clicked.
|
2007-10-16 11:01:14 +02:00 |
Lei Zhang
|
76949d3778
|
comctl32: Correct monthcal WM_LBUTTONDOWN return values.
|
2007-10-16 11:01:03 +02:00 |
Lei Zhang
|
e58e4679b5
|
comctl32: Select today's date when the today link is clicked.
|
2007-10-16 11:00:53 +02:00 |
Lei Zhang
|
734600e272
|
comctl32: Monthcal today link test.
|
2007-10-16 11:00:47 +02:00 |
Lei Zhang
|
3accf13ec0
|
comctl32: Simplify monthcal test.
|
2007-10-16 11:00:38 +02:00 |
Bang Jun-young
|
a290263860
|
version: Use the official NT macro rather than obsolete one.
|
2007-10-16 09:38:30 +02:00 |
Bang Jun-young
|
aaa1908888
|
avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK.
|
2007-10-16 09:37:45 +02:00 |
Bang Jun-young
|
6ab44c8073
|
crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
|
2007-10-16 09:37:27 +02:00 |
Gerald Pfeifer
|
119e4d4955
|
crypt32: Fix incorrect casts in X509_CERT and friends.
|
2007-10-16 09:36:14 +02:00 |
Juan Lang
|
136f033158
|
crypt32: Implement CertVerifyCertificateChain for the Microsoft root policy.
|
2007-10-16 09:35:53 +02:00 |
Juan Lang
|
776f434a6e
|
hhctrl.ocx: Avoid spamming console.
|
2007-10-16 09:35:36 +02:00 |
Juan Lang
|
1392883b8e
|
setupapi: Avoid spamming console.
|
2007-10-16 09:35:32 +02:00 |
Alexandre Julliard
|
b22183703f
|
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.
|
2007-10-15 22:32:36 +02:00 |
James Hawkins
|
9fd2d443fe
|
user32: Convert an HDDEDATA handle to a DDEPOKE structure for WM_DDE_POKE.
|
2007-10-15 22:23:11 +02:00 |
James Hawkins
|
88913f094b
|
user32: Add tests for DdeCreateDataHandle.
|
2007-10-15 22:23:11 +02:00 |
James Hawkins
|
4fb3518e2a
|
user32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.
|
2007-10-15 22:23:11 +02:00 |
James Hawkins
|
ccabbeed60
|
user32: Return DMLERR_MEMORY_ERROR instead of posting an ACK when fAckReq is returned by the server for WM_DDE_DATA.
|
2007-10-15 22:23:11 +02:00 |
James Hawkins
|
97dc032161
|
user32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.
|
2007-10-15 22:23:10 +02:00 |
James Hawkins
|
dbad0ee626
|
user32: The server should release data sent with WM_DDE_POKE.
|
2007-10-15 22:23:10 +02:00 |
Alexandre Julliard
|
9f3f51bad7
|
user32: Fix message processing in dde test and go back to more reasonable timeouts.
|
2007-10-15 22:23:10 +02:00 |
James Hawkins
|
8725b39003
|
user32: Increase the message timeout.
|
2007-10-15 22:23:10 +02:00 |
Chris Robinson
|
eaaa2a82f2
|
wined3d: Don't report filtering for WINED3DFMT_R32F.
|
2007-10-15 17:50:47 +02:00 |
Detlef Riekenberg
|
3fd7290d4f
|
localspl/tests: Spelling fix.
|
2007-10-15 17:50:42 +02:00 |
Gerald Pfeifer
|
2cb5298a4c
|
comctl32/tests: Avoid remove redundant invocation of MAKEINRESOURCEA for IDC_ARROW and IDC_IBEAM.
|
2007-10-15 17:50:35 +02:00 |
Gerald Pfeifer
|
4e60df85d8
|
gdi32: Avoid compiler warning in WineEngGetGlyphOutline().
|
2007-10-15 17:50:17 +02:00 |
Gerald Pfeifer
|
1a0f1bc6ce
|
kernel32: Use FIELD_OFFSET instead of pointer cast.
|
2007-10-15 17:50:07 +02:00 |
Jacek Caban
|
44a808fba5
|
msimtf: Added msimtf.dll.
|
2007-10-15 17:41:41 +02:00 |
Jacek Caban
|
db0b392dc2
|
include: Added dimm.idl.
|
2007-10-15 16:57:19 +02:00 |
Vincent Pelletier
|
d62da81251
|
user32: Implement SPI_GETMOUSESPEED in SystemParametersInfoW.
|
2007-10-15 16:57:06 +02:00 |
Allan Tong
|
155cd24fd5
|
shell32: Fix a memory leak.
|
2007-10-15 16:56:50 +02:00 |
Juan Lang
|
72ef8729e6
|
iphlpapi: Implement GetAdapterIndex.
|
2007-10-15 16:56:45 +02:00 |
Juan Lang
|
bceab86d35
|
iphlpapi: UINT and DWORD are now equivalent, even in 64-bit compiles, so remove unnecessary complication.
|
2007-10-15 16:56:38 +02:00 |
Juan Lang
|
519e8db1f3
|
iphlpapi: Use route table to find an adapter's default gateway in GetAdaptersInfo.
|
2007-10-15 16:56:24 +02:00 |
Andrew Talbot
|
11f5ed28cb
|
winmm: Fix some memory leaks.
|
2007-10-15 16:56:18 +02:00 |
Louis Lenders
|
22e9da0dd7
|
advapi32: Improve stub for EnumServicesStatusExA a bit.
|
2007-10-15 16:56:11 +02:00 |
Dan Hipschman
|
e219087c65
|
rpcrt4/tests: Free memory from one of the tests.
|
2007-10-15 16:55:31 +02:00 |
Maarten Lankhorst
|
61862f9f2d
|
winealsa: Use S24_3LE instead of S24_LE.
S24_LE is aligned with 4 bytes instead of the expected 3.
|
2007-10-15 16:55:23 +02:00 |
Maarten Lankhorst
|
0595ed39f2
|
dsound: Remove a few null initializations in DirectSoundDevice_Create.
The memory is allocated with HEAP_ZERO_MEMORY.
|
2007-10-15 16:55:19 +02:00 |
Maarten Lankhorst
|
3230ea026a
|
dsound: Make sure device buflen is initially set to ds_hel_buflen.
|
2007-10-15 14:52:30 +02:00 |
Francois Gouget
|
d16a634c38
|
Better match the PSDK types and update win32.api to fix the winapi_check warnings.
|
2007-10-15 14:06:48 +02:00 |
Francois Gouget
|
1a75b5d49c
|
user32: Fix the HRAWINPUT definition and the GetRawInputData() prototype. Update win32.api to fix the winapi_check warnings.
|
2007-10-15 14:06:35 +02:00 |
Francois Gouget
|
d223716b7b
|
msdmo: Fix the DMOGetName() prototype.
|
2007-10-15 14:06:30 +02:00 |
Francois Gouget
|
5e336f45d2
|
msdmo: Fix a winapi_check documentation warning and improve the documentation a bit.
|
2007-10-15 14:06:27 +02:00 |
Francois Gouget
|
f76bea09d4
|
ole32: Fix the CoCreateGuid() ordinal in the documentation.
|
2007-10-15 14:06:25 +02:00 |
Francois Gouget
|
015844a63c
|
msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*().
|
2007-10-15 14:05:28 +02:00 |
Francois Gouget
|
f4bb8209f2
|
mshtml: Check for HAVE_UNISTD_H before including unistd.h.
|
2007-10-15 14:05:11 +02:00 |
Francois Gouget
|
3265f2d7c4
|
crypt32/tests: Fix compilation on systems that don't support nameless unions.
|
2007-10-15 14:05:08 +02:00 |
Francois Gouget
|
1766918dda
|
oleaut32/tests: Fix compilation on systems that don't support nameless unions.
|
2007-10-15 14:05:05 +02:00 |
Francois Gouget
|
7785c93b02
|
wined3d: Fix the d3dfmt_p8_init_palette() prototype.
|
2007-10-15 14:04:54 +02:00 |
Jacek Caban
|
d6ccaa43a6
|
mshtml: Added ref counting to node object.
|
2007-10-15 13:46:51 +02:00 |
Jacek Caban
|
71894ead1f
|
mshtml: Try installing Gecko from local file in DllRegisterServer.
|
2007-10-15 13:46:42 +02:00 |
Jacek Caban
|
2cb3c5de90
|
mshtml: Added IHTMLTxtRange::moveStart("character") implementation.
|
2007-10-15 13:46:27 +02:00 |
Jacek Caban
|
07dfef53bc
|
mshtml: Added more range tests and fixes.
|
2007-10-15 13:46:19 +02:00 |
Jacek Caban
|
924b667821
|
mshtml: Added more DOM tests.
|
2007-10-15 13:46:13 +02:00 |
Jacek Caban
|
a468ec5747
|
mshtml: Added IHTMLSelectElement::selectedIndex property implementation.
|
2007-10-15 13:46:05 +02:00 |
Jacek Caban
|
8bfc6f7594
|
mshtml: Added IHTMLOptionElementFactory::create implementation.
|
2007-10-15 13:46:00 +02:00 |
Jacek Caban
|
0466542a7e
|
mshtml: Added IHTMLOptionElement::get_text implementation.
|
2007-10-15 13:45:48 +02:00 |
Jacek Caban
|
fa2f0665b5
|
mshtml: Added IHTMLOptionElement::put_text implementation.
|
2007-10-15 13:45:43 +02:00 |
Jacek Caban
|
108bb7af2f
|
mshtml: Added IHTMLOptionElement::put_value implementation.
|
2007-10-15 13:45:38 +02:00 |
Jacek Caban
|
b1fca21f5e
|
mshtml: Added IHTMLOptionElement::get_value implementation.
|
2007-10-15 13:45:02 +02:00 |
Jacek Caban
|
b14ba8aac6
|
mshtml: Added IHTMLStyle display and visibility properties implementation.
|
2007-10-15 13:44:56 +02:00 |
Jacek Caban
|
141dfab1a1
|
mshtml: Added IHTMLDocument4 stub implementation.
|
2007-10-15 13:44:51 +02:00 |
Jacek Caban
|
41c35a1ce2
|
mshtml: Use wine scheme mechanism in do_load_from_moniker_hack.
|
2007-10-15 13:44:42 +02:00 |
Jacek Caban
|
954d4477b5
|
mshtml: Added IHTMLWindow2::get_option implementation.
|
2007-10-15 13:44:36 +02:00 |