Alexandre Julliard [Wed, 7 Apr 2010 15:22:51 +0000 (17:22 +0200)]
winapi: Generate the 64-bit variant of structure size/alignment tests.
Alexandre Julliard [Wed, 7 Apr 2010 15:22:51 +0000 (17:22 +0200)]
winapi: Add some support for handling ifdefs, particularly ifdef _WIN64.
Alexandre Julliard [Wed, 7 Apr 2010 12:25:32 +0000 (14:25 +0200)]
msvcr90/tests: Fix the calling convention of the initterm callbacks.
Alexandre Julliard [Wed, 7 Apr 2010 12:25:19 +0000 (14:25 +0200)]
msvcrt: Fix an unused variable warning.
Alexandre Julliard [Wed, 7 Apr 2010 12:25:09 +0000 (14:25 +0200)]
shlwapi/tests: Fix some pointer conversion warnings on 64-bit.
Alexandre Julliard [Wed, 7 Apr 2010 12:25:02 +0000 (14:25 +0200)]
oleaut32: Fix some pointer conversion warnings on 64-bit.
Dmitry Timoshkov [Wed, 7 Apr 2010 09:27:52 +0000 (18:27 +0900)]
comctl32: Do not use width of the passed to ImageList_Add bitmap as an icon width.
Dmitry Timoshkov [Wed, 7 Apr 2010 06:41:01 +0000 (15:41 +0900)]
winex11.drv: Do not allow WM actions for windows with WS_DISABLED style set.
Some applications do not expect and could have undefined behaviour (or even
crash) when a not active (and disabled) main window under a dialog popup is
being closed or minimized/maximazed. Most of Window Managers allow that, but
Windows doesn't.
Dmitry Timoshkov [Wed, 7 Apr 2010 03:44:39 +0000 (12:44 +0900)]
gdi32: Fix some DC leaks in gdi32 bitmap tests.
Eric Pouech [Tue, 6 Apr 2010 20:28:49 +0000 (22:28 +0200)]
winedbg: Allow using 8-byte long hardware assisted breakpoints on x86_64 CPUs.
Eric Pouech [Tue, 6 Apr 2010 20:28:43 +0000 (22:28 +0200)]
winedbg: Simplify a bit the find_triggered_watch function.
Eric Pouech [Tue, 6 Apr 2010 20:28:37 +0000 (22:28 +0200)]
ntdll: On x86_64 systems (as on i386 ones), hw breakpoints must generate a EXCEPTION_SINGLE_STEP exception.
Eric Pouech [Tue, 6 Apr 2010 20:28:24 +0000 (22:28 +0200)]
dbghelp: Added support for DW_CFA_GNU_args_size.
Vincent Povirk [Tue, 6 Apr 2010 19:37:57 +0000 (14:37 -0500)]
oleaut32: Limit the number of arguments traced.
Henri Verbeet [Tue, 6 Apr 2010 18:05:19 +0000 (20:05 +0200)]
wined3d: Add a separate function for adding declaration elements in ConvertFvfToDeclaration().
Henri Verbeet [Tue, 6 Apr 2010 18:05:18 +0000 (20:05 +0200)]
wined3d: Pass the correct window to Present() in IWineGDISurfaceImpl_Flip().
Henri Verbeet [Tue, 6 Apr 2010 18:05:17 +0000 (20:05 +0200)]
wined3d: Pass the correct window to Present() in IWineD3DSurfaceImpl_Flip().
Henri Verbeet [Tue, 6 Apr 2010 18:05:16 +0000 (20:05 +0200)]
wined3d: Pass the correct window to Present() in IWineD3DSurfaceImpl_BltOverride().
Henri Verbeet [Tue, 6 Apr 2010 18:05:15 +0000 (20:05 +0200)]
quartz: Don't return a pointer to a stack variable in AMFilterData_ParseFilterData().
Alexandre Julliard [Wed, 7 Apr 2010 09:35:05 +0000 (11:35 +0200)]
oleaut32: Fix a couple of typelib test failures on 64-bit.
Alexandre Julliard [Tue, 6 Apr 2010 19:45:38 +0000 (21:45 +0200)]
ole32: Fix the free threaded marshaller data for 64-bit pointers.
Alexandre Julliard [Tue, 6 Apr 2010 19:44:09 +0000 (21:44 +0200)]
include: Fix a couple of oaidl.idl definitions for 64-bit.
Alexandre Julliard [Wed, 7 Apr 2010 10:25:49 +0000 (12:25 +0200)]
rpcrt4: Implement proxy/stub delegation for x86_64.
Alexandre Julliard [Wed, 7 Apr 2010 11:08:46 +0000 (13:08 +0200)]
rpcrt4: Add support for marshalling int3264 types.
Alexandre Julliard [Wed, 7 Apr 2010 11:04:32 +0000 (13:04 +0200)]
rpcrt4: Clean up handling of enum16 types.
Alexandre Julliard [Tue, 6 Apr 2010 18:38:55 +0000 (20:38 +0200)]
winedbg: Save internal variables as proper DWORD values.
Jörg Höhle [Sun, 4 Apr 2010 20:37:10 +0000 (22:37 +0200)]
msacm32: Fix nesting in acmFilter/FormatTagEnum.
Jörg Höhle [Sat, 3 Apr 2010 23:02:46 +0000 (01:02 +0200)]
msvidc32: Fix "Unknown message: 400e".
Alexandre Julliard [Tue, 6 Apr 2010 16:07:59 +0000 (18:07 +0200)]
ole32: Don't use in-memory structure layouts to build the wire data, define wire-specific structures instead.
Marcin Baczyński [Fri, 2 Apr 2010 17:06:31 +0000 (19:06 +0200)]
makedep: Silence unused result warnings.
Alexandre Julliard [Tue, 6 Apr 2010 12:27:56 +0000 (14:27 +0200)]
mmdevapi/tests: Mark some failing tests as todo.
Alexandre Julliard [Tue, 6 Apr 2010 12:26:23 +0000 (14:26 +0200)]
mmdevapi/tests: Remove some todos that succeed now.
Christian Costa [Mon, 5 Apr 2010 18:28:07 +0000 (20:28 +0200)]
d3dx9_36: Improve FIXMEs and TRACEs for surface.
Christian Costa [Mon, 5 Apr 2010 22:31:46 +0000 (00:31 +0200)]
d3dx9_36: Add stub for D3DXCreateBox.
Christian Costa [Mon, 5 Apr 2010 22:31:40 +0000 (00:31 +0200)]
d3dx9_36: Add definitions for ID3DXBaseMesh and ID3DXMesh interfaces.
Christian Costa [Mon, 5 Apr 2010 18:30:15 +0000 (20:30 +0200)]
amstream: Fix AddRef calls.
Qingchuan Wang [Mon, 5 Apr 2010 18:30:09 +0000 (20:30 +0200)]
amstream: Expose also IMultiMediaStream which is the base interface of IAMMultiMediaStream.
Roderick Colenbrander [Mon, 5 Apr 2010 18:05:18 +0000 (20:05 +0200)]
wined3d: Due to code rewrites is_color_fixup_supported is not needed anymore in RealizePalette.
The code in question should be executed in all cases. This also fixes
palette refresh issues when shaders / paletted textures aren't around.
Roderick Colenbrander [Mon, 5 Apr 2010 18:05:17 +0000 (20:05 +0200)]
wined3d: Move the arbfp p8 fixup to the format table and get rid of the d3dfmt_get_conv override.
Roderick Colenbrander [Mon, 5 Apr 2010 18:05:16 +0000 (20:05 +0200)]
wined3d: Disable framebuffer to texture blitting.
The current code doesn't work for this at all and causes major
rendering issues in e.g. C&C. I don't think we should fix this code
either since it isn't worth the effort and requires evil things like
paletteOverride.
Roderick Colenbrander [Mon, 5 Apr 2010 18:05:15 +0000 (20:05 +0200)]
wined3d: Disable paletted texture support. It was only offered on a few cards, so can be missed.
Roderick Colenbrander [Mon, 5 Apr 2010 18:05:14 +0000 (20:05 +0200)]
wined3d: Move EXT_PALETTED_TEXTURE code over to ffp_blit.
Roderick Colenbrander [Mon, 5 Apr 2010 18:05:13 +0000 (20:05 +0200)]
wined3d: Move palette uploading code over to arbfp blit_shader.
Alexandre Julliard [Tue, 6 Apr 2010 11:24:04 +0000 (13:24 +0200)]
tools: Improve error handling in the buildicon script.
Joel Holdsworth [Mon, 5 Apr 2010 10:15:32 +0000 (11:15 +0100)]
user32: Replaced oic_winlogo.ico with Tango compliant icon.
Joel Holdsworth [Mon, 5 Apr 2010 10:15:08 +0000 (11:15 +0100)]
tools: Installed new icon build script.
Joel Holdsworth [Mon, 5 Apr 2010 10:15:03 +0000 (11:15 +0100)]
configure: Maintainer mode requires imagemagick.
Joel Holdsworth [Mon, 5 Apr 2010 10:14:47 +0000 (11:14 +0100)]
configure: Maintainer mode requires icotool v0.29.0 or newer.
Alexandre Julliard [Tue, 6 Apr 2010 10:07:48 +0000 (12:07 +0200)]
user32/tests: Fix a test that was incorrectly skipped on non-Win9x platforms.
Nikolay Sivov [Tue, 6 Apr 2010 07:55:10 +0000 (11:55 +0400)]
shell32: Add stub shell folder for CLSID_Printers.
Vincent Povirk [Fri, 2 Apr 2010 20:33:12 +0000 (15:33 -0500)]
mscoree: Use the mono embedding api instead of invoking mono.exe.
Henri Verbeet [Mon, 5 Apr 2010 19:10:17 +0000 (21:10 +0200)]
ddraw: Fix and clarify texture filter state mappings.
Henri Verbeet [Mon, 5 Apr 2010 19:10:16 +0000 (21:10 +0200)]
wined3d: Capture the correct scissor rectangle.
This bug was originally introduced by
d4b63bbd87a221c725aff56b300224e55aa1f0a6, and then propagated by
1f029a30dbae7d40818d0d81bc84d15c93578c17.
Henri Verbeet [Mon, 5 Apr 2010 19:10:15 +0000 (21:10 +0200)]
wined3d: Don't use GLSL if the supported version isn't at least 1.20.
Henri Verbeet [Mon, 5 Apr 2010 19:10:14 +0000 (21:10 +0200)]
d3d8/tests: Clear with colors that are more obviously different from the expected value in test_rcp_rsq().
Henri Verbeet [Mon, 5 Apr 2010 19:10:13 +0000 (21:10 +0200)]
d3d8/tests: Use color_match() in test_rcp_rsq().
Jacek Caban [Mon, 5 Apr 2010 18:20:59 +0000 (20:20 +0200)]
mshtml: Fixed nsIHttpChannel::GetRequestSucceeded implementation.
Stefan Leichter [Mon, 5 Apr 2010 17:37:58 +0000 (19:37 +0200)]
setupapi: Implement SetupGetInfFileListA.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:45:57 +0000 (11:45 -0500)]
oledb32: Implement conversion from DBTYPE_BYTES to DBTYPE_WSTR/DBTYPE_STR.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:45:20 +0000 (11:45 -0500)]
oledb32: Added tests for DBTYPE_BYTES to DBTYPE_WSTR/DBTYPE_STR marked as todo_wine.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:44:45 +0000 (11:44 -0500)]
oledb32: Implement conversion from DBTYPE_GUID to DBTYPE_STR/DBTYPE_WSTR/DBTYPE_BSTR.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:44:03 +0000 (11:44 -0500)]
oledb32: Add tests for DBTYPE_GUID to DBTYPE_WSTR/DBTYPE_STR conversion as todo_wine.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:43:24 +0000 (11:43 -0500)]
oledb32: Add tests for DBTYPE_I1/DBTYPE_UI1/DBTYPE_UI2/DBTYPE_UI4/DBTYPE_I8/DBTYPE_UI8 to DBTYPE_WSTR/DBTYPE_STR conversion.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:42:25 +0000 (11:42 -0500)]
oledb32: Add tests for DBTYPE_CY to DBTYPE_WSTR/DBTYPE_STR conversion.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:41:47 +0000 (11:41 -0500)]
oledb32: Add tests for DBTYPE_R8 to DBTYPE_WSTR/DBTYPE_STR conversion.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:40:22 +0000 (11:40 -0500)]
oledb32: Add tests for DBTYPE_R4 to DBTYPE_WSTR/DBTYPE_STR conversion.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:39:49 +0000 (11:39 -0500)]
oledb32: Add tests for DBTYPE_I4 to DBTYPE_WSTR/DBTYPE_STR conversion.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:39:08 +0000 (11:39 -0500)]
oledb32: Implemented OLEDB32 conversion to DBTYPE_STR.
Alex Villacís Lasso [Mon, 5 Apr 2010 16:38:16 +0000 (11:38 -0500)]
oledb32: Tests for OLEDB32 conversion to DBTYPE_STR, marked as todo_wine.
Alexandre Julliard [Mon, 5 Apr 2010 20:02:20 +0000 (22:02 +0200)]
rpcrt4: Add support for complex arrays in the generic array unmarshalling functions.
Alexandre Julliard [Mon, 5 Apr 2010 20:01:46 +0000 (22:01 +0200)]
rpcrt4: Add support for complex arrays in the generic array marshalling functions.
Alexandre Julliard [Mon, 5 Apr 2010 19:59:30 +0000 (21:59 +0200)]
rpcrt4: Always skip the conformance format, even if conformance is not present in the buffer.
Add an identical SkipVariance function to make the code clearer.
Alexandre Julliard [Mon, 5 Apr 2010 19:58:06 +0000 (21:58 +0200)]
rpcrt4: Fix tracing of non-conformant strings.
Alexandre Julliard [Mon, 5 Apr 2010 18:05:05 +0000 (20:05 +0200)]
widl: Alignment for complex arrays and structs is the buffer alignment, not the memory one.
Alexandre Julliard [Mon, 5 Apr 2010 17:48:07 +0000 (19:48 +0200)]
widl: Add a type_memsize_and_alignment function to make it explicit where the alignment is truly needed.
Alexandre Julliard [Mon, 5 Apr 2010 15:44:23 +0000 (17:44 +0200)]
mmdevapi: Include system headers before Wine headers.
Maarten Lankhorst [Sun, 21 Feb 2010 13:48:57 +0000 (14:48 +0100)]
mmdevapi: Use openal to enumerate devices.
Maarten Lankhorst [Sun, 21 Feb 2010 13:48:39 +0000 (14:48 +0100)]
mmdevapi: Add dependency on openal.
Maarten Lankhorst [Sat, 30 Jan 2010 16:39:46 +0000 (17:39 +0100)]
mmdevapi: Add alext.h for openal support.
Maarten Lankhorst [Wed, 9 Dec 2009 10:52:09 +0000 (11:52 +0100)]
configure: Change openal detection.
Maarten Lankhorst [Wed, 17 Mar 2010 21:02:44 +0000 (22:02 +0100)]
mmdevapi: Add uuid include.
Christian Costa [Mon, 5 Apr 2010 08:29:56 +0000 (10:29 +0200)]
d3dx9_36: Add stub for D3DXCheckTextureRequirements.
Alexandre Julliard [Mon, 5 Apr 2010 13:30:48 +0000 (15:30 +0200)]
d3dx9_36: Don't include the bison-generated header from the bison source file.
Wolfram Sang [Sat, 3 Apr 2010 14:48:56 +0000 (16:48 +0200)]
tools: Upgrade the config.guess/config.sub scripts.
Andrew Eikum [Sat, 3 Apr 2010 16:07:07 +0000 (11:07 -0500)]
mshtml: Always load URLs without a base URL through Wine.
Andrew Eikum [Fri, 2 Apr 2010 22:31:45 +0000 (17:31 -0500)]
mshtml: Implement HTTPChannel::GetResponseHeader.
Andrew Eikum [Fri, 2 Apr 2010 22:31:42 +0000 (17:31 -0500)]
mshtml: Implement HTTPChannel::GetRequestSucceeded.
Andrew Eikum [Fri, 2 Apr 2010 22:31:39 +0000 (17:31 -0500)]
mshtml: Return success in HTTPChannel::SetRequestMethod.
Request method is determined by Wine on bind, so return success in this
function to make Gecko happy.
Mikhail Maroukhine [Fri, 2 Apr 2010 16:44:37 +0000 (23:44 +0700)]
winedump: Fix compiler warnings with flag -Wcast-qual.
Henri Verbeet [Sun, 4 Apr 2010 17:51:41 +0000 (19:51 +0200)]
wined3d: Rename some GL vendors.
GL_VENDOR_ATI -> GL_VENDOR_FGLRX because it's much more specific. Besides, AMD
also works on the Mesa drivers.
Henri Verbeet [Sun, 4 Apr 2010 17:51:40 +0000 (19:51 +0200)]
wined3d: Rename HW_VENDOR_WINE to HW_VENDOR_SOFTWARE.
Software adapters like the refrast also return a 0 PCI ID on Windows.
Henri Verbeet [Sun, 4 Apr 2010 17:51:39 +0000 (19:51 +0200)]
wined3d: Make some functions static.
Henri Verbeet [Sun, 4 Apr 2010 17:51:38 +0000 (19:51 +0200)]
wined3d: Simply inline dumpResources().
Henri Verbeet [Sun, 4 Apr 2010 17:51:37 +0000 (19:51 +0200)]
wined3d: Add a separate function for wined3d object initialization.
Detlef Riekenberg [Fri, 2 Apr 2010 21:46:08 +0000 (23:46 +0200)]
msvcr90: Run the tests again on w2k and below.
Stefan Leichter [Fri, 2 Apr 2010 17:54:44 +0000 (19:54 +0200)]
ws2_32: In setsockopt implement IPV6_ADD_MEMBERSHIP and IPV6_DROP_MEMBERSHIP only when supported.
Vincent Povirk [Fri, 2 Apr 2010 15:19:18 +0000 (10:19 -0500)]
ngen.exe: Add stubbed command.
André Hentschel [Sat, 3 Apr 2010 13:53:43 +0000 (15:53 +0200)]
winemaker: Add German translation of the manpage.
André Hentschel [Sat, 3 Apr 2010 13:53:19 +0000 (15:53 +0200)]
server: Add German translation of the manpage.
André Hentschel [Fri, 2 Apr 2010 16:03:01 +0000 (18:03 +0200)]
winedump: Update manpage.