wine
18 years agowidl: Zero initialize parameters in the generated server code.
Robert Shearman [Mon, 12 Dec 2005 11:13:43 +0000 (12:13 +0100)] 
widl: Zero initialize parameters in the generated server code.
Zero initialize parameters in the generated code. Based on a patch by
Eric Kohl.

18 years agowidl: Calculate the size of buffer required.
Robert Shearman [Mon, 12 Dec 2005 11:12:50 +0000 (12:12 +0100)] 
widl: Calculate the size of buffer required.
- Calculate the size of buffer required.
- Fix a typo.
- Set the buffer start and buffer end markers.

18 years agowidl: Don't cast buffer pointers to long in generated server code.
Robert Shearman [Mon, 12 Dec 2005 11:12:06 +0000 (12:12 +0100)] 
widl: Don't cast buffer pointers to long in generated server code.

18 years agowidl: Support multiple interfaces per file.
Eric Kohl [Mon, 12 Dec 2005 11:11:44 +0000 (12:11 +0100)] 
widl: Support multiple interfaces per file.

18 years agowidl: Don't treat FC_SMALL as FC_SHORT.
Robert Shearman [Mon, 12 Dec 2005 11:11:11 +0000 (12:11 +0100)] 
widl: Don't treat FC_SMALL as FC_SHORT.
FC_SMALL is its own type and is the same size as FC_CHAR, not
FC_SHORT.

18 years agowidl: Use WCHAR instead of wchar_t.
Robert Shearman [Mon, 12 Dec 2005 11:10:26 +0000 (12:10 +0100)] 
widl: Use WCHAR instead of wchar_t.
Output IDL wchar_t types as WCHAR to avoid conflicts with the
generally incompatible Unix wchar_t.

18 years agowinspool: Added documentation for OpenPrinter.
Detlef Riekenberg [Mon, 12 Dec 2005 11:10:13 +0000 (12:10 +0100)] 
winspool: Added documentation for OpenPrinter.

18 years agoConst correctness fixes.
Eric Pouech [Mon, 12 Dec 2005 10:55:49 +0000 (11:55 +0100)] 
Const correctness fixes.

18 years agowinsock: getaddrinfo return codes
Marcus Meissner [Mon, 12 Dec 2005 10:55:33 +0000 (11:55 +0100)] 
winsock: getaddrinfo return codes
Adjust return code EAI_NODATA to WSAHOST_NOT_FOUND, like windows does
it.

18 years agowinsock: getaddrinfo - return code mapping.
Marcus Meissner [Mon, 12 Dec 2005 10:55:11 +0000 (11:55 +0100)] 
winsock: getaddrinfo - return code mapping.
convert_eai_u2w should map from unix to windows, not the other way
round (spotted by Dominic Wise).

18 years agourlmon.idl: Add some BINDSTATUS values.
Paul Vriens [Mon, 12 Dec 2005 10:54:55 +0000 (11:54 +0100)] 
urlmon.idl: Add some BINDSTATUS values.

18 years agocomctl32: Fixed (harmless) typo.
Eric Pouech [Mon, 12 Dec 2005 10:54:35 +0000 (11:54 +0100)] 
comctl32: Fixed (harmless) typo.

18 years agoRemoved some dead-code.
Eric Pouech [Mon, 12 Dec 2005 10:54:19 +0000 (11:54 +0100)] 
Removed some dead-code.

18 years agoMade some functions static.
Eric Pouech [Mon, 12 Dec 2005 10:53:56 +0000 (11:53 +0100)] 
Made some functions static.

18 years agovidc: Return error codes when a message isn't supported.
Eric Pouech [Mon, 12 Dec 2005 10:53:28 +0000 (11:53 +0100)] 
vidc: Return error codes when a message isn't supported.

18 years agoOLE: Fix SafeArrayCopy for NULL pvData.
Robert Shearman [Mon, 12 Dec 2005 10:52:51 +0000 (11:52 +0100)] 
OLE: Fix SafeArrayCopy for NULL pvData.
It is allowed to copy a SAFEARRAY with a NULL pvData, as long as
cbElements is non-zero. Add a test for this and fix the safe array
code.

18 years agoCreateErrorInfo trace fix.
Robert Shearman [Mon, 12 Dec 2005 10:52:36 +0000 (11:52 +0100)] 
CreateErrorInfo trace fix.
CreateErrorInfo isn't a stub so don't print this in the trace
message.

18 years agoOLE: Add const to several typelib functions.
Robert Shearman [Mon, 12 Dec 2005 10:52:23 +0000 (11:52 +0100)] 
OLE: Add const to several typelib functions.
Add const attributes to parameters for several functions and fix up
some formatting.

18 years agoOleTranslateColor trace fix.
Robert Shearman [Mon, 12 Dec 2005 10:52:02 +0000 (11:52 +0100)] 
OleTranslateColor trace fix.
OleTranslateColor isn't a stub so don't print ":stub" in the trace
message.

18 years agomshtml: Added IHTMLDocument3 stub implementation.
Jacek Caban [Mon, 12 Dec 2005 10:51:43 +0000 (11:51 +0100)] 
mshtml: Added IHTMLDocument3 stub implementation.

18 years agowinetest: Add d3d9 tests.
Stefan Leichter [Mon, 12 Dec 2005 10:51:29 +0000 (11:51 +0100)] 
winetest: Add d3d9 tests.

18 years agowidl: Don't output __RPC_FAR in generated code.
Robert Shearman [Mon, 12 Dec 2005 10:51:11 +0000 (11:51 +0100)] 
widl: Don't output __RPC_FAR in generated code.

18 years agowinecfg: Update Dutch resources for the Audio tab.
Paul Vriens [Mon, 12 Dec 2005 10:50:57 +0000 (11:50 +0100)] 
winecfg: Update Dutch resources for the Audio tab.

18 years agoAdded declaration of IHTMLDocument3 and more DISPIDs.
Jacek Caban [Mon, 12 Dec 2005 10:50:38 +0000 (11:50 +0100)] 
Added declaration of IHTMLDocument3 and more DISPIDs.

18 years agokernel: Fix the Mach-O binary magic.
Filip Navara [Mon, 12 Dec 2005 10:50:15 +0000 (11:50 +0100)] 
kernel: Fix the Mach-O binary magic.

18 years agowinedos: Implement MCB.
Markus Amsler [Mon, 12 Dec 2005 10:50:01 +0000 (11:50 +0100)] 
winedos: Implement MCB.

18 years agourlmon: Correctly fix IStream::Read.
Thomas Weidenmueller [Mon, 12 Dec 2005 10:49:29 +0000 (11:49 +0100)] 
urlmon: Correctly fix IStream::Read.
Don't dereference a possible NULL pointer.

18 years agod3d9: Add a test for BeginStateBlock and EndStateBlock.
H. Verbeet [Fri, 9 Dec 2005 13:53:28 +0000 (14:53 +0100)] 
d3d9: Add a test for BeginStateBlock and EndStateBlock.

18 years agoRemove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h.
Markus Amsler [Fri, 9 Dec 2005 13:52:39 +0000 (14:52 +0100)] 
Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h.

18 years agosecur32: Fix conversion of password in NTLM AcquireCredentialsHandleA.
Kai Blin [Fri, 9 Dec 2005 13:52:20 +0000 (14:52 +0100)] 
secur32: Fix conversion of password in NTLM AcquireCredentialsHandleA.

18 years agoserver: Added object attributes to a few more requests.
Alexandre Julliard [Fri, 9 Dec 2005 13:52:04 +0000 (14:52 +0100)] 
server: Added object attributes to a few more requests.

18 years agoserver: Make alloc_handle use attributes instead of inherit flag.
Alexandre Julliard [Fri, 9 Dec 2005 12:58:25 +0000 (13:58 +0100)] 
server: Make alloc_handle use attributes instead of inherit flag.

18 years agoMake wine_server_fd_to_handle use attributes instead of inherit flag.
Alexandre Julliard [Fri, 9 Dec 2005 11:22:35 +0000 (12:22 +0100)] 
Make wine_server_fd_to_handle use attributes instead of inherit flag.

18 years agowineconsole: Remove some unnecessary typecasts.
Alexandre Julliard [Fri, 9 Dec 2005 11:22:01 +0000 (12:22 +0100)] 
wineconsole: Remove some unnecessary typecasts.

18 years agoserver: Use attributes instead of inherit flag in dup_handle request.
Alexandre Julliard [Fri, 9 Dec 2005 11:21:35 +0000 (12:21 +0100)] 
server: Use attributes instead of inherit flag in dup_handle request.

18 years agoserver: Use attributes instead of inherit flag in token requests.
Alexandre Julliard [Fri, 9 Dec 2005 11:17:19 +0000 (12:17 +0100)] 
server: Use attributes instead of inherit flag in token requests.
Also use the specified access rights in the open_token request.

18 years agoserver: Use attributes instead of inherit flag in process and thread requests.
Alexandre Julliard [Fri, 9 Dec 2005 11:13:11 +0000 (12:13 +0100)] 
server: Use attributes instead of inherit flag in process and thread requests.

18 years agoserver: Use attributes instead of inherit flag in snapshot requests.
Alexandre Julliard [Fri, 9 Dec 2005 11:09:44 +0000 (12:09 +0100)] 
server: Use attributes instead of inherit flag in snapshot requests.

18 years agoserver: Use attributes instead of inherit flag in console requests.
Alexandre Julliard [Fri, 9 Dec 2005 11:05:20 +0000 (12:05 +0100)] 
server: Use attributes instead of inherit flag in console requests.

18 years agoserver: Use attributes instead of inherit flag in file requests.
Alexandre Julliard [Fri, 9 Dec 2005 11:00:48 +0000 (12:00 +0100)] 
server: Use attributes instead of inherit flag in file requests.

18 years agoserver: Use attributes instead of inherit flag in socket requests.
Alexandre Julliard [Fri, 9 Dec 2005 10:58:55 +0000 (11:58 +0100)] 
server: Use attributes instead of inherit flag in socket requests.

18 years agoAdd some missing includes which contain used prototypes.
Vincent Béron [Fri, 9 Dec 2005 10:51:17 +0000 (11:51 +0100)] 
Add some missing includes which contain used prototypes.

18 years agomshtml: Added PromptService implementation.
Jacek Caban [Fri, 9 Dec 2005 10:51:02 +0000 (11:51 +0100)] 
mshtml: Added PromptService implementation.

18 years agomshtml: Added nsIURIContentListener to QueryInterface.
Jacek Caban [Fri, 9 Dec 2005 10:41:33 +0000 (11:41 +0100)] 
mshtml: Added nsIURIContentListener to QueryInterface.
Always release nsIWebBrowserSetup.

18 years agomshtml: Added nsIEmbeddingSiteWindow implementation.
Jacek Caban [Fri, 9 Dec 2005 10:23:58 +0000 (11:23 +0100)] 
mshtml: Added nsIEmbeddingSiteWindow implementation.

18 years agowined3d: Vertex shader 8 support.
Oliver Stieber [Fri, 9 Dec 2005 10:23:52 +0000 (11:23 +0100)] 
wined3d: Vertex shader 8 support.
Start to add support for DirectX 8 vertex shaders, constants and
registers are now correctly assigned and loaded allowing support for
most basic d3d8 shaders.

18 years agourlmon: Fix call to ReadFile.
Thomas Weidenmueller [Fri, 9 Dec 2005 10:22:59 +0000 (11:22 +0100)] 
urlmon: Fix call to ReadFile.
The BytesRead parameter passed to ReadFile may never be NULL.

18 years agoUpdate win16.api and win32.api.
Vincent Béron [Fri, 9 Dec 2005 10:22:32 +0000 (11:22 +0100)] 
Update win16.api and win32.api.

18 years agosfnt2fnt: Don't print two newlines after error messages.
Vincent Béron [Fri, 9 Dec 2005 10:22:21 +0000 (11:22 +0100)] 
sfnt2fnt: Don't print two newlines after error messages.

18 years agowidl: Issue correct C++ headers.
Vincent Béron [Fri, 9 Dec 2005 10:22:04 +0000 (11:22 +0100)] 
widl: Issue correct C++ headers.

18 years agoquartz: Fix incorrect usages of the HRESULT_FROM_WIN32 macro.
Thomas Weidenmueller [Fri, 9 Dec 2005 10:21:51 +0000 (11:21 +0100)] 
quartz: Fix incorrect usages of the HRESULT_FROM_WIN32 macro.

18 years agowinecfg: Updated Norwegian Bokmaal resources.
Alexander N. Sørnes [Fri, 9 Dec 2005 10:21:35 +0000 (11:21 +0100)] 
winecfg: Updated Norwegian Bokmaal resources.

18 years agoRelease 0.9.3. wine-0.9.3
Alexandre Julliard [Thu, 8 Dec 2005 13:59:44 +0000 (14:59 +0100)] 
Release 0.9.3.

18 years agogdi: Fix 24bpp -> 32bpp copy.
Huw Davies [Thu, 8 Dec 2005 12:53:07 +0000 (13:53 +0100)] 
gdi: Fix 24bpp -> 32bpp copy.

18 years agoadvapi32: RegCreateKeyEx fix.
Rein Klazes [Thu, 8 Dec 2005 12:49:02 +0000 (13:49 +0100)] 
advapi32: RegCreateKeyEx fix.
On Win9x,ME RegCreateKeyEx ignores the backslash character if the
subkey begins with one. With a regression test.

18 years agowidl: Formatting cleanups.
Robert Shearman [Thu, 8 Dec 2005 12:48:46 +0000 (13:48 +0100)] 
widl: Formatting cleanups.

18 years agowidl: Marshal and unmarshal basic types.
Robert Shearman [Thu, 8 Dec 2005 11:53:58 +0000 (12:53 +0100)] 
widl: Marshal and unmarshal basic types.

18 years agowidl: Add a type generator framework.
Robert Shearman [Thu, 8 Dec 2005 11:52:13 +0000 (12:52 +0100)] 
widl: Add a type generator framework.
Add a framework for writing the strings for marshaling and
unmarshaling parameters and make the client and server use it.

18 years agowidl: Write out argument lists in the server.
Eric Kohl [Thu, 8 Dec 2005 11:48:44 +0000 (12:48 +0100)] 
widl: Write out argument lists in the server.
- Add framework for updating proc offsets.
- Write out argument lists in the server.

18 years agowidl: Rename some variables.
Eric Kohl [Thu, 8 Dec 2005 11:45:45 +0000 (12:45 +0100)] 
widl: Rename some variables.

18 years agowinecfg: Update German resource.
Henning Gerhardt [Thu, 8 Dec 2005 11:45:19 +0000 (12:45 +0100)] 
winecfg: Update German resource.

18 years agoopengl: render_texture
Raphael Junqueira [Thu, 8 Dec 2005 11:45:07 +0000 (12:45 +0100)] 
opengl: render_texture
- better render_texture emulation (using pbuffers)
- support GLX_ATI_render_texture for render_texture

18 years agowininet: Handle HTTP_QUERY_CUSTOM.
Aric Stewart [Thu, 8 Dec 2005 11:44:45 +0000 (12:44 +0100)] 
wininet: Handle HTTP_QUERY_CUSTOM.
In HttpQueryInfo if dwInfoLevel includes HTTP_QUERY_CUSTOM then
lpBuffer is In/Out because the header we are querying is there.
Additionally standard headers can be queried in this manner as well
(such as Set-Cookie).

18 years agowineoss: Fix device probing.
Robert Reif [Thu, 8 Dec 2005 11:00:33 +0000 (12:00 +0100)] 
wineoss: Fix device probing.
- Fix device probing at driver load time.
- Fix memory leaks at driver exit time.

18 years agodplay: dx8/dx9 support (missing includes).
Raphael Junqueira [Thu, 8 Dec 2005 11:00:14 +0000 (12:00 +0100)] 
dplay: dx8/dx9 support (missing includes).
- add directx9 support for dplay8.h and dpaddr.h
- new file dplobby8.h

18 years agocomdlg32: Don't worry if an HGLOBAL passed to printdlg is already locked.
Robert Shearman [Thu, 8 Dec 2005 10:59:36 +0000 (11:59 +0100)] 
comdlg32: Don't worry if an HGLOBAL passed to printdlg is already locked.

18 years agowinealsa: Fixed returned string in capabilities.
Eric Pouech [Thu, 8 Dec 2005 10:58:48 +0000 (11:58 +0100)] 
winealsa: Fixed returned string in capabilities.

18 years agowinenas: fix crash.
Eric Pouech [Thu, 8 Dec 2005 10:58:35 +0000 (11:58 +0100)] 
winenas: fix crash.
- return correct MM error code when no connection to server has been
  opened
- don't close the AU driver if it hasn't been opened

18 years agod3d8/d3d9: Define D3D_SDK_VERSION.
H. Verbeet [Thu, 8 Dec 2005 10:58:11 +0000 (11:58 +0100)] 
d3d8/d3d9: Define D3D_SDK_VERSION.

18 years agonotepad: Remember options selected in the print setup dialog.
Robert Shearman [Thu, 8 Dec 2005 10:57:58 +0000 (11:57 +0100)] 
notepad: Remember options selected in the print setup dialog.

18 years agowinecfg: Fix compilation on gcc 2.95 (no nameless unions).
Mike McCormack [Thu, 8 Dec 2005 10:57:44 +0000 (11:57 +0100)] 
winecfg: Fix compilation on gcc 2.95 (no nameless unions).

18 years agowininet: A->W bugfix.
Aric Stewart [Thu, 8 Dec 2005 10:54:24 +0000 (11:54 +0100)] 
wininet: A->W bugfix.
When converting SendRequestExA -> W we need to set the lpcszHeader
parameter to NULL if the original one is NULL.

18 years agontdll: Check for failure to get the user path in RtlOpenCurrentUser.
Alexandre Julliard [Thu, 8 Dec 2005 10:53:42 +0000 (11:53 +0100)] 
ntdll: Check for failure to get the user path in RtlOpenCurrentUser.
Fixed the return value type.

18 years agomshtml: Added config key to specify Gecko path.
Jacek Caban [Wed, 7 Dec 2005 12:07:42 +0000 (13:07 +0100)] 
mshtml: Added config key to specify Gecko path.

18 years agowinecfg: Added support for auto detecting all drivers by attempting to
Robert Reif [Wed, 7 Dec 2005 12:07:30 +0000 (13:07 +0100)] 
winecfg: Added support for auto detecting all drivers by attempting to
open them.

18 years agoAdd a few missing #includes.
Vincent Béron [Wed, 7 Dec 2005 11:51:39 +0000 (12:51 +0100)] 
Add a few missing #includes.

18 years agosecur32: Implement InitializeSecurityContext(A|W) for the NTLM
Kai Blin [Wed, 7 Dec 2005 11:51:05 +0000 (12:51 +0100)] 
secur32: Implement InitializeSecurityContext(A|W) for the NTLM
security provider.

18 years agowinecfg: Show all sound card drivers and their devices.
Robert Reif [Wed, 7 Dec 2005 11:50:52 +0000 (12:50 +0100)] 
winecfg: Show all sound card drivers and their devices.

18 years agoAdd an error() function to fnt2fon and sfnt2fnt.
Vincent Béron [Wed, 7 Dec 2005 11:44:17 +0000 (12:44 +0100)] 
Add an error() function to fnt2fon and sfnt2fnt.

18 years agoOLE: Implement undocumented behaviour in DispCallFunc.
Robert Shearman [Tue, 6 Dec 2005 20:25:51 +0000 (21:25 +0100)] 
OLE: Implement undocumented behaviour in DispCallFunc.
Fix DispCallFunc to work with MSDN-undocumented behaviour used by
Office 2003 and document the function.

18 years agoOLE: Implement ITypeInfo_AddressOfMember.
Robert Shearman [Tue, 6 Dec 2005 20:24:45 +0000 (21:24 +0100)] 
OLE: Implement ITypeInfo_AddressOfMember.

18 years agoOLE: Fix brokenness in typelib marshaller caused by dispinterface retval fix.
Robert Shearman [Tue, 6 Dec 2005 20:24:19 +0000 (21:24 +0100)] 
OLE: Fix brokenness in typelib marshaller caused by dispinterface retval fix.
Fix more fallout from dispinterface retval patch: make typelib
marshaler use the internal function description so that it calls
dispinterface functions with the correct number of parameters again.
Also fixes some memory leaks caused by the fact that a corresponding
ReleaseXDesc function has to be called for each GetXDesc.

18 years agoOLE: Add tests for the typelib version of ITypeComp_Bind.
Robert Shearman [Tue, 6 Dec 2005 20:23:19 +0000 (21:23 +0100)] 
OLE: Add tests for the typelib version of ITypeComp_Bind.

18 years agoOLE: Update the type of the oVft parameter for DispCallFunc.
Robert Shearman [Tue, 6 Dec 2005 20:23:09 +0000 (21:23 +0100)] 
OLE: Update the type of the oVft parameter for DispCallFunc.

18 years agosecur32: Implementing AcquireCredentialsHandle(A|W) for the NTLM
Kai Blin [Tue, 6 Dec 2005 20:22:57 +0000 (21:22 +0100)] 
secur32: Implementing AcquireCredentialsHandle(A|W) for the NTLM
security provider.

18 years agoc2man: Remove HTML warnings.
Detlef Riekenberg [Tue, 6 Dec 2005 20:22:28 +0000 (21:22 +0100)] 
c2man: Remove HTML warnings.

18 years agowinejack: Fix driver load and initialization.
Robert Reif [Tue, 6 Dec 2005 20:22:08 +0000 (21:22 +0100)] 
winejack: Fix driver load and initialization.
Move wave in/out initialization from wave out to driver.
Add index number to device names.
Fix memset bug where only first wave in caps was zeroed.

18 years agomciwave: save/record.
Eric Pouech [Tue, 6 Dec 2005 20:21:48 +0000 (21:21 +0100)] 
mciwave: save/record.
- fix for playback after a sound has been recorded
- shall fix also opening the mci device without name
- bug reported (and fix tested) by Peter Astrand

18 years agodbghelp: Final touch on StackWalk64 so that it works.
Eric Pouech [Tue, 6 Dec 2005 20:21:31 +0000 (21:21 +0100)] 
dbghelp: Final touch on StackWalk64 so that it works.

18 years agowinspool: Document the monitor functions.
Detlef Riekenberg [Tue, 6 Dec 2005 10:33:52 +0000 (11:33 +0100)] 
winspool: Document the monitor functions.

18 years agoSort entries in win16.api and win32.api
Vincent Béron [Tue, 6 Dec 2005 10:33:42 +0000 (11:33 +0100)] 
Sort entries in win16.api and win32.api

18 years agox11drv: Add more useful traces on SetPixelFormat (and no more FIXME).
Raphael Junqueira [Tue, 6 Dec 2005 10:33:33 +0000 (11:33 +0100)] 
x11drv: Add more useful traces on SetPixelFormat (and no more FIXME).

18 years agox11drv: cleanup not longer used data on X11DRV_PDEVICE.
Raphael Junqueira [Tue, 6 Dec 2005 10:33:12 +0000 (11:33 +0100)] 
x11drv: cleanup not longer used data on X11DRV_PDEVICE.

18 years agogdi: Added stub for AddFontMemResourceEx.
Louis Lenders [Tue, 6 Dec 2005 10:32:41 +0000 (11:32 +0100)] 
gdi: Added stub for AddFontMemResourceEx.

18 years agomlang: Properly declare the interface uuids.
Alexandre Julliard [Tue, 6 Dec 2005 10:32:17 +0000 (11:32 +0100)] 
mlang: Properly declare the interface uuids.

18 years agomlang: Implement IEnumRfc1766 interface.
Dmitry Timoshkov [Tue, 6 Dec 2005 09:58:57 +0000 (10:58 +0100)] 
mlang: Implement IEnumRfc1766 interface.

18 years agowinmm: Allow sound card driver to be opened more than once.
Robert Reif [Tue, 6 Dec 2005 09:58:38 +0000 (10:58 +0100)] 
winmm: Allow sound card driver to be opened more than once.
TRACE cleanups.

18 years agowinmm: Allow sound card drivers to be opened more than once.
Robert Reif [Tue, 6 Dec 2005 09:58:25 +0000 (10:58 +0100)] 
winmm: Allow sound card drivers to be opened more than once.

18 years agoUpdate win32.api to current git.
Vincent Béron [Tue, 6 Dec 2005 09:58:07 +0000 (10:58 +0100)] 
Update win32.api to current git.

18 years agoOLE: Fix a typo where brackets were missing.
Robert Shearman [Tue, 6 Dec 2005 09:57:58 +0000 (10:57 +0100)] 
OLE: Fix a typo where brackets were missing.