Commit Graph

75802 Commits

Author SHA1 Message Date
Hans Leidekker 7dfdcf3034 server: The token user SID must be present in the default DACL. 2013-07-30 14:43:34 +02:00
Alexandre Julliard fa0a73963f krnl386: Don't attempt direct I/O port access on Android. 2013-07-30 14:43:34 +02:00
Alexandre Julliard f8cdbecc25 ntdll: Add context definitions missing from the Android NDK. 2013-07-30 14:43:31 +02:00
Alexandre Julliard f7161ebe89 ntdll: Don't use TIOCGICOUNT if we don't have linux/serial.h to define the necessary struct. 2013-07-29 21:08:02 +02:00
Alexandre Julliard 581cef082e ntdll: Use fclose instead of endmntent since we use fopen anyway. 2013-07-29 21:07:12 +02:00
André Hentschel ca7ba7053f usbd.sys: Implement USBD_ParseConfigurationDescriptor using its Ex version. 2013-07-29 19:07:53 +02:00
Alexandre Julliard cf8d7fbb6b ddraw/tests: Remove a todo from a test that succeeds. 2013-07-29 15:52:17 +02:00
Alexandre Julliard 32d8e9cb96 d3d8/tests: Remove a todo from a test that succeeds. 2013-07-29 15:52:09 +02:00
Rico Schüller a6d3883211 d3dx9/tests: Add ID3DXConstantTable big vector test. 2013-07-29 15:01:42 +02:00
Rico Schüller faf7dd3131 d3dx9/tests: Add ID3DXConstantTable RegisterCount test for D3DXRS_INT4. 2013-07-29 15:01:40 +02:00
Rico Schüller 4dc11cc3aa d3dx9/tests: Add ID3DXConstantTable::SetDefaults() test. 2013-07-29 15:01:36 +02:00
Rico Schüller 1099bb5e76 d3dx9: Improve ID3DXConstantTable::SetDefaults(). 2013-07-29 15:01:31 +02:00
Rico Schüller c76f6085b2 d3dx9/tests: Add ID3DXConstantTable struct struct test. 2013-07-29 15:01:25 +02:00
Piotr Caban 00d132ee15 oleaut32: Store typeinfo hreftype while saving typelib. 2013-07-29 15:01:09 +02:00
Piotr Caban f9e73f97a9 oleaut32: Name names hash table segment in MSFT_SegDir struct. 2013-07-29 15:00:59 +02:00
Piotr Caban aada2c7b6f oleaut32: Fill names hash table while creating typelib. 2013-07-29 15:00:52 +02:00
Piotr Caban 679542419a msvcrt: Add _wcstol_l implementation. 2013-07-29 15:00:26 +02:00
Nikolay Sivov 5dc468f025 msxml3: Support for external entities in writer. 2013-07-29 14:28:23 +02:00
Nikolay Sivov b3d85d41d9 msxml3: Implement output indentation for writer. 2013-07-29 14:28:20 +02:00
Bruno Jesus 95d01f1751 kernel32/tests: Add tests for GetVolumePathNameA(). 2013-07-29 14:28:00 +02:00
Bruno Jesus a9f3c1974d ws2_32/tests: Add more tests for WSASocket(). 2013-07-29 14:27:59 +02:00
Hans Leidekker 45191c542c mscms: Get rid of the MSCMS_ prefix. 2013-07-29 14:27:55 +02:00
Hans Leidekker d40c91262b mscms: Port to liblcms2. 2013-07-29 14:27:52 +02:00
Piotr Caban 45b31a9f01 scrrun/tests: Add IFileSystem3::GetFile tests. 2013-07-29 14:19:30 +02:00
Piotr Caban a29d77088a scrrun: Add IFileSystem3::GetFile implementation. 2013-07-29 14:19:27 +02:00
Piotr Caban e7a415b3f8 scrrun/tests: Add IFileSystem3::GetAbsolutePathName tests. 2013-07-29 14:19:11 +02:00
Piotr Caban 1027c20cd7 scrrun: Add IFileSystem3::GetAbsolutePathName implementation. 2013-07-29 14:19:03 +02:00
Piotr Caban ac132599aa scrrun: Add IFileSystem3::GetTempName implementation. 2013-07-29 14:18:44 +02:00
Alistair Leslie-Hughes a32391ab6b oledb32: Add support for IErrorRecords. 2013-07-29 14:16:39 +02:00
Alistair Leslie-Hughes 83c14c723c oledb32: Add interface ISourcesRowset. 2013-07-29 14:15:08 +02:00
Christian Costa a8728893b7 d3dx9_36: Release shader if getting constant table fails in D3DXCompileShader. 2013-07-29 14:11:08 +02:00
Vincent Povirk 531f795623 advpack: Handle quoted arguments to rundll exports. 2013-07-29 14:10:56 +02:00
Vincent Povirk 17f6609702 advpack/tests: Add test for LaunchINFSectionEx with quoted filename. 2013-07-29 14:10:53 +02:00
Bruno Jesus 3fea3a5b1a ws2_32: Fix listen() implementation. 2013-07-27 12:20:21 -05:00
Charles Davis 05a68dbc55 winemac.drv: Also return the number of pixel formats if the caller didn't supply a PIXELFORMATDESCRIPTOR. 2013-07-27 12:14:46 -05:00
Andrew Eikum dcaeb6b4fd dsound: Allow multiple buffers to capture from the same device. 2013-07-27 11:56:39 -05:00
Andrew Eikum 0627ddcf15 winmm: Don't count unused frames. 2013-07-27 11:56:28 -05:00
Andrew Eikum 35e4aac8f6 winmm/tests: Fix waveInGetPosition type.
We're comparing the reported value against dwBytesRecorded, so we should
request the value to be in bytes.
2013-07-27 11:56:24 -05:00
Hans Leidekker fdf8ab11d9 msi: Format text set by means of a control event. 2013-07-27 11:56:13 -05:00
Hans Leidekker 4759dcc3c1 msi: Subscribe to all control events instead of just the first. 2013-07-27 11:56:08 -05:00
Hans Leidekker ec7650908a msi: Merge events.c into dialog.c. 2013-07-27 11:56:01 -05:00
Hans Leidekker 3169db2b54 msi: Add support for the hyperlink control. 2013-07-27 11:55:27 -05:00
Piotr Caban 4f62fb2eec oleaut32: Fix custdata_list initialization in ITypeInfo_fnGetRefTypeInfo. 2013-07-27 11:55:07 -05:00
Nikolay Sivov 88e94c7ef8 msxml3: Store namespace info for created attribute, fix returned properties. 2013-07-27 11:54:26 -05:00
Vincent Povirk d9211c9e5f atl: Do not access m_pTermFuncs if the structure is too small. 2013-07-27 11:54:19 -05:00
Jacek Caban 99af1ee34c mshtml: Use proper window in set_moniker when invoked on frame or iframe. 2013-07-27 11:51:15 -05:00
Piotr Caban 6457163bb2 msvcrt: Add _wctomb_s_l implementation. 2013-07-27 11:50:56 -05:00
Ken Thomases 029aec19ff user32: Remove dead code for suppressing menu drawing. 2013-07-27 11:50:12 -05:00
Rico Schüller b196d0ccdc d3dx9/tests: Add ID3DXConstantTable struct array test. 2013-07-27 11:49:27 -05:00
Rico Schüller cf5a2b6417 d3dx9/tests: Add ID3DXConstantTable struct test. 2013-07-27 11:49:16 -05:00