Michael Stefaniuc [Mon, 11 Jul 2011 23:51:41 +0000 (01:51 +0200)]
d3d10core: Use unsafe_impl_from_ID3D10VertexShader for an app provided iface.
Henri Verbeet [Mon, 11 Jul 2011 20:04:33 +0000 (22:04 +0200)]
wined3d: Make the shader parameter to shader_generate_main() const.
Henri Verbeet [Mon, 11 Jul 2011 20:04:32 +0000 (22:04 +0200)]
wined3d: Make the shader parameter to vshader_get_input() const.
Henri Verbeet [Mon, 11 Jul 2011 20:04:31 +0000 (22:04 +0200)]
wined3d: Make the swapchain parameter to x11_copy_to_screen() const.
Henri Verbeet [Mon, 11 Jul 2011 20:04:30 +0000 (22:04 +0200)]
wined3d: Explicitly pass gl_info to gen_arbfp_ffp_shader().
Henri Verbeet [Mon, 11 Jul 2011 20:04:29 +0000 (22:04 +0200)]
wined3d: Only use state contained in the ffp_frag_settings structure in gen_arbfp_ffp_shader().
Note that the actual check looks off by one too.
Frédéric Delanoy [Mon, 11 Jul 2011 12:33:37 +0000 (14:33 +0200)]
start: Add support for /? command line parameter.
Andrew Eikum [Mon, 11 Jul 2011 13:37:30 +0000 (08:37 -0500)]
winecoreaudio.drv: Make AudioSessionManager methods static.
Frédéric Delanoy [Mon, 11 Jul 2011 15:26:55 +0000 (17:26 +0200)]
mmdevapi/tests: Remove dead assignment (Clang).
Frédéric Delanoy [Mon, 11 Jul 2011 14:58:46 +0000 (16:58 +0200)]
ole32/tests: Remove dead assignment (Clang).
Frédéric Delanoy [Mon, 11 Jul 2011 12:49:50 +0000 (14:49 +0200)]
winhlp32: Remove dead assignment (Clang).
Jacek Caban [Mon, 11 Jul 2011 10:13:23 +0000 (12:13 +0200)]
d3d10.idl: Added CD3D10_TEXTURE1D_DESC declaration.
Michael Stefaniuc [Mon, 11 Jul 2011 10:13:25 +0000 (12:13 +0200)]
d3d10core: COM cleanup for the ID3D10Device iface.
Francois Gouget [Mon, 11 Jul 2011 10:07:19 +0000 (12:07 +0200)]
d3dx9_36/tests: Fix compilation on systems that don't support nameless structs/unions.
Francois Gouget [Mon, 11 Jul 2011 10:03:18 +0000 (12:03 +0200)]
explorer: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 11 Jul 2011 09:52:43 +0000 (11:52 +0200)]
wineoss.drv: Make the AudioSessionManager methods static.
Francois Gouget [Mon, 11 Jul 2011 09:52:33 +0000 (11:52 +0200)]
winealsa.drv: Make the AudioSessionManager methods static.
Alexandre Julliard [Mon, 11 Jul 2011 12:17:04 +0000 (14:17 +0200)]
gdi32: Pass the source/dest visible rectangles to the AlphaBlend driver entry point.
Alexandre Julliard [Mon, 11 Jul 2011 11:59:05 +0000 (13:59 +0200)]
gdi32: Pass the dest visible rectangle to the PatBlt driver entry point.
Alexandre Julliard [Mon, 11 Jul 2011 11:59:05 +0000 (13:59 +0200)]
gdi32: Pass the source/dest visible rectangles to the StretchBlt driver entry point.
Alexandre Julliard [Mon, 11 Jul 2011 11:44:26 +0000 (13:44 +0200)]
gdi32: Compute StretchBlt rectangles in gdi32.
Alexandre Julliard [Mon, 11 Jul 2011 11:40:45 +0000 (13:40 +0200)]
gdi32: Export a function to compute the DC clip box.
Lucas Fialho Zawacki [Fri, 8 Jul 2011 18:00:55 +0000 (15:00 -0300)]
dinput: Prevent EnumDevicesBySematics from enumerating keyboard and mouse as having force feedback.
Lucas Fialho Zawacki [Fri, 8 Jul 2011 18:00:40 +0000 (15:00 -0300)]
dinput: Made EnumDevicesBySemantics more terse.
Lucas Fialho Zawacki [Fri, 8 Jul 2011 18:00:21 +0000 (15:00 -0300)]
dinput8/tests: Tests for EnumDevicesBySemantics with different enumeration flags.
Frédéric Delanoy [Sat, 9 Jul 2011 21:33:59 +0000 (23:33 +0200)]
cmd/tests: Add support for todo_wine constructions.
Natanael Copa [Wed, 6 Jul 2011 08:58:01 +0000 (08:58 +0000)]
configure: Test for isinf and isnan needs link to -lm.
William Pettersson [Mon, 11 Jul 2011 00:29:26 +0000 (10:29 +1000)]
winex11: Add grab for XInput2 ButtonPress event.
Henri Verbeet [Sun, 10 Jul 2011 23:06:46 +0000 (01:06 +0200)]
wined3d: Store a struct wined3d_bo_address in struct wined3d_stream_info_element.
Instead of using separate fields for the buffer object and offset.
Henri Verbeet [Sun, 10 Jul 2011 23:06:45 +0000 (01:06 +0200)]
wined3d: Return data as struct wined3d_bo_address in buffer_get_memory().
Henri Verbeet [Sun, 10 Jul 2011 23:06:44 +0000 (01:06 +0200)]
wined3d: Store VBO addresses in a struct wined3d_bo_address in device_stream_info_from_declaration().
Henri Verbeet [Sun, 10 Jul 2011 23:06:43 +0000 (01:06 +0200)]
wined3d: Make the surface parameter to d3dfmt_p8_init_palette() const.
Henri Verbeet [Sun, 10 Jul 2011 23:06:42 +0000 (01:06 +0200)]
wined3d: Make the device parameter to primary_render_target_is_p8() const.
Marcus Meissner [Sun, 10 Jul 2011 16:50:43 +0000 (18:50 +0200)]
wingstreamer: Set target of parameter pointer, not parameter (Coverity).
André Hentschel [Sun, 10 Jul 2011 16:12:01 +0000 (18:12 +0200)]
dbghelp: Remove dead code (clang).
Alexandre Julliard [Sat, 9 Jul 2011 19:13:28 +0000 (21:13 +0200)]
makefiles: Make MODULE contain the full module name also for static libraries.
Alexandre Julliard [Sat, 9 Jul 2011 16:01:42 +0000 (18:01 +0200)]
makefiles: Install import libraries from the top-level makefile.
Alexandre Julliard [Sat, 9 Jul 2011 15:58:47 +0000 (17:58 +0200)]
makefiles: Install static libraries from the top-level makefile.
Alexandre Julliard [Sat, 9 Jul 2011 15:46:54 +0000 (17:46 +0200)]
makefiles: Allow install rules to run in parallel.
Jay Yang [Fri, 8 Jul 2011 14:47:08 +0000 (10:47 -0400)]
shell32: Implement restoring items from the recycle bin.
Jay Yang [Fri, 8 Jul 2011 14:47:03 +0000 (10:47 -0400)]
shell32: Implement a context menu for the recycle bin.
Jay Yang [Fri, 8 Jul 2011 14:46:57 +0000 (10:46 -0400)]
shell32: Have RecycleBin implement ISFHelper.
Jay Yang [Fri, 8 Jul 2011 14:46:49 +0000 (10:46 -0400)]
shell32: Implement SHEmptyRecycleBin.
Jay Yang [Fri, 8 Jul 2011 14:46:44 +0000 (10:46 -0400)]
shell32: Implement SHQueryRecycleBin.
Jay Yang [Fri, 8 Jul 2011 14:46:40 +0000 (10:46 -0400)]
shell32/tests: Add tests for SHQueryRecycleBin.
Ričardas Barkauskas [Fri, 8 Jul 2011 19:11:29 +0000 (22:11 +0300)]
wined3d: Introduce quirk for proper RGBA16 support.
Christian Inci [Fri, 8 Jul 2011 16:43:59 +0000 (18:43 +0200)]
setupapi: Fix return behaviour when the device key doesn't exist.
Aric Stewart [Fri, 8 Jul 2011 16:40:24 +0000 (11:40 -0500)]
usp10: Add missing Bengali entry.
Alexandre Julliard [Fri, 8 Jul 2011 18:37:06 +0000 (20:37 +0200)]
Release 1.3.24.
Hans Leidekker [Fri, 8 Jul 2011 14:46:48 +0000 (16:46 +0200)]
winhttp: Register interfaces and add a typelib resource.
Hans Leidekker [Fri, 8 Jul 2011 14:46:32 +0000 (16:46 +0200)]
winhttp: Add a class factory implementation.
Hans Leidekker [Fri, 8 Jul 2011 14:46:14 +0000 (16:46 +0200)]
winhttp: Add a stub implementation of IWinHttpRequest.
Hans Leidekker [Fri, 8 Jul 2011 14:45:54 +0000 (16:45 +0200)]
include: Add httprequestid.h and httprequest.idl.
Alexandre Julliard [Fri, 8 Jul 2011 15:34:41 +0000 (17:34 +0200)]
widl: Support LANG_NEUTRAL as a valid lcid in typelibs.
Alexandre Julliard [Fri, 8 Jul 2011 14:03:59 +0000 (16:03 +0200)]
winex11: Use the HDC from the gdi_physdev structure.
Alexandre Julliard [Fri, 8 Jul 2011 13:55:11 +0000 (15:55 +0200)]
winex11: Pass a generic PHYSDEV to all graphics entry points.
Michael Stefaniuc [Fri, 8 Jul 2011 10:28:27 +0000 (12:28 +0200)]
ddraw: Use unsafe_impl_from_IDirect3DExecuteBuffer for an app provided iface.
Michael Stefaniuc [Fri, 8 Jul 2011 10:26:57 +0000 (12:26 +0200)]
ddraw: COM cleanup for the IDirect3DExecuteBuffer iface.
Michael Stefaniuc [Fri, 8 Jul 2011 10:24:46 +0000 (12:24 +0200)]
d3d8: COM cleanup for the IDirect3DVertexBuffer8 iface.
Michael Stefaniuc [Fri, 8 Jul 2011 10:22:14 +0000 (12:22 +0200)]
d3d8: Use unsafe_impl_from_IDirect3DVertexBuffer8 for app provided ifaces.
Alexandre Julliard [Fri, 8 Jul 2011 12:40:10 +0000 (14:40 +0200)]
msvcp90/tests: Fix the calling convention of some function pointers.
Alexandre Julliard [Fri, 8 Jul 2011 09:33:14 +0000 (11:33 +0200)]
include: Remove duplicate device caps definitions.
Frédéric Delanoy [Thu, 7 Jul 2011 16:42:35 +0000 (18:42 +0200)]
shell32: Remove dead assignment (Clang).
André Hentschel [Thu, 7 Jul 2011 21:40:34 +0000 (23:40 +0200)]
shell32: Make sure that a structure is initialized (clang).
Vincent Povirk [Thu, 7 Jul 2011 21:25:25 +0000 (16:25 -0500)]
gdiplus: Implement GdipPlayMetafileRecord for EMF records.
Vincent Povirk [Thu, 7 Jul 2011 19:51:35 +0000 (14:51 -0500)]
gdiplus: Add test showing scaling does not affect returned HDC objects.
Vincent Povirk [Thu, 7 Jul 2011 18:31:55 +0000 (13:31 -0500)]
gdiplus: Add tests for GdipPlayMetafileRecord.
Vincent Povirk [Thu, 7 Jul 2011 16:37:07 +0000 (11:37 -0500)]
gdiplus: Add test for recording emf-only metafiles.
Vincent Povirk [Thu, 7 Jul 2011 16:30:06 +0000 (11:30 -0500)]
gdiplus: Implement GetDC for metafiles.
Vincent Povirk [Thu, 7 Jul 2011 16:02:33 +0000 (11:02 -0500)]
gdiplus: Stub GdipPlayMetafileRecord.
Henri Verbeet [Thu, 7 Jul 2011 19:01:39 +0000 (21:01 +0200)]
wined3d: Make the surface parameter to d3dfmt_get_conv() const.
Henri Verbeet [Thu, 7 Jul 2011 19:01:38 +0000 (21:01 +0200)]
wined3d: Make the src_surface parameter to draw_textured_quad() const.
Henri Verbeet [Thu, 7 Jul 2011 19:01:37 +0000 (21:01 +0200)]
wined3d: Make the surface parameter to surface_upload_data() const.
Henri Verbeet [Thu, 7 Jul 2011 19:01:36 +0000 (21:01 +0200)]
wined3d: Make the surface parameter to surface_translate_drawable_coords() const.
Henri Verbeet [Thu, 7 Jul 2011 19:01:35 +0000 (21:01 +0200)]
wined3d: Make the rt parameter to surface_set_compatible_renderbuffer() const.
Alistair Leslie-Hughes [Mon, 27 Jun 2011 12:26:30 +0000 (22:26 +1000)]
oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext.
Alistair Leslie-Hughes [Tue, 28 Jun 2011 10:41:04 +0000 (20:41 +1000)]
oledb32: Add DBTYPE_UI2 support to DataConvert.
Jacek Caban [Thu, 7 Jul 2011 13:09:27 +0000 (15:09 +0200)]
mshtml: Mark some functions as cdecl.
Jacek Caban [Thu, 7 Jul 2011 13:09:15 +0000 (15:09 +0200)]
widl: Use proper calling convention attributes.
Alexandre Julliard [Thu, 7 Jul 2011 15:30:35 +0000 (17:30 +0200)]
usp10: Make the various lookup tables more compact.
Alexandre Julliard [Thu, 7 Jul 2011 13:05:52 +0000 (15:05 +0200)]
tools: Move the cpmap.pl script to tools/make_unicode.
Aric Stewart [Mon, 27 Jun 2011 16:02:39 +0000 (11:02 -0500)]
usp10: Shift to using the unicode data for most of the indic lexical functions.
Aric Stewart [Mon, 27 Jun 2011 16:01:24 +0000 (11:01 -0500)]
usp10: Implement ScriptBreak using the Unicode Line Breaking Algorithm.
Alexandre Julliard [Wed, 6 Jul 2011 19:53:37 +0000 (21:53 +0200)]
winebuild: Output cfi data for relay thunks on i386.
Austin Lund [Wed, 6 Jul 2011 10:46:17 +0000 (20:46 +1000)]
ntdll/tests: Added tests for ObjectTypeInformation class in NtQueryObject.
Austin Lund [Wed, 6 Jul 2011 10:46:16 +0000 (20:46 +1000)]
include: Added OBJECT_TYPE_INFORMATION to winternl.h.
Alexandre Julliard [Thu, 7 Jul 2011 10:47:05 +0000 (12:47 +0200)]
wineps.drv: Use the HDC from the gdi_physdev structure.
Alexandre Julliard [Thu, 7 Jul 2011 11:29:17 +0000 (13:29 +0200)]
wineps.drv: Pass a generic PHYSDEV to all graphics functions.
Alexandre Julliard [Thu, 7 Jul 2011 11:36:17 +0000 (13:36 +0200)]
wineps.drv: Get rid of the empty SetDeviceClipping entry point.
Alexandre Julliard [Thu, 7 Jul 2011 10:43:51 +0000 (12:43 +0200)]
gdi32: Export the gdi_physdev structure for the external drivers.
Francois Gouget [Thu, 7 Jul 2011 07:14:55 +0000 (09:14 +0200)]
msi: Make msi_parse_patch_summary() and msi_apply_patch_db() static.
Hans Leidekker [Thu, 7 Jul 2011 07:23:27 +0000 (09:23 +0200)]
msi: Check the return value of MSI_IterateRecords (clang).
Hans Leidekker [Thu, 7 Jul 2011 07:23:14 +0000 (09:23 +0200)]
msi: Get rid of the msistring typedef.
Hans Leidekker [Thu, 7 Jul 2011 07:22:59 +0000 (09:22 +0200)]
msi: Avoid dereferencing a NULL pointer (clang).
Hans Leidekker [Thu, 7 Jul 2011 07:22:48 +0000 (09:22 +0200)]
msi: Check the transform language against the package language instead of the system language.
Hans Leidekker [Thu, 7 Jul 2011 07:22:34 +0000 (09:22 +0200)]
msi: Add a stub implementation of MsiDeterminePatchSequence.
Hans Leidekker [Thu, 7 Jul 2011 07:22:20 +0000 (09:22 +0200)]
msi: Remove some dead assignments (clang).
Hans Leidekker [Thu, 7 Jul 2011 07:22:07 +0000 (09:22 +0200)]
msi: Avoid using an uninitialized value (clang).
Hans Leidekker [Thu, 7 Jul 2011 07:21:52 +0000 (09:21 +0200)]
msi: Use the return value of MSI_IterateRecords (clang).
Michael Stefaniuc [Thu, 7 Jul 2011 08:59:49 +0000 (10:59 +0200)]
d3d9: COM cleanup for the IDirect3DSurface9 iface.