wine
15 years agomsxml3: Remove attach_xmldoc(This, NULL) calls.
Michael Karcher [Sat, 29 Nov 2008 09:52:16 +0000 (10:52 +0100)] 
msxml3: Remove attach_xmldoc(This, NULL) calls.

This->node should never be zero. Each IXMLDOMNode (and derived interfaces)
always represents a present libxml data object. There is no no-data
IXMLDOMNode, although there might be documents without a root element.

15 years agomsxml3: Specialize attach_xmlnode to XML documents.
Michael Karcher [Sat, 29 Nov 2008 09:52:06 +0000 (10:52 +0100)] 
msxml3: Specialize attach_xmlnode to XML documents.

attach_xmlnode is only used to attach XML document nodes, and a cast
is needed on each call. Rename it to attach_xmldoc, change the
parameter type to move the cast at one point into the function.

15 years agomsxml3: Move attach_xmlnode.c to domdoc.c.
Michael Karcher [Sat, 29 Nov 2008 09:51:58 +0000 (10:51 +0100)] 
msxml3: Move attach_xmlnode.c to domdoc.c.

15 years agomsxml3: Quiet noisy fixmes.
Michael Karcher [Sat, 29 Nov 2008 09:51:44 +0000 (10:51 +0100)] 
msxml3: Quiet noisy fixmes.

The FIXME messages for unknown interfaces should not be emitted for
interfaces that should not get implemented. Origin 8 spams you with
these messsages.

15 years agomsxml3/tests: Fix BSTR leak.
Michael Karcher [Sat, 29 Nov 2008 09:51:32 +0000 (10:51 +0100)] 
msxml3/tests: Fix BSTR leak.

15 years agomsxml3: Avoid duplicate encoding.
Michael Karcher [Sat, 29 Nov 2008 09:51:20 +0000 (10:51 +0100)] 
msxml3: Avoid duplicate encoding.

The libxml documentation suggests to either use
xmlEncodedEntitiesReentrant or xmlEncodeSpecialChars, but if you apply
both, you end up producing "&".

15 years agontdll: Avoid NULL deref in RtlDeleteTimer.
Jeff Zaroyko [Fri, 28 Nov 2008 22:51:45 +0000 (09:51 +1100)] 
ntdll: Avoid NULL deref in RtlDeleteTimer.

15 years agouser32: The frames of .ani cursors are .ico's, not .cur's.
Andrew Riedi [Wed, 26 Nov 2008 07:10:29 +0000 (23:10 -0800)] 
user32: The frames of .ani cursors are .ico's, not .cur's.

15 years agouser32: Cursors can have more than one color.
Andrew Riedi [Wed, 26 Nov 2008 07:07:15 +0000 (23:07 -0800)] 
user32: Cursors can have more than one color.

15 years agontdll: Stub NtMakeTemporaryObject.
Vitaliy Margolen [Sun, 30 Nov 2008 22:01:02 +0000 (15:01 -0700)] 
ntdll: Stub NtMakeTemporaryObject.

15 years agowinealsa.drv: Correct the period_time value for pulseaudio.
Reece Dunn [Sun, 30 Nov 2008 18:56:57 +0000 (18:56 +0000)] 
winealsa.drv: Correct the period_time value for pulseaudio.

15 years agoquartz: Avoid leaking penummt and mt on error.
Christian Costa [Sun, 30 Nov 2008 14:52:58 +0000 (15:52 +0100)] 
quartz: Avoid leaking penummt and mt on error.

15 years agod3dxof: Handle comments when going to next template or object.
Christian Costa [Sun, 30 Nov 2008 11:18:46 +0000 (12:18 +0100)] 
d3dxof: Handle comments when going to next template or object.

15 years agod3dxof: Increase some buffer and array sizes.
Christian Costa [Sun, 30 Nov 2008 11:18:08 +0000 (12:18 +0100)] 
d3dxof:  Increase some buffer and array sizes.

15 years agod3dxof: Make parsing more permissive about semicolon and comma in objects.
Christian Costa [Sun, 30 Nov 2008 11:17:20 +0000 (12:17 +0100)] 
d3dxof: Make parsing more permissive about semicolon and comma in objects.

15 years agoinclude: Add NtCurrentTeb assembly for win64.
Maarten Lankhorst [Wed, 26 Nov 2008 13:42:48 +0000 (14:42 +0100)] 
include: Add NtCurrentTeb assembly for win64.

15 years agoloader: Implement setting %gs for amd64.
Maarten Lankhorst [Tue, 25 Nov 2008 07:50:37 +0000 (08:50 +0100)] 
loader: Implement setting %gs for amd64.

15 years agomsvcrt: Out strings should be ptr instead of wstr in .spec file.
Michael Karcher [Sat, 29 Nov 2008 17:04:54 +0000 (18:04 +0100)] 
msvcrt: Out strings should be ptr instead of wstr in .spec file.

15 years agomsxml3: Implement IXMLDOMAttribute get/put value.
Alistair Leslie-Hughes [Sun, 23 Nov 2008 09:54:20 +0000 (20:54 +1100)] 
msxml3: Implement IXMLDOMAttribute get/put value.

15 years agomshtml: Implement IDispatch for IHTMLCommentElement.
Alistair Leslie-Hughes [Sun, 23 Nov 2008 09:53:49 +0000 (20:53 +1100)] 
mshtml: Implement IDispatch for IHTMLCommentElement.

15 years agowined3d: Output the rectangles in the debug message.
Marcus Meissner [Sat, 29 Nov 2008 07:57:14 +0000 (08:57 +0100)] 
wined3d: Output the rectangles in the debug message.

15 years agogdiplus: Better implementation of GdipGetFontHeightGivenDPI.
Hans Leidekker [Fri, 28 Nov 2008 16:30:48 +0000 (17:30 +0100)] 
gdiplus: Better implementation of GdipGetFontHeightGivenDPI.

15 years agokernel32: gethostname returns string in CP_UNIXCP encoding.
Vitaly Lipatov [Fri, 28 Nov 2008 13:27:04 +0000 (16:27 +0300)] 
kernel32: gethostname returns string in CP_UNIXCP encoding.

15 years agodswave: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:26:14 +0000 (13:26 +0100)] 
dswave: Remove some unused functions.

15 years agodplayx: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:26:05 +0000 (13:26 +0100)] 
dplayx: Remove some unused functions.

15 years agodmusic: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:25:52 +0000 (13:25 +0100)] 
dmusic: Remove some unused functions.

15 years agodmsynth: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:25:39 +0000 (13:25 +0100)] 
dmsynth: Remove some unused functions.

15 years agodmstyle: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:25:29 +0000 (13:25 +0100)] 
dmstyle: Remove some unused functions.

15 years agodmscript: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:25:18 +0000 (13:25 +0100)] 
dmscript: Remove some unused functions.

15 years agodmime: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:24:50 +0000 (13:24 +0100)] 
dmime: Remove some unused functions.

15 years agodmcompos: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:24:33 +0000 (13:24 +0100)] 
dmcompos: Remove some unused functions.

15 years agodmband: Remove some unused functions.
Alexandre Julliard [Mon, 1 Dec 2008 12:24:21 +0000 (13:24 +0100)] 
dmband: Remove some unused functions.

15 years agoinclude: Fix an enum definition that was actually defining a variable.
Alexandre Julliard [Mon, 1 Dec 2008 12:21:35 +0000 (13:21 +0100)] 
include: Fix an enum definition that was actually defining a variable.

15 years agomswsock: Export the WSARecvEx function.
Alexandre Julliard [Mon, 1 Dec 2008 12:21:11 +0000 (13:21 +0100)] 
mswsock: Export the WSARecvEx function.

15 years agogdiplus: Export the GdipGetAllPropertyItems function.
Alexandre Julliard [Mon, 1 Dec 2008 12:20:54 +0000 (13:20 +0100)] 
gdiplus: Export the GdipGetAllPropertyItems function.

15 years agocryptdlg: Include objbase.h for function prototypes.
Alexandre Julliard [Mon, 1 Dec 2008 12:20:30 +0000 (13:20 +0100)] 
cryptdlg: Include objbase.h for function prototypes.

15 years agoserver: Remove an unneeded cast.
Francois Gouget [Mon, 1 Dec 2008 10:10:06 +0000 (11:10 +0100)] 
server: Remove an unneeded cast.

15 years agoregedit: Deal with races in 'regedit /E' by resizing the buffers and retrying.
Francois Gouget [Mon, 1 Dec 2008 10:06:32 +0000 (11:06 +0100)] 
regedit: Deal with races in 'regedit /E' by resizing the buffers and retrying.

15 years agontdll: Remove an unneeded cast.
Francois Gouget [Mon, 1 Dec 2008 10:10:18 +0000 (11:10 +0100)] 
ntdll: Remove an unneeded cast.

15 years agows2_32: Fix the checks for AQ_WIN16.
Francois Gouget [Mon, 1 Dec 2008 10:18:15 +0000 (11:18 +0100)] 
ws2_32: Fix the checks for AQ_WIN16.

15 years agoshell32/tests: Fix a test failure on Win9x.
Paul Vriens [Mon, 1 Dec 2008 10:13:13 +0000 (11:13 +0100)] 
shell32/tests: Fix a test failure on Win9x.

15 years agoiphlpapi/tests: Replace malloc with HeapAlloc.
Michael Stefaniuc [Mon, 1 Dec 2008 01:09:11 +0000 (02:09 +0100)] 
iphlpapi/tests: Replace malloc with HeapAlloc.

15 years agowininet: Remove some superfluous casts.
Michael Stefaniuc [Mon, 1 Dec 2008 01:09:30 +0000 (02:09 +0100)] 
wininet: Remove some superfluous casts.

15 years agowinex11.drv: Remove some superfluous casts.
Michael Stefaniuc [Mon, 1 Dec 2008 01:09:52 +0000 (02:09 +0100)] 
winex11.drv: Remove some superfluous casts.

15 years agowidl: Fix optimisation for writing out ref pointers to simple structs and base types.
Rob Shearman [Sun, 30 Nov 2008 16:25:06 +0000 (16:25 +0000)] 
widl: Fix optimisation for writing out ref pointers to simple structs and base types.

The optimisation in write_remoting_arg for sizing, marshalling,
unmarshalling and freeing ref pointers to base types directly was
broken in d458a599eb8efa192004e0a0bea745be0d1cc0be and caused
unnecessary calls to pointer marshalling functions.

The same was true for a similar optimisation for simple structures
where their size can be pre-calculated, freeing omitted and the
NdrSimpleStructMarshall/Unmarshall functions called directly instead
of calling NdrPointerMarshall/Unmarshall first.

Fix this by looking at the type of the referrent instead of the type
of the pointer, making sure to not classify user types as simple
structures.

Additionally remove some dead code that would never be executed
because the code is in an RPC_FC_RP case, inside a !is_ptr if block
(and RPC_FC_RP is a pointer type).

15 years agowidl: Output the correct buffer size required for parameters whose sizes are known...
Rob Shearman [Sun, 30 Nov 2008 16:25:01 +0000 (16:25 +0000)] 
widl: Output the correct buffer size required for parameters whose sizes are known at type-generation time.

Replace code to calculate the size of RPC_FC_STRUCT types with
fields_memsize since the memory size of these types will always be
equal to the buffer size.

Remove dead code in get_required_buffer_size.

15 years agoactivdbg.idl: Added IDebugApplication64 and IActiveScriptSiteDebug64 declarations.
Jacek Caban [Sat, 29 Nov 2008 15:42:15 +0000 (16:42 +0100)] 
activdbg.idl: Added IDebugApplication64 and IActiveScriptSiteDebug64 declarations.

15 years agoiphlpapi: Remove a comment that dared to ponder to use malloc.
Michael Stefaniuc [Fri, 28 Nov 2008 22:44:01 +0000 (23:44 +0100)] 
iphlpapi: Remove a comment that dared to ponder to use malloc.

15 years agokernel32: Remove some superfluous casts of void pointers.
Michael Stefaniuc [Fri, 28 Nov 2008 22:43:31 +0000 (23:43 +0100)] 
kernel32: Remove some superfluous casts of void pointers.

15 years agoadvapi32/tests: Fix some crashes on NT4.
Paul Vriens [Sat, 29 Nov 2008 11:38:30 +0000 (12:38 +0100)] 
advapi32/tests: Fix some crashes on NT4.

15 years agolz32/tests: Fix a test failure on Win9x.
Paul Vriens [Fri, 28 Nov 2008 15:46:47 +0000 (16:46 +0100)] 
lz32/tests: Fix a test failure on Win9x.

15 years agodinput: Use correct GetObjectInfo for joystick.
Vitaliy Margolen [Fri, 28 Nov 2008 15:19:13 +0000 (08:19 -0700)] 
dinput: Use correct GetObjectInfo for joystick.

15 years agowined3d: Const correctness fixes for drawprim.c.
Henri Verbeet [Fri, 28 Nov 2008 14:30:12 +0000 (15:30 +0100)] 
wined3d: Const correctness fixes for drawprim.c.

15 years agowined3d: Make the lpData member of WineDirect3DStridedData const.
Henri Verbeet [Fri, 28 Nov 2008 14:30:12 +0000 (15:30 +0100)] 
wined3d: Make the lpData member of WineDirect3DStridedData const.

15 years agowined3d: Fix the glWeightPointerARB prototype.
Henri Verbeet [Fri, 28 Nov 2008 14:30:12 +0000 (15:30 +0100)] 
wined3d: Fix the glWeightPointerARB prototype.

15 years agowined3d: Const correctness fixes for directx.c.
Henri Verbeet [Fri, 28 Nov 2008 14:30:11 +0000 (15:30 +0100)] 
wined3d: Const correctness fixes for directx.c.

15 years agowined3d: Remove some superfluous casts.
Henri Verbeet [Fri, 28 Nov 2008 14:30:11 +0000 (15:30 +0100)] 
wined3d: Remove some superfluous casts.

15 years agodsound: Remove WINAPI on static functions where not needed.
Francois Gouget [Fri, 28 Nov 2008 14:20:03 +0000 (15:20 +0100)] 
dsound: Remove WINAPI on static functions where not needed.

15 years agodplayx: Remove WINAPI on static functions where not needed.
Francois Gouget [Fri, 28 Nov 2008 14:19:55 +0000 (15:19 +0100)] 
dplayx: Remove WINAPI on static functions where not needed.

15 years agodplay: Remove WINAPI on static functions where not needed.
Francois Gouget [Fri, 28 Nov 2008 14:19:48 +0000 (15:19 +0100)] 
dplay: Remove WINAPI on static functions where not needed.

15 years agodmloader: Remove WINAPI on static functions where not needed.
Francois Gouget [Fri, 28 Nov 2008 14:19:26 +0000 (15:19 +0100)] 
dmloader: Remove WINAPI on static functions where not needed.

15 years agowidl: Do not make the stub vtbl const for delegating interfaces since it needs to...
Alexandre Julliard [Mon, 1 Dec 2008 10:30:05 +0000 (11:30 +0100)] 
widl: Do not make the stub vtbl const for delegating interfaces since it needs to be patched up at run-time.

15 years agorpcrt4: Create the NumMethods key too when registering an interface.
Alexandre Julliard [Sat, 29 Nov 2008 12:05:11 +0000 (13:05 +0100)] 
rpcrt4: Create the NumMethods key too when registering an interface.

15 years agorpcrt4: Use RegDeleteTree to properly unregister interfaces.
Alexandre Julliard [Sat, 29 Nov 2008 12:02:08 +0000 (13:02 +0100)] 
rpcrt4: Use RegDeleteTree to properly unregister interfaces.

15 years agorpcrt4: Convert the dll registration routines to Unicode.
Alexandre Julliard [Sat, 29 Nov 2008 12:01:29 +0000 (13:01 +0100)] 
rpcrt4: Convert the dll registration routines to Unicode.

15 years agoshdocvw: Implement go_home function.
Vladimir Pankratov [Fri, 28 Nov 2008 09:44:42 +0000 (14:44 +0500)] 
shdocvw: Implement go_home function.

15 years agod3dx8: Add a few tests for MatrixStack.
David Adam [Sun, 16 Nov 2008 08:02:27 +0000 (09:02 +0100)] 
d3dx8: Add a few tests for MatrixStack.

15 years agod3dx8: Implement D3DXMatrixStack_TranslateLocal.
Jérôme Gardou [Thu, 27 Nov 2008 06:43:00 +0000 (07:43 +0100)] 
d3dx8: Implement D3DXMatrixStack_TranslateLocal.

15 years agod3dx8: Implement D3DXMatrixStack_Translate.
Jérôme Gardou [Thu, 27 Nov 2008 06:42:16 +0000 (07:42 +0100)] 
d3dx8: Implement D3DXMatrixStack_Translate.

15 years agod3dx8: Implement D3DXMatrixStack_ScaleLocal.
Jérôme Gardou [Thu, 27 Nov 2008 06:40:42 +0000 (07:40 +0100)] 
d3dx8: Implement D3DXMatrixStack_ScaleLocal.

15 years agod3dx8: Implement D3DXMatrixStack_Scale.
Jérôme Gardou [Wed, 12 Nov 2008 08:03:32 +0000 (09:03 +0100)] 
d3dx8: Implement D3DXMatrixStack_Scale.

15 years agod3dx8: Implement D3DXMatrixStack_RotateYawPitchRollLocal.
Jérôme Gardou [Wed, 12 Nov 2008 07:59:39 +0000 (08:59 +0100)] 
d3dx8: Implement D3DXMatrixStack_RotateYawPitchRollLocal.

15 years agod3dx8: Implement D3DXMatrixStack_RotateYawPitchRoll.
Jérôme Gardou [Wed, 12 Nov 2008 07:57:18 +0000 (08:57 +0100)] 
d3dx8: Implement D3DXMatrixStack_RotateYawPitchRoll.

15 years agod3dx8: Implement D3DXMatrixStack_RotateAxisLocal.
Jérôme Gardou [Wed, 12 Nov 2008 07:54:20 +0000 (08:54 +0100)] 
d3dx8: Implement D3DXMatrixStack_RotateAxisLocal.

15 years agod3dx8: Implement D3DXMatrixStack_RotateAxis.
Jérôme Gardou [Wed, 12 Nov 2008 07:52:56 +0000 (08:52 +0100)] 
d3dx8: Implement D3DXMatrixStack_RotateAxis.

15 years agod3dx8: Implement D3DXMatrixStack_MultMatrixLocal.
Jérôme Gardou [Wed, 12 Nov 2008 07:47:25 +0000 (08:47 +0100)] 
d3dx8: Implement D3DXMatrixStack_MultMatrixLocal.

15 years agosetupapi: Implement SetupInstallFile{A, W}.
Hans Leidekker [Fri, 28 Nov 2008 09:50:54 +0000 (10:50 +0100)] 
setupapi: Implement SetupInstallFile{A, W}.

15 years agomlang/tests: Add tests for fnIMLangFontLink_GetCharCodePages.
Vitaly Perov [Wed, 29 Oct 2008 14:30:27 +0000 (17:30 +0300)] 
mlang/tests: Add tests for fnIMLangFontLink_GetCharCodePages.

15 years agomlang: Add implementation of fnIMLangFontLink_GetCharCodePages.
Vitaly Perov [Thu, 27 Nov 2008 18:28:49 +0000 (21:28 +0300)] 
mlang: Add implementation of fnIMLangFontLink_GetCharCodePages.

15 years agomshtml: Add a test case.
Alistair Leslie-Hughes [Thu, 27 Nov 2008 10:46:29 +0000 (21:46 +1100)] 
mshtml: Add a test case.

15 years agod3d9: Document a Microsoft header bug.
Stefan Dösinger [Fri, 21 Nov 2008 16:41:27 +0000 (17:41 +0100)] 
d3d9: Document a Microsoft header bug.

15 years agomsi: Set DllVersion registry key for CLSID_IMsiServerMessage.
Lei Zhang [Wed, 26 Nov 2008 19:52:16 +0000 (11:52 -0800)] 
msi: Set DllVersion registry key for CLSID_IMsiServerMessage.

15 years agoshell32/tests: Skip some tests on Win9x and WinMe.
Paul Vriens [Fri, 28 Nov 2008 10:40:19 +0000 (11:40 +0100)] 
shell32/tests: Skip some tests on Win9x and WinMe.

15 years agoshell32/tests: Fix a few test failures on Win9x and NT4.
Paul Vriens [Thu, 27 Nov 2008 13:08:13 +0000 (14:08 +0100)] 
shell32/tests: Fix a few test failures on Win9x and NT4.

15 years agodmime: Make stub returns a error to avoid crashing.
Christian Costa [Thu, 27 Nov 2008 21:26:57 +0000 (22:26 +0100)] 
dmime: Make stub returns a error to avoid crashing.

15 years agod3dxof: Keywords are case insensitive.
Christian Costa [Thu, 27 Nov 2008 21:10:11 +0000 (22:10 +0100)] 
d3dxof: Keywords are case insensitive.

15 years agowined3d: Sign-compare warnings fix.
Andrew Talbot [Wed, 26 Nov 2008 20:37:28 +0000 (20:37 +0000)] 
wined3d: Sign-compare warnings fix.

15 years agogdiplus: Void function should not return a value.
Andrew Talbot [Wed, 26 Nov 2008 20:37:32 +0000 (20:37 +0000)] 
gdiplus: Void function should not return a value.

15 years agoole32: Fix releasing spy.
Maarten Lankhorst [Thu, 27 Nov 2008 10:45:57 +0000 (11:45 +0100)] 
ole32: Fix releasing spy.

15 years agorsaenh/tests: Fix a test failure on Win98.
Paul Vriens [Thu, 27 Nov 2008 10:03:53 +0000 (11:03 +0100)] 
rsaenh/tests: Fix a test failure on Win98.

15 years agorsaenh/tests: Fix a test failure on NT4 and below.
Paul Vriens [Thu, 27 Nov 2008 09:50:07 +0000 (10:50 +0100)] 
rsaenh/tests: Fix a test failure on NT4 and below.

15 years agorsaenh/tests: Fix a test failure on NT4 and below.
Paul Vriens [Thu, 27 Nov 2008 09:23:39 +0000 (10:23 +0100)] 
rsaenh/tests: Fix a test failure on NT4 and below.

15 years agowinedos: Fixed a problem with timer values that are below 50ms.
Peter Dons Tychsen [Wed, 26 Nov 2008 21:22:41 +0000 (22:22 +0100)] 
winedos: Fixed a problem with timer values that are below 50ms.

15 years agowidl: Fix the handling of proxy delegation.
Alexandre Julliard [Fri, 28 Nov 2008 11:55:59 +0000 (12:55 +0100)] 
widl: Fix the handling of proxy delegation.

Generate a BaseIIDList for delegated interface, and point directly to
the methods that have been defined in the same file instead of
delegating them.

15 years agolocalspl: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:16:22 +0000 (17:16 +0100)] 
localspl: Remove WINAPI on static functions where not needed.

15 years agomlang: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:16:06 +0000 (17:16 +0100)] 
mlang: Remove WINAPI on static functions where not needed.

15 years agomapi32: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:16:15 +0000 (17:16 +0100)] 
mapi32: Remove WINAPI on static functions where not needed.

15 years agomsi: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:15:59 +0000 (17:15 +0100)] 
msi: Remove WINAPI on static functions where not needed.

15 years agomsvcrt: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:15:49 +0000 (17:15 +0100)] 
msvcrt: Remove WINAPI on static functions where not needed.

15 years agontdll: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:15:40 +0000 (17:15 +0100)] 
ntdll: Remove WINAPI on static functions where not needed.