wine
13 years agomsvcrt: Allow forwarding to stub functions when the arguments are known.
Alexandre Julliard [Tue, 3 May 2011 11:13:15 +0000 (13:13 +0200)] 
msvcrt: Allow forwarding to stub functions when the arguments are known.

13 years agomsvcrt: Specify arguments for the stub functions.
Alexandre Julliard [Tue, 3 May 2011 11:09:55 +0000 (13:09 +0200)] 
msvcrt: Specify arguments for the stub functions.

13 years agowinebuild: Output relay thunks for stub functions when the arguments are known.
Alexandre Julliard [Tue, 3 May 2011 11:09:09 +0000 (13:09 +0200)] 
winebuild: Output relay thunks for stub functions when the arguments are known.

13 years agowinebuild: Allow specifying arguments to stub functions for documentation purposes.
Alexandre Julliard [Tue, 3 May 2011 10:49:15 +0000 (12:49 +0200)] 
winebuild: Allow specifying arguments to stub functions for documentation purposes.

13 years agomsvcrt: Update spec files using the make_specfiles script.
Alexandre Julliard [Tue, 3 May 2011 10:02:39 +0000 (12:02 +0200)] 
msvcrt: Update spec files using the make_specfiles script.

13 years agotools: Add a script to help synchronize spec files that share an implementation.
Alexandre Julliard [Tue, 3 May 2011 10:02:25 +0000 (12:02 +0200)] 
tools: Add a script to help synchronize spec files that share an implementation.

13 years agomsvcrt: Add a stub for msvcp71.dll.
Alexandre Julliard [Mon, 2 May 2011 15:32:22 +0000 (17:32 +0200)] 
msvcrt: Add a stub for msvcp71.dll.

13 years agomsvcrt: Add a stub for msvcp70.dll.
Alexandre Julliard [Tue, 3 May 2011 09:09:58 +0000 (11:09 +0200)] 
msvcrt: Add a stub for msvcp70.dll.

13 years agowineoss: Get rid of %ll printf formats.
Alexandre Julliard [Mon, 2 May 2011 19:03:15 +0000 (21:03 +0200)] 
wineoss: Get rid of %ll printf formats.

13 years agoconfigure: Improve the detection of OSS v4.
Alexandre Julliard [Mon, 2 May 2011 18:06:49 +0000 (20:06 +0200)] 
configure: Improve the detection of OSS v4.

13 years agommdevapi/tests: Add tests for IAudioSessionControl::GetState.
Andrew Eikum [Mon, 2 May 2011 13:22:31 +0000 (08:22 -0500)] 
mmdevapi/tests: Add tests for IAudioSessionControl::GetState.

13 years agowinecoreaudio.drv: Implement IAudioSessionControl::GetState.
Andrew Eikum [Mon, 2 May 2011 15:24:22 +0000 (10:24 -0500)] 
winecoreaudio.drv: Implement IAudioSessionControl::GetState.

13 years agowineoss.drv: Implement IAudioSessionControl::GetState.
Andrew Eikum [Mon, 2 May 2011 13:21:49 +0000 (08:21 -0500)] 
wineoss.drv: Implement IAudioSessionControl::GetState.

13 years agowinealsa.drv: Implement IAudioSessionControl::GetState.
Andrew Eikum [Mon, 2 May 2011 13:21:41 +0000 (08:21 -0500)] 
winealsa.drv: Implement IAudioSessionControl::GetState.

13 years agommdevapi: Initialize global driver data at DLL load time.
Andrew Eikum [Mon, 2 May 2011 13:21:29 +0000 (08:21 -0500)] 
mmdevapi: Initialize global driver data at DLL load time.

13 years agocomctl32: Ignore size field when creating with -W calls.
Nikolay Sivov [Mon, 2 May 2011 12:59:09 +0000 (16:59 +0400)] 
comctl32: Ignore size field when creating with -W calls.

13 years agocomctl32/tests: Add more MRU tests.
Nikolay Sivov [Mon, 2 May 2011 12:47:41 +0000 (16:47 +0400)] 
comctl32/tests: Add more MRU tests.

13 years agocomctl32: Adjust field names and some defines to match current documentation.
Nikolay Sivov [Mon, 2 May 2011 12:34:11 +0000 (16:34 +0400)] 
comctl32: Adjust field names and some defines to match current documentation.

13 years agomsi: Define common strings just once.
Hans Leidekker [Mon, 2 May 2011 14:04:25 +0000 (16:04 +0200)] 
msi: Define common strings just once.

13 years agomsi: Rewrite the folder resolution code to keep track of the parent-child relationship.
Hans Leidekker [Mon, 2 May 2011 14:03:55 +0000 (16:03 +0200)] 
msi: Rewrite the folder resolution code to keep track of the parent-child relationship.

13 years agomsi: Use a separate function to retrieve the target folder path.
Hans Leidekker [Mon, 2 May 2011 14:03:32 +0000 (16:03 +0200)] 
msi: Use a separate function to retrieve the target folder path.

13 years agomsi: Skip disabled components in the InstallService action.
Hans Leidekker [Mon, 2 May 2011 14:03:14 +0000 (16:03 +0200)] 
msi: Skip disabled components in the InstallService action.

13 years agomsi: Avoid casts in IWineMsiRemotePackage methods.
Hans Leidekker [Mon, 2 May 2011 14:02:55 +0000 (16:02 +0200)] 
msi: Avoid casts in IWineMsiRemotePackage methods.

13 years agomsi: Support remote calls to MsiEnumComponentCosts.
Hans Leidekker [Mon, 2 May 2011 14:02:40 +0000 (16:02 +0200)] 
msi: Support remote calls to MsiEnumComponentCosts.

13 years agomsi: Fix handling of components without a key path in MsiEnumComponentCostsW.
Hans Leidekker [Mon, 2 May 2011 14:02:25 +0000 (16:02 +0200)] 
msi: Fix handling of components without a key path in MsiEnumComponentCostsW.

13 years agows2_32: Add a test to show that WSAIoctl is synchronous.
Hans Leidekker [Mon, 2 May 2011 14:02:11 +0000 (16:02 +0200)] 
ws2_32: Add a test to show that WSAIoctl is synchronous.

13 years agowininet: Use test.winehq.org for post tests.
Jacek Caban [Mon, 2 May 2011 12:23:52 +0000 (12:23 +0000)] 
wininet: Use test.winehq.org for post tests.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Sat, 30 Apr 2011 11:43:53 +0000 (14:43 +0300)] 
po: Update Lithuanian translation.

13 years agowined3d: If Wine fails to acquire the focus window, allow the wndproc function to...
John Edmonds [Fri, 29 Apr 2011 23:23:18 +0000 (19:23 -0400)] 
wined3d: If Wine fails to acquire the focus window, allow the wndproc function to continue receiving messages.

13 years agodinput8/tests: Tests for creation and initialization of DInput8 interface and simple...
Lucas Fialho Zawacki [Fri, 29 Apr 2011 22:29:19 +0000 (19:29 -0300)] 
dinput8/tests: Tests for creation and initialization of DInput8 interface and simple cases of EnumDevicesBySemantics.

13 years agowined3d: Fix an oops/crash in context_destroy_gl_resources().
Adam Martinson [Fri, 29 Apr 2011 21:48:25 +0000 (16:48 -0500)] 
wined3d: Fix an oops/crash in context_destroy_gl_resources().

Introduced by 96b150929b0791c7c30ade49d55cedf2d608537e.

13 years agowininet: Allocate buffer for host name in HTTP_HttpOpenRequestW only if needed.
Jacek Caban [Mon, 2 May 2011 09:26:10 +0000 (11:26 +0200)] 
wininet: Allocate buffer for host name in HTTP_HttpOpenRequestW only if needed.

13 years agowininet: Get rid of useless read_ret in netconn_read.
Jacek Caban [Mon, 2 May 2011 09:25:47 +0000 (11:25 +0200)] 
wininet: Get rid of useless read_ret in netconn_read.

13 years agomsxml3: Basic support for startDocument().
Nikolay Sivov [Sun, 1 May 2011 16:05:31 +0000 (20:05 +0400)] 
msxml3: Basic support for startDocument().

13 years agomsxml3: Basic support for encoding property.
Nikolay Sivov [Sun, 1 May 2011 08:54:09 +0000 (12:54 +0400)] 
msxml3: Basic support for encoding property.

13 years agomsxml3: Store stream reference as destination.
Nikolay Sivov [Sun, 1 May 2011 08:04:59 +0000 (12:04 +0400)] 
msxml3: Store stream reference as destination.

13 years agomsxml3: Add support for standalone property.
Nikolay Sivov [Sat, 30 Apr 2011 11:36:37 +0000 (15:36 +0400)] 
msxml3: Add support for standalone property.

13 years agomsxml3: Add ISAXContentHandler stub for MXXMLWriter.
Nikolay Sivov [Sat, 30 Apr 2011 11:18:03 +0000 (15:18 +0400)] 
msxml3: Add ISAXContentHandler stub for MXXMLWriter.

13 years agomsxml3: A stub for MXXMLWriter class.
Nikolay Sivov [Sat, 30 Apr 2011 07:42:29 +0000 (11:42 +0400)] 
msxml3: A stub for MXXMLWriter class.

13 years agoole32/tests: Fix large integer overflow warnings.
Nicolas Le Cam [Sat, 30 Apr 2011 00:46:02 +0000 (02:46 +0200)] 
ole32/tests: Fix large integer overflow warnings.

13 years agomsvcrt/tests: Avoid size_t in traces.
Nicolas Le Cam [Sat, 30 Apr 2011 00:45:06 +0000 (02:45 +0200)] 
msvcrt/tests: Avoid size_t in traces.

13 years agocomctl32/tests: Remove a set but unused variable.
Nicolas Le Cam [Fri, 29 Apr 2011 22:46:30 +0000 (00:46 +0200)] 
comctl32/tests: Remove a set but unused variable.

13 years agoamstream: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 18:44:46 +0000 (20:44 +0200)] 
amstream: Mark internal symbols as hidden.

13 years agobrowseui: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 18:41:45 +0000 (20:41 +0200)] 
browseui: Mark internal symbols as hidden.

13 years agoadvpack: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 18:40:11 +0000 (20:40 +0200)] 
advpack: Mark internal symbols as hidden.

13 years agomshtml: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 18:27:06 +0000 (20:27 +0200)] 
mshtml: Mark internal symbols as hidden.

13 years agowinex11.drv: Assertion was 1 off (Coverity).
Marcus Meissner [Sun, 1 May 2011 12:51:29 +0000 (14:51 +0200)] 
winex11.drv: Assertion was 1 off (Coverity).

13 years agomscms: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 08:07:20 +0000 (10:07 +0200)] 
mscms: Mark internal symbols as hidden.

13 years agoddraw: Added missing break (Coverity).
Marcus Meissner [Sun, 1 May 2011 13:37:51 +0000 (15:37 +0200)] 
ddraw: Added missing break (Coverity).

13 years agodbghelp: Enhance a couple of register mapping functions for i386.
Eric Pouech [Sun, 1 May 2011 07:46:30 +0000 (09:46 +0200)] 
dbghelp: Enhance a couple of register mapping functions for i386.

13 years agodbghelp: Don't try to load fieldlist for a forward declaration.
Eric Pouech [Sun, 1 May 2011 07:46:29 +0000 (09:46 +0200)] 
dbghelp: Don't try to load fieldlist for a forward declaration.

13 years agowinedump: Simplify code a bit by using IMAGE_FIRST_SECTION() macro.
Eric Pouech [Sun, 1 May 2011 07:46:27 +0000 (09:46 +0200)] 
winedump: Simplify code a bit by using IMAGE_FIRST_SECTION() macro.

13 years agowinedump: Simplify code a bit by using get_dir_and_size().
Eric Pouech [Sun, 1 May 2011 07:46:21 +0000 (09:46 +0200)] 
winedump: Simplify code a bit by using get_dir_and_size().

13 years agowinedump: Correctly get to the optional header for 64 bit images.
Eric Pouech [Sun, 1 May 2011 07:46:12 +0000 (09:46 +0200)] 
winedump: Correctly get to the optional header for 64 bit images.

13 years agomsvcrt: Add stubs for the 64-bit msvcirt entry points.
Alexandre Julliard [Sun, 1 May 2011 18:01:23 +0000 (20:01 +0200)] 
msvcrt: Add stubs for the 64-bit msvcirt entry points.

13 years agomsvcrt: Implemented a few trivial math functions.
Alexandre Julliard [Sun, 1 May 2011 10:52:22 +0000 (12:52 +0200)] 
msvcrt: Implemented a few trivial math functions.

13 years agomsvcrt: Export _aexit_rtn.
Alexandre Julliard [Sun, 1 May 2011 09:42:30 +0000 (11:42 +0200)] 
msvcrt: Export _aexit_rtn.

13 years agoRelease 1.3.19. wine-1.3.19
Alexandre Julliard [Fri, 29 Apr 2011 18:04:41 +0000 (20:04 +0200)] 
Release 1.3.19.

13 years agodbghelp: Prevent winedbg page faults when loading some PDBs generated by the Intel...
Peter Urbanec [Fri, 29 Apr 2011 12:41:17 +0000 (22:41 +1000)] 
dbghelp: Prevent winedbg page faults when loading some PDBs generated by the Intel C Compiler.

13 years agopo: Update Polish translation.
Łukasz Wojniłowicz [Thu, 28 Apr 2011 17:52:13 +0000 (19:52 +0200)] 
po: Update Polish translation.

13 years agopo: Update Korean translation.
Hwang YunSong [Fri, 29 Apr 2011 07:23:40 +0000 (16:23 +0900)] 
po: Update Korean translation.

13 years agoappwiz.cpl: Update Korean resource.
Hwang YunSong [Fri, 29 Apr 2011 07:26:17 +0000 (16:26 +0900)] 
appwiz.cpl: Update Korean resource.

13 years agowined3d: Get rid of the IWineD3DSurface typedefs.
Henri Verbeet [Fri, 29 Apr 2011 11:03:42 +0000 (13:03 +0200)] 
wined3d: Get rid of the IWineD3DSurface typedefs.

13 years agowined3d: Remove COM from the surface implementation.
Henri Verbeet [Fri, 29 Apr 2011 11:03:41 +0000 (13:03 +0200)] 
wined3d: Remove COM from the surface implementation.

13 years agowined3d: Merge the IWineD3DSurface::Blt() implementations.
Henri Verbeet [Fri, 29 Apr 2011 11:03:40 +0000 (13:03 +0200)] 
wined3d: Merge the IWineD3DSurface::Blt() implementations.

13 years agowined3d: Merge the IWineD3DSurface::BltFast() implementations.
Henri Verbeet [Fri, 29 Apr 2011 11:03:39 +0000 (13:03 +0200)] 
wined3d: Merge the IWineD3DSurface::BltFast() implementations.

13 years agowined3d: Merge the IWineD3DSurface::Flip() implementations.
Henri Verbeet [Fri, 29 Apr 2011 11:03:38 +0000 (13:03 +0200)] 
wined3d: Merge the IWineD3DSurface::Flip() implementations.

13 years agoadvapi32: Add ProcessTrace stub.
Austin English [Thu, 28 Apr 2011 21:06:34 +0000 (16:06 -0500)] 
advapi32: Add ProcessTrace stub.

13 years agoadvapi32: Add OpenTraceA/W stubs.
Austin English [Thu, 28 Apr 2011 21:06:23 +0000 (16:06 -0500)] 
advapi32: Add OpenTraceA/W stubs.

13 years agomsvcrt: Forward preferably to msvcr90 when there is an export with the same name.
Alexandre Julliard [Fri, 29 Apr 2011 13:46:37 +0000 (15:46 +0200)] 
msvcrt: Forward preferably to msvcr90 when there is an export with the same name.

13 years agomsvcrt: Synchronize spec files across dlls.
Alexandre Julliard [Fri, 29 Apr 2011 13:06:53 +0000 (15:06 +0200)] 
msvcrt: Synchronize spec files across dlls.

13 years agomsvcp60: Add a stub dll.
Alexandre Julliard [Thu, 28 Apr 2011 21:30:07 +0000 (23:30 +0200)] 
msvcp60: Add a stub dll.

13 years agomsvcp80: Updated spec file.
Piotr Caban [Fri, 29 Apr 2011 09:16:55 +0000 (11:16 +0200)] 
msvcp80: Updated spec file.

13 years agomsvcp90: Added basic_string<char> operator+=(char*) implementation.
Piotr Caban [Fri, 29 Apr 2011 09:16:46 +0000 (11:16 +0200)] 
msvcp90: Added basic_string<char> operator+=(char*) implementation.

13 years agomsvcp90: Added basic_string<char> clear implementation.
Piotr Caban [Fri, 29 Apr 2011 09:16:34 +0000 (11:16 +0200)] 
msvcp90: Added basic_string<char> clear implementation.

13 years agomsvcp90: Added basic_string<char> constructor implementation (cstr, len).
Piotr Caban [Fri, 29 Apr 2011 09:16:19 +0000 (11:16 +0200)] 
msvcp90: Added basic_string<char> constructor implementation (cstr, len).

13 years agomsvcp90: Added basic_string<char> resize implementation.
Piotr Caban [Fri, 29 Apr 2011 09:16:10 +0000 (11:16 +0200)] 
msvcp90: Added basic_string<char> resize implementation.

13 years agomsvcp90: Added basic_string<char> operator[] implementation.
Piotr Caban [Fri, 29 Apr 2011 09:16:00 +0000 (11:16 +0200)] 
msvcp90: Added basic_string<char> operator[] implementation.

13 years agomsvcp90: Added basic_string<char> at implementation.
Piotr Caban [Fri, 29 Apr 2011 09:15:47 +0000 (11:15 +0200)] 
msvcp90: Added basic_string<char> at implementation.

13 years agomsvcp90: Added basic_string<char> operator +=(char) implementation.
Piotr Caban [Fri, 29 Apr 2011 09:15:38 +0000 (11:15 +0200)] 
msvcp90: Added basic_string<char> operator +=(char) implementation.

13 years agomsvcp90/tests: Added basic_string<char> find tests.
Piotr Caban [Fri, 29 Apr 2011 09:15:29 +0000 (11:15 +0200)] 
msvcp90/tests: Added basic_string<char> find tests.

13 years agomsvcp90: Added basic_string<char> find implementation.
Piotr Caban [Fri, 29 Apr 2011 09:15:15 +0000 (11:15 +0200)] 
msvcp90: Added basic_string<char> find implementation.

13 years agomsvcp90: Added basic_string<char> operator< implementation.
Piotr Caban [Fri, 29 Apr 2011 09:15:02 +0000 (11:15 +0200)] 
msvcp90: Added basic_string<char> operator< implementation.

13 years agomsvcp90: Move basic_string<char>:swap implementation.
Piotr Caban [Fri, 29 Apr 2011 09:14:41 +0000 (11:14 +0200)] 
msvcp90: Move basic_string<char>:swap implementation.

13 years agowindowscodecs: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 08:11:52 +0000 (10:11 +0200)] 
windowscodecs: Mark internal symbols as hidden.

13 years agowintrust: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 08:10:10 +0000 (10:10 +0200)] 
wintrust: Mark internal symbols as hidden.

13 years agowinhttp: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 08:08:40 +0000 (10:08 +0200)] 
winhttp: Mark internal symbols as hidden.

13 years agoavifil32: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 08:05:58 +0000 (10:05 +0200)] 
avifil32: Mark internal symbols as hidden.

13 years agodinput: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 07:31:42 +0000 (09:31 +0200)] 
dinput: Mark internal symbols as hidden.

13 years agopo: Fix/improve some English entries.
Frédéric Delanoy [Thu, 28 Apr 2011 22:16:38 +0000 (00:16 +0200)] 
po: Fix/improve some English entries.

13 years agopo: Update French translation.
Frédéric Delanoy [Fri, 29 Apr 2011 07:24:53 +0000 (09:24 +0200)] 
po: Update French translation.

13 years agoshell32: Add some selection tests.
André Hentschel [Thu, 28 Apr 2011 20:32:52 +0000 (22:32 +0200)] 
shell32: Add some selection tests.

13 years agoshell32: Don't crash if selection is NULL.
André Hentschel [Thu, 28 Apr 2011 20:31:31 +0000 (22:31 +0200)] 
shell32: Don't crash if selection is NULL.

13 years agowineps: Add a helper function for paper size conversions.
Alexandre Julliard [Thu, 28 Apr 2011 18:59:27 +0000 (20:59 +0200)] 
wineps: Add a helper function for paper size conversions.

13 years agowininet: Moved OpenSSL initialization to separated function.
Jacek Caban [Thu, 28 Apr 2011 16:29:37 +0000 (18:29 +0200)] 
wininet: Moved OpenSSL initialization to separated function.

13 years agowininet: Rename WININET_NETCONNECTION to netconn_t.
Jacek Caban [Thu, 28 Apr 2011 16:29:04 +0000 (18:29 +0200)] 
wininet: Rename WININET_NETCONNECTION to netconn_t.

13 years agomscoree: Implemented GetRequestedRuntimeVersion.
Alistair Leslie-Hughes [Thu, 28 Apr 2011 10:22:45 +0000 (20:22 +1000)] 
mscoree: Implemented GetRequestedRuntimeVersion.

13 years agomscoree: Add stub CreateDebuggingInterfaceFromVersion.
Alistair Leslie-Hughes [Thu, 28 Apr 2011 10:03:49 +0000 (20:03 +1000)] 
mscoree: Add stub CreateDebuggingInterfaceFromVersion.

13 years agomsvcrt: Updated spec file.
Piotr Caban [Thu, 28 Apr 2011 11:12:38 +0000 (13:12 +0200)] 
msvcrt: Updated spec file.

13 years agooleaut32: Fix CLSIDToString behaviour when passed an invalid CLSID-string.
David Hedberg [Thu, 28 Apr 2011 13:11:03 +0000 (15:11 +0200)] 
oleaut32: Fix CLSIDToString behaviour when passed an invalid CLSID-string.

In some cases, Excel 2007 apparently relies on CLSIDToString properly
parsing an "invalid" CLSID string where extra bytes are appended.