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
Alexandre Julliard
d80db87611
uninstaller: Remove unneeded carriage return in resource string.
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
87a138f331
taskkill: Update Swedish translation.
2010-10-14 10:02:57 +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
Paul Vriens
0d4c5c8776
taskmgr: Remove a useless commented line.
2010-10-14 10:02:34 +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
ab789c6c7d
programs: Add a stub implementation of aspnet_regiis.exe.
2010-10-13 15:53:58 +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