Maarten Lankhorst
abd9627d92
mmdevapi: Add code to enumerate NOTPRESENT devices.
2010-01-18 15:47:25 +01:00
Andrew Nguyen
aef39f3d9f
mapi32/tests: Centralize property function pointer initialization.
2010-01-18 15:34:44 +01:00
Andrew Nguyen
b69045bfc7
mapi32/tests: Fix the PropCopyMore tests and add an additional test.
...
The PropCopyMore test function was incorrectly allocating memory and
testing property types without initializing the correct property union
member, causing a crash with the native Outlook extended MAPI
provider.
2010-01-18 15:34:32 +01:00
Andrew Nguyen
9996897c51
mapi32/tests: Report skip for MAPIGetDefaultMalloc.
2010-01-18 15:34:16 +01:00
Andrew Nguyen
4904e31133
mapi32/tests: Report skips for unavailable utility functions.
2010-01-18 15:34:11 +01:00
Andrew Nguyen
3bd474d7f3
mapi32/tests: Report skips for unavailable property functions.
2010-01-18 15:34:04 +01:00
Uwe Bonnes
e6f1ae029e
msvcrt: Handle CR at buffer boundary and test case.
2010-01-18 15:32:53 +01:00
Hans Leidekker
2bfce6cfdc
msi: Fix parsing of feature overrides.
2010-01-18 14:39:23 +01:00
Hans Leidekker
1423ef9923
msi: Support retrieving rows from join tables.
2010-01-18 14:39:17 +01:00
Paul Vriens
6fd641aa05
kernel32/tests: Skip a test on Win9x/WinMe.
2010-01-18 14:39:11 +01:00
Andrew Nguyen
11dce800c1
kernel32/tests: Add tests for IsBadCodePtr.
2010-01-18 14:38:53 +01:00
Andrew Nguyen
5b9730c494
kernel32/tests: Add more tests for IsBadWritePtr.
2010-01-18 14:38:48 +01:00
Andrew Nguyen
4108fd0f35
kernel32/tests: Add tests for IsBadReadPtr.
2010-01-18 14:38:41 +01:00
Kusanagi Kouichi
56416b09a6
user32: F10 key deactivates menu.
2010-01-18 14:38:29 +01:00
Jason Edmeades
c6be6a4bfe
netapi31: Add basic support for NetServerGetInfo.
...
Based on code from NetWkstaGetInfo, and retrieves the basic system
information. Note the 'type' field is a little generic as there is
currently no concept of domain controllers, servers or workstation
so I used the most accurate value I could.
2010-01-18 14:38:14 +01:00
Henri Verbeet
516d54bf91
wined3d: Merge baseshader.c into shader.c.
2010-01-18 14:37:51 +01:00
Henri Verbeet
36b21e332c
wined3d: Remove some unused query code.
2010-01-18 14:37:37 +01:00
Henri Verbeet
a2624ae82e
wined3d: Add a separate function for query initialization.
2010-01-18 14:37:30 +01:00
Henri Verbeet
bfb63a8634
d3d9: Add a separate function for query initialization.
2010-01-18 14:37:21 +01:00
Henri Verbeet
cdb7a94ae2
d3d8: Remove the unused Direct3DResource8_Vtbl.
2010-01-18 14:37:14 +01:00
Uwe Bonnes
d95c857a4f
msvcrt: xxopen() accepts spaces in the mode string.
2010-01-18 14:36:43 +01:00
Mike Kaplinskiy
90cf2f1ac3
msxml: getElementsByTagName does not respect namespaces.
...
We can't just use //tagname; we have to do //*[local-name()='tagname'].
2010-01-18 14:35:49 +01:00
André Hentschel
152c0d4b93
msvcrt/tests: Add some demangle tests.
2010-01-18 14:35:08 +01:00
Andrew Nguyen
1cdf1cc07e
ntdll/tests: Report appropriate skips for information tests.
2010-01-18 14:33:18 +01:00
Andrew Nguyen
ab23f87bcc
ntdll/tests: Re-enable a commented virtual memory test.
2010-01-18 14:32:54 +01:00
Andrew Nguyen
bffdda5ab2
ntdll/tests: Report skip when time conversion functions are not available.
2010-01-18 14:32:49 +01:00
Andrew Nguyen
83dbc3d46a
ntdll/tests: Remove useless ifdef statements.
2010-01-18 14:32:45 +01:00
Andrew Nguyen
063da0a183
ntdll/tests: Remove obsolete commented code.
2010-01-18 14:30:59 +01:00
Andrew Nguyen
841fc1805e
msvcrt: Implement and test rand_s.
2010-01-18 14:30:00 +01:00
Andrew Nguyen
3822f9d2e1
advapi32/tests: Test SystemFunction036.
2010-01-18 14:28:16 +01:00
Jason Edmeades
99a0376a4f
kernel32: Return error on second attempt to free a module.
2010-01-18 14:26:16 +01:00
Christian Costa
6c9cd6cb40
msvcr71: Add forward to msvcrt for ?swprintf@@YAHPAGIPBGZZ and ?vswprintf@@YAHPAGIPBGPAD@Z.
2010-01-18 14:21:51 +01:00
Paul Vriens
5da7043c52
user32/tests: Run tests again on Win95.
2010-01-18 14:20:29 +01:00
Piotr Caban
147ea8b7c6
shlwapi: Fix MLBuildResURLW implementation.
2010-01-18 14:20:16 +01:00
Piotr Caban
db137cc975
jscript: Make Array.join generic.
2010-01-18 14:19:21 +01:00
Piotr Caban
6f61893685
jscript: Added implementation of Array.reverse.
2010-01-18 14:19:16 +01:00
Nikolay Sivov
e6edbc451d
msxml3/tests: Fix interface leak and message typo.
2010-01-18 14:18:55 +01:00
Nikolay Sivov
f9cb63116d
msxml3: Track linked/unlinked state for element and free node data only when unlinked.
2010-01-18 14:18:48 +01:00
Nikolay Sivov
20e63dcfd1
msxml3: In IXMLElementCollection store pointer to node instead of pointer to children.
...
Collection should be able to track node removal from children list.
2010-01-18 14:18:39 +01:00
Nikolay Sivov
7f5cedf70a
msxml3: Implement IXMLElement::removeChild() with some tests.
2010-01-18 14:18:29 +01:00
Nikolay Sivov
5afdfaba86
msxml3: Don't preallocate root element, return new instance on each call.
2010-01-18 14:18:21 +01:00
Michael Stefaniuc
ea5896861f
d3d10: Remove break after return (Smatch).
2010-01-18 14:17:11 +01:00
Michael Stefaniuc
5cc257e5c2
d3d10: Remove superfluous NULL check before HeapFree (Smatch).
2010-01-18 14:17:07 +01:00
Stefan Leichter
5ef5ead15f
user.exe: Forward WNetGetUser16 to WNetGetUserA of mpr.dll, based on a patch from Andrew Nguyen.
2010-01-18 14:16:59 +01:00
André Hentschel
a657380612
msvcrt: Forward __C_specific_handler to ntdll.
2010-01-18 14:16:04 +01:00
Dmitry Timoshkov
7639ea3184
winmm: Buffer size must be at least MMIO_DEFAULTBUFFER (8192) bytes.
...
mmioOpen() with the length of buffer set to 0 expects the buffer to be at least
MMIO_DEFAULTBUFFER (8192) bytes in size, and using buffer of smaller size can
lead to various problems when the buffer actually gets used.
2010-01-18 14:15:43 +01:00
James Hawkins
72158ac286
Revert "advapi32: Free descriptor if it isn't returned from GetSecurityInfo().".
...
This reverts commit dbd76575ef
.
According to MSDN, ppSecurityDescriptor must not be NULL if any of the
SID or ACL parameters are non-NULL. This is wrong, and native
GetSecurityInfo will happily return those pointers, leaving one unable
to free the original security descriptor.
2010-01-18 14:15:23 +01:00
Alexandre Julliard
539da1b073
winebuild: Output the 16-bit asm relay functions as needed and get rid of --relay16 mode.
2010-01-16 15:58:48 +01:00
Alexandre Julliard
10e4a55b6c
winebuild: Output the asm relay functions as needed and get rid of --relay32 mode.
2010-01-16 15:50:27 +01:00
Alexandre Julliard
102dd9e92f
winebuild: Rename __wine_call_from_32_regs for consistency with 64-bit.
2010-01-16 15:41:48 +01:00
Erich Hoover
c7ccf24020
ntoskrnl: Forward ExSystemTimeToLocalTime and ExLocalTimeToSystemTime to ntdll.
2010-01-14 11:25:34 -06:00
Kusanagi Kouichi
529b183397
user32: Make DefWindowProc handle Shift+F10.
2010-01-14 10:59:33 -06:00
Kusanagi Kouichi
95676b50f8
user32/tests: Add test for Shift+F10.
2010-01-14 10:59:28 -06:00
Jacek Caban
56f26c1e19
mshtml: Silence invalid FIXME.
2010-01-14 10:22:44 -06:00
Jacek Caban
b5caee220d
mshtml: Added IHTMLIFrameElement IDispatchEx support.
2010-01-14 10:22:39 -06:00
Jacek Caban
91140222b5
mshtml: Added IHTMLIFrameElement stub implementation.
2010-01-14 10:22:35 -06:00
Jason Edmeades
81d8135424
comctl32/listview: Issue LVM_DELETEALLITEMS from WM_DESTROY.
2010-01-14 10:22:23 -06:00
Marcus Meissner
44ab484af8
dplayx: Remove currently unused unicode code (Coverity).
2010-01-14 10:08:34 -06:00
Andrew Nguyen
d7557a1926
ntdll/tests: Add a few additional tests for wcsrchr.
2010-01-14 10:05:06 -06:00
Andrew Nguyen
dca1bd8633
ntdll/tests: Add a few additional tests for wcschr.
2010-01-14 10:04:58 -06:00
Andrew Nguyen
d8ba75473a
ntdll/tests: Allow native crashing code to be compiled.
2010-01-14 10:04:37 -06:00
Andrew Nguyen
3ed716f833
ntdll/tests: Make function pointer checks consistent and report skips.
2010-01-14 10:04:32 -06:00
Nikolay Sivov
1cad1646e5
msxml3/xmldoc: Don't leak document and stream on next IXMLDocument::Load().
2010-01-14 09:42:30 -06:00
Nikolay Sivov
6c1275a57c
msxml3/xmldoc: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument.
2010-01-14 09:42:21 -06:00
Nikolay Sivov
a18ee2111a
msxml3/xmldoc: Fix IPersistStreamInit::GetClassID() for IXMLDocument.
2010-01-14 09:42:10 -06:00
Nikolay Sivov
1b2f1867c8
msxml3/tests: Add some tests for IPersistStreamInit implementation of IXMLDocument.
2010-01-14 09:42:04 -06:00
Jeff Zaroyko
c2459deeff
msvcrt: Check if argument passed to _dup2 is positive.
2010-01-14 09:41:43 -06:00
Jeff Zaroyko
f4e5ab4892
msvcrt/tests: Test _dup2 for failure when second arg is negative.
2010-01-14 09:41:30 -06:00
Julius Schwartzenberg
6a5e443f3f
avifil32: Fix header suggested buffersize.
2010-01-14 09:36:55 -06:00
Julius Schwartzenberg
cf73a26c6b
avifil32: Overwrite dwRate in the audiostream with the nBlockAlign from the wave header.
2010-01-14 09:36:46 -06:00
Paul Vriens
3cbaaaa564
shell32: Remove some unneeded parameter setting.
2010-01-14 09:14:19 -06:00
Paul Vriens
5f8717d7f6
inetmib1/tests: Free memory after use (Valgrind).
2010-01-14 09:13:59 -06:00
Paul Vriens
16d161bc95
dxdiagn/tests: Fix some test failures on a clean W2K3.
2010-01-14 09:12:31 -06:00
Paul Vriens
ff4047a956
dinput: Don't check a parameter twice (Coccinelle).
2010-01-14 09:11:22 -06:00
Paul Vriens
46abd44f0e
winealsa.drv: Don't check input parameter twice (Coccinelle).
2010-01-14 09:11:16 -06:00
Paul Vriens
8a737bc1ba
rsaenh/tests: Don't check result twice (Coccinelle).
2010-01-14 09:11:07 -06:00
Paul Vriens
0d302bb60c
dsound: Fix a typo.
2010-01-14 09:10:57 -06:00
Christian Costa
d32ada8fa5
amstream: Simplify declaration of VTable members.
2010-01-14 09:09:20 -06:00
Christian Costa
9dba650921
d3dxof: Simplify declaration of VTable members.
2010-01-14 09:09:11 -06:00
Christian Costa
3ad04c18c0
d3drm: Simplify declaration of VTable members (spotted by Dmitry Timoshkov).
2010-01-14 09:09:06 -06:00
Peter Dons Tychsen
d21c131fb5
user32: Do not allow a change of capture if the currently capture window is a menu unless explicitly specified.
2010-01-14 09:04:55 -06:00
Michael Stefaniuc
f6a34c4ece
dmsynth: Avoid newlines inside FIXME messages.
2010-01-14 09:04:42 -06:00
Michael Stefaniuc
9fb879a313
dmcompos: Avoid newlines inside FIXME messages.
2010-01-14 09:04:31 -06:00
Michael Stefaniuc
08f1036525
dmstyle: Avoid newlines inside FIXME messages.
2010-01-14 09:04:25 -06:00
Michael Stefaniuc
b74c043724
dmscript: Avoid newlines inside FIXME messages.
2010-01-14 09:04:18 -06:00
Michael Stefaniuc
bf0d0ac215
dmusic: Avoid newlines inside FIXME messages.
2010-01-14 09:04:12 -06:00
Michael Stefaniuc
a0789f611d
ddraw: Simplify DllCanUnloadNow().
2010-01-14 09:03:58 -06:00
Michael Stefaniuc
c68f2148db
objsel: Avoid newlines inside FIXME messages.
2010-01-14 09:03:46 -06:00
Michael Stefaniuc
31ef27ed57
user32: Avoid newlines inside FIXME messages.
2010-01-14 09:03:37 -06:00
Michael Stefaniuc
71d7331932
devenum: Avoid newlines inside FIXME messages.
2010-01-14 09:03:29 -06:00
Michael Stefaniuc
bedea431f9
dmime: Avoid newlines inside FIXME messages.
2010-01-14 09:03:21 -06:00
Nikolay Sivov
dbd76575ef
advapi32: Free descriptor if it isn't returned from GetSecurityInfo().
2010-01-11 15:46:04 -06:00
Uwe Bonnes
5926277473
msvcrt: In unbuffered text mode reading \r\n with fgetc fails.
2010-01-11 13:39:54 -06:00
Marcus Meissner
54aa61798f
shell32: Handle bad menu handle (Coverity).
2010-01-11 13:39:46 -06:00
Julius Schwartzenberg
9bcb143a40
avifil32/tests: Test how avifile deals with audio stream and wave headers.
2010-01-11 13:29:52 -06:00
Julius Schwartzenberg
ef19d85229
avifil32/tests: Test corrupt avi list magic.
2010-01-11 13:29:44 -06:00
Julius Schwartzenberg
e2944fc2ee
avifil32/tests: Initial test data and simple test for avifil32.
2010-01-11 13:29:18 -06:00
Detlef Riekenberg
a60204461a
avifil32/tests: Add initial tests.
2010-01-11 13:27:58 -06:00
Juan Lang
7c3b9a1551
secur32: Report an error if libgnutls isn't found.
2010-01-11 12:54:23 -06:00
Detlef Riekenberg
93475667a0
commdlg: Fix PrintDlg parameter checks.
2010-01-11 12:53:21 -06:00