Alexandre Julliard [Wed, 8 Jun 2011 12:05:53 +0000 (14:05 +0200)]
widl: Don't require inline stubs for functions that are never generated.
Alexandre Julliard [Wed, 8 Jun 2011 11:57:41 +0000 (13:57 +0200)]
widl: Don't allow floating point parameters for interpreted functions.
Alexandre Julliard [Wed, 8 Jun 2011 10:14:47 +0000 (12:14 +0200)]
widl: Don't generate old-style interpreted stubs on 64-bit.
Alexandre Julliard [Wed, 8 Jun 2011 09:51:14 +0000 (11:51 +0200)]
widl: Set a correct fpu parameter mask on 64-bit.
Alexandre Julliard [Wed, 8 Jun 2011 09:34:46 +0000 (11:34 +0200)]
widl: In 64-bit mode, pass all arguments to NdrClientCall instead of a pointer to the first one.
Aric Stewart [Tue, 7 Jun 2011 16:07:38 +0000 (11:07 -0500)]
usp10: Correct matra type for Oriya 0x0B57.
Aric Stewart [Tue, 7 Jun 2011 15:55:22 +0000 (10:55 -0500)]
usp10: Gurmukhi has Ras but no Ralf. So do not treat them as a lex_Ra for reordering.
Aric Stewart [Tue, 7 Jun 2011 14:57:01 +0000 (09:57 -0500)]
usp10: Do not over increment glyph index in Chaining Contextual Substitution.
Matteo Bruni [Mon, 6 Jun 2011 21:46:12 +0000 (23:46 +0200)]
wined3d: Simplify context_apply_draw_buffers() a bit.
Matteo Bruni [Mon, 6 Jun 2011 15:44:43 +0000 (17:44 +0200)]
wined3d: Fix glDrawBuffers() optimization.
Jacek Caban [Tue, 7 Jun 2011 11:10:57 +0000 (13:10 +0200)]
iphlpapi: Added PfCreateInterface stub implementation.
Jacek Caban [Tue, 7 Jun 2011 11:10:46 +0000 (13:10 +0200)]
include: Added fltdefs.h from mingw-w64 project.
André Hentschel [Mon, 6 Jun 2011 20:23:16 +0000 (22:23 +0200)]
c2man: Better detect that the file is in use.
Dylan Smith [Mon, 6 Jun 2011 16:54:52 +0000 (12:54 -0400)]
d3dx9: Implement D3DXLoadMeshHierarchyFromX.
Dylan Smith [Mon, 6 Jun 2011 16:54:45 +0000 (12:54 -0400)]
d3dx9/tests: Add texture coordinates and vertex colors in X file.
Dylan Smith [Mon, 6 Jun 2011 16:54:38 +0000 (12:54 -0400)]
d3dx9: Add support for loading vertex colors from X files.
Dylan Smith [Mon, 6 Jun 2011 16:54:27 +0000 (12:54 -0400)]
d3dx9: Add support for loading texture coords from X files.
Dylan Smith [Mon, 6 Jun 2011 16:54:13 +0000 (12:54 -0400)]
d3dx9/tests: Test effect generation and material loading for X files.
Dylan Smith [Mon, 6 Jun 2011 16:54:01 +0000 (12:54 -0400)]
d3dx9: Generate effect instances from materials for mesh loading.
Dylan Smith [Mon, 6 Jun 2011 16:53:52 +0000 (12:53 -0400)]
d3dx9: Add support for loading materials from X files.
Dylan Smith [Mon, 6 Jun 2011 16:53:35 +0000 (12:53 -0400)]
d3dx9/tests: Add tests for D3DXLoadMeshHierarchyFromXInMemory.
Dylan Smith [Mon, 6 Jun 2011 16:53:16 +0000 (12:53 -0400)]
d3dx9: Respect the options parameter for mesh loading.
Jacek Caban [Tue, 7 Jun 2011 09:30:07 +0000 (11:30 +0200)]
mshtml: Added VT_ERROR printing to debugstr_variant.
Jacek Caban [Tue, 7 Jun 2011 09:06:13 +0000 (11:06 +0200)]
widl: Don't duplicate optarg and optind declarations in sources.
Henri Verbeet [Tue, 7 Jun 2011 09:06:28 +0000 (11:06 +0200)]
wined3d: cfg can never be NULL in wined3d_check_pixel_format_depth().
Henri Verbeet [Tue, 7 Jun 2011 09:06:27 +0000 (11:06 +0200)]
wined3d: Rename IWineD3DImpl_IsPixelFormatCompatibleWithDepthFmt to wined3d_check_pixel_format_depth().
Henri Verbeet [Tue, 7 Jun 2011 09:06:26 +0000 (11:06 +0200)]
wined3d: Use GL_DEPTH_COMPONENT as internal format for depth_blt_texture.
This also changes the texture level to always be zero while we're at it. In
practice depth/stencil textures should rarely have multiple levels, if ever,
but only 0 makes sense here.
Henri Verbeet [Tue, 7 Jun 2011 09:06:25 +0000 (11:06 +0200)]
wined3d: Just enable ARB_shader_texture_lod if it's available.
Henri Verbeet [Tue, 7 Jun 2011 09:06:24 +0000 (11:06 +0200)]
wined3d: Get rid of wined3d_texture_get_type().
Hans Leidekker [Tue, 7 Jun 2011 08:35:58 +0000 (10:35 +0200)]
msi: Get rid of some more forward declarations.
Hans Leidekker [Tue, 7 Jun 2011 08:35:34 +0000 (10:35 +0200)]
msi: Avoid some AW conversions.
Hans Leidekker [Tue, 7 Jun 2011 08:35:20 +0000 (10:35 +0200)]
msi: Get rid of forward declarations for custom action handlers.
Hans Leidekker [Tue, 7 Jun 2011 08:35:05 +0000 (10:35 +0200)]
msi: Handle disabled components properly in the ProcessComponents action.
Hans Leidekker [Tue, 7 Jun 2011 08:34:49 +0000 (10:34 +0200)]
msi: Add support for returning validation errors.
Hans Leidekker [Tue, 7 Jun 2011 08:34:35 +0000 (10:34 +0200)]
msi: Print a warning instead of an error if we're going to remove an installed file.
Removing an installed file is normal as part of a rollback.
Hans Leidekker [Tue, 7 Jun 2011 08:34:22 +0000 (10:34 +0200)]
msi: Fully initialize the MSISTORAGESVIEW and MSISTREAMSVIEW structures.
Hans Leidekker [Tue, 7 Jun 2011 08:34:06 +0000 (10:34 +0200)]
Hans Leidekker [Tue, 7 Jun 2011 08:33:50 +0000 (10:33 +0200)]
msi: Reorder dialog functions to avoid forward declarations.
Hans Leidekker [Tue, 7 Jun 2011 08:33:35 +0000 (10:33 +0200)]
msi: Factor out common code to execute custom action commands.
Michael Stefaniuc [Tue, 7 Jun 2011 08:11:55 +0000 (10:11 +0200)]
dxgi: COM cleanup for the IDXGISurface iface.
Michael Stefaniuc [Tue, 7 Jun 2011 08:09:02 +0000 (10:09 +0200)]
dxgi: COM cleanup for the IWineDXGIAdapter iface.
Michael Stefaniuc [Tue, 7 Jun 2011 08:00:30 +0000 (10:00 +0200)]
dxgi: COM cleanup for the IWineDXGIDevice iface.
Michael Stefaniuc [Tue, 7 Jun 2011 07:56:55 +0000 (09:56 +0200)]
dxgi: COM cleanup for the IWineDXGIFactory iface.
Michael Stefaniuc [Tue, 7 Jun 2011 07:54:33 +0000 (09:54 +0200)]
ddraw: COM cleanup for the IDirect3DMaterial iface.
Michael Stefaniuc [Tue, 7 Jun 2011 07:44:03 +0000 (09:44 +0200)]
ddraw: COM cleanup for the IDirect3DMaterial2 iface.
Piotr Caban [Mon, 6 Jun 2011 20:16:26 +0000 (22:16 +0200)]
comctl32: Fix ListView_Scroll implementation.
Piotr Caban [Mon, 6 Jun 2011 19:45:25 +0000 (21:45 +0200)]
comctl32: Fix listview horizontal scrolling.
Piotr Caban [Mon, 6 Jun 2011 18:52:34 +0000 (20:52 +0200)]
comctl32: Improve LISTVIEW_MarqueeHighlight performance.
Alexandre Julliard [Tue, 7 Jun 2011 11:00:51 +0000 (13:00 +0200)]
widl: Add support for generating new-style interpreted stubs for proxies.
Alexandre Julliard [Tue, 7 Jun 2011 10:00:50 +0000 (12:00 +0200)]
widl: Generate thunks for callas functions using interpreted stubs.
Łukasz Wojniłowicz [Sun, 5 Jun 2011 16:58:34 +0000 (18:58 +0200)]
loader: Add Polish translation.
Ričardas Barkauskas [Mon, 6 Jun 2011 11:39:04 +0000 (14:39 +0300)]
ddraw: Separate IDirectDrawSurface4 vtable.
Ričardas Barkauskas [Mon, 6 Jun 2011 11:08:23 +0000 (14:08 +0300)]
ddraw: Use unsafe_impl_from_IDirectDrawSurface4.
Ričardas Barkauskas [Sun, 5 Jun 2011 16:55:04 +0000 (19:55 +0300)]
ddraw: Change lpVtbl to IDirectDrawSurface7_iface.
Ričardas Barkauskas [Mon, 6 Jun 2011 11:03:38 +0000 (14:03 +0300)]
ddraw: Avoid IDirectDrawSurfaceX to IDirectDrawSurface7 casts.
Ričardas Barkauskas [Mon, 6 Jun 2011 10:57:55 +0000 (13:57 +0300)]
ddraw: Use impl_from_IDirectDrawSurface7() instead of casts.
Ričardas Barkauskas [Sat, 4 Jun 2011 16:13:40 +0000 (19:13 +0300)]
ddraw: Separate other conversion to IDirectDrawSurfaceImpl from conversions to ifaces.
Ričardas Barkauskas [Mon, 6 Jun 2011 10:08:56 +0000 (13:08 +0300)]
ddraw: Separate conversion from IDirectDrawSurface7 iface to object and conversion to other iface.
Ričardas Barkauskas [Sat, 4 Jun 2011 12:33:23 +0000 (15:33 +0300)]
ddraw: Pass an object instead of iface to helper function CreateSurface.
Ričardas Barkauskas [Mon, 6 Jun 2011 09:30:23 +0000 (12:30 +0300)]
ddraw: Use unsafe_impl_from_IDirectDrawSurface7() for application provided interfaces.
Alexandre Julliard [Fri, 3 Jun 2011 14:28:25 +0000 (16:28 +0200)]
widl: Add support for generating new-style interpreted stubs for servers.
Alexandre Julliard [Fri, 3 Jun 2011 12:54:14 +0000 (14:54 +0200)]
widl: Add support for generating new-style interpreted stubs for clients.
Alexandre Julliard [Fri, 3 Jun 2011 12:54:14 +0000 (14:54 +0200)]
widl: Add support for new-style interpreted stubs in the proc format strings.
Piotr Caban [Mon, 6 Jun 2011 12:02:30 +0000 (14:02 +0200)]
msvcrt: Fixed buffer overflow in snprintf functions family.
Spotted by Andrew Miller.
Huw Davies [Mon, 6 Jun 2011 11:58:42 +0000 (12:58 +0100)]
winex11: Move the code that checks for a colortable based dib to a separate function.
Jörg Höhle [Mon, 6 Jun 2011 05:59:44 +0000 (07:59 +0200)]
winecoreaudio: mmdevapi's mixer format is 32bit floating point.
Jörg Höhle [Sun, 5 Jun 2011 08:32:10 +0000 (10:32 +0200)]
wineoss: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.
Jörg Höhle [Sun, 5 Jun 2011 08:26:57 +0000 (10:26 +0200)]
winecoreaudio: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.
Jörg Höhle [Sat, 4 Jun 2011 09:55:06 +0000 (11:55 +0200)]
winealsa: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.
Jörg Höhle [Fri, 3 Jun 2011 17:48:57 +0000 (19:48 +0200)]
mmdevapi/tests: Fix wrong buffer unit and memory leaks.
Detlef Riekenberg [Sun, 5 Jun 2011 22:02:02 +0000 (00:02 +0200)]
shdocvw: Add support for IOleInPlaceSiteEx.
André Hentschel [Sat, 4 Jun 2011 16:41:04 +0000 (18:41 +0200)]
include: Add PF_XSAVE_ENABLED.
André Hentschel [Sat, 4 Jun 2011 16:35:09 +0000 (18:35 +0200)]
mscoree/tests: Test more IStream Functions on a ConfigStream.
André Hentschel [Sat, 4 Jun 2011 16:35:00 +0000 (18:35 +0200)]
mscoree/tests: Broken return value is a HRESULT_FROM_WIN32.
Marko Nikolic [Fri, 3 Jun 2011 14:23:32 +0000 (16:23 +0200)]
comctl32/tests: Removed sign comparison warning in rebar tests.
Andrew Nguyen [Fri, 3 Jun 2011 12:23:27 +0000 (07:23 -0500)]
d3d9: Increment the reference count of the IDirect3D9 parent when creating a device.
Andrew Nguyen [Fri, 3 Jun 2011 12:23:21 +0000 (07:23 -0500)]
d3d8: Increment the reference count of the IDirect3D8 parent when creating a device.
Aric Stewart [Mon, 6 Jun 2011 14:08:03 +0000 (09:08 -0500)]
usp10: Don't return prematurely from Chaining Contextual Substitution.
Andrew Eikum [Mon, 6 Jun 2011 13:49:48 +0000 (08:49 -0500)]
mmdevapi: Add support for IAudioSessionManager in IMMDevice::Activate.
Andrew Eikum [Mon, 6 Jun 2011 13:49:34 +0000 (08:49 -0500)]
winecoreaudio.drv: Partially implement IAudioSessionManager2.
Andrew Eikum [Mon, 6 Jun 2011 13:49:26 +0000 (08:49 -0500)]
wineoss.drv: Partially implement IAudioSessionManager2.
Andrew Eikum [Mon, 6 Jun 2011 13:49:13 +0000 (08:49 -0500)]
winealsa.drv: Partially implement IAudioSessionManager2.
Aric Stewart [Mon, 6 Jun 2011 12:43:07 +0000 (07:43 -0500)]
gdi32: Fall back on uniscribe for complex scripts.
Aric Stewart [Mon, 6 Jun 2011 12:28:54 +0000 (07:28 -0500)]
usp10: Correct indic vowel marker name.
Michael Stefaniuc [Mon, 6 Jun 2011 08:25:49 +0000 (10:25 +0200)]
dxgi: COM cleanup in the IDXGISwapChain iface.
Michael Stefaniuc [Mon, 6 Jun 2011 08:21:49 +0000 (10:21 +0200)]
dxgi: COM cleanup for the IDXGIOutput iface.
Michael Stefaniuc [Sun, 5 Jun 2011 21:47:45 +0000 (23:47 +0200)]
shell32: COM cleanup for the IContextMenu2 iface.
Michael Stefaniuc [Sun, 5 Jun 2011 21:45:04 +0000 (23:45 +0200)]
shell32: Pass object pointers instead of ifaces to internal helpers.
Michael Stefaniuc [Sun, 5 Jun 2011 21:43:04 +0000 (23:43 +0200)]
inetcomm: COM cleanup for the IMimeInternational iface.
Michael Stefaniuc [Sun, 5 Jun 2011 21:39:17 +0000 (23:39 +0200)]
inetcomm: Rename a typedef to prevent it from being shadowed.
Michael Stefaniuc [Sun, 5 Jun 2011 21:33:47 +0000 (23:33 +0200)]
advapi32: Remove wrong "is NULL and error out" code (coccicheck).
Austin English [Sun, 5 Jun 2011 20:48:37 +0000 (15:48 -0500)]
ntoskrnl.exe: add a stub for IoSetThreadHardErrorMode.
Henri Verbeet [Sun, 5 Jun 2011 20:48:54 +0000 (22:48 +0200)]
d3d9: Just return the resource type in IDirect3DResource8::GetType() implementations.
Henri Verbeet [Sun, 5 Jun 2011 20:48:53 +0000 (22:48 +0200)]
d3d8: Just return the resource type in IDirect3DResource8::GetType() implementations.
There's no need to ask wined3d, since it's constant for a given
implementation.
Henri Verbeet [Sun, 5 Jun 2011 20:48:52 +0000 (22:48 +0200)]
wined3d: Rename Context_MarkStateDirty() to context_invalidate_state().
Henri Verbeet [Sun, 5 Jun 2011 20:48:51 +0000 (22:48 +0200)]
wined3d: Rename IWineD3DDeviceImpl_MarkStateDirty() to device_invalidate_state().
Henri Verbeet [Sun, 5 Jun 2011 20:48:50 +0000 (22:48 +0200)]
wined3d: Don't clamp vertex depth values.
Since we report D3DPMISCCAPS_CLIPTLVERTS.
Marko Nikolic [Sun, 5 Jun 2011 13:35:32 +0000 (15:35 +0200)]
comctl32/tests: Removed sign comparison warning in imagelist tests.
Marko Nikolic [Sat, 4 Jun 2011 23:36:55 +0000 (01:36 +0200)]
comctl32/tests: Removed sign comparison warning in listview tests.
Marko Nikolic [Sat, 4 Jun 2011 21:27:33 +0000 (23:27 +0200)]
comctl32/tests: Removed sign comparison warning in monthcal tests.