Andrew Eikum
bbbf72ddcb
mmdevapi: Store period size in frames.
...
There are three different units to represent durations of audio: time,
bytes, and frames. Since all three are in use in this module, we should
be more explicit about the unit of each variable.
2011-01-05 17:56:36 +01:00
André Hentschel
1bf8612718
user32/tests: Don't test function directly when reporting GetLastError().
2011-01-05 17:56:04 +01:00
Huw Davies
40ba10ed7a
wineps.drv: Explicitly report that we do not support blending.
2011-01-05 17:55:16 +01:00
Austin English
8ec262ef0d
winex11.drv: Use consistent formatting in a TRACE().
2011-01-05 17:54:58 +01:00
Huw Davies
62cd56ce81
ole32: Store the ole advise sinks in a STATDATA array.
2011-01-05 17:54:49 +01:00
Huw Davies
6ac2cb3ddc
ole32: Reimplement SendOnDataChange using the connection enumerator.
2011-01-05 17:54:44 +01:00
Michael Stefaniuc
5cce70ddeb
windowscodecs: Use an iface instead of a vtbl pointer in BmpFrameEncode.
2011-01-05 17:53:29 +01:00
Michael Stefaniuc
0eff947c09
mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory.
2011-01-05 17:53:20 +01:00
Michael Stefaniuc
1ae51aa74a
mshtml: COM cleanup for the nsIInputStream iface.
2011-01-05 17:53:13 +01:00
Michael Stefaniuc
1d7e50079a
mshtml: COM cleanup for the nsIURL iface.
2011-01-05 17:53:06 +01:00
Michael Stefaniuc
1e19fd6c49
atl: Use ifaces instead of vtbl pointers in IOCS.
2011-01-05 17:52:56 +01:00
Michael Stefaniuc
4a6c525659
hlink: Use ifaces instead of vtbl pointers in ExtensionService.
2011-01-05 17:52:46 +01:00
Michael Stefaniuc
1503a1ff40
mshtml: COM cleanup for the IHTMLEmbedElement iface.
2011-01-05 17:52:20 +01:00
Vincent Povirk
5fd834fc95
windowscodecs: Store an impl pointer instead of an iface pointer.
2011-01-05 17:23:28 +01:00
Henri Verbeet
d72520b5cc
wined3d: Remove IWineD3DBaseTexture::BindTexture() from the public interface.
2011-01-05 17:22:01 +01:00
Henri Verbeet
f9a1e8813e
wined3d: Pass an IWineD3DDeviceImpl pointer to create_primary_opengl_context().
2011-01-05 17:21:47 +01:00
Henri Verbeet
7e0909d058
wined3d: Pass an IWineD3DDeviceImpl pointer to delete_opengl_contexts().
2011-01-05 17:21:37 +01:00
Henri Verbeet
e5d1a0c72d
wined3d: Use surface_modify_location() to manipulate location flags in IWineD3DSurfaceImpl_Unmap().
...
Directly setting SFLAG_INFRAWABLE breaks for offscreen render targets, where
the drawable and texture are the same thing. Before commit
d3fd7b247b
the explicit load of the texture
location with the default RTL_READTEX render target lock mode would have
prevented the flags from becomming inconsistent.
2011-01-05 17:21:28 +01:00
Mikhail Maroukhine
f859535774
user32: Add constness to params and variables.
2011-01-04 16:09:53 +01:00
Francois Gouget
ce3fcda1d3
shdocvw/tests: Fix compilation on systems that don't support nameless unions.
2011-01-04 16:03:11 +01:00
Greg Geldorp
faf19ec966
msi/tests: Fix remaining Wow64 failures for action test set.
2011-01-04 16:03:02 +01:00
Nikolay Sivov
0044cc8f26
oleaut32: Do nothing for TKIND_ALIAS types in ::LayOut().
2011-01-04 14:56:15 +01:00
Nikolay Sivov
ea3c215b57
oleaut32: Use VARENUM members instead of hardcoded values.
2011-01-04 14:55:41 +01:00
Nikolay Sivov
2e25e5e22c
oleaut32: Use alloc/free helpers for typelib creation part too.
2011-01-04 14:53:50 +01:00
Nikolay Sivov
ed749f51ce
oleaut32: Use IDispatch vtable size instead of hardcoded value.
2011-01-04 14:52:52 +01:00
Nikolay Sivov
b09fd556b0
oleaut32: Use implementation pointer to avoid casts.
2011-01-04 14:52:18 +01:00
Michael Stefaniuc
5db4caee8e
urlmon: Don't use DEFINE_THIS2 for the Protocol vtbl functions.
2011-01-04 11:58:34 +01:00
Andrew Nguyen
51d05e241a
kernel32: Improve parameter validation for FillConsoleOutputAttribute.
2011-01-04 11:58:34 +01:00
Andrew Nguyen
50ee017f34
kernel32/tests: Add tests for FillConsoleOutputCharacterA.
2011-01-04 11:58:34 +01:00
Andrew Nguyen
5a7c633fab
kernel32: Improve parameter validation for FillConsoleOutputCharacterW.
2011-01-04 11:58:33 +01:00
Andrew Nguyen
8ec12b5110
kernel32: Improve parameter validation for WriteConsoleOutputAttribute.
2011-01-04 11:58:33 +01:00
Andrew Nguyen
5f70cd6509
kernel32: Improve parameter validation for WriteConsoleOutputCharacterA.
2011-01-04 11:58:33 +01:00
Andrew Nguyen
2281c29b46
kernel32: Improve parameter validation for WriteConsoleOutputCharacterW.
2011-01-04 11:58:33 +01:00
Andrew Nguyen
9febdf3f58
kernel32: Improve parameter validation for WriteConsoleInputA.
2011-01-04 11:58:32 +01:00
Andrew Nguyen
0272da5afa
kernel32: Improve parameter validation for WriteConsoleInputW.
2011-01-04 11:58:13 +01:00
Andrew Nguyen
3501b0a580
kernel32: Fail with an invalid output parameter in GetNumberOfConsoleInputEvents.
2011-01-04 11:51:03 +01:00
Thomas Mullaly
858ccfff8b
normaliz: Added normaliz.dll stub.
2011-01-04 11:50:27 +01:00
Thomas Mullaly
1c7d32aa25
kernel32: Added stubs for IDN functions.
2011-01-04 11:49:45 +01:00
André Hentschel
40294182c1
ntdll: Respect multiple CPUs when faking values.
2011-01-04 11:46:31 +01:00
Andrew Nguyen
b84f2f229b
mmsystem.dll16: Correctly map the MCI_SYSINFO_PARMS structure when MCI_SYSINFO_QUANTITY is set.
2011-01-04 11:15:18 +01:00
Hwang YunSong
8570a94e31
setupapi: Update Korean resource.
2011-01-04 11:14:38 +01:00
Michael Stefaniuc
4ff5c02098
ole32: COM cleanup for the IEnumSTATSTG iface.
2011-01-04 11:14:25 +01:00
Michael Stefaniuc
40bf2f0ece
mshtml: COM cleanup for the IHTMLStyle4 iface.
2011-01-04 11:14:21 +01:00
Michael Stefaniuc
0ed9078234
mshtml: COM cleanup for the IHTMLStyle3 iface.
2011-01-04 11:14:16 +01:00
Michael Stefaniuc
6dcff905e6
mshtml: COM cleanup for the IHTMLStyle2 iface.
2011-01-04 11:14:08 +01:00
Michael Stefaniuc
e7f5cc27bf
mshtml: COM cleanup for the IHTMLStyle iface.
2011-01-04 11:13:59 +01:00
Michael Stefaniuc
5ffd1510d2
mshtml: COM cleanup for the IHTMLStyleElement iface.
2011-01-04 11:13:39 +01:00
Michael Stefaniuc
f341ed11e2
mshtml: COM cleanup for the IActiveScriptSite* ifaces.
2011-01-04 11:13:23 +01:00
Michael Stefaniuc
7021fd321b
mshtml: COM cleanup for the IHTMLCurrentStyle iface.
2011-01-04 11:13:12 +01:00
Michael Stefaniuc
868a3e660e
mshtml: COM cleanup for the IHTMLDOMTextNode iface.
2011-01-04 11:13:03 +01:00
Michael Stefaniuc
031f595a05
mshtml: COM cleanup for the IHTMLTable iface.
2011-01-04 11:12:58 +01:00
Michael Stefaniuc
51b0478254
mshtml: COM cleanup for the IHTMLStyleSheet* ifaces.
2011-01-04 11:12:51 +01:00
Michael Stefaniuc
78a10a627f
mshtml: COM cleanup for the IHTMLCommentElement iface.
2011-01-04 11:12:42 +01:00
Michael Stefaniuc
a59cc1a630
mshtml: COM cleanup for the nsIFactory iface.
2011-01-04 11:12:37 +01:00
Michael Stefaniuc
95d8566a83
mshtml: COM cleanup for the IHTMLFormElement iface.
2011-01-04 11:12:30 +01:00
Jacek Caban
2d0ec71962
mshtml: Make nsIURI::Resolve implementation IUri-based.
2011-01-04 11:11:54 +01:00
Jacek Caban
d34bbb2b52
urlmon: Fixed IUriBuilderFactory declaration.
2011-01-04 11:11:49 +01:00
Henri Verbeet
3a59137b09
wined3d: Pass an IWineD3DBaseTextureImpl pointer to internal_preload().
2011-01-04 11:09:52 +01:00
Henri Verbeet
a2c81adae1
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_apply_state_changes().
2011-01-04 11:09:49 +01:00
Henri Verbeet
32779a2232
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_bind().
2011-01-04 11:09:47 +01:00
Henri Verbeet
bf108ac872
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_generate_mipmaps().
2011-01-04 11:09:45 +01:00
Alexandre Julliard
8cbc6efdca
Revert "wined3d: Update detection of vertex blend capabilities."
...
This reverts commit f41fdb225c
.
It's wrong and was committed by mistake.
2011-01-03 19:32:48 +01:00
Greg Geldorp
8cbb8cc38d
ole32/tests: Disable target device clipboard tests.
2011-01-03 16:57:04 +01:00
Nikolay Sivov
a90d2efd53
oleaut32: Use alloc/free helpers for all typelib parse methods.
2011-01-03 16:48:25 +01:00
Vitaliy Margolen
7d650d0b28
dinput: Pass interface instead of this pointer to joystick poll callback.
2011-01-03 16:48:16 +01:00
Vitaliy Margolen
179b862738
dinput: Rename IDirectInputDevice2AImpl into IDirectInputDeviceImpl.
2011-01-03 16:46:41 +01:00
Vitaliy Margolen
0adc470854
dinput: COM cleanup - use interface instead of lpvtbl in joystick effects.
2011-01-03 16:46:25 +01:00
Jacek Caban
64c1b7922e
mshtml: Don't prefer to forward a few more calls in nsIURL implementation.
2011-01-03 16:46:09 +01:00
Jacek Caban
0aefffe9b4
mshtml: Use IUri for nsURL::[Get|Set]Password implementation.
2011-01-03 16:46:05 +01:00
Nikolay Sivov
4e17e38aa2
oleaut32/tests: Cleanup some test macros.
2011-01-03 16:45:59 +01:00
Nikolay Sivov
30b516b8d4
oleaut32: Use structure size instead of hardcoded values.
2011-01-03 16:45:42 +01:00
Michael Stefaniuc
c8d6a502f0
mshtml: COM cleanup for the nsIDOMEventListener iface.
2011-01-03 16:45:18 +01:00
Damian Dixon
a9bbd7dc86
advapi32: Implement SetEntriesInAclA by calling SetEntriesInAclW.
2011-01-03 16:37:59 +01:00
Hwang YunSong
91dac8deac
serialui: Update Korean resource.
2011-01-03 15:14:13 +01:00
Andrew Nguyen
ab8b2cfaa1
kernel32/tests: Avoid an input buffer overrun in the empty console write test.
2011-01-03 14:58:55 +01:00
Greg Geldorp
536876afc3
msi/tests: Fix some failures on Wow64.
2011-01-03 14:57:29 +01:00
David Hedberg
4121ac1224
urlmon: Add new on_error function to protocol vtbl.
2011-01-03 12:14:28 +01:00
David Hedberg
2b5c18c35b
urlmon: Move protocol flags for wininet based protocols into a common header.
2011-01-03 12:14:28 +01:00
Michael Stefaniuc
fb92f979dd
mshtml: Use ifaces instead of vtbl pointers in BSCallback.
2011-01-03 12:14:27 +01:00
Michael Stefaniuc
ed9c65b1ba
mshtml: COM cleanup for the IHTMLLocation iface.
2011-01-03 12:14:27 +01:00
Michael Stefaniuc
f2c4a12261
mshtml: COM cleanup for the ICustomDoc iface.
2011-01-03 12:14:27 +01:00
Michael Stefaniuc
7cd11df831
mshtml: COM cleanup for the IHTMLTextContainer iface.
2011-01-03 12:14:27 +01:00
Michael Stefaniuc
726312c535
mshtml: COM cleanup for the IHTMLImageElementFactory iface.
2011-01-03 12:14:27 +01:00
Michael Stefaniuc
118379d642
mshtml: COM cleanup for the IHTMLOptionElement* ifaces.
2011-01-03 12:14:26 +01:00
Michael Stefaniuc
7f9f169712
mshtml: COM cleanup for the IConnectionPoint* ifaces.
2011-01-03 12:14:26 +01:00
Michael Stefaniuc
e5214b24bb
mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode.
2011-01-03 12:14:26 +01:00
Michael Stefaniuc
6b793e94ad
mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase.
2011-01-03 12:14:26 +01:00
David Hedberg
2a809403d9
shell32: Fix test error on certain w2k8 setups.
2011-01-03 12:14:26 +01:00
Greg Geldorp
e114f85345
kernel32/tests: Add error codes for XP/Win2003 Wow64.
2011-01-03 12:14:26 +01:00
Greg Geldorp
8532d06602
msctf/tests: Wait a bit for registrations to become active on Win7.
2011-01-03 12:14:26 +01:00
André Hentschel
60500cd2be
appwiz.cpl: Update German translation.
2011-01-03 11:54:07 +01:00
André Hentschel
56233536e8
gdi32/tests: Don't test function directly when reporting GetLastError().
2011-01-03 11:54:06 +01:00
André Hentschel
b49e1c2994
advapi32/tests: Don't test function directly when reporting GetLastError().
2011-01-03 11:54:06 +01:00
Marcus Meissner
45e2bd7c2e
jscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64.
2011-01-03 11:54:06 +01:00
Jeremy Chin
f41fdb225c
wined3d: Update detection of vertex blend capabilities.
2011-01-03 11:54:05 +01:00
Henri Verbeet
9de4433dbe
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_autogen_filter_type().
2011-01-03 11:54:05 +01:00
Henri Verbeet
568f9ecb22
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_set_autogen_filter_type().
2011-01-03 11:54:04 +01:00
Henri Verbeet
54e1aeeb62
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_lod().
2011-01-03 11:54:04 +01:00
Henri Verbeet
482a5fd030
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_set_lod().
2011-01-03 11:54:04 +01:00
Greg Geldorp
fa973b812d
winmm/tests: Don't use same buffer for both input and output.
2011-01-03 11:54:03 +01:00
Greg Geldorp
4856c299ba
user32/tests: Skip DefWindowProc tests on Vista+.
2011-01-03 11:54:03 +01:00
Greg Geldorp
9c9762d1ab
ole32/tests: Fix crashes in usrmarshal.
2011-01-03 11:54:03 +01:00
Gerald Pfeifer
061b50eda5
dbghelp: Also return a value in an error case in elf_map_file_read.
2011-01-03 11:54:03 +01:00
Gerald Pfeifer
a55962cf41
cards: Fix description of cdtTerm.
2011-01-03 11:54:02 +01:00
Gerald Pfeifer
38ce67a462
comctl32: Shed unused parameter from TOOLTIPS_NCCreate.
2011-01-03 11:29:30 +01:00
Gerald Pfeifer
b227f75435
comctl32: Remove the last, unused parameter from LISTVIEW_HScroll.
2011-01-03 11:29:09 +01:00
Hwang YunSong
99d9e2bcd3
appwiz.cpl: Update Korean resource.
2011-01-03 11:28:27 +01:00
Marcus Meissner
896be41143
crypt32: Handle NULL ptr leak in CryptDecodeObjectEx (Coverity).
2011-01-03 11:28:08 +01:00
Alexandre Julliard
59ee6d83ab
makefiles: Automatically add missing source variables in make_makefiles.
2011-01-01 17:46:56 +01:00
André Hentschel
28bdb8c58a
msvcrt: Forward _setjmp on x86_64.
2010-12-31 16:32:42 +01:00
Marcus Meissner
acefa93cd6
mmdevapi: Fixed buffer size passed to RegEnumKeyExW.
2010-12-31 16:27:47 +01:00
Marcus Meissner
aa16c89b29
crypt32: NULL ptr could leak into function (Coverity).
2010-12-31 16:27:36 +01:00
Sven Baars
9e871539d1
msvcr80: Fix the _ctime32/64_s spec entries.
2010-12-31 16:27:11 +01:00
Greg Geldorp
f8e71a346c
oledb32: Use correct 32/64-bit typedefs.
...
Paul Vriens did the hard stuff of figuring out that the typedefs in
oledb.idl were not correct.
2010-12-31 12:15:55 +01:00
Michael Stefaniuc
65892b5be4
comdlg32: Use ifaces instead of vtbl pointers in IShellBrowserImpl.
2010-12-31 11:48:08 +01:00
Michael Stefaniuc
8e999df0c1
comdlg32: Pass an object instead of an iface to a helper function.
2010-12-31 11:48:00 +01:00
Michael Stefaniuc
cc43c46fd5
mshtml: COM cleanup for the IUnknown iface.
2010-12-31 11:47:41 +01:00
Michael Stefaniuc
1412b471d0
mshtml: Remove some stray #undef.
2010-12-31 11:47:36 +01:00
Michael Stefaniuc
0b66169a05
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
2010-12-31 11:47:31 +01:00
Michael Stefaniuc
2e2f88af90
mshtml: COM cleanup for the IDispatchEx iface in HTMLWindow.
2010-12-31 11:47:19 +01:00
Michael Stefaniuc
00eb02711d
mshtml: COM cleanup for the IDispatchEx iface in HTMLDocument.
2010-12-31 11:47:13 +01:00
Hwang YunSong
33410f8f40
oledlg: Update Korean resource.
2010-12-31 11:46:50 +01:00
Hwang YunSong
f08b1df355
oleaut32: Update Korean resource.
2010-12-31 11:46:46 +01:00
Greg Geldorp
0b6e5c5535
gdi32/tests: Skip test that crashes on 64-bit.
2010-12-31 11:45:52 +01:00
Nikolay Sivov
b421934ead
oleaut32: Implement ICreateTypeInfo2::SetVarDocString().
2010-12-31 11:45:25 +01:00
Nikolay Sivov
8c8b5da9fc
oleaut32: Update variable description and typeinfo size in ICreateTypeInfo2::SetVarHelpContext().
2010-12-31 11:45:20 +01:00
Nikolay Sivov
59cc0d5c2e
oleaut32: Get function/variable description size with a helper, remove a hardcoded size.
2010-12-31 11:45:09 +01:00
Jacek Caban
1fa5ddfad9
mshtml: Make nsIIOService::NewURI IUri-based.
2010-12-31 11:44:59 +01:00
Jacek Caban
b7e78af4de
mshtml: Added moz-safe-about to the list of Gecko internal protocols.
2010-12-31 11:44:55 +01:00
Frédéric Delanoy
d0191cb132
jscript: Update French translation.
2010-12-31 11:44:48 +01:00
Frédéric Delanoy
fad634d368
appwiz.cpl: Update French translation.
2010-12-31 11:44:45 +01:00
André Hentschel
2c20270d24
shell32/tests: Don't test function directly when reporting GetLastError().
2010-12-31 11:44:40 +01:00
André Hentschel
cbf967d600
user32/tests: Don't test function directly when reporting GetLastError().
2010-12-31 11:44:26 +01:00
André Hentschel
0fb2994fdc
ole32/tests: Don't test function directly when reporting GetLastError().
2010-12-31 11:44:02 +01:00
André Hentschel
9571e4f29f
imagehlp/tests: Don't test function directly when reporting GetLastError().
2010-12-31 11:43:55 +01:00
André Hentschel
04374ab6d5
riched32/tests: Don't test function directly when reporting GetLastError().
2010-12-31 11:43:43 +01:00
André Hentschel
39c4aa1168
mscms/tests: Fix test message.
2010-12-31 11:43:07 +01:00
André Hentschel
92f9cb6c5d
advapi32/tests: Don't test function directly when reporting GetLastError().
2010-12-31 11:42:52 +01:00
André Hentschel
145031b8d4
wininet/tests: Don't call GetLastError() twice.
2010-12-31 11:42:35 +01:00
André Hentschel
2399e7f25a
advapi32/tests: Test how creating a subkey in HKCR affect HKLM/HKCU.
2010-12-31 11:42:16 +01:00
Greg Geldorp
f284719c96
kernel32/tests: Skip some debugger tests on 64-bit.
2010-12-30 16:49:00 +01:00
Sven Baars
1019f2f14f
jscript: Update the Dutch translation.
2010-12-30 16:35:44 +01:00
Sven Baars
b9840424b2
appwiz.cpl: Update the Dutch translation.
2010-12-30 16:35:36 +01:00
Jacek Caban
45aee4fd6c
jscript: Fixed some math API assumption that cause test failures on Solaris.
2010-12-30 15:02:53 +01:00
Jacek Caban
9a16f796f2
msxml3: Don't forward put_nodeTypedValue and put_dataType calls to node IXMLDOMNode iface.
2010-12-30 15:02:27 +01:00
Hwang YunSong
9fd7f07ed9
oleacc: Update Korean resource.
2010-12-30 15:01:57 +01:00
Hwang YunSong
58260b2f7f
jscript: Update Korean resource.
2010-12-30 15:01:53 +01:00
André Hentschel
503934a67d
shlwapi/tests: Fix typo.
2010-12-30 15:01:18 +01:00
André Hentschel
648025881f
msi/tests: Don't test function directly when reporting GetLastError().
2010-12-30 15:01:11 +01:00
André Hentschel
cea221caa0
riched20/tests: Don't test function directly when reporting GetLastError().
2010-12-30 15:00:58 +01:00
André Hentschel
4ed08b9d24
urlmon/tests: Don't test function directly when reporting GetLastError().
2010-12-30 15:00:52 +01:00
André Hentschel
d037b40995
shlwapi/tests: Don't test function directly when reporting GetLastError().
2010-12-30 15:00:44 +01:00
André Hentschel
a608fe9328
comdlg32/tests: Don't test function directly when reporting GetLastError().
2010-12-30 15:00:30 +01:00
André Hentschel
f0b9d9fce6
shell32/tests: Don't test function directly when reporting GetLastError().
2010-12-30 15:00:21 +01:00
André Hentschel
046bcb7c7e
dsound/tests: Don't test function directly when reporting GetLastError().
2010-12-30 15:00:05 +01:00
André Hentschel
c7cb92f1f2
setupapi/tests: Don't test function directly when reporting GetLastError().
2010-12-30 14:59:57 +01:00
Michael Stefaniuc
18a3b3f2f7
rpcrt4: COM cleanup for StdProxyImpl.
2010-12-30 12:21:54 +01:00
Michael Stefaniuc
5b502e3e02
hlink: Use an iface instead of a vtbl pointer in CFImpl.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
81f44f501f
urlmon: Use an iface instead of a vtbl pointer in ClassFactory.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
f5df0b3ed7
mshtml: COM cleanup for the remaining ifaces in nsChannel.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
a29101b026
mshtml: COM cleanup for the nsIHttpChannel iface.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
6c075b6d42
mshtml: COM cleanup for the IHTMLDOMChildrenCollection iface.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
e068287c21
mshtml: COM cleanup for the IHTMLDOMNode2 iface.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
f653f4a22e
mshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
6d4170bd40
mshtml: COM cleanup for the IHTMLElementCollection iface.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
700ab01b6d
mshtml: COM cleanup for the IHTMLFiltersCollection iface.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
98d5a2e7f0
mshtml: COM cleanup for the IHTMLElement3 iface.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
a75e2b2789
mshtml: COM cleanup for the IHTMLElement2 iface.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
d4248e95f5
mshtml: COM cleanup for the IHTMLElement iface.
2010-12-30 12:21:53 +01:00
Nikolay Sivov
cd88a165a4
oleaut32: Get rid of useless comment lines.
2010-12-30 12:21:53 +01:00
Luca Bennati
be3127f5c6
appwiz.cpl: Update Italian translation.
2010-12-30 12:21:53 +01:00
Luca Bennati
e6983d20fb
jscript: Update Italian translation.
2010-12-30 12:21:53 +01:00
Łukasz Wojniłowicz
d8186eb4bc
jscript: Update Polish translation.
2010-12-30 12:21:53 +01:00
Łukasz Wojniłowicz
5766d7565d
appwiz.cpl: Update Polish translation.
2010-12-30 12:21:52 +01:00
Anders Jonsson
8ba970d5aa
jscript: Update Swedish translation.
2010-12-30 12:21:52 +01:00
Anders Jonsson
db192b6d7b
appwiz.cpl: Update Swedish translation.
2010-12-30 12:21:52 +01:00
Jacek Caban
ca3e5c47ce
shdocvw: Get rid of no longer used DOCHOST_THIS.
2010-12-30 12:21:52 +01:00
Aurimas Fišeras
09b14ce784
appwiz.cpl: Update Lithuanian translation.
2010-12-30 12:21:52 +01:00
Jacek Caban
4582a8fe42
jscript: Moved remaining registration to IRegistrar mechanism.
2010-12-29 17:43:18 +01:00
Jacek Caban
3d1595dc81
jscript: Return 'unknown' in typeof operator for native object's values that can't be retrieved.
2010-12-29 17:43:13 +01:00
Jacek Caban
48202ee09e
jscript: Don't unescape '\v'.
2010-12-29 17:01:46 +01:00
Eryk Wieliczko
b6acca6696
msvcrt: Implement _ftime64_s and _ftime32_s.
2010-12-29 12:05:23 +01:00
Greg Geldorp
f6990085cc
setupapi/tests: Uninstall .pnf if uninstall of .inf failed.
2010-12-29 12:03:48 +01:00
Jacek Caban
b00117d4b6
appwiz.cpl: Added checksum validation of downloaded file.
2010-12-29 11:59:39 +01:00
Adam Martinson
2eb2f71c03
configure: Fix OpenCL includes on systems with only CL/cl.h.
2010-12-29 11:59:39 +01:00
Arno Teigseth
01b9fd3679
msvcrt: Added _ui64tow_s.
2010-12-29 11:59:39 +01:00
Michael Stefaniuc
74ce3e53d4
oleaut32/tests: COM cleanup for usrmarshal.c.
2010-12-29 11:59:38 +01:00
Michael Stefaniuc
bae6528247
sti: Use an iface instead of a vtbl pointer in sti_cf.
2010-12-29 11:59:38 +01:00
Michael Stefaniuc
3dd2c0d832
hnetcfg: Use an iface instead of a vtbl pointer in hnetcfg_cf.
2010-12-29 11:59:38 +01:00
Michael Stefaniuc
957cfa68da
wmiutils: Use an iface instead of a vtbl pointer in wmiutils_cf.
2010-12-29 11:59:38 +01:00
Michael Stefaniuc
a36f51f357
xmllite/tests: Use an iface instead of a vtbl pointer in testinput.
2010-12-29 11:59:38 +01:00
Michael Stefaniuc
d15f5722cb
explorerframe/tests: COM cleanup for INameSpaceTreeControlEventsImpl.
2010-12-29 11:59:37 +01:00
Michael Stefaniuc
e53582fdc1
msxml3: Use an iface instead of a vtbl pointer in parse_error_t.
2010-12-29 11:59:37 +01:00
Michael Stefaniuc
17b4de2bba
wbemprox: Use an iface instead of a vtbl pointer in wbemprox_cf.
2010-12-29 11:59:37 +01:00
Michael Stefaniuc
65ff66a111
inetcomm: Use an iface instead of a vtbl pointer in cf.
2010-12-29 11:59:36 +01:00
Michael Stefaniuc
3388353679
mshtml: Use an iface instead of a vtbl pointer in nsProtocolHandler.
2010-12-29 11:59:35 +01:00
Michael Stefaniuc
4b37d5c72b
mshtml: COM cleanup for the IHTMLTxtRange iface.
2010-12-29 11:59:35 +01:00
Michael Stefaniuc
2a2bc6a98d
msxml3: Use an iface instead of a vtbl pointer in httprequest.
2010-12-29 11:59:35 +01:00
Michael Stefaniuc
7af2899aeb
oledb32: Use ifaces instead of vtbl pointers in convert.
2010-12-29 11:59:34 +01:00
Michael Stefaniuc
5101f249c8
hlink: Use ifaces instead of vtbl pointers in HlinkImpl.
2010-12-29 11:59:34 +01:00