Rico Schüller
930f7ed3c6
d3d10: Forward D3D10GetOutputSignatureBlob() to d3dcompiler.
2010-10-15 16:17:50 +02:00
Rico Schüller
13893afb8e
d3d10: Forward D3D10GetInputSignatureBlob() to d3dcompiler.
2010-10-15 16:17:50 +02:00
Rico Schüller
83cff120b9
d3dcompiler/tests: Add D3DCOMPILER_STRIP_REFLECTION_DATA test.
2010-10-15 16:17:50 +02:00
Rico Schüller
f4a9a0bb59
d3dcompiler/tests: Add D3DCOMPILER_STRIP_DEBUG_INFO test.
2010-10-15 16:17:50 +02:00
Rico Schüller
060028c8e3
d3dcompiler/tests: Add D3DStripShader() test.
2010-10-15 16:17:50 +02:00
Rico Schüller
beb2cad0fb
d3dcompiler/tests: Add D3D_BLOB_XNA_SHADER test.
2010-10-15 16:17:50 +02:00
Rico Schüller
b09da75fb5
d3dcompiler/tests: Add D3D_BLOB_XNA_PREPASS_SHADER test.
2010-10-15 16:17:50 +02:00
Rico Schüller
c5d601c199
d3dcompiler/tests: Add D3D_BLOB_LEGACY_SHADER test.
2010-10-15 16:17:50 +02:00
Rico Schüller
3c12dd345d
d3dcompiler/tests: Add D3D_BLOB_DEBUG_INFO test.
2010-10-15 16:17:50 +02:00
Rico Schüller
ed6c221942
d3dcompiler/tests: Add D3D_BLOB_ALL_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
291a3b98a5
d3dcompiler/tests: Add D3D_BLOB_PATCH_CONSTANT_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
7d87a4d42b
d3dcompiler/tests: Add D3D_BLOB_INPUT_AND_OUTPUT_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
87344c6726
d3dcompiler/tests: Add D3D_BLOB_OUTPUT_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
1c26d22dc3
d3dcompiler/tests: Add D3D_BLOB_INPUT_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
6628944b7f
d3dcompiler/tests: Add D3DGetBlobPart() test.
2010-10-15 16:17:49 +02:00
Akihiro Sagawa
258f5a5f51
shell32: Update Japanese translation.
2010-10-15 11:36:00 +02:00
Akihiro Sagawa
4d5a851ca8
crypt32: Add Japanese translation.
2010-10-15 11:35:57 +02:00
Akihiro Sagawa
68193114ae
inetcpl: Add Japanese translation.
2010-10-15 11:35:49 +02:00
Akihiro Sagawa
b3b64fdf5e
cryptui: Add Japanese translation.
2010-10-15 11:35:37 +02:00
Austin Lund
23b00490c0
comctl32/tests: Fix ImageList tests for different device color depths.
2010-10-15 11:34:59 +02:00
Piotr Caban
f793d2cf04
jscript: Added more safety options flags handling to create_activex_object.
2010-10-15 11:33:35 +02:00
Juan Lang
63a05db41c
crypt32: Trace time value in addition to address of time value.
2010-10-15 11:33:21 +02:00
Juan Lang
b6cd08f436
crypt32: Use A functions for debug string that's only used as an ASCII string.
2010-10-15 11:33:12 +02:00
Juan Lang
68fceb5e5b
wintrust: Get time to verify from cryptographic message when present.
2010-10-15 11:32:53 +02:00
André Hentschel
a4c1b34146
dbghelp: Implement arm_get_addr.
2010-10-15 11:32:44 +02:00
Adam Martinson
403201b87f
msxml3: Prevent a memory leak if domdoc creation fails.
2010-10-15 11:32:31 +02:00
Matteo Bruni
7c47a9d192
d3dcompiler: Accept dot terminated float immediate values.
2010-10-14 17:54:52 +02:00
Matteo Bruni
422d57e2fc
d3dcompiler: Don't store instruction length in DEF opcode in PS 1.x.
2010-10-14 17:54:52 +02:00
Jacek Caban
35968b9755
jscript: Don't lookup global variables on function invocation.
2010-10-14 17:54:52 +02:00
Henri Verbeet
95469309d6
wined3d: Consistently use Map/Unmap for mapping resources.
2010-10-14 17:54:52 +02:00
Henri Verbeet
0d4e0bc9ba
d3d10core: Add a stub ID3D10Texture3D implementation.
2010-10-14 17:54:52 +02:00
Henri Verbeet
81c3f289a3
d3d10core: Rename texture2d.c to texture.c.
2010-10-14 17:54:52 +02:00
Henri Verbeet
07ace95fcd
d3d10core: Implement device_parent_CreateVolume().
2010-10-14 17:54:52 +02:00
Henri Verbeet
4eb8fd7960
wined3d: Recognize the SM4 sample_d opcode.
2010-10-14 17:54:52 +02:00
Hans Leidekker
8db3c0e358
msi/tests: Move test coverage for standard actions to a separate module.
2010-10-14 17:54:52 +02:00
Aric Stewart
60bf76db9a
strmbase: Remove non-standard custom allocator logic from strmbase.
...
Implement function overrides for parser.c where a custom allocator was needed.
2010-10-14 17:54:52 +02:00
Aric Stewart
7602829c4f
strmbase: Add GetMediaType and GetMediaTypeVersion to BasePin function table.
...
Allows for more widespread use of the BasePinImpl version of EnumMediaTypes.
2010-10-14 17:54:51 +02:00
Aric Stewart
3c2dfd186a
strmbase: Standardize "class" function into functions tables in the structs.
...
This allows the standardization of the "class" functions to use the
class as the argument and will aid in expanding the implementation of
these functions.
2010-10-14 17:54:51 +02:00
Aric Stewart
8f3c3723bb
strmbase: Clean up the allocator negotiating for BaseOutputPin.
2010-10-14 17:54:51 +02:00
Alexandre Julliard
1826530974
comctl32: Use the appropriate color format when loading a DIB in ImageList_LoadImageW.
2010-10-14 17:54:51 +02:00
Joel Holdsworth
a19defdf4c
shdocvw: Replaced iexplore.bmp with a tango compliant toolstrip.
2010-10-14 17:54:46 +02:00
Jacek Caban
e0ef2d1774
mshtml: Fixed the first ReportData invocation when binding from objects created by BindToObject.
2010-10-14 10:03:13 +02:00
Anders Jonsson
6667a6bc8a
inetcpl.cpl: Update Swedish translation.
2010-10-14 10:02:48 +02:00
Anders Jonsson
89845fc9e8
cryptdlg: Add Swedish translation.
2010-10-14 10:02:44 +02:00
André Hentschel
0399f721ca
msvcr90: Added __timezone implementation.
2010-10-14 10:02:17 +02:00
Yaron Shahrabani
2c4b2b792a
mapi32: Added Hebrew translation.
2010-10-14 10:02:05 +02:00
Yaron Shahrabani
73805ced31
kernel32: heb.nls: Made some corrections.
2010-10-14 10:01:52 +02:00
Yaron Shahrabani
f9545fad82
inetcpl: Added Hebrew translation.
2010-10-14 10:01:09 +02:00
Austin Lund
b20e75f5e9
riched20/tests: Cleaned up ITextServices::TxGetNaturalSize test and fixed test failures.
2010-10-13 17:45:23 +02:00
Rico Schüller
2c9b24b054
d3dcompiler: Implement D3DStripShader().
2010-10-13 16:29:46 +02:00
Rico Schüller
a36f51b1b2
d3dcompiler: Add D3D_BLOB_XNA_SHADER to D3DGetBlobPart().
2010-10-13 16:29:23 +02:00
Rico Schüller
cdfdfe59ee
d3dcompiler: Add D3D_BLOB_XNA_PREPASS_SHADER to D3DGetBlobPart().
2010-10-13 16:29:19 +02:00
Rico Schüller
976b4e96bd
d3dcompiler: Add D3D_BLOB_LEGACY_SHADER to D3DGetBlobPart().
2010-10-13 16:29:14 +02:00
Rico Schüller
7b5e05a99d
d3dcompiler: Add D3D_BLOB_ALL_SIGNATURE_BLOB to D3DGetBlobPart().
2010-10-13 16:29:07 +02:00
Rico Schüller
3cbb72667b
d3dcompiler: Add D3D_BLOB_PATCH_CONSTANT_SIGNATURE_BLOB to D3DGetBlobPart().
2010-10-13 16:28:59 +02:00
Jacek Caban
6d20b3f96a
msxml3: Don't use xmlnode's IXMLDOMNode iface in replaceChild implementations.
2010-10-13 15:55:10 +02:00
Jacek Caban
91acf625fb
mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation.
2010-10-13 15:55:00 +02:00
Reece Dunn
71e7b1c5bc
jscript/tests: Add tests for ActiveScriptSite_OnScriptError and IActiveScriptError.
2010-10-13 15:54:38 +02:00
Hans Leidekker
9cc4b0caae
msi/tests: Don't create a nested restore point on recent versions of MSI.
...
We now set the MSIFASTINSTALL property which disables restore points.
2010-10-13 15:52:58 +02:00
Hans Leidekker
5d0a6b0004
msi: Store action data for deferred rollback actions too.
2010-10-13 15:52:38 +02:00
Hans Leidekker
7404e64373
msi: A commit or rollback custom action can be a deferred action at the same time.
2010-10-13 15:52:33 +02:00
Hans Leidekker
59d6dcfddd
msi: Put keys from 32-bit packages starting with HLKM\Software under Wow6432Node on 64-bit.
2010-10-13 15:52:27 +02:00
Hans Leidekker
43a680a155
msi: Register class ids from 32-bit packages under Wow6432Node on 64-bit.
2010-10-13 15:52:19 +02:00
Alexandre Julliard
e8723a5dee
user32: Fix destruction of the active cursor.
2010-10-13 15:38:06 +02:00
Alexandre Julliard
1aab7ea837
user32/tests: Add more tests for DestroyCursor on the active cursor.
2010-10-13 13:58:19 +02:00
Henri Verbeet
e54d9afbc3
wined3d: Recognize the SM4 ABS and NEG source modifiers.
2010-10-13 13:00:39 +02:00
Henri Verbeet
50f6fbadb0
wined3d: Recognize the SM4 ld opcode.
2010-10-13 13:00:30 +02:00
Henri Verbeet
7c6658f970
wined3d: Recognize the SM4 ieq opcode.
2010-10-13 13:00:26 +02:00
Henri Verbeet
a9e3058426
wined3d: Recognize the SM4 ftoi opcode.
2010-10-13 13:00:22 +02:00
Henri Verbeet
b53d346d35
wined3d: Recognize the SM4 div opcode.
2010-10-13 13:00:17 +02:00
Christian Costa
128cf64371
d3dx9: Constant table parsing foundations.
2010-10-13 12:03:05 +02:00
Matteo Bruni
b4736bd767
d3dx9/tests: Fix a shader test failure.
2010-10-13 12:01:03 +02:00
Detlef Riekenberg
f69a4ef07f
winspool: Use CUPS for printing.
2010-10-13 11:35:07 +02:00
Detlef Riekenberg
178294a423
winspool: Implement SetDefaultPrinterA/W.
2010-10-13 11:34:44 +02:00
André Hentschel
9c02760647
setupapi/tests: Fix wow64 failures.
2010-10-13 11:31:26 +02:00
Yaron Shahrabani
b15c015a2e
localui: Added Hebrew translation.
2010-10-13 11:23:58 +02:00
Yaron Shahrabani
feb0e0820d
winspool: Added Hebrew translation.
2010-10-13 11:23:49 +02:00
Yaron Shahrabani
b1dbd84547
setupapi: Added Hebrew translation.
2010-10-13 11:23:39 +02:00
Vincent Povirk
2c2d53024f
mscoree: Use the new Mono runtime search code in GetRequestedRuntimeInfo.
2010-10-13 11:20:42 +02:00
Vincent Povirk
9d770349df
mscoree: Implement ICLRRuntimeInfo_GetRuntimeDirectory.
2010-10-13 11:20:28 +02:00
Vincent Povirk
a7bda5c2b5
mscoree: Implement ICLRMetaHost_GetRuntime.
2010-10-13 11:20:25 +02:00
Jeff Latimer
ad9507b5f3
comctl32: Change stub to return IDYES instead of IDOK.
2010-10-13 11:19:53 +02:00
Nikolay Sivov
ac6671b7f3
msxml3: Fix response text conversion to WCHAR string.
2010-10-13 11:19:53 +02:00
Nikolay Sivov
ace3a81d13
msxml3: Implement POST support with supplied body data.
2010-10-13 11:19:53 +02:00
Nikolay Sivov
646a49b74a
shlwapi/assoc: Fix arguments tracing.
2010-10-13 11:19:53 +02:00
Gerald Pfeifer
8c7e2f99db
user32: Removed some code that is unused after revision 751a09e983
.
2010-10-13 11:19:53 +02:00
Piotr Caban
938fa8bbbc
msvcr90: Added __tzname implementation.
2010-10-13 11:19:53 +02:00
Juan Lang
39340a1027
iphlpapi: Return DNS suffix for all non-loopback adapters.
2010-10-13 11:08:02 +02:00
Alexandre Julliard
19eea5fa6b
user32: Improve error checking in GetIconInfo.
2010-10-12 23:24:11 +02:00
Alexandre Julliard
bb8590f6ce
user32: Fix a DC leak in DrawIconEx.
2010-10-12 23:01:22 +02:00
Alexandre Julliard
f75b7e8788
gdi32: Improve tracing of GDI objects to make leaks easier to spot.
2010-10-12 23:01:09 +02:00
Yaron Shahrabani
5019592070
credui: Added Hebrew translation.
2010-10-12 17:38:48 +02:00
Yaron Shahrabani
17d8c5fbee
wininet: Added Hebrew translation.
2010-10-12 17:38:32 +02:00
Piotr Caban
fd10f47de4
shlwapi/tests: Add more tests.
2010-10-12 17:38:01 +02:00
Piotr Caban
52bd8542b7
shlwapi: Added SKSetValueW implementation.
2010-10-12 17:37:59 +02:00
Piotr Caban
6aa9494245
shlwapi: Added SKDeleteValueW implementation.
2010-10-12 17:37:56 +02:00
Piotr Caban
0ce727e433
shlwapi: Added SKAllocValueW implementation.
2010-10-12 17:37:54 +02:00
Piotr Caban
c2f25a2206
shlwapi: Improved SHGetShellKey implementation.
2010-10-12 17:37:51 +02:00
Dmitry Timoshkov
72da0a2d49
oleaut32: Handle VT_DATE in serialize_param()/deserialize_param().
2010-10-12 17:37:00 +02:00
Henri Verbeet
5eb7a44a2e
wined3d: Skip SM4 instruction modifiers.
2010-10-12 17:36:40 +02:00
Henri Verbeet
0e4e196979
wined3d: Skip SM4 source register modifiers.
2010-10-12 17:36:36 +02:00
Henri Verbeet
916167e93a
wined3d: Recognize the SM4 resource register type.
2010-10-12 17:36:30 +02:00
Henri Verbeet
6cbf1dd4b5
wined3d: Recognize the SM4 sampler register type.
2010-10-12 17:36:27 +02:00
Henri Verbeet
4d19daaa71
ddraw: Use a linear filter in ddraw_surface7_Blt().
2010-10-12 17:36:22 +02:00
Krzysztof Nowicki
eb0e82a755
ntdll: Fix possible deadlock in vectored exception handling.
2010-10-12 12:30:48 +02:00
Austin Lund
12c964be68
riched32/tests: Correct error messages in EM_POSFROMCHAR tests.
2010-10-12 12:17:52 +02:00
Andrew Talbot
bbd3556146
gdi32: Constify some variables.
2010-10-12 12:17:51 +02:00
Juan Lang
112f878975
iphlpapi: Set DNS servers in the IP_PER_ADAPTER_INFO returned for non-loopback addresses.
2010-10-12 12:17:51 +02:00
Juan Lang
189cd59079
iphlpapi: Use a helper function to get the DNS server list.
2010-10-12 12:17:51 +02:00
Juan Lang
873034c72d
iphlpapi: Set DNS servers in GetAdaptersAddresses when GAA_FLAG_SKIP_DNS_SERVER isn't specified.
2010-10-12 12:17:50 +02:00
Juan Lang
434cd6c609
iphlpapi: Honor GAA_FLAG_SKIP_FRIENDLY_NAME.
2010-10-12 12:17:50 +02:00
Juan Lang
c44c16cf74
iphlpapi: Honor GAA_FLAG_SKIP_UNICAST.
2010-10-12 12:17:50 +02:00
Juan Lang
60354102c0
iphlpapi: Only return gateway addresses if GAA_FLAG_INCLUDE_ALL_GATEWAYS is specified.
2010-10-12 12:17:50 +02:00
Louis Lenders
75f0573964
gameux: Improve stub for GameExplorerImpl_VerifyAccess.
2010-10-12 12:17:50 +02:00
Andrew Eikum
6525d89c95
shlwapi: Handle URL_WININET_COMPATIBILITY flag in UrlCanonicalize.
2010-10-12 12:17:38 +02:00
Andrew Eikum
35f8d7397b
cryptnet/tests: Use UrlCanonicalize to create a URL.
2010-10-12 11:46:26 +02:00
Aric Stewart
602d44a12c
strmbase: Move mediaSeeking to strmbase SourceSeeking.
2010-10-12 11:44:17 +02:00
David Adam
a8740a4667
ddraw/test: Add more combination tests for SetCooperativeLevels.
2010-10-12 11:44:13 +02:00
Alexandre Julliard
90ba8ceb07
user32: Correctly handle mouse events on a size grip scrollbar.
2010-10-12 11:43:21 +02:00
Alexandre Julliard
299f2b354e
user32: Make sure AdjustWindowRect and WM_NCCALCSIZE yield the same result for WS_EX_DLGMODALFRAME windows.
2010-10-12 11:28:51 +02:00
Nikolay Sivov
45db1d1376
msxml3: Implement ::get_responseXML().
2010-10-11 17:11:38 +02:00
Andrew Nguyen
41ab825126
msvcrt: Implement _strlwr_s.
2010-10-11 17:11:38 +02:00
Andrew Nguyen
bcfaf467b5
msvcrt: Implement _itoa_s.
2010-10-11 17:11:38 +02:00
Andrew Nguyen
6086610314
msvcrt: Implement _localtime32_s.
2010-10-11 17:11:37 +02:00
Andrew Nguyen
90771ab605
msvcrt: Use the write_invalid_msvcrt_tm helper in _gmtime64_s.
2010-10-11 17:11:37 +02:00
Andrew Nguyen
e245cb52c6
msvcrt: Implement _localtime64_s.
2010-10-11 17:11:37 +02:00
Henri Verbeet
3c45bba11e
wined3d: Add traces to IWineD3DDeviceImpl_AcquireFocusWindow() / IWineD3DDeviceImpl_ReleaseFocusWindow().
2010-10-11 17:11:34 +02:00
Henri Verbeet
ff9c2fcdb2
wined3d: Recognize the SM4 utof opcode.
2010-10-11 17:11:28 +02:00
Henri Verbeet
18d7a73af8
wined3d: Recognize the SM4 sample_l opcode.
2010-10-11 17:11:28 +02:00
Henri Verbeet
407ed1b875
wined3d: Recognize the SM4 sample opcode.
2010-10-11 17:11:28 +02:00
Henri Verbeet
b2f520b5f0
wined3d: Recognize the SM4 itof opcode.
2010-10-11 17:11:28 +02:00
Andrew Nguyen
f340b64fb8
winex11.drv: Avoid relying on PATH_MAX in X11DRV_FONT_InitX11Metrics helper.
2010-10-11 17:11:28 +02:00
Andrew Nguyen
093ae8b691
winex11.drv: Use a separate string buffer for X11R6 font check.
2010-10-11 17:11:28 +02:00
Andrew Nguyen
6d605e68f4
kernel32: Make the return type of LoadModule match the Windows SDK.
2010-10-11 17:11:28 +02:00
Andrew Nguyen
43e99d6e0c
kernel32: Implement GetSystemRegistryQuota as a semi-stub.
2010-10-11 17:11:27 +02:00
Alexandre Julliard
76e7fcc9d8
user32: Store icon objects directly in the cache instead of using a separate structure.
2010-10-11 17:11:27 +02:00
Alexandre Julliard
76cd25c875
user32: Reimplement icon copying using CURSORICON_Load.
2010-10-11 17:11:27 +02:00
Alexandre Julliard
6e7846e33e
user32: Return the module and resource name in GetIconInfoEx.
2010-10-11 17:11:27 +02:00
Alexandre Julliard
751a09e983
user32: Store the module and resource name information for icons.
2010-10-11 17:11:27 +02:00
Hans Leidekker
0df4712658
msi/tests: Reduce the UI level for a couple of tests.
...
This makes the tests run faster because native only creates restore points
for installers with a basic UI level and higher.
2010-10-11 17:11:27 +02:00
Hans Leidekker
eafebe0f7d
msi/tests: Set the MSIFASTINSTALL property.
...
On recent versions of msi this prevents the creation of a system restore
point, which can take a very long time.
2010-10-11 17:11:27 +02:00
Hans Leidekker
5709fab04c
msi/tests: Fix some test failures on 64-bit.
2010-10-11 17:11:26 +02:00
Hans Leidekker
cf6e820106
msi: Allocate 3 bytes instead of 2 for in-memory string references.
...
Fixes an installer that stores string references as 2 byte integers and
grows the number of strings beyond the limit of 64k during installation.
2010-10-11 17:11:26 +02:00
Hans Leidekker
b719338433
msi/tests: Use a different product code in the automation tests.
2010-10-11 17:11:26 +02:00
Hans Leidekker
3d33fb93cc
msi/tests: Determine Wow64 mode just once.
2010-10-11 17:11:26 +02:00
Jeff Latimer
2b6ab9eb86
iphlpapi: Use Windows rather than Unix values to determine family.
2010-10-11 17:11:26 +02:00
Jeff Cook
0b4c99cd7d
winealsa.drv: Rewrite channel counting for additional readability and circumvention of a couple of crashes.
2010-10-11 17:11:26 +02:00
Jeff Cook
e96d3d538a
winealsa.drv: Only set micelem as master if there are no other elems on this card.
2010-10-11 17:11:25 +02:00
James McKenzie
c3dfc7b834
gdi32: Correct typo in comment.
2010-10-11 17:11:25 +02:00
Louis Lenders
2ecb586005
advapi32: Add stub for QueryTraceW.
2010-10-11 17:11:25 +02:00
Louis Lenders
62b9df9031
user32/tests: Test FindWindowEx for empty window title.
2010-10-11 17:11:25 +02:00
Eric Pouech
8d981b87f1
dbghelp: Proper support and definition for S_REGREL_V3.
2010-10-11 17:11:24 +02:00
Eric Pouech
fac5abc551
dbghelp: Ensure the stab_nlist structure is usable on 64bit systems.
2010-10-11 17:11:24 +02:00
Eric Pouech
854379bbaa
dbghelp: Fix some relocation errors for debug formats out of ELF files.
2010-10-11 17:11:24 +02:00
Eric Pouech
922caac23b
dbghelp: Compute ELF load address using the link_map ld's address (and get correct relocation computation).
2010-10-11 17:11:24 +02:00
Eric Pouech
2662ed10c8
dbghelp: When enumerating loaded modules from r_debug structure, pass the address of the dynamic section as well.
2010-10-11 17:11:24 +02:00
Eric Pouech
2a87a89680
dbghelp: Only map an ELF file once.
2010-10-11 17:11:17 +02:00
Eric Pouech
580cab9d8b
dbghelp: A couple of fixes for 64bit msvc debug info compatibility.
2010-10-11 17:08:13 +02:00
Eric Pouech
b164155447
dbghelp: Added a couple of missing CodeView base types (used in 64bit compilation).
2010-10-11 17:08:13 +02:00
Eric Pouech
229d753bc9
dbghelp: Some more 64bit base address fixes.
2010-10-11 17:07:57 +02:00
Eric Pouech
1e141eee4f
dbghelp: Allow loading PE module with 64bit addresses.
2010-10-11 12:54:18 +02:00
Piotr Caban
8e48cd1ad7
urlmon: Added ProtocolStream_Stat implementation.
2010-10-11 12:54:17 +02:00
Jacek Caban
a839e2ec45
shlwapi: Skip more tests on too old shlwapi.dll.
2010-10-11 12:54:17 +02:00
Sven Baars
f896b5eb6d
inetcpl.cpl: Update the Dutch translation.
2010-10-11 12:54:17 +02:00
Alexandre Julliard
33d091fef6
jscript: Remove an incorrect and unnecessary error check.
2010-10-11 12:54:17 +02:00
Alexandre Julliard
58825125ce
jscript: Add a missing terminator to a string constant.
2010-10-11 12:54:17 +02:00
Alexandre Julliard
d1df0c42ea
user32/tests: Test GetIconInfoExW too since the A version is broken on Win64.
2010-10-11 12:54:04 +02:00
Alexandre Julliard
0cc9c52f8c
wininet: Load X509_STORE_CTX_get_ex_data from libcrypto not libssl.
2010-10-08 19:15:45 +02:00
Jacek Caban
61cd0648f2
urlmon: Skip more tests on too old IEs.
2010-10-08 18:08:24 +02:00
Henri Verbeet
1fe1676ae9
wined3d: SM4 immediate constants are typeless.
2010-10-08 15:26:42 +02:00
Henri Verbeet
3e45fe7488
wined3d: The SM4 sincos opcode has two destination arguments.
2010-10-08 15:26:37 +02:00
Henri Verbeet
d369136a96
wined3d: Recognize the SM4 imul opcode.
2010-10-08 15:26:33 +02:00
Henri Verbeet
0677a67c7b
wined3d: Recognize the SM4 NULL register type.
2010-10-08 15:26:28 +02:00
Henri Verbeet
7c7205d90a
wined3d: Allow multiple shader instruction destination arguments.
2010-10-08 15:26:19 +02:00
Alexandre Julliard
d9ae28926b
user32: Get rid of the unused icon cache refcount.
2010-10-08 15:24:09 +02:00
Alexandre Julliard
975bff627b
user32: Convert the icon cache to a standard Wine list.
2010-10-08 15:24:09 +02:00
Alexandre Julliard
990842a322
user32/tests: Tests for GetIconInfoExA/W.
2010-10-08 15:24:09 +02:00
Alexandre Julliard
d3de0c265b
user32: Implemented GetIconInfoExA/W.
2010-10-08 15:23:47 +02:00
Alexandre Julliard
beba1f1586
user32: Make sure the driver CreateCursorIcon() entry point is always called.
2010-10-08 11:56:46 +02:00
Alexandre Julliard
4d7ad03c3c
ntdll: Use the more portable cfsetospeed() function to set serial baud rate.
2010-10-08 11:56:46 +02:00
Austin English
95740b30b9
dbghelp: Fix compile on Hurd.
2010-10-08 11:56:46 +02:00
Alexandre Julliard
7bfa513bc9
rpcrt4/tests: Fix a test failure on XP SP3.
2010-10-08 11:56:45 +02:00
Nikolay Sivov
f0546a1961
msxml3: Implement ::get_responseBody().
2010-10-08 11:56:45 +02:00
Nikolay Sivov
8630368afb
msxml3: Callback only if state really changed.
2010-10-08 11:56:45 +02:00
Nikolay Sivov
e1ca5965b8
msxml3: Implement ::abort().
2010-10-08 11:56:45 +02:00
Nikolay Sivov
25dc6c7c9e
msxml: Register XMLHTTP objects.
2010-10-08 11:56:45 +02:00
Damjan Jovanovic
7ccf6c28b3
comdlg32: Fix a stack overflow.
2010-10-08 11:56:45 +02:00
Andrew Nguyen
6f2513d39a
crypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.
...
PATH_MAX is not guaranteed to be available on all platforms, and it is
inadequate as a hardcoded buffer size anyway.
2010-10-08 11:56:45 +02:00
Andrew Eikum
1a7c76c7b0
shlwapi/tests: Don't run tests on old shlwapi versions.
2010-10-08 11:05:02 +02:00
Aric Stewart
34f3f7cae3
strmbase: Move TransformFilter implementation to strmbase.
2010-10-08 11:04:52 +02:00
Aric Stewart
791087089c
strmbase: Add an implementation of BaseFilterImpl_EnumPins.
2010-10-08 11:04:09 +02:00
Aric Stewart
1d42659c40
strmbase: Implement BaseFilter in strmbase.
2010-10-08 11:04:04 +02:00
Austin English
db27d9afa9
psapi/tests: Get rid of an ugly test macro.
2010-10-08 11:02:27 +02:00
Austin Lund
47d2a00a28
d3d9/tests: Fix test failure for IDirect3D9::CreateDevice in test_set_stream_source.
2010-10-07 17:42:13 +02:00
Yaron Shahrabani
93324daddd
browseui: Added Hebrew translation.
2010-10-07 17:33:09 +02:00
Erich Hoover
e84eb16c05
winex11: Add support for animated cursors in X11 driver.
2010-10-07 16:21:18 +02:00
Yaron Shahrabani
9c8422c9fe
shell32: Added Hebrew translation.
2010-10-07 16:08:27 +02:00
Yaron Shahrabani
d298ec1944
comctl32: Added Hebrew translation.
2010-10-07 16:08:23 +02:00
Yaron Shahrabani
50925228d6
shdocvw: Added Hebrew translation.
2010-10-07 16:07:45 +02:00
Yaron Shahrabani
3f27cedabf
appwiz.cpl: Added Hebrew translation.
2010-10-07 16:07:37 +02:00
Damjan Jovanovic
d53e1a71f4
windowscodecs: Load PNGs incrementally.
2010-10-07 15:58:12 +02:00
Rico Schüller
d52f2b63c0
d3dcompiler: Implement D3DGetDebugInfo().
2010-10-07 15:58:11 +02:00
Rico Schüller
4467901e31
d3dcompiler: Implement D3DGetInputAndOutputSignatureBlob().
2010-10-07 15:58:11 +02:00
Rico Schüller
164dcc7973
d3dcompiler: Implement D3DGetOutputSignatureBlob().
2010-10-07 15:58:11 +02:00
Rico Schüller
5946201d19
d3dcompiler: Implement D3DGetInputSignatureBlob().
2010-10-07 15:58:11 +02:00
Rico Schüller
ec698dea66
d3dcompiler: Implement D3DGetBlobPart().
2010-10-07 15:58:11 +02:00
Rico Schüller
033fd44aa1
d3dcompiler: Add D3DGetBlobPart() stub.
2010-10-07 15:58:10 +02:00
Alexandre Julliard
d39d2da065
winex11: Mirror the client rectangle if necessary for update_window_zorder.
2010-10-07 15:58:10 +02:00
Henri Verbeet
512e6cec2c
wined3d: Recognize the SM4 movc opcode.
2010-10-07 15:58:10 +02:00
Henri Verbeet
f78542c34c
wined3d: Recognize the SM4 mad opcode.
2010-10-07 15:58:10 +02:00
Henri Verbeet
2eb5df3039
wined3d: Recognize the SM4 frc opcode.
2010-10-07 15:58:10 +02:00
Henri Verbeet
1330f844f8
wined3d: Recognize the SM4 and opcode.
2010-10-07 15:58:09 +02:00
Henri Verbeet
98a2973e95
wined3d: Recognize the SM4 loop opcode.
2010-10-07 15:58:09 +02:00
Aric Stewart
0c5d0f80bc
usp10: When checking font for shaping the font needs at least 1 of the features but does not need all.
2010-10-07 15:58:09 +02:00
Austin Lund
fd30e69538
advapi32/tests: Fix RegEnumValue overflow tests for broken behaviour on XP Pro Chinese.
2010-10-07 12:10:02 +02:00
Joel Holdsworth
57e00c851e
windowscodecs: Implemented GifFrameDecode_GetResolution.
2010-10-07 12:05:06 +02:00
Joel Holdsworth
e66a2f6d81
windowscodecs/tests: Added test for GifFrameDecode_GetResolution.
2010-10-07 12:05:01 +02:00
Louis Lenders
e068971075
fusion: Add version resource.
2010-10-07 12:04:27 +02:00
Alexandre Goujon
8a64ba7ee8
mshtml: Update the Gecko find procedure comment to reflect the latest behavior.
2010-10-07 12:02:59 +02:00
Jeremy Drake
c8a4983ed9
oleaut32: Fix handling of negative fractional variant dates.
...
The integer part is the number of days to be added to the epoch
(1899-12-30), and the fractional part (disregarding sign) represents
the fraction of that day that has elapsed.
2010-10-07 12:00:28 +02:00
Jeremy Drake
25118e5383
oleaut32/tests: Test conversion of ambiguous DATE values.
...
For 0.0 < x < 1.0, DATE values x and -x represent the same date/time:
30-Dec-1899 at some time determined by x. When converting from DATE,
either value is accepted. When converting to DATE, the positive value
is produced.
2010-10-07 12:00:28 +02:00
Andrew Nguyen
eb09472870
msvcrt: Initialize _wenviron in Unicode environment getter function.
2010-10-07 12:00:27 +02:00
Andrew Nguyen
797d6cb4e2
msvcrt/tests: Add tests for the __p__(w)environ accessors.
2010-10-07 12:00:27 +02:00
Nikolay Sivov
eebf331e89
msxml3: Implement ::get_responseText() for UTF-8 and UTF-16 (little endian) response encoding.
2010-10-07 12:00:27 +02:00
Nikolay Sivov
62656c57bf
msxml3: Store response data in a stream.
2010-10-07 12:00:27 +02:00
Jacek Caban
9f2ede8d62
urlmon: Added IInternetProtocolEx support to ftp protocol handler.
2010-10-07 12:00:27 +02:00
Jacek Caban
72c8b283e5
urlmon: Added IInternetProtocolEx support to http protocol handler.
2010-10-07 12:00:27 +02:00
Jacek Caban
8205f627c1
urlmon: Added post data stream tests.
2010-10-07 12:00:27 +02:00
Jacek Caban
237264dc61
urlmon: Added support for sending post data from stream.
2010-10-07 12:00:27 +02:00
Jacek Caban
d563d5b35c
urlmon: Added IBinding::Abort and binding without callback tests.
2010-10-07 12:00:27 +02:00
Jacek Caban
a3aa115ac3
urlmon: Use default binding callback if no callback is provided.
2010-10-07 12:00:26 +02:00
Jacek Caban
428c1bbac6
urlmon: Use existing callback holder in RegisterBindStatusCallback if already exists.
2010-10-07 12:00:26 +02:00
Jacek Caban
1db24bedfc
urlmon: Added IBinding::Abort implementation.
2010-10-07 12:00:26 +02:00
Jacek Caban
f7910c9304
mshtml: Moved more code to handle_docobj_load.
2010-10-07 12:00:26 +02:00
Jacek Caban
6fff7e7c05
mshtml: Report better status in on_stop_nsrequest.
2010-10-07 12:00:26 +02:00
Juan Lang
d48a56db5c
cryptui: Don't crash displaying a certificate hierarchy when the certificate's signer isn't found.
...
Spotted by André Hentschel.
2010-10-07 12:00:26 +02:00
Juan Lang
6e89a61446
crypt32/tests: Test OpenSSL chain separately to address test failures on Win98.
2010-10-06 20:46:51 +02:00
Juan Lang
251ccfc848
crypt32/tests: Fix another test failure on Win98.
2010-10-06 20:46:51 +02:00
Juan Lang
8fbcad75ba
crypt32/tests: Add name to test to help identify test failures.
2010-10-06 20:46:50 +02:00
Juan Lang
d8fcffc7e7
crypt32/tests: Fix more Win9x failures.
2010-10-06 20:46:50 +02:00
Juan Lang
3e437ec537
crypt32/tests: Fix test failures on NT4/Win9x.
2010-10-06 20:46:50 +02:00
Juan Lang
25a8d301c1
crypt32: Set correct error when encountering unsupported critical extensions in the base and SSL policy.
2010-10-06 20:46:50 +02:00
Juan Lang
5b79eb977b
crypt32/tests: Add macros to declare tests.
2010-10-06 20:46:50 +02:00
Juan Lang
6ff8184e15
crypt32/tests: Add name to test to help identify test failures.
2010-10-06 20:46:50 +02:00
Juan Lang
b1899c2066
crypt32: Set CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT when appropriate.
2010-10-06 20:46:49 +02:00
Juan Lang
d5bcf21c91
crypt32/tests: Test the base and SSL policies against a certificate with an invalid critical extension.
2010-10-06 20:46:49 +02:00
Juan Lang
ab1a3ccede
crypt32/tests: Test invalid critical extension in intermediate cert.
2010-10-06 20:46:49 +02:00
Dmitry Timoshkov
83bfa7636e
kernel32: Truncate the reported by GlobalMemoryStatus() memory limits for Win9x versions too.
2010-10-06 20:46:49 +02:00
Austin Lund
d08fc66732
riched20/tests: Plug a few memory leaks and make failure messages more meaningful.
2010-10-06 20:46:49 +02:00
Aric Stewart
66e1ad8a96
strmbase: Move InputPin implementation to strmbase.
2010-10-06 20:46:48 +02:00