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

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

13 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'.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

13 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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

13 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().

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

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

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

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

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

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

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

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

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

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

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

13 years agomsvcp60: Added basic_string<char> support.
Piotr Caban [Wed, 4 Jan 2012 14:44:07 +0000 (15:44 +0100)] 
msvcp60: Added basic_string<char> support.

string.c file is based on msvcp90/string.c, there are many differences
between these files. Other files were copied from msvcp90.

13 years agousp10: Move GSUB functions to opentype.c.
Aric Stewart [Wed, 4 Jan 2012 14:13:44 +0000 (08:13 -0600)] 
usp10: Move GSUB functions to opentype.c.

13 years agousp10: Move GDEF functions to opentype.c.
Aric Stewart [Wed, 4 Jan 2012 14:13:41 +0000 (08:13 -0600)] 
usp10: Move GDEF functions to opentype.c.

13 years agousp10: Move CMAP functions to opentype.c.
Aric Stewart [Wed, 4 Jan 2012 14:13:38 +0000 (08:13 -0600)] 
usp10: Move CMAP functions to opentype.c.

13 years agovbscript: Added for each loop parser implementation.
Jacek Caban [Wed, 4 Jan 2012 10:50:29 +0000 (11:50 +0100)] 
vbscript: Added for each loop parser implementation.

13 years agouser32: Add some tests for SetFocus/SetActiveWindow called on invalid or belonging...
Dmitry Timoshkov [Wed, 4 Jan 2012 11:14:56 +0000 (19:14 +0800)] 
user32: Add some tests for SetFocus/SetActiveWindow called on invalid or belonging to another thread windows.

13 years agowinedbg: Added support for qAttached query packet.
Eric Pouech [Tue, 3 Jan 2012 20:37:59 +0000 (21:37 +0100)] 
winedbg: Added support for qAttached query packet.

13 years agodbghelp: When StackWalk fails to get any frame information, create a default one.
Eric Pouech [Tue, 3 Jan 2012 20:37:49 +0000 (21:37 +0100)] 
dbghelp: When StackWalk fails to get any frame information, create a default one.

13 years agousp10: Add more Microsoft Sans Serif fallbacks.
Aric Stewart [Tue, 3 Jan 2012 20:09:11 +0000 (14:09 -0600)] 
usp10: Add more Microsoft Sans Serif fallbacks.

13 years agomsvcp90: Use passed in beg to find the length in basic_string<>::replace.
Daniel Lehman [Fri, 30 Dec 2011 00:41:29 +0000 (16:41 -0800)] 
msvcp90: Use passed in beg to find the length in basic_string<>::replace.

13 years agomciseq: wNotifyDeviceID is redundant.
Jörg Höhle [Wed, 15 Dec 2010 21:56:08 +0000 (22:56 +0100)] 
mciseq: wNotifyDeviceID is redundant.

13 years agomciseq: Refactor use of mciGetDriverData.
Jörg Höhle [Wed, 15 Dec 2010 21:47:45 +0000 (22:47 +0100)] 
mciseq: Refactor use of mciGetDriverData.

13 years agomciseq: Check Device ID prior to command invocation.
Jörg Höhle [Wed, 15 Dec 2010 21:36:01 +0000 (22:36 +0100)] 
mciseq: Check Device ID prior to command invocation.

13 years agomciseq: Only send non-MCI commands to DefDriverProc.
Jörg Höhle [Wed, 15 Dec 2010 20:49:58 +0000 (21:49 +0100)] 
mciseq: Only send non-MCI commands to DefDriverProc.

13 years agousp10: Check for pointer before using it (Coverity).
André Hentschel [Tue, 3 Jan 2012 02:33:23 +0000 (03:33 +0100)] 
usp10: Check for pointer before using it (Coverity).

13 years agogdi32/tests: Add some tests for brushed and dashed wide pens.
Alexandre Julliard [Wed, 4 Jan 2012 17:17:05 +0000 (18:17 +0100)] 
gdi32/tests: Add some tests for brushed and dashed wide pens.

13 years agogdi32: Get rid of the pen deferring support, all pen styles are implemented now.
Alexandre Julliard [Wed, 4 Jan 2012 15:53:17 +0000 (16:53 +0100)] 
gdi32: Get rid of the pen deferring support, all pen styles are implemented now.

13 years agogdi32: Implement dashed wide lines.
Alexandre Julliard [Wed, 4 Jan 2012 14:05:00 +0000 (15:05 +0100)] 
gdi32: Implement dashed wide lines.

13 years agogdi32: Add a helper function for drawing multiple line segments.
Alexandre Julliard [Wed, 4 Jan 2012 15:06:01 +0000 (16:06 +0100)] 
gdi32: Add a helper function for drawing multiple line segments.

13 years agogdi32: Add a helper function for drawing a wide line segment.
Alexandre Julliard [Wed, 4 Jan 2012 14:50:31 +0000 (15:50 +0100)] 
gdi32: Add a helper function for drawing a wide line segment.

13 years agogdi32: Skip empty segments at the beginning and end of a line to make sure the caps...
Alexandre Julliard [Wed, 4 Jan 2012 14:10:10 +0000 (15:10 +0100)] 
gdi32: Skip empty segments at the beginning and end of a line to make sure the caps are correct.

13 years agogdi32: Only create the round cap region once per call.
Alexandre Julliard [Wed, 4 Jan 2012 13:59:01 +0000 (14:59 +0100)] 
gdi32: Only create the round cap region once per call.

13 years agogdi32: Fix skipping of zero-length dashes.
Alexandre Julliard [Wed, 4 Jan 2012 13:57:52 +0000 (14:57 +0100)] 
gdi32: Fix skipping of zero-length dashes.

13 years agowined3d: Get rid of the WINED3DSTENCILOP typedef.
Henri Verbeet [Tue, 3 Jan 2012 22:06:55 +0000 (23:06 +0100)] 
wined3d: Get rid of the WINED3DSTENCILOP typedef.

13 years agowined3d: Get rid of the WINED3DCULL typedef.
Henri Verbeet [Tue, 3 Jan 2012 22:06:54 +0000 (23:06 +0100)] 
wined3d: Get rid of the WINED3DCULL typedef.

13 years agod3d10: Handle D3D10_SVT_BUFFER.
Henri Verbeet [Tue, 3 Jan 2012 22:06:53 +0000 (23:06 +0100)] 
d3d10: Handle D3D10_SVT_BUFFER.

13 years agod3d10: Return D3D10_SVT_VOID instead of 0 from d3d10_variable_type().
Henri Verbeet [Tue, 3 Jan 2012 22:06:52 +0000 (23:06 +0100)] 
d3d10: Return D3D10_SVT_VOID instead of 0 from d3d10_variable_type().

This is the same value, but makes it more obvious where e.g. an "Unhandled
basetype D3D10_SVT_VOID." message would come from.

13 years agod3d10: Add a D3D10CompileEffectFromMemory() stub.
Henri Verbeet [Tue, 3 Jan 2012 22:06:51 +0000 (23:06 +0100)] 
d3d10: Add a D3D10CompileEffectFromMemory() stub.

13 years agosecur32/tests: Don't compare the encrypted results if the session key is different.
Alexandre Julliard [Tue, 3 Jan 2012 22:28:13 +0000 (23:28 +0100)] 
secur32/tests: Don't compare the encrypted results if the session key is different.