wine
12 years agomsvcrt: Sync _wtempnam with _tempnam.
Daniel Lehman [Fri, 6 Jan 2012 20:24:06 +0000 (12:24 -0800)] 
msvcrt: Sync _wtempnam with _tempnam.

12 years agokernel32: Corrections to Walloon locale.
Pablo Saratxaga [Sat, 7 Jan 2012 23:05:01 +0000 (00:05 +0100)] 
kernel32: Corrections to Walloon locale.

12 years agomsxml3: Some put_dataType() tests for nodes without typed data.
Nikolay Sivov [Sun, 8 Jan 2012 21:21:53 +0000 (00:21 +0300)] 
msxml3: Some put_dataType() tests for nodes without typed data.

12 years agomsxml3: Move put_dataType() test data to a table.
Nikolay Sivov [Sun, 8 Jan 2012 16:12:33 +0000 (19:12 +0300)] 
msxml3: Move put_dataType() test data to a table.

12 years agomsxml3: Remove wrong ERR(), some renames.
Nikolay Sivov [Sun, 8 Jan 2012 21:58:06 +0000 (00:58 +0300)] 
msxml3: Remove wrong ERR(), some renames.

12 years agomsxml3: Add a stub for IAuthenticate.
Nikolay Sivov [Sun, 8 Jan 2012 18:14:23 +0000 (21:14 +0300)] 
msxml3: Add a stub for IAuthenticate.

12 years agooleaut32/tests: Dynamically load some functions that are missing on early NT4 releases.
Francois Gouget [Mon, 9 Jan 2012 09:03:06 +0000 (10:03 +0100)] 
oleaut32/tests: Dynamically load some functions that are missing on early NT4 releases.

12 years agooleaut32/tests: Skip the VarBstrCat() tests when that API is not available.
Francois Gouget [Mon, 9 Jan 2012 09:02:58 +0000 (10:02 +0100)] 
oleaut32/tests: Skip the VarBstrCat() tests when that API is not available.

For the early NT4 releases.

12 years agooleaut32/tests: Once we have a function pointer, use it consistently.
Francois Gouget [Mon, 9 Jan 2012 09:02:29 +0000 (10:02 +0100)] 
oleaut32/tests: Once we have a function pointer, use it consistently.

12 years agooleaut32/tests: Skip some tests when OleLoadPictureEx() is not available.
Francois Gouget [Mon, 9 Jan 2012 09:01:37 +0000 (10:01 +0100)] 
oleaut32/tests: Skip some tests when OleLoadPictureEx() is not available.

For the early NT4 releases.

12 years agooleaut32/tests: Fix the olepicture START_TEST() indentation.
Francois Gouget [Mon, 9 Jan 2012 08:59:55 +0000 (09:59 +0100)] 
oleaut32/tests: Fix the olepicture START_TEST() indentation.

12 years agooleaut32/tests: Use win_skip() when detecting an API is missing.
Francois Gouget [Mon, 9 Jan 2012 08:57:30 +0000 (09:57 +0100)] 
oleaut32/tests: Use win_skip() when detecting an API is missing.

12 years agoddraw: Make ddraw_reset_enum_callback() and ddraw_surface_destroy() static.
Francois Gouget [Mon, 9 Jan 2012 08:33:34 +0000 (09:33 +0100)] 
ddraw: Make ddraw_reset_enum_callback() and ddraw_surface_destroy() static.

12 years agojscript: Make some engine functions static.
Francois Gouget [Mon, 9 Jan 2012 08:33:13 +0000 (09:33 +0100)] 
jscript: Make some engine functions static.

12 years agowshom.ocx: Make debugstr_variant() static.
Francois Gouget [Mon, 9 Jan 2012 08:27:50 +0000 (09:27 +0100)] 
wshom.ocx: Make debugstr_variant() static.

12 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 9 Jan 2012 08:27:56 +0000 (09:27 +0100)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

12 years agooleview: Mark a couple of button labels as not needing translation.
Francois Gouget [Mon, 9 Jan 2012 08:27:45 +0000 (09:27 +0100)] 
oleview: Mark a couple of button labels as not needing translation.

They correspond to IPersistStream method names.

12 years agomsvcp60: Add a trailing '\n' to a couple of TRACE() messages.
Francois Gouget [Mon, 9 Jan 2012 08:27:32 +0000 (09:27 +0100)] 
msvcp60: Add a trailing '\n' to a couple of TRACE() messages.

12 years agocomctl32: Remove redundant parameter from a helper.
Nikolay Sivov [Sat, 7 Jan 2012 18:39:14 +0000 (21:39 +0300)] 
comctl32: Remove redundant parameter from a helper.

12 years agocomctl32: Store style bits provided with WM_CREATE.
Nikolay Sivov [Sat, 7 Jan 2012 18:36:12 +0000 (21:36 +0300)] 
comctl32: Store style bits provided with WM_CREATE.

12 years agocomctl32: Fix TB_SETSTYLE behaviour and return value.
Nikolay Sivov [Sat, 7 Jan 2012 18:27:38 +0000 (21:27 +0300)] 
comctl32: Fix TB_SETSTYLE behaviour and return value.

12 years agowined3d: Get rid of the WINED3DMULTISAMPLE_TYPE typedef.
Henri Verbeet [Sun, 8 Jan 2012 20:15:00 +0000 (21:15 +0100)] 
wined3d: Get rid of the WINED3DMULTISAMPLE_TYPE typedef.

12 years agowined3d: Get rid of the WINED3DSAMPLERSTATETYPE typedef.
Henri Verbeet [Sun, 8 Jan 2012 20:14:59 +0000 (21:14 +0100)] 
wined3d: Get rid of the WINED3DSAMPLERSTATETYPE typedef.

12 years agowined3d: Only flip SFLAG_DIBSECTION once in flip_surface().
Henri Verbeet [Sun, 8 Jan 2012 20:14:58 +0000 (21:14 +0100)] 
wined3d: Only flip SFLAG_DIBSECTION once in flip_surface().

We already swap all flags at a later point in flip_surface().

12 years agoddraw: Don't leak the window region if we have an extra clip rect in ddraw_clipper_Ge...
Henri Verbeet [Sun, 8 Jan 2012 20:14:57 +0000 (21:14 +0100)] 
ddraw: Don't leak the window region if we have an extra clip rect in ddraw_clipper_GetClipList().

12 years agowined3d: Allow 10-bpc formats as render targets.
Henri Verbeet [Sun, 8 Jan 2012 20:14:56 +0000 (21:14 +0100)] 
wined3d: Allow 10-bpc formats as render targets.

12 years agouser32: Return the cursor position in send_hardware_message and use it to update...
Alexandre Julliard [Sat, 7 Jan 2012 19:29:29 +0000 (20:29 +0100)] 
user32: Return the cursor position in send_hardware_message and use it to update the driver's position.

12 years agogdi32: Stop forwarding object selection calls to x11drv.
Alexandre Julliard [Mon, 9 Jan 2012 11:14:20 +0000 (12:14 +0100)] 
gdi32: Stop forwarding object selection calls to x11drv.

12 years agogdi32: Get rid of the SetDIBColorTable driver entry point.
Alexandre Julliard [Sat, 7 Jan 2012 12:27:08 +0000 (13:27 +0100)] 
gdi32: Get rid of the SetDIBColorTable driver entry point.

12 years agomsi: Execute custom actions in the right script.
Hans Leidekker [Fri, 6 Jan 2012 18:29:49 +0000 (19:29 +0100)] 
msi: Execute custom actions in the right script.

12 years agomsvcrt: Use the correct type for findnext64.
Alexandre Julliard [Fri, 6 Jan 2012 20:57:30 +0000 (21:57 +0100)] 
msvcrt: Use the correct type for findnext64.

12 years agomsvcrt: Don't name a local variable 'errno'.
Alexandre Julliard [Fri, 6 Jan 2012 20:48:42 +0000 (21:48 +0100)] 
msvcrt: Don't name a local variable 'errno'.

12 years agourlmon.idl: Removed local attributes from IUri and IAuthenticate interfaces.
Jacek Caban [Fri, 6 Jan 2012 17:58:19 +0000 (18:58 +0100)] 
urlmon.idl: Removed local attributes from IUri and IAuthenticate interfaces.

12 years agowineconsole: Don't pad tab labels with spaces.
Francois Gouget [Fri, 6 Jan 2012 08:57:18 +0000 (09:57 +0100)] 
wineconsole: Don't pad tab labels with spaces.

12 years agocomdlg32: Remove some unused string resources that are not present on Windows.
Francois Gouget [Fri, 6 Jan 2012 08:57:08 +0000 (09:57 +0100)] 
comdlg32: Remove some unused string resources that are not present on Windows.

12 years agohal: Add stub for HalTranslateBusAddress.
Stefan Leichter [Fri, 6 Jan 2012 10:00:05 +0000 (11:00 +0100)] 
hal: Add stub for HalTranslateBusAddress.

12 years agoopengl32: Replace the remaining forwards of wgl functions to gdi32.dll in the spec...
Stefan Leichter [Fri, 6 Jan 2012 10:00:18 +0000 (11:00 +0100)] 
opengl32: Replace the remaining forwards of wgl functions to gdi32.dll in the spec file with wrapper function.

12 years agowinealsa: Check ValidBitsPerSample and support SND_PCM_FORMAT_S20_3LE.
Jörg Höhle [Thu, 5 Jan 2012 06:07:15 +0000 (07:07 +0100)] 
winealsa: Check ValidBitsPerSample and support SND_PCM_FORMAT_S20_3LE.

12 years agowinealsa: Unify the checks for wBitsPerSample.
Jörg Höhle [Wed, 4 Jan 2012 23:26:29 +0000 (00:26 +0100)] 
winealsa: Unify the checks for wBitsPerSample.

12 years agowinmm: Ignore broken nBlockAlign and AvgBytes within PCMWAVEFORMAT.
Jörg Höhle [Wed, 4 Jan 2012 08:29:55 +0000 (09:29 +0100)] 
winmm: Ignore broken nBlockAlign and AvgBytes within PCMWAVEFORMAT.

12 years agowinex11: Remove DIB locking calls from all graphics functions.
Alexandre Julliard [Fri, 6 Jan 2012 16:54:41 +0000 (17:54 +0100)] 
winex11: Remove DIB locking calls from all graphics functions.

12 years agoieframe: Added INewWindowManager stub implementation.
Jacek Caban [Fri, 6 Jan 2012 12:00:22 +0000 (13:00 +0100)] 
ieframe: Added INewWindowManager stub implementation.

12 years agoieframe: Added IHTMLWindow2 service tests.
Jacek Caban [Fri, 6 Jan 2012 12:00:08 +0000 (13:00 +0100)] 
ieframe: Added IHTMLWindow2 service tests.

12 years agoieframe: Added IHTMLWindow2 stub implementation.
Jacek Caban [Fri, 6 Jan 2012 11:59:58 +0000 (12:59 +0100)] 
ieframe: Added IHTMLWindow2 stub implementation.

mshtml/ieframe separation is ugly designed. ieframe needs its own
IHTMLWindow2 wrapper-like implementation.

12 years agoieframe: Always create doc view window when creating InternetExplore object instance.
Jacek Caban [Fri, 6 Jan 2012 11:59:32 +0000 (12:59 +0100)] 
ieframe: Always create doc view window when creating InternetExplore object instance.

12 years agoieframe: Added IServiceProvider interface to InternetExplorer object.
Jacek Caban [Fri, 6 Jan 2012 11:59:23 +0000 (12:59 +0100)] 
ieframe: Added IServiceProvider interface to InternetExplorer object.

12 years agojscript: Run script tests in version 2 by default.
Jacek Caban [Fri, 6 Jan 2012 10:29:24 +0000 (11:29 +0100)] 
jscript: Run script tests in version 2 by default.

12 years agontdll: Make LdrLoadDll hotpatchable.
Jacek Caban [Fri, 6 Jan 2012 10:21:13 +0000 (11:21 +0100)] 
ntdll: Make LdrLoadDll hotpatchable.

12 years agowined3d: Get rid of the WINED3DSWAPEFFECT typedef.
Henri Verbeet [Fri, 6 Jan 2012 10:20:07 +0000 (11:20 +0100)] 
wined3d: Get rid of the WINED3DSWAPEFFECT typedef.

12 years agowined3d: Get rid of the WINED3DBACKBUFFER_TYPE typedef.
Henri Verbeet [Fri, 6 Jan 2012 10:20:06 +0000 (11:20 +0100)] 
wined3d: Get rid of the WINED3DBACKBUFFER_TYPE typedef.

12 years agoddraw: Convert to integer before adjusting the clipped source rect.
Henri Verbeet [Fri, 6 Jan 2012 10:20:05 +0000 (11:20 +0100)] 
ddraw: Convert to integer before adjusting the clipped source rect.

This makes a difference for the bottom and right edges, and we could end up
with an empty source rectangle otherwise.

12 years agoddraw: Implement IDirectDrawClipper::SetClipList().
Henri Verbeet [Fri, 6 Jan 2012 10:20:04 +0000 (11:20 +0100)] 
ddraw: Implement IDirectDrawClipper::SetClipList().

12 years agoddraw: Use the window's client rect for clipping.
Henri Verbeet [Fri, 6 Jan 2012 10:20:03 +0000 (11:20 +0100)] 
ddraw: Use the window's client rect for clipping.

12 years agowineoss: GetStreamLatency is constant, SNDCTL_DSP_GETODELAY is dynamic.
Jörg Höhle [Thu, 5 Jan 2012 21:19:35 +0000 (22:19 +0100)] 
wineoss: GetStreamLatency is constant, SNDCTL_DSP_GETODELAY is dynamic.

12 years agowinealsa: Have GetStreamLatency reflect the ALSA period.
Jörg Höhle [Thu, 5 Jan 2012 17:36:43 +0000 (18:36 +0100)] 
winealsa: Have GetStreamLatency reflect the ALSA period.

12 years agowinecoreaudio: Fix latency calculation.
Jörg Höhle [Thu, 5 Jan 2012 21:09:47 +0000 (22:09 +0100)] 
winecoreaudio: Fix latency calculation.

12 years agommdevapi: GetDevicePeriod returns constants.
Jörg Höhle [Thu, 5 Jan 2012 17:17:31 +0000 (18:17 +0100)] 
mmdevapi: GetDevicePeriod returns constants.

12 years agommdevapi: Avoid HeapRealloc when no data need be copied.
Jörg Höhle [Thu, 5 Jan 2012 16:58:21 +0000 (17:58 +0100)] 
mmdevapi: Avoid HeapRealloc when no data need be copied.

12 years agomsvcp90: Fix return value for ctype<wchar_t> do_is(ch).
Daniel Lehman [Thu, 5 Jan 2012 22:49:50 +0000 (14:49 -0800)] 
msvcp90: Fix return value for ctype<wchar_t> do_is(ch).

12 years agomsvcrt: Make WEOF returned from swscanf signed.
Daniel Lehman [Wed, 4 Jan 2012 21:58:23 +0000 (13:58 -0800)] 
msvcrt: Make WEOF returned from swscanf signed.

12 years agoinclude: winsxs.idl should not import oleidl.idl.
Francois Gouget [Fri, 6 Jan 2012 08:23:32 +0000 (09:23 +0100)] 
include: winsxs.idl should not import oleidl.idl.

12 years agoinclude: tom.idl should import ocidl.idl.
Francois Gouget [Fri, 6 Jan 2012 08:23:28 +0000 (09:23 +0100)] 
include: tom.idl should import ocidl.idl.

12 years agoinclude: mshtml.idl should import dispex.idl.
Francois Gouget [Fri, 6 Jan 2012 08:23:23 +0000 (09:23 +0100)] 
include: mshtml.idl should import dispex.idl.

12 years agoinclude: ocmm.idl should import oleidl.idl.
Francois Gouget [Fri, 6 Jan 2012 08:23:02 +0000 (09:23 +0100)] 
include: ocmm.idl should import oleidl.idl.

12 years agoinclude: wincodec.idl should not import objidl.idl.
Francois Gouget [Fri, 6 Jan 2012 08:22:56 +0000 (09:22 +0100)] 
include: wincodec.idl should not import objidl.idl.

12 years agogdi32: Add an empty ExtEscape DIB driver entry point.
Alexandre Julliard [Fri, 6 Jan 2012 16:53:42 +0000 (17:53 +0100)] 
gdi32: Add an empty ExtEscape DIB driver entry point.

12 years agogdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or memory DCs.
Alexandre Julliard [Fri, 6 Jan 2012 16:45:16 +0000 (17:45 +0100)] 
gdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or memory DCs.

12 years agogdi32: Add a stub for the ExtFloodFill entry point.
Alexandre Julliard [Fri, 6 Jan 2012 16:23:00 +0000 (17:23 +0100)] 
gdi32: Add a stub for the ExtFloodFill entry point.

12 years agogdi32: Implement Arc, ArcTo, Chord, and Pie, using line segments for now.
Alexandre Julliard [Fri, 6 Jan 2012 16:20:37 +0000 (17:20 +0100)] 
gdi32: Implement Arc, ArcTo, Chord, and Pie, using line segments for now.

12 years agogdi32: Add a helper function for computing the device rect for PS_INSIDEFRAME.
Alexandre Julliard [Fri, 6 Jan 2012 18:21:42 +0000 (19:21 +0100)] 
gdi32: Add a helper function for computing the device rect for PS_INSIDEFRAME.

12 years agogdi32: Implement Ellipse and RoundRect, using line segments for now.
Alexandre Julliard [Fri, 6 Jan 2012 11:55:15 +0000 (12:55 +0100)] 
gdi32: Implement Ellipse and RoundRect, using line segments for now.

12 years agogdi32: Use a better algorithm for CreateRoundRectRgn.
Alexandre Julliard [Fri, 6 Jan 2012 11:53:20 +0000 (12:53 +0100)] 
gdi32: Use a better algorithm for CreateRoundRectRgn.

12 years agopo: Update German translation.
André Hentschel [Thu, 5 Jan 2012 18:35:14 +0000 (19:35 +0100)] 
po: Update German translation.

12 years agomshtml: Remove unused definitions.
André Hentschel [Thu, 5 Jan 2012 18:35:04 +0000 (19:35 +0100)] 
mshtml: Remove unused definitions.

12 years agomshtml: Use do_query_service in QueryService implementation.
Jacek Caban [Thu, 5 Jan 2012 17:30:46 +0000 (18:30 +0100)] 
mshtml: Use do_query_service in QueryService implementation.

12 years agomshtml: Use QueryService helper function in SetClientSite implementation.
Jacek Caban [Thu, 5 Jan 2012 17:30:36 +0000 (18:30 +0100)] 
mshtml: Use QueryService helper function in SetClientSite implementation.

12 years agomshtml: Use a helper function for QueryService calls in hlink_frame_navigate.
Jacek Caban [Thu, 5 Jan 2012 17:30:27 +0000 (18:30 +0100)] 
mshtml: Use a helper function for QueryService calls in hlink_frame_navigate.

12 years agowineboot: Store the RunKey names in regular string variables.
Francois Gouget [Thu, 5 Jan 2012 18:05:51 +0000 (19:05 +0100)] 
wineboot: Store the RunKey names in regular string variables.

12 years agowinmm: Fix conversion to MMTIME, avoid floating point arithmetic.
Jörg Höhle [Wed, 4 Jan 2012 19:54:48 +0000 (20:54 +0100)] 
winmm: Fix conversion to MMTIME, avoid floating point arithmetic.

12 years agomsvcp90: basic_string<>::rfind(ch) should call rfind.
Daniel Lehman [Fri, 30 Dec 2011 17:25:47 +0000 (09:25 -0800)] 
msvcp90: basic_string<>::rfind(ch) should call rfind.

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

12 years agomsvcp90: Make type_info::mangled larger.
Daniel Lehman [Wed, 4 Jan 2012 01:10:17 +0000 (17:10 -0800)] 
msvcp90: Make type_info::mangled larger.

12 years agomsvcp60: Added full basic_string::_Grow implementation.
Piotr Caban [Thu, 5 Jan 2012 15:04:11 +0000 (16:04 +0100)] 
msvcp60: Added full basic_string::_Grow implementation.

12 years agomsvcp60: Fix basic_string::rfind(char) implementation.
Piotr Caban [Thu, 5 Jan 2012 13:23:15 +0000 (14:23 +0100)] 
msvcp60: Fix basic_string::rfind(char) implementation.

12 years agomsvcp60: Added basic_string<unsigned short> implementation.
Piotr Caban [Thu, 5 Jan 2012 13:22:55 +0000 (14:22 +0100)] 
msvcp60: Added basic_string<unsigned short> implementation.

12 years agomsi: Don't crash on secondary root folders in msi_resolve_target_folder.
Hans Leidekker [Thu, 5 Jan 2012 09:20:18 +0000 (10:20 +0100)] 
msi: Don't crash on secondary root folders in msi_resolve_target_folder.

12 years agowined3d: Get rid of the WINED3DPATCHEDGESTYLE typedef.
Henri Verbeet [Wed, 4 Jan 2012 22:34:56 +0000 (23:34 +0100)] 
wined3d: Get rid of the WINED3DPATCHEDGESTYLE typedef.

12 years agowined3d: Get rid of the WINED3DMATERIALCOLORSOURCE typedef.
Henri Verbeet [Wed, 4 Jan 2012 22:34:55 +0000 (23:34 +0100)] 
wined3d: Get rid of the WINED3DMATERIALCOLORSOURCE typedef.

12 years agoddraw: Disallow clipped blits in ddraw_surface7_BltFast().
Henri Verbeet [Wed, 4 Jan 2012 22:34:54 +0000 (23:34 +0100)] 
ddraw: Disallow clipped blits in ddraw_surface7_BltFast().

12 years agoddraw: Refuse to set a clip list if a clipper is already tracking a window.
Henri Verbeet [Wed, 4 Jan 2012 22:34:53 +0000 (23:34 +0100)] 
ddraw: Refuse to set a clip list if a clipper is already tracking a window.

12 years agoddraw/tests: Add some clipper tests.
Henri Verbeet [Wed, 4 Jan 2012 22:34:52 +0000 (23:34 +0100)] 
ddraw/tests: Add some clipper tests.

12 years agouser32: Add an invalid window check to SetActiveWindow.
Dmitry Timoshkov [Thu, 5 Jan 2012 09:58:30 +0000 (17:58 +0800)] 
user32: Add an invalid window check to SetActiveWindow.

12 years agouser32: Add an invalid window check to SetFocus.
Dmitry Timoshkov [Thu, 5 Jan 2012 09:58:06 +0000 (17:58 +0800)] 
user32: Add an invalid window check to SetFocus.

12 years agogdi32: Draw rectangles in the order specified by the current arc direction.
Alexandre Julliard [Thu, 5 Jan 2012 14:29:22 +0000 (15:29 +0100)] 
gdi32: Draw rectangles in the order specified by the current arc direction.

12 years agopo: Update Italian translation.
Luca Bennati [Tue, 3 Jan 2012 20:35:04 +0000 (21:35 +0100)] 
po: Update Italian translation.

12 years agopo: Update German translation.
André Hentschel [Wed, 4 Jan 2012 17:36:08 +0000 (18:36 +0100)] 
po: Update German translation.

12 years agoAssorted header comment cleanup.
André Hentschel [Wed, 4 Jan 2012 18:31:24 +0000 (19:31 +0100)] 
Assorted header comment cleanup.

12 years agod3drm: Add IDirect3DRMFrame3 interface.
André Hentschel [Wed, 4 Jan 2012 18:12:32 +0000 (19:12 +0100)] 
d3drm: Add IDirect3DRMFrame3 interface.

12 years agomsvcp60: Added partial exceptions support.
Piotr Caban [Wed, 4 Jan 2012 14:44:48 +0000 (15:44 +0100)] 
msvcp60: Added partial exceptions support.

12 years agomsvcp60: Don't forward _Lockit calls to msvcp90.
Piotr Caban [Wed, 4 Jan 2012 14:44:31 +0000 (15:44 +0100)] 
msvcp60: Don't forward _Lockit calls to msvcp90.