Hans Leidekker [Fri, 6 Jan 2012 18:29:49 +0000 (19:29 +0100)]
msi: Execute custom actions in the right script.
Alexandre Julliard [Fri, 6 Jan 2012 20:57:30 +0000 (21:57 +0100)]
msvcrt: Use the correct type for findnext64.
Alexandre Julliard [Fri, 6 Jan 2012 20:48:42 +0000 (21:48 +0100)]
msvcrt: Don't name a local variable 'errno'.
Jacek Caban [Fri, 6 Jan 2012 17:58:19 +0000 (18:58 +0100)]
urlmon.idl: Removed local attributes from IUri and IAuthenticate interfaces.
Francois Gouget [Fri, 6 Jan 2012 08:57:18 +0000 (09:57 +0100)]
wineconsole: Don't pad tab labels with spaces.
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.
Stefan Leichter [Fri, 6 Jan 2012 10:00:05 +0000 (11:00 +0100)]
hal: Add stub for HalTranslateBusAddress.
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.
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.
Jörg Höhle [Wed, 4 Jan 2012 23:26:29 +0000 (00:26 +0100)]
winealsa: Unify the checks for wBitsPerSample.
Jörg Höhle [Wed, 4 Jan 2012 08:29:55 +0000 (09:29 +0100)]
winmm: Ignore broken nBlockAlign and AvgBytes within PCMWAVEFORMAT.
Alexandre Julliard [Fri, 6 Jan 2012 16:54:41 +0000 (17:54 +0100)]
winex11: Remove DIB locking calls from all graphics functions.
Jacek Caban [Fri, 6 Jan 2012 12:00:22 +0000 (13:00 +0100)]
ieframe: Added INewWindowManager stub implementation.
Jacek Caban [Fri, 6 Jan 2012 12:00:08 +0000 (13:00 +0100)]
ieframe: Added IHTMLWindow2 service tests.
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.
Jacek Caban [Fri, 6 Jan 2012 11:59:32 +0000 (12:59 +0100)]
ieframe: Always create doc view window when creating InternetExplore object instance.
Jacek Caban [Fri, 6 Jan 2012 11:59:23 +0000 (12:59 +0100)]
ieframe: Added IServiceProvider interface to InternetExplorer object.
Jacek Caban [Fri, 6 Jan 2012 10:29:24 +0000 (11:29 +0100)]
jscript: Run script tests in version 2 by default.
Jacek Caban [Fri, 6 Jan 2012 10:21:13 +0000 (11:21 +0100)]
ntdll: Make LdrLoadDll hotpatchable.
Henri Verbeet [Fri, 6 Jan 2012 10:20:07 +0000 (11:20 +0100)]
wined3d: Get rid of the WINED3DSWAPEFFECT typedef.
Henri Verbeet [Fri, 6 Jan 2012 10:20:06 +0000 (11:20 +0100)]
wined3d: Get rid of the WINED3DBACKBUFFER_TYPE typedef.
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.
Henri Verbeet [Fri, 6 Jan 2012 10:20:04 +0000 (11:20 +0100)]
ddraw: Implement IDirectDrawClipper::SetClipList().
Henri Verbeet [Fri, 6 Jan 2012 10:20:03 +0000 (11:20 +0100)]
ddraw: Use the window's client rect for clipping.
Jörg Höhle [Thu, 5 Jan 2012 21:19:35 +0000 (22:19 +0100)]
wineoss: GetStreamLatency is constant, SNDCTL_DSP_GETODELAY is dynamic.
Jörg Höhle [Thu, 5 Jan 2012 17:36:43 +0000 (18:36 +0100)]
winealsa: Have GetStreamLatency reflect the ALSA period.
Jörg Höhle [Thu, 5 Jan 2012 21:09:47 +0000 (22:09 +0100)]
winecoreaudio: Fix latency calculation.
Jörg Höhle [Thu, 5 Jan 2012 17:17:31 +0000 (18:17 +0100)]
mmdevapi: GetDevicePeriod returns constants.
Jörg Höhle [Thu, 5 Jan 2012 16:58:21 +0000 (17:58 +0100)]
mmdevapi: Avoid HeapRealloc when no data need be copied.
Daniel Lehman [Thu, 5 Jan 2012 22:49:50 +0000 (14:49 -0800)]
msvcp90: Fix return value for ctype<wchar_t> do_is(ch).
Daniel Lehman [Wed, 4 Jan 2012 21:58:23 +0000 (13:58 -0800)]
msvcrt: Make WEOF returned from swscanf signed.
Francois Gouget [Fri, 6 Jan 2012 08:23:32 +0000 (09:23 +0100)]
include: winsxs.idl should not import oleidl.idl.
Francois Gouget [Fri, 6 Jan 2012 08:23:28 +0000 (09:23 +0100)]
include: tom.idl should import ocidl.idl.
Francois Gouget [Fri, 6 Jan 2012 08:23:23 +0000 (09:23 +0100)]
include: mshtml.idl should import dispex.idl.
Francois Gouget [Fri, 6 Jan 2012 08:23:02 +0000 (09:23 +0100)]
include: ocmm.idl should import oleidl.idl.
Francois Gouget [Fri, 6 Jan 2012 08:22:56 +0000 (09:22 +0100)]
include: wincodec.idl should not import objidl.idl.
Alexandre Julliard [Fri, 6 Jan 2012 16:53:42 +0000 (17:53 +0100)]
gdi32: Add an empty ExtEscape DIB driver entry point.
Alexandre Julliard [Fri, 6 Jan 2012 16:45:16 +0000 (17:45 +0100)]
gdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or memory DCs.
Alexandre Julliard [Fri, 6 Jan 2012 16:23:00 +0000 (17:23 +0100)]
gdi32: Add a stub for the ExtFloodFill entry point.
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.
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.
Alexandre Julliard [Fri, 6 Jan 2012 11:55:15 +0000 (12:55 +0100)]
gdi32: Implement Ellipse and RoundRect, using line segments for now.
Alexandre Julliard [Fri, 6 Jan 2012 11:53:20 +0000 (12:53 +0100)]
gdi32: Use a better algorithm for CreateRoundRectRgn.
André Hentschel [Thu, 5 Jan 2012 18:35:14 +0000 (19:35 +0100)]
po: Update German translation.
André Hentschel [Thu, 5 Jan 2012 18:35:04 +0000 (19:35 +0100)]
mshtml: Remove unused definitions.
Jacek Caban [Thu, 5 Jan 2012 17:30:46 +0000 (18:30 +0100)]
mshtml: Use do_query_service in QueryService implementation.
Jacek Caban [Thu, 5 Jan 2012 17:30:36 +0000 (18:30 +0100)]
mshtml: Use QueryService helper function in SetClientSite implementation.
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.
Francois Gouget [Thu, 5 Jan 2012 18:05:51 +0000 (19:05 +0100)]
wineboot: Store the RunKey names in regular string variables.
Jörg Höhle [Wed, 4 Jan 2012 19:54:48 +0000 (20:54 +0100)]
winmm: Fix conversion to MMTIME, avoid floating point arithmetic.
Daniel Lehman [Fri, 30 Dec 2011 17:25:47 +0000 (09:25 -0800)]
msvcp90: basic_string<>::rfind(ch) should call rfind.
Daniel Lehman [Wed, 4 Jan 2012 00:37:16 +0000 (16:37 -0800)]
msvcp90: Add num_get<wchar_t> stubs.
Daniel Lehman [Wed, 4 Jan 2012 01:10:17 +0000 (17:10 -0800)]
msvcp90: Make type_info::mangled larger.
Piotr Caban [Thu, 5 Jan 2012 15:04:11 +0000 (16:04 +0100)]
msvcp60: Added full basic_string::_Grow implementation.
Piotr Caban [Thu, 5 Jan 2012 13:23:15 +0000 (14:23 +0100)]
msvcp60: Fix basic_string::rfind(char) implementation.
Piotr Caban [Thu, 5 Jan 2012 13:22:55 +0000 (14:22 +0100)]
msvcp60: Added basic_string<unsigned short> implementation.
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.
Henri Verbeet [Wed, 4 Jan 2012 22:34:56 +0000 (23:34 +0100)]
wined3d: Get rid of the WINED3DPATCHEDGESTYLE typedef.
Henri Verbeet [Wed, 4 Jan 2012 22:34:55 +0000 (23:34 +0100)]
wined3d: Get rid of the WINED3DMATERIALCOLORSOURCE typedef.
Henri Verbeet [Wed, 4 Jan 2012 22:34:54 +0000 (23:34 +0100)]
ddraw: Disallow clipped blits in ddraw_surface7_BltFast().
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.
Henri Verbeet [Wed, 4 Jan 2012 22:34:52 +0000 (23:34 +0100)]
ddraw/tests: Add some clipper tests.
Dmitry Timoshkov [Thu, 5 Jan 2012 09:58:30 +0000 (17:58 +0800)]
user32: Add an invalid window check to SetActiveWindow.
Dmitry Timoshkov [Thu, 5 Jan 2012 09:58:06 +0000 (17:58 +0800)]
user32: Add an invalid window check to SetFocus.
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.
Luca Bennati [Tue, 3 Jan 2012 20:35:04 +0000 (21:35 +0100)]
po: Update Italian translation.
André Hentschel [Wed, 4 Jan 2012 17:36:08 +0000 (18:36 +0100)]
po: Update German translation.
André Hentschel [Wed, 4 Jan 2012 18:31:24 +0000 (19:31 +0100)]
Assorted header comment cleanup.
André Hentschel [Wed, 4 Jan 2012 18:12:32 +0000 (19:12 +0100)]
d3drm: Add IDirect3DRMFrame3 interface.
Piotr Caban [Wed, 4 Jan 2012 14:44:48 +0000 (15:44 +0100)]
msvcp60: Added partial exceptions support.
Piotr Caban [Wed, 4 Jan 2012 14:44:31 +0000 (15:44 +0100)]
msvcp60: Don't forward _Lockit calls to msvcp90.
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.
Aric Stewart [Wed, 4 Jan 2012 14:13:44 +0000 (08:13 -0600)]
usp10: Move GSUB functions to opentype.c.
Aric Stewart [Wed, 4 Jan 2012 14:13:41 +0000 (08:13 -0600)]
usp10: Move GDEF functions to opentype.c.
Aric Stewart [Wed, 4 Jan 2012 14:13:38 +0000 (08:13 -0600)]
usp10: Move CMAP functions to opentype.c.
Jacek Caban [Wed, 4 Jan 2012 10:50:29 +0000 (11:50 +0100)]
vbscript: Added for each loop parser implementation.
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.
Eric Pouech [Tue, 3 Jan 2012 20:37:59 +0000 (21:37 +0100)]
winedbg: Added support for qAttached query packet.
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.
Aric Stewart [Tue, 3 Jan 2012 20:09:11 +0000 (14:09 -0600)]
usp10: Add more Microsoft Sans Serif fallbacks.
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.
Jörg Höhle [Wed, 15 Dec 2010 21:56:08 +0000 (22:56 +0100)]
mciseq: wNotifyDeviceID is redundant.
Jörg Höhle [Wed, 15 Dec 2010 21:47:45 +0000 (22:47 +0100)]
mciseq: Refactor use of mciGetDriverData.
Jörg Höhle [Wed, 15 Dec 2010 21:36:01 +0000 (22:36 +0100)]
mciseq: Check Device ID prior to command invocation.
Jörg Höhle [Wed, 15 Dec 2010 20:49:58 +0000 (21:49 +0100)]
mciseq: Only send non-MCI commands to DefDriverProc.
André Hentschel [Tue, 3 Jan 2012 02:33:23 +0000 (03:33 +0100)]
usp10: Check for pointer before using it (Coverity).
Alexandre Julliard [Wed, 4 Jan 2012 17:17:05 +0000 (18:17 +0100)]
gdi32/tests: Add some tests for brushed and dashed wide pens.
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.
Alexandre Julliard [Wed, 4 Jan 2012 14:05:00 +0000 (15:05 +0100)]
gdi32: Implement dashed wide lines.
Alexandre Julliard [Wed, 4 Jan 2012 15:06:01 +0000 (16:06 +0100)]
gdi32: Add a helper function for drawing multiple line segments.
Alexandre Julliard [Wed, 4 Jan 2012 14:50:31 +0000 (15:50 +0100)]
gdi32: Add a helper function for drawing a wide line segment.
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.
Alexandre Julliard [Wed, 4 Jan 2012 13:59:01 +0000 (14:59 +0100)]
gdi32: Only create the round cap region once per call.
Alexandre Julliard [Wed, 4 Jan 2012 13:57:52 +0000 (14:57 +0100)]
gdi32: Fix skipping of zero-length dashes.
Henri Verbeet [Tue, 3 Jan 2012 22:06:55 +0000 (23:06 +0100)]
wined3d: Get rid of the WINED3DSTENCILOP typedef.
Henri Verbeet [Tue, 3 Jan 2012 22:06:54 +0000 (23:06 +0100)]
wined3d: Get rid of the WINED3DCULL typedef.
Henri Verbeet [Tue, 3 Jan 2012 22:06:53 +0000 (23:06 +0100)]
d3d10: Handle D3D10_SVT_BUFFER.
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.
Henri Verbeet [Tue, 3 Jan 2012 22:06:51 +0000 (23:06 +0100)]
d3d10: Add a D3D10CompileEffectFromMemory() stub.
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.