wine
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.

13 years agogdi32: Now that we have our own Bresenham routine, we don't need the LPARAM cast.
Huw Davies [Thu, 28 Apr 2011 08:57:05 +0000 (09:57 +0100)] 
gdi32: Now that we have our own Bresenham routine, we don't need the LPARAM cast.

13 years agoinetcomm: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:30:36 +0000 (13:30 +0200)] 
inetcomm: Mark internal symbols as hidden.

13 years agoshlwapi: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:32:20 +0000 (13:32 +0200)] 
shlwapi: Mark internal symbols as hidden.

13 years agodbghelp: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:46:11 +0000 (13:46 +0200)] 
dbghelp: Mark internal symbols as hidden.

13 years agod3dxof: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:28:49 +0000 (13:28 +0200)] 
d3dxof: Mark internal symbols as hidden.

13 years agownaspi32: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:27:42 +0000 (13:27 +0200)] 
wnaspi32: Mark internal symbols as hidden.

13 years agoappwiz.cpl: Fix ellipsis usage in the button labels.
Francois Gouget [Thu, 28 Apr 2011 10:04:22 +0000 (12:04 +0200)] 
appwiz.cpl: Fix ellipsis usage in the button labels.

13 years agowordpad: Fix ellipsis usage in the menu labels.
Francois Gouget [Thu, 28 Apr 2011 09:56:21 +0000 (11:56 +0200)] 
wordpad: Fix ellipsis usage in the menu labels.

13 years agoshdocvw: Fix ellipsis usage in the menu and button labels.
Francois Gouget [Thu, 28 Apr 2011 09:55:50 +0000 (11:55 +0200)] 
shdocvw: Fix ellipsis usage in the menu and button labels.

13 years agogameux: Remove WINAPI on static functions where not needed.
Francois Gouget [Thu, 28 Apr 2011 09:54:35 +0000 (11:54 +0200)] 
gameux: Remove WINAPI on static functions where not needed.

13 years agomsvcrt: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Thu, 28 Apr 2011 09:30:10 +0000 (11:30 +0200)] 
msvcrt: Fix compilation on systems that don't support nameless unions.

13 years agomsvfw32: Use constants instead of hard-coded numbers for the resources.
Francois Gouget [Thu, 28 Apr 2011 09:29:07 +0000 (11:29 +0200)] 
msvfw32: Use constants instead of hard-coded numbers for the resources.

13 years agowinex11: Grab the mouse in the thread that owns the foreground window if possible.
Alexandre Julliard [Thu, 28 Apr 2011 11:07:05 +0000 (13:07 +0200)] 
winex11: Grab the mouse in the thread that owns the foreground window if possible.

13 years agoatl: Specify the correct instance and cursor when registering a class.
Alexandre Julliard [Thu, 28 Apr 2011 10:36:30 +0000 (12:36 +0200)] 
atl: Specify the correct instance and cursor when registering a class.

13 years agowined3d: Remove an unused field.
Matteo Bruni [Wed, 27 Apr 2011 20:53:55 +0000 (22:53 +0200)] 
wined3d: Remove an unused field.

13 years agowined3d: Split pow instruction handling in the ARB backend.
Matteo Bruni [Fri, 22 Apr 2011 19:59:56 +0000 (21:59 +0200)] 
wined3d: Split pow instruction handling in the ARB backend.

13 years agowined3d: Remove rcp special handling of 0 from the ARB shader backend.
Matteo Bruni [Thu, 21 Apr 2011 16:51:31 +0000 (18:51 +0200)] 
wined3d: Remove rcp special handling of 0 from the ARB shader backend.

13 years agowined3d: Add missing temporary variable declaration to ARB shader backend.
Matteo Bruni [Fri, 22 Apr 2011 19:59:31 +0000 (21:59 +0200)] 
wined3d: Add missing temporary variable declaration to ARB shader backend.

13 years agowinegcc: Forward -mcpu to winebuild.
André Hentschel [Wed, 27 Apr 2011 17:45:49 +0000 (19:45 +0200)] 
winegcc: Forward -mcpu to winebuild.

13 years agowinebuild: Use -mcpu option for the assembler.
André Hentschel [Wed, 27 Apr 2011 17:45:11 +0000 (19:45 +0200)] 
winebuild: Use -mcpu option for the assembler.

13 years agodbghelp: Implement rudimentary stack walk for ARM.
André Hentschel [Wed, 27 Apr 2011 19:08:49 +0000 (21:08 +0200)] 
dbghelp: Implement rudimentary stack walk for ARM.

13 years agowinecoreaudio.drv: Link against ole32 for CoTaskMemAlloc/Free.
Ken Thomases [Wed, 27 Apr 2011 23:02:47 +0000 (18:02 -0500)] 
winecoreaudio.drv: Link against ole32 for CoTaskMemAlloc/Free.

13 years agoshdocvw: Merge the Destroy functions into the coresponding Release functions.
Michael Stefaniuc [Wed, 27 Apr 2011 22:51:19 +0000 (00:51 +0200)] 
shdocvw: Merge the Destroy functions into the coresponding Release functions.

13 years agoshdocvw: COM cleanup in shlinstobj.c.
Michael Stefaniuc [Wed, 27 Apr 2011 22:48:47 +0000 (00:48 +0200)] 
shdocvw: COM cleanup in shlinstobj.c.

13 years agod3dx9: Implement ID3DXMesh::DrawSubset.
Dylan Smith [Wed, 27 Apr 2011 22:12:20 +0000 (18:12 -0400)] 
d3dx9: Implement ID3DXMesh::DrawSubset.

13 years agod3dx9: Implement GetAttributeTable and SetAttributeTable.
Dylan Smith [Wed, 27 Apr 2011 22:12:14 +0000 (18:12 -0400)] 
d3dx9: Implement GetAttributeTable and SetAttributeTable.

13 years agod3dx9: Implement LockAttributeBuffer & UnlockAttributeBuffer.
Dylan Smith [Wed, 27 Apr 2011 22:12:05 +0000 (18:12 -0400)] 
d3dx9: Implement LockAttributeBuffer & UnlockAttributeBuffer.

13 years agod3dx9: Implement GetNumBytesPerVertex using the vertex declaration.
Dylan Smith [Wed, 27 Apr 2011 22:11:58 +0000 (18:11 -0400)] 
d3dx9: Implement GetNumBytesPerVertex using the vertex declaration.

If a declaration without a corresponding FVF is used to create the mesh,
then its declaration must be used to get the vertex size.

13 years agod3dx9: D3DXCreateMesh rejects declarations with non-zero streams.
Dylan Smith [Wed, 27 Apr 2011 22:11:48 +0000 (18:11 -0400)] 
d3dx9: D3DXCreateMesh rejects declarations with non-zero streams.

13 years agowined3d: Merge the IWineD3DSurface::SetFormat() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:43 +0000 (20:21 +0200)] 
wined3d: Merge the IWineD3DSurface::SetFormat() implementations.

13 years agowined3d: Merge the IWineD3DSurface::SetMem() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:42 +0000 (20:21 +0200)] 
wined3d: Merge the IWineD3DSurface::SetMem() implementations.

13 years agowined3d: Merge the IWineD3DSurface::ReleaseDC() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:41 +0000 (20:21 +0200)] 
wined3d: Merge the IWineD3DSurface::ReleaseDC() implementations.

13 years agowined3d: Merge the IWineD3DSurface::GetDC() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:40 +0000 (20:21 +0200)] 
wined3d: Merge the IWineD3DSurface::GetDC() implementations.

13 years agowined3d: Merge the IWineD3DSurface::PreLoad() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:39 +0000 (20:21 +0200)] 
wined3d: Merge the IWineD3DSurface::PreLoad() implementations.

13 years agomsvcrt: Added _set_printf_count_output and _get_printf_count_output implementation.
Piotr Caban [Wed, 27 Apr 2011 18:09:00 +0000 (20:09 +0200)] 
msvcrt: Added _set_printf_count_output and _get_printf_count_output implementation.

13 years agomsvcrt: Added wcsrtombs implementation.
Piotr Caban [Wed, 27 Apr 2011 18:08:41 +0000 (20:08 +0200)] 
msvcrt: Added wcsrtombs implementation.

13 years agoadvapi32: Mark some internal symbols as hidden.
Marcus Meissner [Wed, 27 Apr 2011 09:20:25 +0000 (11:20 +0200)] 
advapi32: Mark some internal symbols as hidden.

13 years agommdevapi/tests: Add tests for IAudioClock.
Andrew Eikum [Wed, 27 Apr 2011 14:12:52 +0000 (09:12 -0500)] 
mmdevapi/tests: Add tests for IAudioClock.

13 years agowinecoreaudio.drv: Properly allocate and free the WAVEFORMATEX returned by IsFormatSu...
Andrew Eikum [Wed, 27 Apr 2011 14:12:48 +0000 (09:12 -0500)] 
winecoreaudio.drv: Properly allocate and free the WAVEFORMATEX returned by IsFormatSupported.

13 years agowinealsa.drv: Add mapping for 64-bit floats in IAudioClient::Initialize().
Andrew Eikum [Wed, 27 Apr 2011 14:12:46 +0000 (09:12 -0500)] 
winealsa.drv: Add mapping for 64-bit floats in IAudioClient::Initialize().

13 years agowinealsa.drv: Properly allocate and free the WAVEFORMATEX returned by IsFormatSupported.
Andrew Eikum [Wed, 27 Apr 2011 14:12:43 +0000 (09:12 -0500)] 
winealsa.drv: Properly allocate and free the WAVEFORMATEX returned by IsFormatSupported.

13 years agowinealsa.drv: Replace incorrect 41100 with 44100.
Andrew Eikum [Wed, 27 Apr 2011 14:12:40 +0000 (09:12 -0500)] 
winealsa.drv: Replace incorrect 41100 with 44100.

13 years agowineoss.drv: Add mmdevapi driver.
Andrew Eikum [Wed, 27 Apr 2011 14:12:36 +0000 (09:12 -0500)] 
wineoss.drv: Add mmdevapi driver.

13 years agoconfigure: Add some quoting required by autoconf 2.68.
Alexandre Julliard [Wed, 27 Apr 2011 15:37:43 +0000 (17:37 +0200)] 
configure: Add some quoting required by autoconf 2.68.

13 years agogdi32: Implement clipping of diagonal lines.
Huw Davies [Wed, 27 Apr 2011 13:24:08 +0000 (14:24 +0100)] 
gdi32: Implement clipping of diagonal lines.

13 years agowinex11: Merge consecutive RawMotion events.
Alexandre Julliard [Wed, 27 Apr 2011 14:00:50 +0000 (16:00 +0200)] 
winex11: Merge consecutive RawMotion events.

13 years agowinex11: Ignore MotionNotify events if we have pending RawMotion events.
Alexandre Julliard [Wed, 27 Apr 2011 14:00:02 +0000 (16:00 +0200)] 
winex11: Ignore MotionNotify events if we have pending RawMotion events.

13 years agomsvcrt: Remove wchar_t/char conversions needed for pf_integer_conv.
Piotr Caban [Wed, 27 Apr 2011 10:09:51 +0000 (12:09 +0200)] 
msvcrt: Remove wchar_t/char conversions needed for pf_integer_conv.

13 years agomsvcrt: Use pf_integer_conv when displaying pointers.
Piotr Caban [Wed, 27 Apr 2011 10:09:37 +0000 (12:09 +0200)] 
msvcrt: Use pf_integer_conv when displaying pointers.

13 years agomsvcrt: Don't use additional buffer in pf_integer_conv.
Piotr Caban [Wed, 27 Apr 2011 10:09:27 +0000 (12:09 +0200)] 
msvcrt: Don't use additional buffer in pf_integer_conv.

13 years agomsvcrt: Print all integers using pf_integer_conv function.
Piotr Caban [Wed, 27 Apr 2011 10:09:17 +0000 (12:09 +0200)] 
msvcrt: Print all integers using pf_integer_conv function.

13 years agomsvcrt: Added sprintf_p_l implementation.
Piotr Caban [Wed, 27 Apr 2011 10:09:01 +0000 (12:09 +0200)] 
msvcrt: Added sprintf_p_l implementation.

13 years agouser32: GetTabbedTextExtent() returns non-zero value when nCount == 0.
Tim Hentenaar [Sat, 23 Apr 2011 11:36:12 +0000 (07:36 -0400)] 
user32: GetTabbedTextExtent() returns non-zero value when nCount == 0.

13 years agorpcrt4: Handle non-conformant bogus structures.
Huw Davies [Wed, 27 Apr 2011 08:53:38 +0000 (09:53 +0100)] 
rpcrt4: Handle non-conformant bogus structures.

13 years agocomctl32/syslink: Call default procedure directly when needed.
Nikolay Sivov [Sun, 24 Apr 2011 03:49:33 +0000 (07:49 +0400)] 
comctl32/syslink: Call default procedure directly when needed.

13 years agocomctl32/tests: Remove practically unused parameters from test functions.
Nikolay Sivov [Sat, 23 Apr 2011 19:37:34 +0000 (23:37 +0400)] 
comctl32/tests: Remove practically unused parameters from test functions.

13 years agomsxml3: COM cleanup in domdoc.c.
Michael Stefaniuc [Tue, 26 Apr 2011 21:47:48 +0000 (23:47 +0200)] 
msxml3: COM cleanup in domdoc.c.

13 years agoshell32/tests: COM cleanup in shlfolder.c.
Michael Stefaniuc [Tue, 26 Apr 2011 21:45:13 +0000 (23:45 +0200)] 
shell32/tests: COM cleanup in shlfolder.c.

13 years agowinedbg: Copy the x86 implementation of fetch_integer for ARM.
André Hentschel [Tue, 26 Apr 2011 21:11:06 +0000 (23:11 +0200)] 
winedbg: Copy the x86 implementation of fetch_integer for ARM.

13 years agowinedbg: Fill the dbg_internal_var array for ARM.
André Hentschel [Tue, 26 Apr 2011 21:10:42 +0000 (23:10 +0200)] 
winedbg: Fill the dbg_internal_var array for ARM.

13 years agomsxml3: Mark internal symbols as hidden.
Marcus Meissner [Tue, 26 Apr 2011 16:41:22 +0000 (18:41 +0200)] 
msxml3: Mark internal symbols as hidden.

13 years agoshell32: Mark internal symbols as hidden.
Marcus Meissner [Tue, 26 Apr 2011 17:23:52 +0000 (19:23 +0200)] 
shell32: Mark internal symbols as hidden.

13 years agowined3d: Merge the IWineD3DSurface::Unmap() implementations.
Henri Verbeet [Tue, 26 Apr 2011 17:24:19 +0000 (19:24 +0200)] 
wined3d: Merge the IWineD3DSurface::Unmap() implementations.

13 years agowined3d: Merge the IWineD3DSurface::Map() implementations.
Henri Verbeet [Tue, 26 Apr 2011 17:24:18 +0000 (19:24 +0200)] 
wined3d: Merge the IWineD3DSurface::Map() implementations.

13 years agowined3d: Merge the IWineD3DSurface::Release() implementations.
Henri Verbeet [Tue, 26 Apr 2011 17:24:17 +0000 (19:24 +0200)] 
wined3d: Merge the IWineD3DSurface::Release() implementations.

13 years agowined3d: Only invalidate the INDRAWABLE location for onscreen surfaces in surface_rea...
Henri Verbeet [Tue, 26 Apr 2011 17:24:16 +0000 (19:24 +0200)] 
wined3d: Only invalidate the INDRAWABLE location for onscreen surfaces in surface_realize_palette().

For offscreen surfaces this might actually remove the texture we just loaded.

13 years agowined3d: Rename "pCaps" to "caps".
Henri Verbeet [Tue, 26 Apr 2011 17:24:15 +0000 (19:24 +0200)] 
wined3d: Rename "pCaps" to "caps".

13 years agosane.ds: Mark internal functions as hidden.
Marcus Meissner [Tue, 26 Apr 2011 17:11:44 +0000 (19:11 +0200)] 
sane.ds: Mark internal functions as hidden.

13 years agotwain_32: Mark some functions static and other internal ones hidden.
Marcus Meissner [Tue, 26 Apr 2011 09:10:28 +0000 (11:10 +0200)] 
twain_32: Mark some functions static and other internal ones hidden.

13 years agodbghelp: Implement sparc_map_dwarf_register.
André Hentschel [Tue, 26 Apr 2011 17:00:45 +0000 (19:00 +0200)] 
dbghelp: Implement sparc_map_dwarf_register.

13 years agod3dx9/tests: Added tests for ID3DXMesh::GenerateAdjacency.
Dylan Smith [Tue, 26 Apr 2011 16:56:09 +0000 (12:56 -0400)] 
d3dx9/tests: Added tests for ID3DXMesh::GenerateAdjacency.

13 years agod3dx9: Implement ID3DXMesh::GenerateAdjacency.
Dylan Smith [Tue, 26 Apr 2011 16:56:02 +0000 (12:56 -0400)] 
d3dx9: Implement ID3DXMesh::GenerateAdjacency.

13 years agod3dx9: Support the option flags for D3DXCreateMesh.
Dylan Smith [Tue, 26 Apr 2011 16:55:50 +0000 (12:55 -0400)] 
d3dx9: Support the option flags for D3DXCreateMesh.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Tue, 26 Apr 2011 15:26:05 +0000 (18:26 +0300)] 
po: Update Lithuanian translation.

13 years agogphoto2.ds: Mark internal symbols as hidden.
Marcus Meissner [Tue, 26 Apr 2011 08:51:31 +0000 (10:51 +0200)] 
gphoto2.ds: Mark internal symbols as hidden.

13 years agod3dx9: Remove some redundant and compiler-unfriendly pixel format checking code.
Matteo Bruni [Tue, 5 Apr 2011 15:26:57 +0000 (17:26 +0200)] 
d3dx9: Remove some redundant and compiler-unfriendly pixel format checking code.

Spotted by Gerald Pfeifer and Nicolas Le Cam.

13 years agod3dx9: Print a FIXME when encountering an unknown surface format.
Matteo Bruni [Mon, 24 Jan 2011 20:52:01 +0000 (21:52 +0100)] 
d3dx9: Print a FIXME when encountering an unknown surface format.

13 years agowinealsa: Zero buffer, only write data if needed.
Maarten Lankhorst [Tue, 26 Apr 2011 11:22:45 +0000 (13:22 +0200)] 
winealsa: Zero buffer, only write data if needed.

13 years agod3d8: Add more tests for NULL render targets.
Stefan Dösinger [Mon, 25 Apr 2011 18:22:50 +0000 (20:22 +0200)] 
d3d8: Add more tests for NULL render targets.

13 years agod3d8: Don't reapply the old DS if SetDepthStencilSurface failed.
Stefan Dösinger [Mon, 25 Apr 2011 14:51:27 +0000 (16:51 +0200)] 
d3d8: Don't reapply the old DS if SetDepthStencilSurface failed.

13 years agodinput: Pass mouse messages through if the request to clip the cursor is rejected.
Alexandre Julliard [Tue, 26 Apr 2011 12:41:51 +0000 (14:41 +0200)] 
dinput: Pass mouse messages through if the request to clip the cursor is rejected.

13 years agodinput: Use a 1x1 clipping rect instead of warping the mouse in exclusive mode.
Alexandre Julliard [Tue, 26 Apr 2011 10:54:39 +0000 (12:54 +0200)] 
dinput: Use a 1x1 clipping rect instead of warping the mouse in exclusive mode.

13 years agodinput: Add a helper function for mouse warping.
Alexandre Julliard [Tue, 26 Apr 2011 10:28:25 +0000 (12:28 +0200)] 
dinput: Add a helper function for mouse warping.

13 years agodinput: Get rid of some redundant coordinate mappings.
Alexandre Julliard [Tue, 26 Apr 2011 10:26:16 +0000 (12:26 +0200)] 
dinput: Get rid of some redundant coordinate mappings.

13 years agowinex11: Refuse to clip cursor to a 1x1 window if we don't have XInput2 support.
Alexandre Julliard [Tue, 26 Apr 2011 12:40:59 +0000 (14:40 +0200)] 
winex11: Refuse to clip cursor to a 1x1 window if we don't have XInput2 support.

13 years agoole2.dll16: Add a stub for ReleaseStgMedium.
Austin English [Mon, 25 Apr 2011 15:41:04 +0000 (10:41 -0500)] 
ole2.dll16: Add a stub for ReleaseStgMedium.

13 years agooleau32: Stop incorrectly parsing dates in bogus YDM order in European locales.
John Fremlin [Mon, 25 Apr 2011 17:29:42 +0000 (17:29 +0000)] 
oleau32: Stop incorrectly parsing dates in bogus YDM order in European locales.

13 years agod3dx9: Fix flags for annotation structures.
Rico Schüller [Tue, 26 Apr 2011 07:21:17 +0000 (09:21 +0200)] 
d3dx9: Fix flags for annotation structures.

13 years agod3dx9: Improve get_parameter_by_name().
Rico Schüller [Tue, 26 Apr 2011 07:21:00 +0000 (09:21 +0200)] 
d3dx9: Improve get_parameter_by_name().

13 years agod3dx9: Improve ID3DXBaseEffect::GetParameter().
Rico Schüller [Tue, 26 Apr 2011 07:20:51 +0000 (09:20 +0200)] 
d3dx9: Improve ID3DXBaseEffect::GetParameter().

13 years agosecur32: Mark internal symbols with hidden visibility.
Marcus Meissner [Thu, 21 Apr 2011 09:37:02 +0000 (11:37 +0200)] 
secur32: Mark internal symbols with hidden visibility.

13 years agojscript: Mark internal symbols as having hidden visibility.
Marcus Meissner [Thu, 21 Apr 2011 09:22:45 +0000 (11:22 +0200)] 
jscript: Mark internal symbols as having hidden visibility.

13 years agorpcrt4: Mark internal symbols with hidden visibility.
Marcus Meissner [Thu, 21 Apr 2011 09:33:26 +0000 (11:33 +0200)] 
rpcrt4: Mark internal symbols with hidden visibility.

13 years agodsound: Mark internal symbols as having hidden visibility.
Marcus Meissner [Thu, 21 Apr 2011 09:25:41 +0000 (11:25 +0200)] 
dsound: Mark internal symbols as having hidden visibility.

13 years agocomdlg32: Mark internal symbols as having hidden visibility.
Marcus Meissner [Thu, 21 Apr 2011 09:16:53 +0000 (11:16 +0200)] 
comdlg32: Mark internal symbols as having hidden visibility.

13 years agogdiplus: Mark internal symbols as having hidden visibility.
Marcus Meissner [Thu, 21 Apr 2011 09:11:01 +0000 (11:11 +0200)] 
gdiplus: Mark internal symbols as having hidden visibility.

13 years agowininet: Mark internal symbols as hidden visibility.
Marcus Meissner [Thu, 21 Apr 2011 09:09:16 +0000 (11:09 +0200)] 
wininet: Mark internal symbols as hidden visibility.

13 years agourlmon: Mark internal functions as hidden.
Marcus Meissner [Thu, 21 Apr 2011 07:19:14 +0000 (09:19 +0200)] 
urlmon: Mark internal functions as hidden.

13 years agowinspool.drv: Fix uninitialized variable warning.
Nicolas Le Cam [Tue, 26 Apr 2011 01:22:32 +0000 (03:22 +0200)] 
winspool.drv: Fix uninitialized variable warning.