wine
12 years agomsi: Add null terminator to typelib name.
Nikolay Sivov [Sat, 14 Jan 2012 13:43:31 +0000 (16:43 +0300)] 
msi: Add null terminator to typelib name.

12 years agomsi: Create installer object initializing automation object data.
Nikolay Sivov [Sat, 14 Jan 2012 13:38:58 +0000 (16:38 +0300)] 
msi: Create installer object initializing automation object data.

12 years agomsi: Implement session object directly on top of automation object.
Nikolay Sivov [Sat, 14 Jan 2012 13:34:13 +0000 (16:34 +0300)] 
msi: Implement session object directly on top of automation object.

12 years agomsi: COM cleanup for automation object implementation.
Nikolay Sivov [Sat, 14 Jan 2012 11:06:17 +0000 (14:06 +0300)] 
msi: COM cleanup for automation object implementation.

12 years agowinemaker: Add command line option for compiling static libraries.
André Hentschel [Sun, 15 Jan 2012 17:02:57 +0000 (18:02 +0100)] 
winemaker: Add command line option for compiling static libraries.

12 years agod3drm: Add IDirect3DRMDevice3 interface.
André Hentschel [Sun, 15 Jan 2012 16:01:09 +0000 (17:01 +0100)] 
d3drm: Add IDirect3DRMDevice3 interface.

12 years agod3drm: Fix invocation of GetTextureCoordinates.
André Hentschel [Sun, 15 Jan 2012 16:00:16 +0000 (17:00 +0100)] 
d3drm: Fix invocation of GetTextureCoordinates.

12 years agowindowscodecs: Fix memory deallocation in LoadUnknownMetadata (Coverity).
Frédéric Delanoy [Sat, 14 Jan 2012 23:35:47 +0000 (00:35 +0100)] 
windowscodecs: Fix memory deallocation in LoadUnknownMetadata (Coverity).

12 years agomsvcrt: Add declarations to stdlib.h for _wcstoui64 and _wcstoi64.
Daniel Lehman [Fri, 13 Jan 2012 23:03:46 +0000 (15:03 -0800)] 
msvcrt: Add declarations to stdlib.h for _wcstoui64 and _wcstoi64.

12 years agomsvcp90: Start rfind from given position.
Daniel Lehman [Fri, 30 Dec 2011 17:45:10 +0000 (09:45 -0800)] 
msvcp90: Start rfind from given position.

12 years agopo: Remove English strings from the Ukrainian translation.
Francois Gouget [Sun, 15 Jan 2012 23:51:28 +0000 (00:51 +0100)] 
po: Remove English strings from the Ukrainian translation.

12 years agopo: Remove English strings from the Walloon translation.
Francois Gouget [Sun, 15 Jan 2012 23:49:00 +0000 (00:49 +0100)] 
po: Remove English strings from the Walloon translation.

12 years agopo: Remove English strings from the Chinese (PRC) translation.
Francois Gouget [Sun, 15 Jan 2012 23:48:36 +0000 (00:48 +0100)] 
po: Remove English strings from the Chinese (PRC) translation.

12 years agopo: Remove English strings from the Chinese (Taiwan) translation.
Francois Gouget [Sun, 15 Jan 2012 23:48:25 +0000 (00:48 +0100)] 
po: Remove English strings from the Chinese (Taiwan) translation.

12 years agopo: Update the Hebrew fuzzy translations.
Francois Gouget [Sun, 15 Jan 2012 23:48:04 +0000 (00:48 +0100)] 
po: Update the Hebrew fuzzy translations.

12 years agopo: Update German translation.
André Hentschel [Sun, 15 Jan 2012 16:30:50 +0000 (17:30 +0100)] 
po: Update German translation.

12 years agopo: Update Brazilian Portuguese translation.
Gustavo Henrique Milaré [Sun, 15 Jan 2012 03:47:35 +0000 (01:47 -0200)] 
po: Update Brazilian Portuguese translation.

12 years agopo: Fixes in French translation.
Frédéric Delanoy [Sat, 14 Jan 2012 19:09:58 +0000 (20:09 +0100)] 
po: Fixes in French translation.

12 years agopo: Typo fixes in Dutch translation.
Frédéric Delanoy [Sat, 14 Jan 2012 18:21:37 +0000 (19:21 +0100)] 
po: Typo fixes in Dutch translation.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Thu, 12 Jan 2012 20:17:43 +0000 (22:17 +0200)] 
po: Update Lithuanian translation.

12 years agopo: Update Italian translation.
Luca Bennati [Fri, 13 Jan 2012 11:12:11 +0000 (12:12 +0100)] 
po: Update Italian translation.

12 years agomsi: Set the SourceDir and SOURCEDIR properties in MsiGetSourcePath.
Hans Leidekker [Mon, 16 Jan 2012 10:41:11 +0000 (11:41 +0100)] 
msi: Set the SourceDir and SOURCEDIR properties in MsiGetSourcePath.

12 years agomsvcp90: Fix mistakes in spec file.
Piotr Caban [Mon, 16 Jan 2012 10:39:18 +0000 (11:39 +0100)] 
msvcp90: Fix mistakes in spec file.

12 years agowined3d: Add a trailing '\n' to a FIXME() message.
Francois Gouget [Sun, 15 Jan 2012 23:54:05 +0000 (00:54 +0100)] 
wined3d: Add a trailing '\n' to a FIXME() message.

12 years agomscoree: Remove superfluous NULL pointer checks before free (Smatch).
Michael Stefaniuc [Sun, 15 Jan 2012 23:17:31 +0000 (00:17 +0100)] 
mscoree: Remove superfluous NULL pointer checks before free (Smatch).

12 years agomshtml: Remove superfluous NULL pointer check before free (Smatch).
Michael Stefaniuc [Sun, 15 Jan 2012 23:16:26 +0000 (00:16 +0100)] 
mshtml: Remove superfluous NULL pointer check before free (Smatch).

12 years agodsound: Use AddRef to set the refcounts at object creation.
Michael Stefaniuc [Sun, 15 Jan 2012 23:14:35 +0000 (00:14 +0100)] 
dsound: Use AddRef to set the refcounts at object creation.

12 years agodsound: Merge IDirectSound3DListener into the primary buffer object.
Michael Stefaniuc [Sun, 15 Jan 2012 23:13:31 +0000 (00:13 +0100)] 
dsound: Merge IDirectSound3DListener into the primary buffer object.

12 years agodsound: Get rid of some LPDIRECTSOUNDBUFFER usage.
Michael Stefaniuc [Sun, 15 Jan 2012 23:12:14 +0000 (00:12 +0100)] 
dsound: Get rid of some LPDIRECTSOUNDBUFFER usage.

12 years agomsxml3: Remove no longer used node data type helper.
Nikolay Sivov [Sun, 15 Jan 2012 21:47:46 +0000 (00:47 +0300)] 
msxml3: Remove no longer used node data type helper.

12 years agomsxml3: Fix allocated length for header list element.
Nikolay Sivov [Sun, 15 Jan 2012 21:38:16 +0000 (00:38 +0300)] 
msxml3: Fix allocated length for header list element.

12 years agodbghelp: Fix the position where the calling convention is specified in function pointers.
Francois Gouget [Sun, 15 Jan 2012 20:09:02 +0000 (21:09 +0100)] 
dbghelp: Fix the position where the calling convention is specified in function pointers.

12 years agowindowscodecs: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 15 Jan 2012 20:08:06 +0000 (21:08 +0100)] 
windowscodecs: Fix compilation on systems that don't support nameless unions.

12 years agowininet: Add support for setting and retrieving the send/receive timeouts.
Hans Leidekker [Fri, 13 Jan 2012 14:15:48 +0000 (15:15 +0100)] 
wininet: Add support for setting and retrieving the send/receive timeouts.

12 years agowininet: Add support for setting and retrieving the connect timeout.
Hans Leidekker [Fri, 13 Jan 2012 14:15:20 +0000 (15:15 +0100)] 
wininet: Add support for setting and retrieving the connect timeout.

12 years agowininet: Implement the connect timeout.
Hans Leidekker [Fri, 13 Jan 2012 14:15:04 +0000 (15:15 +0100)] 
wininet: Implement the connect timeout.

12 years agoRelease 1.3.37. wine-1.3.37
Alexandre Julliard [Fri, 13 Jan 2012 19:38:53 +0000 (20:38 +0100)] 
Release 1.3.37.

12 years agopo: Update Brazilian Portuguese translation.
Gustavo Henrique Milaré [Fri, 13 Jan 2012 15:19:06 +0000 (13:19 -0200)] 
po: Update Brazilian Portuguese translation.

12 years agomshtml: Moved NPAPI struct declarations to npplugin.c.
Jacek Caban [Fri, 13 Jan 2012 11:16:39 +0000 (12:16 +0100)] 
mshtml: Moved NPAPI struct declarations to npplugin.c.

They are no longer needed in nsiface.idl

12 years agowineqtdecoder: Lower the Merit of the filters.
Aric Stewart [Fri, 13 Jan 2012 12:38:44 +0000 (06:38 -0600)] 
wineqtdecoder: Lower the Merit of the filters.

As they are designed to be catch all decoders for unhandled type do not
have them compete with potentially fully functional targeted filters.

12 years agourlmon/tests: Added Uri IPersistStream_Load tests.
Piotr Caban [Fri, 13 Jan 2012 13:31:14 +0000 (14:31 +0100)] 
urlmon/tests: Added Uri IPersistStream_Load tests.

12 years agourlmon: Added Uri IPersistStream_Load implementation.
Piotr Caban [Fri, 13 Jan 2012 13:30:54 +0000 (14:30 +0100)] 
urlmon: Added Uri IPersistStream_Load implementation.

12 years agourlmon: Added Uri IPersistStream_GetClassID implementation.
Piotr Caban [Fri, 13 Jan 2012 13:30:38 +0000 (14:30 +0100)] 
urlmon: Added Uri IPersistStream_GetClassID implementation.

12 years agourlmon/tests: Test uninitialized IUri object.
Piotr Caban [Fri, 13 Jan 2012 13:30:26 +0000 (14:30 +0100)] 
urlmon/tests: Test uninitialized IUri object.

12 years agourlmon: Return error in IUri functions on uninitialized object.
Piotr Caban [Fri, 13 Jan 2012 13:30:05 +0000 (14:30 +0100)] 
urlmon: Return error in IUri functions on uninitialized object.

12 years agourlmon: Added CUri ClassFactory implementation.
Piotr Caban [Fri, 13 Jan 2012 13:29:47 +0000 (14:29 +0100)] 
urlmon: Added CUri ClassFactory implementation.

12 years agoxpsprint: Add stub dll.
Austin English [Wed, 11 Jan 2012 19:13:08 +0000 (11:13 -0800)] 
xpsprint: Add stub dll.

12 years agophotometadatahandler: Add stub dll.
Austin English [Wed, 11 Jan 2012 19:12:41 +0000 (11:12 -0800)] 
photometadatahandler: Add stub dll.

12 years agoshell32: Reorder functions to avoid forward declarations.
Detlef Riekenberg [Wed, 11 Jan 2012 21:25:31 +0000 (22:25 +0100)] 
shell32: Reorder functions to avoid forward declarations.

12 years agoshell32: Remove outdated dll names from comments.
Detlef Riekenberg [Wed, 11 Jan 2012 22:58:09 +0000 (23:58 +0100)] 
shell32: Remove outdated dll names from comments.

12 years agowinecoreaudio: Fix AudioCaptureClient Get/ReleaseBuffer protocol.
Jörg Höhle [Sun, 21 Aug 2011 21:35:11 +0000 (23:35 +0200)] 
winecoreaudio: Fix AudioCaptureClient Get/ReleaseBuffer protocol.

12 years agowineoss: Reset accounts for dropped frames in capture mode.
Jörg Höhle [Thu, 12 Jan 2012 22:08:47 +0000 (23:08 +0100)] 
wineoss: Reset accounts for dropped frames in capture mode.

12 years agodsound: Vista/XP SP2 reworked the Speaker Configuration.
Jörg Höhle [Sat, 24 Sep 2011 19:11:45 +0000 (21:11 +0200)] 
dsound: Vista/XP SP2 reworked the Speaker Configuration.

12 years agod3drm: Implement GetVertices for IDirect3DRMMeshBuilder3.
André Hentschel [Thu, 12 Jan 2012 23:22:04 +0000 (00:22 +0100)] 
d3drm: Implement GetVertices for IDirect3DRMMeshBuilder3.

12 years agod3drm/tests: Add refcount testing.
André Hentschel [Thu, 12 Jan 2012 23:21:05 +0000 (00:21 +0100)] 
d3drm/tests: Add refcount testing.

12 years agod3drm: Move GetTextureCoordinates from IDirect3DRMMeshBuilder2 to IDirect3DRMMeshBuil...
André Hentschel [Thu, 12 Jan 2012 23:19:58 +0000 (00:19 +0100)] 
d3drm: Move GetTextureCoordinates from IDirect3DRMMeshBuilder2 to IDirect3DRMMeshBuilder3.

12 years agod3drm: Add more partial stubs for device creation.
André Hentschel [Thu, 12 Jan 2012 23:18:59 +0000 (00:18 +0100)] 
d3drm: Add more partial stubs for device creation.

12 years agod3drm: Add IDirect3DRMViewport interface.
André Hentschel [Thu, 12 Jan 2012 23:17:02 +0000 (00:17 +0100)] 
d3drm: Add IDirect3DRMViewport interface.

12 years agod3drm: Add IDirect3DRMDevice2 interface.
André Hentschel [Thu, 12 Jan 2012 23:16:02 +0000 (00:16 +0100)] 
d3drm: Add IDirect3DRMDevice2 interface.

12 years agod3drm: Move Load implementation to IDirect3DRMMeshBuilder3.
André Hentschel [Thu, 12 Jan 2012 23:15:16 +0000 (00:15 +0100)] 
d3drm: Move Load implementation to IDirect3DRMMeshBuilder3.

12 years agod3drm: Add more Frame tests.
André Hentschel [Thu, 12 Jan 2012 23:14:31 +0000 (00:14 +0100)] 
d3drm: Add more Frame tests.

12 years agod3drm: Add more MeshBuilder tests.
André Hentschel [Thu, 12 Jan 2012 23:12:47 +0000 (00:12 +0100)] 
d3drm: Add more MeshBuilder tests.

12 years agod3drm: Fix QueryInterface forwarding.
André Hentschel [Thu, 12 Jan 2012 23:12:14 +0000 (00:12 +0100)] 
d3drm: Fix QueryInterface forwarding.

12 years agomsvcp90: Flip num_get<char/wchar_t> do_get_long and do_get_ulong in vtable.
Daniel Lehman [Fri, 13 Jan 2012 03:41:16 +0000 (19:41 -0800)] 
msvcp90: Flip num_get<char/wchar_t> do_get_long and do_get_ulong in vtable.

12 years agomsvcp90: Add num_get<short> stubs.
Daniel Lehman [Wed, 4 Jan 2012 00:16:43 +0000 (16:16 -0800)] 
msvcp90: Add num_get<short> stubs.

12 years agopo: Update German translation.
André Hentschel [Thu, 12 Jan 2012 23:25:19 +0000 (00:25 +0100)] 
po: Update German translation.

12 years agopo: Update French translation.
Frédéric Delanoy [Thu, 12 Jan 2012 20:08:52 +0000 (21:08 +0100)] 
po: Update French translation.

12 years agowined3d: Get rid of the WINED3DTEXTUREFILTERTYPE typedef.
Henri Verbeet [Thu, 12 Jan 2012 20:43:12 +0000 (21:43 +0100)] 
wined3d: Get rid of the WINED3DTEXTUREFILTERTYPE typedef.

12 years agowined3d: Get rid of the WINED3DCUBEMAP_FACES typedef.
Henri Verbeet [Thu, 12 Jan 2012 20:43:11 +0000 (21:43 +0100)] 
wined3d: Get rid of the WINED3DCUBEMAP_FACES typedef.

12 years agoinclude: Add some missing DDLOCK constants.
Henri Verbeet [Thu, 12 Jan 2012 20:43:10 +0000 (21:43 +0100)] 
include: Add some missing DDLOCK constants.

12 years agowined3d: Get rid of wined3d_surface_set_format().
Henri Verbeet [Thu, 12 Jan 2012 20:43:09 +0000 (21:43 +0100)] 
wined3d: Get rid of wined3d_surface_set_format().

12 years agoddraw: Implement width and height changes in ddraw_surface7_SetSurfaceDesc().
Henri Verbeet [Thu, 12 Jan 2012 20:43:08 +0000 (21:43 +0100)] 
ddraw: Implement width and height changes in ddraw_surface7_SetSurfaceDesc().

12 years agoshell32: Rearrange code to avoid forward declarations.
Nikolay Sivov [Thu, 12 Jan 2012 21:14:14 +0000 (00:14 +0300)] 
shell32: Rearrange code to avoid forward declarations.

12 years agosetupapi: Add stub for CM_Get_Class_Registry_PropertyW.
André Hentschel [Thu, 12 Jan 2012 20:05:08 +0000 (21:05 +0100)] 
setupapi: Add stub for CM_Get_Class_Registry_PropertyW.

12 years agosetupapi: Add stub for CM_Get_Class_Registry_PropertyA.
André Hentschel [Thu, 12 Jan 2012 20:05:01 +0000 (21:05 +0100)] 
setupapi: Add stub for CM_Get_Class_Registry_PropertyA.

12 years agomsxml3: Leading space chars are allowed in SelectionNamespaces value string.
Nikolay Sivov [Thu, 12 Jan 2012 20:31:22 +0000 (23:31 +0300)] 
msxml3: Leading space chars are allowed in SelectionNamespaces value string.

12 years agowined3d: Handle discarded depth-stencil surfaces with SFLAG_LOST.
Matteo Bruni [Thu, 12 Jan 2012 16:05:20 +0000 (17:05 +0100)] 
wined3d: Handle discarded depth-stencil surfaces with SFLAG_LOST.

SFLAG_INSYSMEM is already set by surface_add_dirty_rect() for all
surfaces anyway.

12 years agowined3d: Modify depth-stencil location flags only after allocating the new location.
Matteo Bruni [Thu, 12 Jan 2012 16:05:19 +0000 (17:05 +0100)] 
wined3d: Modify depth-stencil location flags only after allocating the new location.

12 years agowined3d: Set depth textures dirty after modifying the underlying surface.
Matteo Bruni [Thu, 12 Jan 2012 16:05:18 +0000 (17:05 +0100)] 
wined3d: Set depth textures dirty after modifying the underlying surface.

12 years agod3d8/tests: Add more INTZ tests.
Matteo Bruni [Thu, 12 Jan 2012 16:05:17 +0000 (17:05 +0100)] 
d3d8/tests: Add more INTZ tests.

12 years agowinhlp32: Standardize the 'Not yet implemented' messages.
Francois Gouget [Thu, 12 Jan 2012 16:39:47 +0000 (17:39 +0100)] 
winhlp32: Standardize the 'Not yet implemented' messages.

12 years agod3dx9/tests: Reset effect parameter value data after each try.
Rico Schüller [Thu, 12 Jan 2012 12:37:15 +0000 (13:37 +0100)] 
d3dx9/tests: Reset effect parameter value data after each try.

12 years agod3dx9/tests: Add effect parameter value SetBool() test.
Rico Schüller [Thu, 12 Jan 2012 12:37:12 +0000 (13:37 +0100)] 
d3dx9/tests: Add effect parameter value SetBool() test.

12 years agod3dx9/tests: Add special handling test.
Rico Schüller [Thu, 12 Jan 2012 12:37:08 +0000 (13:37 +0100)] 
d3dx9/tests: Add special handling test.

12 years agod3dx9/tests: Add effect parameter value object test.
Rico Schüller [Thu, 12 Jan 2012 12:37:05 +0000 (13:37 +0100)] 
d3dx9/tests: Add effect parameter value object test.

12 years agod3dx9/tests: Add effect parameter value int test.
Rico Schüller [Thu, 12 Jan 2012 12:36:57 +0000 (13:36 +0100)] 
d3dx9/tests: Add effect parameter value int test.

12 years agourlmon/tests: Added Uri IPersistStream_Save tests.
Piotr Caban [Thu, 12 Jan 2012 14:35:23 +0000 (15:35 +0100)] 
urlmon/tests: Added Uri IPersistStream_Save tests.

12 years agourlmon: Added Uri IPersistStream_Save implementation.
Piotr Caban [Thu, 12 Jan 2012 14:34:58 +0000 (15:34 +0100)] 
urlmon: Added Uri IPersistStream_Save implementation.

12 years agourlmon: Added Uri IPersistStream stub implementation.
Piotr Caban [Thu, 12 Jan 2012 14:34:37 +0000 (15:34 +0100)] 
urlmon: Added Uri IPersistStream stub implementation.

12 years agourlmon: Fixed UriBuilderFactory IUnknown implementation.
Piotr Caban [Thu, 12 Jan 2012 14:34:20 +0000 (15:34 +0100)] 
urlmon: Fixed UriBuilderFactory IUnknown implementation.

12 years agomshtml: Get rid of wrapped nsIURI in nsWineURI.
Jacek Caban [Thu, 12 Jan 2012 14:37:23 +0000 (15:37 +0100)] 
mshtml: Get rid of wrapped nsIURI in nsWineURI.

12 years agojscript: Fixed jscript tests on some broken versions.
Jacek Caban [Thu, 12 Jan 2012 12:48:00 +0000 (13:48 +0100)] 
jscript: Fixed jscript tests on some broken versions.

12 years agojscript: Run sanity check with invoke_version 0.
Jacek Caban [Thu, 12 Jan 2012 12:43:38 +0000 (13:43 +0100)] 
jscript: Run sanity check with invoke_version 0.

12 years agojscript: Don't use break in finally block on pre-IE8 jscript.
Jacek Caban [Thu, 12 Jan 2012 12:43:25 +0000 (13:43 +0100)] 
jscript: Don't use break in finally block on pre-IE8 jscript.

12 years agowinealsa: Stop may not use snd_pcm_drop or lose written frames.
Jörg Höhle [Tue, 15 Nov 2011 09:18:39 +0000 (10:18 +0100)] 
winealsa: Stop may not use snd_pcm_drop or lose written frames.

12 years agowinealsa: Reset accounts for dropped frames in capture mode.
Jörg Höhle [Wed, 11 Jan 2012 22:13:23 +0000 (23:13 +0100)] 
winealsa: Reset accounts for dropped frames in capture mode.

12 years agowinealsa.drv: Remove "strange number of channels" FIXME.
Andrew Eikum [Thu, 12 Jan 2012 14:06:38 +0000 (08:06 -0600)] 
winealsa.drv: Remove "strange number of channels" FIXME.

12 years agogdi32: Store foreground/background color even when passed CLR_INVALID.
Alexandre Julliard [Thu, 12 Jan 2012 14:51:54 +0000 (15:51 +0100)] 
gdi32: Store foreground/background color even when passed CLR_INVALID.

12 years agogdi32: Simplify the CreateCompatibleBitmap implementation.
Alexandre Julliard [Tue, 10 Jan 2012 20:28:19 +0000 (21:28 +0100)] 
gdi32: Simplify the CreateCompatibleBitmap implementation.

12 years agocomdlg32: Specify a context for the luminance and saturation abbreviations.
Francois Gouget [Thu, 12 Jan 2012 08:59:06 +0000 (09:59 +0100)] 
comdlg32: Specify a context for the luminance and saturation abbreviations.