Nikolay Sivov [Tue, 27 Nov 2012 04:07:24 +0000 (23:07 -0500)]
msxml3: Move document loading from stream to a separate function.
Maarten Lankhorst [Mon, 26 Nov 2012 16:02:06 +0000 (17:02 +0100)]
dsound: Set dwChannelMask when limiting channels.
Piotr Caban [Mon, 26 Nov 2012 22:33:35 +0000 (22:33 +0000)]
msvcp100: Added _Container_base12 class tests.
Piotr Caban [Mon, 26 Nov 2012 22:33:03 +0000 (22:33 +0000)]
msvcp100: Added _Container_base12 class implementation.
Piotr Caban [Mon, 26 Nov 2012 22:32:28 +0000 (22:32 +0000)]
msvcp100: Added _Container_base0::operator= implementation.
Piotr Caban [Mon, 26 Nov 2012 22:31:42 +0000 (22:31 +0000)]
msvcp60: Export locale classes destructors.
Piotr Caban [Mon, 26 Nov 2012 22:31:09 +0000 (22:31 +0000)]
msvcp: Sync implementations.
Piotr Caban [Mon, 26 Nov 2012 22:30:52 +0000 (22:30 +0000)]
msvcp100: Added basic_ostream::ends implementation.
Detlef Riekenberg [Mon, 26 Nov 2012 22:20:23 +0000 (23:20 +0100)]
crypt32/tests: Fix failures on win7 and above.
Henri Verbeet [Mon, 26 Nov 2012 21:52:41 +0000 (22:52 +0100)]
d3d10core: Implement d3d10_device_DrawIndexedInstanced().
Henri Verbeet [Mon, 26 Nov 2012 21:52:40 +0000 (22:52 +0100)]
wined3d: Properly handle scalar destinations in shader_glsl_conditional_move().
In particular, we modify dst.write_mask in the code further down in order to
mask out unused channels, but the writemask is ignored for scalar registers.
Since all that code is redundant anyway for scalar destinations, we can just
reuse the special case for scalar src0.
Henri Verbeet [Mon, 26 Nov 2012 21:52:39 +0000 (22:52 +0100)]
d3dx9: Avoid LPD3DXPATCHMESH.
Henri Verbeet [Mon, 26 Nov 2012 21:52:38 +0000 (22:52 +0100)]
d3dx9: Avoid LPD3DXPRTBUFFER.
Henri Verbeet [Mon, 26 Nov 2012 21:52:37 +0000 (22:52 +0100)]
d3dx9: Avoid LPD3DXPRTCOMPBUFFER.
Andrew Talbot [Mon, 26 Nov 2012 19:42:22 +0000 (19:42 +0000)]
msvcp60: Remove superfluous semicolons.
Andrew Talbot [Mon, 26 Nov 2012 19:42:25 +0000 (19:42 +0000)]
msvcp71: Remove superfluous semicolons.
Andrew Talbot [Mon, 26 Nov 2012 19:42:28 +0000 (19:42 +0000)]
msvcp90: Remove superfluous semicolons.
Andrew Talbot [Mon, 26 Nov 2012 19:42:31 +0000 (19:42 +0000)]
msvcp100: Remove superfluous semicolons.
Hans Leidekker [Mon, 26 Nov 2012 14:20:48 +0000 (15:20 +0100)]
ole32: Convert the remaining RegCreateKey and RegOpenKey calls to the wrappers.
Hans Leidekker [Mon, 26 Nov 2012 14:20:13 +0000 (15:20 +0100)]
ole32: Use wrappers around NT functions to access the registry in CoGetPSClsid.
Alexandre Julliard [Mon, 26 Nov 2012 15:01:30 +0000 (16:01 +0100)]
user32: Send WM_MOVING instead of WM_SIZING when moving a window.
Daniel Jelinski [Thu, 1 Nov 2012 21:00:56 +0000 (22:00 +0100)]
wine.inf: Add registry info for lanmanserver service.
Alexandre Julliard [Mon, 26 Nov 2012 11:31:59 +0000 (12:31 +0100)]
setupapi: Fix total size when appending multi-string values.
Dmitry Timoshkov [Mon, 26 Nov 2012 11:54:23 +0000 (19:54 +0800)]
oleaut32: Add support for saving an empty picture.
Dmitry Timoshkov [Mon, 26 Nov 2012 09:49:58 +0000 (17:49 +0800)]
oleaut32: Add a test for loading/saving an empty picture.
Nikolay Sivov [Mon, 26 Nov 2012 17:49:59 +0000 (12:49 -0500)]
ole32: Fix OleDraw() regarding passed rectangle handling.
Nikolay Sivov [Mon, 26 Nov 2012 02:59:49 +0000 (21:59 -0500)]
xmllite: Add partial support for xml declaration parsing.
Nikolay Sivov [Sun, 25 Nov 2012 05:10:46 +0000 (00:10 -0500)]
xmllite: Implement initial encoding switching.
Nikolay Sivov [Mon, 26 Nov 2012 16:01:58 +0000 (11:01 -0500)]
dwrite: Add a separate function to copy text format data.
Nikolay Sivov [Mon, 26 Nov 2012 15:43:49 +0000 (10:43 -0500)]
dwrite: Implement family name access methods for IDWriteTextFormat.
Andrew Talbot [Sat, 24 Nov 2012 21:09:32 +0000 (21:09 +0000)]
xmllite: Void functions should not return a value.
Andrew Talbot [Sat, 24 Nov 2012 21:09:35 +0000 (21:09 +0000)]
imagehlp: Remove unused variable.
Andrew Talbot [Sat, 24 Nov 2012 21:09:39 +0000 (21:09 +0000)]
inkobj: Remove unused variable.
Andrew Talbot [Sat, 24 Nov 2012 21:09:42 +0000 (21:09 +0000)]
ntprint: Remove unused variable.
Andrew Talbot [Sat, 24 Nov 2012 21:09:46 +0000 (21:09 +0000)]
opengl32: Remove unused variable.
Andrew Talbot [Sat, 24 Nov 2012 21:09:50 +0000 (21:09 +0000)]
printui: Remove unused variable.
Henri Verbeet [Sat, 24 Nov 2012 16:17:09 +0000 (17:17 +0100)]
winex11: Detect broken NVIDIA RandR setups.
Henri Verbeet [Sat, 24 Nov 2012 16:17:08 +0000 (17:17 +0100)]
d3d10core: Implement d3d10_device_IAGetInputLayout().
Henri Verbeet [Sat, 24 Nov 2012 16:17:07 +0000 (17:17 +0100)]
d3dx9: Avoid LPD3DXPRTENGINE.
Henri Verbeet [Sat, 24 Nov 2012 16:17:06 +0000 (17:17 +0100)]
d3dx9: Avoid LPD3DXTEXTUREGUTTERHELPER.
Henri Verbeet [Sat, 24 Nov 2012 16:17:05 +0000 (17:17 +0100)]
d3dx9: Avoid LPD3DXINCLUDE.
Frédéric Delanoy [Fri, 23 Nov 2012 18:36:14 +0000 (19:36 +0100)]
ddraw: Return appropriate value for non matching 32 bit pixel format in PixelFormat_DD2WineD3D (coverity).
André Hentschel [Fri, 23 Nov 2012 15:55:27 +0000 (16:55 +0100)]
include: Add more CV constants.
Alexandre Julliard [Fri, 23 Nov 2012 20:16:51 +0000 (21:16 +0100)]
Release 1.5.18.
Dmitry Timoshkov [Fri, 23 Nov 2012 07:41:33 +0000 (15:41 +0800)]
windowscodecs: Make GetFrame return WINCODEC_ERR_FRAMEMISSING without an image data.
Dmitry Timoshkov [Fri, 23 Nov 2012 07:40:37 +0000 (15:40 +0800)]
windowscodecs: Add a test to show that QueryCapability initializes the decoder.
Jacek Caban [Fri, 23 Nov 2012 14:18:52 +0000 (15:18 +0100)]
wininet: Use generic ReadFileEx entry in InternetReadFileExA and get rid of ReadFileExA entry.
Jacek Caban [Fri, 23 Nov 2012 14:18:31 +0000 (15:18 +0100)]
wininet: Don't take INTERNET_BUFFERSW as argument in object's ReadFileEx entry.
Nikolay Sivov [Fri, 23 Nov 2012 15:31:16 +0000 (10:31 -0500)]
include: Added error codes enum, cleanup existing enums.
Alexandre Julliard [Fri, 23 Nov 2012 16:39:55 +0000 (17:39 +0100)]
widl: Print large enum constants in hex.
Christian Costa [Thu, 22 Nov 2012 09:08:00 +0000 (10:08 +0100)]
cabinet: Simplify concatenation of path and filename.
Christian Costa [Fri, 16 Nov 2012 15:46:07 +0000 (16:46 +0100)]
amstream: Initialize correctly AM_MEDIA_TYPE struct.
Christian Costa [Fri, 23 Nov 2012 08:47:05 +0000 (09:47 +0100)]
strmbase: Simplify IEnumMediaTypesImpl_QueryInterface and turn FIXME into WARN.
Christian Costa [Fri, 23 Nov 2012 08:46:58 +0000 (09:46 +0100)]
strmbase: Display iface in TRACEs.
Christian Costa [Fri, 23 Nov 2012 08:46:50 +0000 (09:46 +0100)]
strmbase: Display new ref in AddRef and Release for IEnumMediaTypes.
Andrew Talbot [Thu, 22 Nov 2012 21:01:54 +0000 (21:01 +0000)]
cryptdll: Remove unused variable.
Andrew Talbot [Thu, 22 Nov 2012 21:01:58 +0000 (21:01 +0000)]
dnsapi: Remove unused variable.
Andrew Talbot [Thu, 22 Nov 2012 21:02:02 +0000 (21:02 +0000)]
winhttp: Remove unused variables.
Andrew Talbot [Thu, 22 Nov 2012 21:02:08 +0000 (21:02 +0000)]
wininet: Remove unused variable.
Andrew Talbot [Thu, 22 Nov 2012 21:02:13 +0000 (21:02 +0000)]
winspool.drv: Remove unused variable.
Henri Verbeet [Thu, 22 Nov 2012 20:13:38 +0000 (21:13 +0100)]
d3d10core: Implement d3d10_device_SOGetTargets().
Henri Verbeet [Thu, 22 Nov 2012 20:13:37 +0000 (21:13 +0100)]
d3d10core: Implement d3d10_device_SOSetTargets().
Henri Verbeet [Thu, 22 Nov 2012 20:13:36 +0000 (21:13 +0100)]
d3dx9: Avoid LPD3DXCONSTANTTABLE.
Henri Verbeet [Thu, 22 Nov 2012 20:13:35 +0000 (21:13 +0100)]
d3dx9: Avoid LPD3DXFILE.
Henri Verbeet [Thu, 22 Nov 2012 20:13:34 +0000 (21:13 +0100)]
d3dx9: Avoid LPD3DXFILESAVEOBJECT.
Francois Gouget [Thu, 22 Nov 2012 17:39:45 +0000 (18:39 +0100)]
server: Print the usage to stdout when invoked with --help.
Francois Gouget [Thu, 22 Nov 2012 17:38:51 +0000 (18:38 +0100)]
winegstreamer: Make the GST_QualityControl methods static.
Francois Gouget [Thu, 22 Nov 2012 17:38:39 +0000 (18:38 +0100)]
msvcp60: Make some codecvt_xxx() functions static or remove them.
Hans Leidekker [Thu, 22 Nov 2012 16:15:54 +0000 (17:15 +0100)]
ole32/tests: Add a test to show that CoGetPSClsid is not affected by an override of HKEY_CLASSES_ROOT.
Christian Costa [Wed, 21 Nov 2012 08:48:06 +0000 (09:48 +0100)]
strmbase: Don't forget to add ref pUnk in CopyMediaType when pbFormat is null.
Christian Costa [Fri, 16 Nov 2012 14:17:33 +0000 (15:17 +0100)]
strmbase: Use FreeMediaType instead of freeing media type by hand and forgetting pUnk release.
Henri Verbeet [Thu, 22 Nov 2012 12:45:13 +0000 (13:45 +0100)]
d3d10core: Implement d3d10_device_RSGetScissorRects().
Henri Verbeet [Thu, 22 Nov 2012 12:45:12 +0000 (13:45 +0100)]
d3d10core: Implement d3d10_device_RSSetScissorRects().
Henri Verbeet [Thu, 22 Nov 2012 12:45:11 +0000 (13:45 +0100)]
d3dx9: Avoid LPD3DXFILESAVEDATA.
Henri Verbeet [Thu, 22 Nov 2012 12:45:10 +0000 (13:45 +0100)]
d3dx9: Avoid LPD3DXFILEENUMOBJECT.
Henri Verbeet [Thu, 22 Nov 2012 12:45:09 +0000 (13:45 +0100)]
d3dx9: Avoid LPD3DXFILEDATA.
Jacek Caban [Thu, 22 Nov 2012 11:40:40 +0000 (12:40 +0100)]
advapi32: Added debug trace to RegOverridePredefKey.
Jacek Caban [Thu, 22 Nov 2012 11:33:25 +0000 (12:33 +0100)]
atl: Don't forward AtlModule* calls to atl100.dll.
Maarten Lankhorst [Fri, 16 Nov 2012 19:35:51 +0000 (20:35 +0100)]
dsound: Create a primary_pwfx separately from pwfx.
Alexandre Julliard [Thu, 22 Nov 2012 10:57:15 +0000 (11:57 +0100)]
user32: Fix the wait event mask in PeekMessage.
Dmitry Timoshkov [Thu, 22 Nov 2012 10:27:22 +0000 (18:27 +0800)]
windowscodecs: Implement QueryCapability in the GIF decoder.
Dmitry Timoshkov [Thu, 22 Nov 2012 10:26:28 +0000 (18:26 +0800)]
windowscodecs: Reimplement GetFrameCount of the GIF decoder.
Michael Stefaniuc [Wed, 21 Nov 2012 21:35:30 +0000 (22:35 +0100)]
qedit: "Fix" DllCanUnloadNow() implementation.
Michael Stefaniuc [Wed, 21 Nov 2012 21:29:55 +0000 (22:29 +0100)]
pstorec: "Fix" DllCanUnloadNow() implementation.
Michael Stefaniuc [Wed, 21 Nov 2012 21:28:48 +0000 (22:28 +0100)]
olepro32: "Fix" DllCanUnloadNow() implementation.
Michael Stefaniuc [Wed, 21 Nov 2012 21:27:24 +0000 (22:27 +0100)]
msisys.ocx: "Fix" DllCanUnloadNow() implementation.
Michael Stefaniuc [Wed, 21 Nov 2012 21:26:08 +0000 (22:26 +0100)]
hlink: "Fix" DllCanUnloadNow() implementation.
Michael Stefaniuc [Wed, 21 Nov 2012 21:25:12 +0000 (22:25 +0100)]
dpnhpast: "Fix" DllCanUnloadNow() implementation.
Andrew Talbot [Wed, 21 Nov 2012 21:16:44 +0000 (21:16 +0000)]
kernel32: Remove unused variables.
Andrew Talbot [Wed, 21 Nov 2012 21:16:50 +0000 (21:16 +0000)]
msi: Remove unused variables.
Andrew Talbot [Wed, 21 Nov 2012 21:16:55 +0000 (21:16 +0000)]
msxml3: Remove unused variable.
Andrew Talbot [Wed, 21 Nov 2012 21:16:59 +0000 (21:16 +0000)]
quartz: Remove unused variables.
Andrew Talbot [Wed, 21 Nov 2012 21:17:03 +0000 (21:17 +0000)]
shell32: Remove unused variable.
Nikolay Sivov [Thu, 22 Nov 2012 00:50:32 +0000 (19:50 -0500)]
msxml3: Properly update node to doc link when cloning.
Jacek Caban [Wed, 21 Nov 2012 14:06:46 +0000 (15:06 +0100)]
mshtml: Added nsIURI::GetOriginCharset implementation.
Jacek Caban [Wed, 21 Nov 2012 14:06:34 +0000 (15:06 +0100)]
mshtml: Always use UTF-8 encoding in nsWineURL.
Alexandre Julliard [Wed, 21 Nov 2012 18:20:27 +0000 (19:20 +0100)]
user32: Don't check for driver events before normal messages in PeekMessage.
Alexandre Julliard [Wed, 21 Nov 2012 18:20:09 +0000 (19:20 +0100)]
user32: Don't check for driver events before normal messages in GetMessage.
Dmitry Timoshkov [Wed, 21 Nov 2012 09:12:47 +0000 (17:12 +0800)]
windowscodecs: Implement QueryCapability in the TIFF decoder.
Dmitry Timoshkov [Wed, 21 Nov 2012 09:11:15 +0000 (17:11 +0800)]
windowscodecs: Make GetFrameCount in the TIFF decoder not fail without an image stream.