Christian Costa
978d51b29c
d3dx9_36: Remove useless includes.
2010-03-25 10:01:20 +01:00
Christian Costa
b5f7ca9ed9
d3dx9_36: Implement D3DXCreateEffectPool and ID3DXEffectPool interface.
2010-03-25 10:01:16 +01:00
Piotr Caban
c7aba97338
msvcrt: Added strnlen implementation.
2010-03-25 09:46:36 +01:00
Piotr Caban
bf12864271
msvcrt: Update msvcrt.spec.
2010-03-25 09:46:14 +01:00
Eric Pouech
e2b62c91d5
dbghelp: Created a CPU method to map dwarf register number to codeview register number.
2010-03-25 09:45:32 +01:00
Eric Pouech
403f41687e
dbghelp: In dwarf parsing, correctly get the size of addresses in location lists.
2010-03-25 09:45:26 +01:00
Eric Pouech
8413810c6c
dbghelp: Don't try to hardwire the dwarf's "word size", but get it properly.
2010-03-25 09:45:21 +01:00
Eric Pouech
e6a08a1e15
dbghelp: Fixed a couple of portability issues to 64bit platforms.
2010-03-25 09:45:15 +01:00
Eric Pouech
51e9951a5f
dbghelp: Enhanced x86_64 stack unwinding with PE's function table data.
2010-03-25 09:45:11 +01:00
Mikhail Maroukhine
ad68792a14
comctl32/tests: Remove superfluous casts.
2010-03-25 09:45:06 +01:00
Paul Vriens
05d0787d08
msi/tests: Fix test failures on W2K with Windows Installer 2.x.
2010-03-24 21:53:05 +01:00
Jacek Caban
621694efcd
mshtml: Added IHTMLElement:removeAttribute tests.
2010-03-24 21:53:04 +01:00
Jacek Caban
00293e9b0b
mshtml: Added IHTMLElement::removeAttribute implementation.
2010-03-24 21:53:04 +01:00
Jacek Caban
30bed7eab3
mshtml: Moved builtin property invocation to separate function.
2010-03-24 21:53:03 +01:00
Jacek Caban
1b093221e6
mshtml: Moved builtin properties lookup to separate function.
2010-03-24 21:52:43 +01:00
Juan Lang
7eb61a6e5c
crypt32: Use an empty string as a separator when no separator is desired to avoid special cases for NULL.
2010-03-24 21:15:31 +01:00
Vincent Povirk
b8c7dec6b8
mscoree: Add a setting to access mono's tracing functionality.
2010-03-24 21:14:45 +01:00
Mike Kaplinskiy
03651926b7
ws2_32/tests: Fix win9x test failure.
2010-03-24 19:01:38 +01:00
Nikolay Sivov
ef7abf1087
shell32/tests: Fix a test crash on Win9x.
2010-03-24 19:01:29 +01:00
Damjan Jovanovic
3c6c2fe8df
ntoskrnl.exe: Implement IoCompleteRequest.
2010-03-23 17:30:48 +01:00
Hans Leidekker
c058490b69
dnsapi: _res is per-thread in glibc.
...
This mirrors Dan Kegel's fix for iphlpapi.
2010-03-23 17:30:25 +01:00
Hans Leidekker
af68ef68ce
dnsapi: Add a version resource.
2010-03-23 17:30:19 +01:00
Andrew Nguyen
5f1764c629
dxdiagn: Successfully copy to destination variants with an invalid type in IDxDiagContainer::GetProp.
...
GetProp now simply unconditionally clears the destination variant if
VariantClear fails.
2010-03-23 17:30:04 +01:00
Rob Shearman
1ff4bfe69a
rpcrt4: Add test for [out] non-conformant array.
2010-03-23 17:27:13 +01:00
Huw Davies
f1ebd2d894
dispex: Check whether the server function changes the type of the arguments.
2010-03-23 13:24:27 +01:00
Huw Davies
56e625b0da
dispex: Call the deferred fill in function before returning from the server.
2010-03-23 13:24:27 +01:00
Alexandre Julliard
ce31f2da0a
user32/tests: Fix a couple of race conditions.
2010-03-23 13:24:27 +01:00
Hans Leidekker
1d453a1ff0
msi: Search network sources in addition to disk sources.
2010-03-23 13:24:27 +01:00
Hans Leidekker
faf750f2f7
msi: Remove stream from streams cache before destroying it.
2010-03-23 13:24:27 +01:00
Hans Leidekker
367c2048a1
msi: Don't crash on null last parameter in MsiDecomposeDescriptor.
2010-03-23 13:24:27 +01:00
Hans Leidekker
d0856c0ac5
msi: Display REG_EXPAND_SZ values too in the WriteRegistryValues action.
2010-03-23 13:24:26 +01:00
Hans Leidekker
18a85caa3c
msi: Update the UI in the UnpublishFeatures action.
2010-03-23 13:24:26 +01:00
Hans Leidekker
706c4f77e8
msi: Implement a second cabinet extractor on top of IStream and use it to extract embedded cabinets.
...
Currently a cabinet stream is read into memory and then written to a file,
which is then extracted like an external cabinet file. This uses more time
and disk space than necessary and fails if the cabinet is too large to fit
into memory.
2010-03-23 13:24:26 +01:00
Hans Leidekker
27e90274b5
msi: Set the action taken in the ProcessComponents and InstallFiles actions.
2010-03-23 13:24:26 +01:00
Hans Leidekker
8722d0c44a
msi: The AppSearch and CCPSearch actions must be run only once.
2010-03-23 13:24:26 +01:00
Hans Leidekker
a4be941df9
msi: Display the file identifier instead of the filename in the SelfRegModules and SelfUnregModules actions.
2010-03-23 13:24:26 +01:00
Alistair Leslie-Hughes
25756b7873
oleaut32: Add ISupportErrorInfo registry entry.
2010-03-23 12:45:59 +01:00
Mike Kaplinskiy
5d72f63bd7
ws2_32/tests: Test a WSARecv error condition.
2010-03-23 12:36:02 +01:00
Mike Kaplinskiy
798c9e5161
ws2_32: Use ntstatus in overlapped functions.
2010-03-23 12:35:56 +01:00
Stefan Dösinger
1181762f99
wined3d: Implement manual buffer fencing.
2010-03-23 12:31:15 +01:00
Stefan Dösinger
fd13a6ae23
wined3d: Partially implement unserialized buffers with the apple extension.
2010-03-23 12:30:18 +01:00
Stefan Dösinger
5d94fe2095
wined3d: Add a function for deleting the GL buffer.
2010-03-23 12:29:33 +01:00
Christian Costa
f2fe2f7e84
d3dxof: Increase MAX_SUBOBJECTS and do the corresponding checks at the right place.
2010-03-23 12:19:49 +01:00
Andrew Nguyen
61cb53e24d
dxdiagn: Fix return value of IDxDiagContainer::GetProp on property search failure.
2010-03-23 12:19:48 +01:00
Nikolay Sivov
34577a84d9
shell32: Add IFolderView::Item implementation.
2010-03-23 12:19:48 +01:00
Nikolay Sivov
edcaf53f94
shell32/tests: Use strict comparison for return values.
2010-03-23 12:19:48 +01:00
Nikolay Sivov
0a32123d10
shell32: Add IShellFolderView::RemoveObject for IShellView.
2010-03-23 12:19:48 +01:00
Nikolay Sivov
1f6c759e0c
shell32: IShellView::ContextSensitiveHelp not implemented.
2010-03-23 12:19:48 +01:00
André Hentschel
acdce245ae
msxml3: Fix a typo in a comment.
2010-03-23 11:40:59 +01:00
Alexandre Julliard
49de5ca39f
user32: Store the current cursor and show count in the server.
2010-03-22 17:54:21 +01:00
André Hentschel
e9be1b4094
kernel32: Fix return value of FlsFree.
2010-03-22 15:53:42 +01:00
Damjan Jovanovic
3f02dee355
usbd.sys: Implement URB building functions.
2010-03-22 15:53:36 +01:00
Paul Vriens
d57f05f062
shell32/tests: Fix test failures on Win95, Win98 and NT4.
2010-03-22 15:52:44 +01:00
Nikolay Sivov
01ebc66535
shell32: Implement IShellFolderView::QuerySupport no-op method.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
9958b80e9d
shell32: Add IShellFolderView::SetRedraw implementation.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
61fc3f9004
shell32: Implement some IShellFolderView methods over IFolderView.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
fa3dd31a9c
shell32: Add IShellFolderView::GetSelectedObjects implementation for IShellView.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
a3d0877ed6
shell32: Add a stub IShellFolderView for IShellView.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
9e80570a3b
shell32: Remove a useless debug switch, fix prototype.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
6a0bdddfc4
shell32: Add a note about a possible crash on NULL input.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
53ae4e2ba0
shell32: Add IPersist support for desktop IShellFolder.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
0f794f9510
shell32: Some debug tracing improvements.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
1168b79266
shell32: Properly fail for unsupported interfaces in IShellView::GetItemObject.
2010-03-22 15:52:35 +01:00
Huw Davies
afb1a08b5f
dispex: Use the upper WORD of the flags parameter to indicate whether the optional [out] parameters are NULL.
2010-03-22 15:52:35 +01:00
William Waghorn
594de90ccd
dsound: Ensure device name and description buffers are NUL terminated.
2010-03-22 15:52:35 +01:00
Detlef Riekenberg
73e669c6bc
msvcr90/tests: Add tests for _initterm_e.
2010-03-22 15:52:35 +01:00
André Hentschel
877a4e6136
ntdll: Update error code mapping.
2010-03-22 15:52:35 +01:00
André Hentschel
8a6d1df863
ntdll: Fix error strict mode tests on vista+.
2010-03-22 15:52:35 +01:00
Alistair Leslie-Hughes
9d056eb8e2
rpcrt4: Added stub function CreateStubFromTypeInfo.
2010-03-22 15:52:35 +01:00
Christian Costa
4082920c3a
d3dx9_36: Add stubbed interface for ID3DXEffect.
2010-03-22 12:16:15 +01:00
Vincent Povirk
eabce3e05f
gdiplus: Add a test for TIFF image loading.
2010-03-22 11:44:38 +01:00
Vincent Povirk
d24a421207
gdiplus: Add support for decoding TIFF images.
2010-03-22 11:44:33 +01:00
Vincent Povirk
738059baf8
gdiplus: Support decoders with multiple signatures.
2010-03-22 11:44:24 +01:00
Vincent Povirk
416eb191cb
windowscodecs: Add support for decoding RGB TIFF images.
2010-03-22 11:44:18 +01:00
Vincent Povirk
2ed101f6fc
windowscodecs: Implement CopyPixels for the TIFF decoder.
2010-03-22 11:44:12 +01:00
Vincent Povirk
8996ffbfc6
windowscodecs: Implement GetSize for the TIFF decoder.
2010-03-22 11:44:06 +01:00
Vincent Povirk
8066e9beca
windowscodecs: Implement GetPixelFormat for TIFF decoder.
2010-03-22 11:44:00 +01:00
Vincent Povirk
ccaf1b1e5d
windowscodecs: Implement GetFrame for the TIFF decoder.
2010-03-22 11:43:55 +01:00
Vincent Povirk
c048bb07ca
windowscodecs: Implement GetFrameCount for the TIFF decoder.
2010-03-22 11:43:48 +01:00
Vincent Povirk
0d285eac80
windowscodecs: Implement Initialize for the TIFF decoder.
2010-03-22 11:43:42 +01:00
Vincent Povirk
73cd569390
windowscodecs: Add a stub TIFF decoder.
2010-03-22 11:42:43 +01:00
Roderick Colenbrander
8f604afa96
wined3d: Remove WGL RGBA float support because it doesn't make sense without pbuffers.
2010-03-22 11:41:03 +01:00
Roderick Colenbrander
28a2c7ab29
wined3d: Use the format table instead of WGL-checks in CheckDepthStencilMatch when FBOs are used.
2010-03-22 11:40:52 +01:00
Roderick Colenbrander
5ffb088975
wined3d: Fix depth blit regression.
2010-03-22 11:40:40 +01:00
Andrew Nguyen
c62dd29b37
include: Add prototypes for RtlEncryptMemory and RtlDecryptMemory in ntsecapi.h.
2010-03-22 11:40:25 +01:00
Andrew Nguyen
890ce5360d
advapi32: Fix SystemFunction036 prototype to match ntsecapi.h.
2010-03-22 11:40:22 +01:00
Eric Pouech
4c3361e39e
dbghelp: Properly bail out if get an error while reading ELF header.
2010-03-22 11:29:14 +01:00
Eric Pouech
375d158da7
dbghelp: Fix local/parameters enumeration on 64bit platforms.
2010-03-22 11:29:08 +01:00
Eric Pouech
d822aaff92
dbghelp: Removed the not-useful start_data field out of dwarf2_traverse_context_t.
2010-03-22 11:27:44 +01:00
Eric Pouech
bf97b03db5
dbghelp: Implemented SymFunctionTableAccess.
2010-03-22 11:27:36 +01:00
Eric Pouech
2ed8b9f6b6
dbghelp: Added helper to image_file_map to map also directory out of PE executables.
2010-03-22 11:27:32 +01:00
Francois Gouget
3428b94a8d
Assorted spelling and case fixes.
2010-03-22 10:49:13 +01:00
Francois Gouget
1cc79eaef7
shell32/tests: Remove spaces before '\n'.
2010-03-22 10:48:42 +01:00
Francois Gouget
e18e1c19fd
qedit: Don't cast NULL.
2010-03-22 10:48:40 +01:00
Francois Gouget
24517db1fb
appwiz.cpl: Use SUBLANG_NEUTRAL for Spanish.
2010-03-22 10:48:38 +01:00
Francois Gouget
da00e1558e
hlink/tests: Add a trailing '\n' to an ok() call.
2010-03-22 10:48:35 +01:00
Francois Gouget
3127501f86
msxml3: Add a trailing '\n' to a TRACE().
2010-03-22 10:48:33 +01:00
Francois Gouget
2659ac14f8
comctl32/tests: fix an ok() call's trailing '\n'.
2010-03-22 10:48:30 +01:00
Francois Gouget
f096b023c4
dxdiagn/tests: Add a trailing '\n' to an ok() call.
2010-03-22 10:48:26 +01:00
Francois Gouget
381d73e423
d3dx9_36: Add a trailing '\n' to a TRACE().
2010-03-22 10:48:23 +01:00