Eric Pouech [Thu, 1 Apr 2010 19:24:26 +0000 (21:24 +0200)]
dbghelp: When handling a P augmentation in FDE/DIE parsing, throw away the DW_EH_indirect flag, as we don't handle the result.
It's needed as long as we don't support DW_EH_indirect while reading encoded values.
Eric Pouech [Thu, 1 Apr 2010 19:24:20 +0000 (21:24 +0200)]
dbghelp: Extend dwarf stack unwinding by reading information out of .debug_frame sections.
Implement dwarf stack unwinding for i386 CPU.
Eric Pouech [Thu, 1 Apr 2010 19:24:14 +0000 (21:24 +0200)]
dbghelp: Store delta used for re-locating a module.
Eric Pouech [Thu, 1 Apr 2010 19:24:07 +0000 (21:24 +0200)]
dbghelp: Implement the new register methods for x86.
Alexandre Julliard [Thu, 1 Apr 2010 18:30:49 +0000 (20:30 +0200)]
server: Update trace for new error codes.
Alexandre Julliard [Thu, 1 Apr 2010 17:56:09 +0000 (19:56 +0200)]
server: Fix 64-bit alignment of the context structure.
Huw Davies [Thu, 1 Apr 2010 12:07:58 +0000 (13:07 +0100)]
oleaut32: Only unregister those types that were registered.
Huw Davies [Thu, 1 Apr 2010 12:02:17 +0000 (13:02 +0100)]
oleaut32: Only oleautomation interfaces as well as all dispinterfaces should be registered.
Alexandre Julliard [Thu, 1 Apr 2010 13:40:23 +0000 (15:40 +0200)]
server: Set a proper error code when dup_fd_object fails.
Piotr Caban [Thu, 1 Apr 2010 10:41:06 +0000 (12:41 +0200)]
msvcrt: Added implementation of _controlfp_s.
Piotr Caban [Thu, 1 Apr 2010 10:40:22 +0000 (12:40 +0200)]
msvcrt: Fix _get/_set_invalid_parameter_handler implementation.
Piotr Caban [Thu, 1 Apr 2010 10:39:50 +0000 (12:39 +0200)]
msvcrt: Move invalid parameter tests to msvcr90.
Henri Verbeet [Thu, 1 Apr 2010 09:34:49 +0000 (11:34 +0200)]
wined3d: Remove some superfluous white space and braces from the card selection functions.
Henri Verbeet [Thu, 1 Apr 2010 09:34:48 +0000 (11:34 +0200)]
wined3d: Add a state table entry for WINED3DRS_INDEXEDVERTEXBLENDENABLE.
Henri Verbeet [Thu, 1 Apr 2010 09:34:47 +0000 (11:34 +0200)]
wined3d: Verify each state table entry has either a handler or a representative.
Henri Verbeet [Thu, 1 Apr 2010 09:34:46 +0000 (11:34 +0200)]
wined3d: Explicitly set the state handler to NULL for states with a representative.
We should never call the handler for states that have a rep.
Henri Verbeet [Thu, 1 Apr 2010 09:34:45 +0000 (11:34 +0200)]
wined3d: Use the rep instead of the apply function to determine if a state is used.
Henri Verbeet [Thu, 1 Apr 2010 09:34:44 +0000 (11:34 +0200)]
wined3d: Don't call directly into the state table.
Alexandre Julliard [Thu, 1 Apr 2010 12:09:12 +0000 (14:09 +0200)]
server: Don't set the Wow64 flag on a Wow6432Node since it's already a 32-bit node.
Mikhail Maroukhine [Fri, 26 Mar 2010 20:53:36 +0000 (02:53 +0600)]
user32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Fri, 26 Mar 2010 20:53:36 +0000 (02:53 +0600)]
rpcrt4: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Fri, 26 Mar 2010 20:53:36 +0000 (02:53 +0600)]
quartz: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Fri, 26 Mar 2010 20:53:36 +0000 (02:53 +0600)]
imm32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Wed, 31 Mar 2010 18:41:23 +0000 (01:41 +0700)]
rsaenh/tests: Fix compiler warnings with flag -Wcast-qual.
Jörg Höhle [Mon, 29 Mar 2010 13:53:02 +0000 (15:53 +0200)]
winmm/tests: Add more MCI tests.
Jörg Höhle [Sat, 21 Nov 2009 08:24:07 +0000 (09:24 +0100)]
mciwave: MCI Status returns string resource when appropriate.
Jörg Höhle [Fri, 20 Nov 2009 19:55:22 +0000 (20:55 +0100)]
mciwave: MCI Set Input|Output allows to select wave device.
Jörg Höhle [Tue, 17 Nov 2009 23:58:17 +0000 (00:58 +0100)]
winmm: Improve MCI's Sysinfo string command.
Jörg Höhle [Tue, 17 Nov 2009 21:07:55 +0000 (22:07 +0100)]
winmm: Improve MCI's Sysinfo command.
Jörg Höhle [Wed, 31 Mar 2010 14:08:48 +0000 (16:08 +0200)]
winmm: Support MCI "close all" command.
This is not yet generalized to "pause all" or "stop all".
Maarten Lankhorst [Wed, 31 Mar 2010 19:13:33 +0000 (21:13 +0200)]
winmm: Clean up mapper code.
Maarten Lankhorst [Wed, 31 Mar 2010 18:33:45 +0000 (20:33 +0200)]
winmm: Clean up MMDRV_Init.
Maarten Lankhorst [Wed, 31 Mar 2010 18:19:51 +0000 (20:19 +0200)]
winmm: Remove some dead code.
Maarten Lankhorst [Wed, 31 Mar 2010 18:19:35 +0000 (20:19 +0200)]
winmm: Defer loading drivers until they are requested.
Andrew Nguyen [Thu, 1 Apr 2010 00:54:07 +0000 (18:54 -0600)]
kernel32: Don't set last error on success in OpenConsoleW.
Andrew Nguyen [Thu, 1 Apr 2010 00:53:59 +0000 (18:53 -0600)]
kernel32: Improve parameter validation in OpenConsoleW.
Vincent Povirk [Wed, 31 Mar 2010 22:29:56 +0000 (17:29 -0500)]
advapi32: Add test for RegDeleteValue.
Vincent Povirk [Wed, 31 Mar 2010 22:01:22 +0000 (17:01 -0500)]
advapi32: Add tests for registry keys that have been deleted.
Christian Costa [Wed, 31 Mar 2010 20:45:27 +0000 (22:45 +0200)]
d3dx9_36: Add stub for D3DXLoadVolumeFromMemory.
André Hentschel [Wed, 31 Mar 2010 17:19:39 +0000 (19:19 +0200)]
c2man: Replace link to documentation.sgml.
André Hentschel [Wed, 31 Mar 2010 14:08:03 +0000 (16:08 +0200)]
loader/manpages: Replace all occurrence of bugs.sgml.
André Hentschel [Wed, 31 Mar 2010 14:07:34 +0000 (16:07 +0200)]
documentation: Remove all occurrence of bugs.sgml.
Hans Leidekker [Wed, 31 Mar 2010 13:20:59 +0000 (15:20 +0200)]
rsaenh: Add some tests for the hash functions.
Henri Verbeet [Wed, 31 Mar 2010 09:29:01 +0000 (11:29 +0200)]
wined3d: Add a state table entry for WINED3DRS_TWEENFACTOR.
Henri Verbeet [Wed, 31 Mar 2010 09:29:00 +0000 (11:29 +0200)]
wined3d: Print a FIXME/WARN for all unsupported vertex blend flags.
Henri Verbeet [Wed, 31 Mar 2010 09:28:59 +0000 (11:28 +0200)]
wined3d: Remove some unused / duplicate render states.
Henri Verbeet [Wed, 31 Mar 2010 09:28:58 +0000 (11:28 +0200)]
wined3d: Remove a redundant initialization in IWineD3DDeviceImpl_UpdateSurface().
Henri Verbeet [Wed, 31 Mar 2010 09:28:57 +0000 (11:28 +0200)]
wined3d: Get rid of some mostly useless local variables in IWineD3DDeviceImpl_UpdateSurface().
Henri Verbeet [Wed, 31 Mar 2010 09:28:56 +0000 (11:28 +0200)]
wined3d: Cleanup variable naming in IWineD3DDeviceImpl_UpdateSurface().
Paul Vriens [Wed, 31 Mar 2010 08:54:37 +0000 (10:54 +0200)]
d3d9/tests: Initialize a variable (Coverity).
Stefan Dösinger [Sun, 28 Mar 2010 14:42:32 +0000 (16:42 +0200)]
wined3d: Use FBOs when the onscreen depth stencil format isn't suitable.
This allows proper support of float depth buffers when rendering to onscreen surfaces.
Stefan Dösinger [Sun, 28 Mar 2010 14:25:04 +0000 (16:25 +0200)]
wined3d: Control the onscreen depth stencil format in the swapchain.
This allows the swapchain to know what depth format its window contexts have to see if the
requested depth format is compatible or a FBO fallback is needed, and it will be needed to
set the onscreen format to the requested auto depth stencil format instead of the
let's-hope-it-fits D24_UNORM_S8_UINT format.
Stefan Dösinger [Sat, 27 Mar 2010 16:40:28 +0000 (17:40 +0100)]
wined3d: Split out offscreen rendering concerns from FindContext.
Roderick Colenbrander [Tue, 30 Mar 2010 20:19:02 +0000 (22:19 +0200)]
wined3d: Remove some unneeded source rectangle calculations from BltOverride.
Roderick Colenbrander [Tue, 30 Mar 2010 20:19:01 +0000 (22:19 +0200)]
wined3d: Remove the last use of the WINED3DRECT destination rectangle in BltOverride.
Roderick Colenbrander [Tue, 30 Mar 2010 20:19:00 +0000 (22:19 +0200)]
wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_hwstretch.
Roderick Colenbrander [Tue, 30 Mar 2010 20:18:59 +0000 (22:18 +0200)]
wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_direct.
Roderick Colenbrander [Tue, 30 Mar 2010 20:18:58 +0000 (22:18 +0200)]
wined3d: Use RECT instead of WINED3DRECT in stretch_rect_fbo.
Alexandre Julliard [Wed, 31 Mar 2010 10:53:12 +0000 (12:53 +0200)]
configure: Don't build rpcss or winemenubuilder for Wow64.
Alexandre Julliard [Wed, 31 Mar 2010 12:20:19 +0000 (14:20 +0200)]
ntdll/tests: Don't free a string that wasn't allocated.
Alexandre Julliard [Wed, 31 Mar 2010 12:20:09 +0000 (14:20 +0200)]
ntdll/tests: Port functions use the 64-bit structure on Wow64.
Alexandre Julliard [Wed, 31 Mar 2010 10:17:35 +0000 (12:17 +0200)]
ntdll/tests: Fix a number of test failures on Wow64.
Stefan Leichter [Tue, 30 Mar 2010 22:07:24 +0000 (00:07 +0200)]
ws2_32: Partly implement level IPPROTO_IPV6 of setsockopt.
André Hentschel [Tue, 30 Mar 2010 17:56:44 +0000 (19:56 +0200)]
msxml3: Make xmlnode_get_specified a stub.
André Hentschel [Tue, 30 Mar 2010 17:56:27 +0000 (19:56 +0200)]
msxml3: Make xmlnode_get_parsed a stub.
Alexandre Julliard [Wed, 31 Mar 2010 09:47:10 +0000 (11:47 +0200)]
msxml3: Remove unnecessary string constants.
Marcus Meissner [Wed, 31 Mar 2010 08:22:25 +0000 (10:22 +0200)]
kernel32: Initialize env (Coverity).
Vincent Povirk [Wed, 24 Feb 2010 22:59:50 +0000 (16:59 -0600)]
gdiplus: Implement GdipImageRotateFlip.
Vincent Povirk [Tue, 30 Mar 2010 20:51:44 +0000 (15:51 -0500)]
gdiplus: Implement GdipMeasureCharacterRanges.
Vincent Povirk [Tue, 30 Mar 2010 20:16:22 +0000 (15:16 -0500)]
gdiplus: Add tests for GdipMeasureCharacterRanges.
Vincent Povirk [Tue, 30 Mar 2010 19:22:06 +0000 (14:22 -0500)]
gdiplus: Fix the linesfilled calculation in GdipMeasureString.
Vincent Povirk [Tue, 30 Mar 2010 19:15:48 +0000 (14:15 -0500)]
gdiplus: Rewrite GdipDrawString to share code with GdipMeasureString.
Vincent Povirk [Tue, 30 Mar 2010 18:41:04 +0000 (13:41 -0500)]
gdiplus: Rewrite GdipMeasureString using a helper function.
Vincent Povirk [Tue, 30 Mar 2010 17:19:34 +0000 (12:19 -0500)]
gdiplus: Add a test for GdipMeasureString.
Vincent Povirk [Tue, 30 Mar 2010 15:34:01 +0000 (10:34 -0500)]
gdiplus: Add a missing NULL check to GdipMeasureString.
Vincent Povirk [Tue, 30 Mar 2010 15:24:06 +0000 (10:24 -0500)]
gdiplus: Add tests for GdipDrawString.
Eric Pouech [Tue, 30 Mar 2010 19:37:22 +0000 (21:37 +0200)]
winedbg: Allow backtraces to properly return address outside functions.
Eric Pouech [Tue, 30 Mar 2010 19:37:15 +0000 (21:37 +0200)]
winedbg: Add some missing symbol flags to pick up local/parameters variables in symbol pickers.
Eric Pouech [Tue, 30 Mar 2010 19:37:08 +0000 (21:37 +0200)]
winedbg: When filling an imagehlp frame information, also do the stack field, it's used on x86-64 platforms.
Eric Pouech [Tue, 30 Mar 2010 19:37:01 +0000 (21:37 +0200)]
winedbg: Store the CONTEXT in each stack frame to enable register access in the non topmost frames.
Juan Lang [Tue, 30 Mar 2010 19:05:25 +0000 (12:05 -0700)]
rsaenh: Don't return salt for algorithms that don't support it.
Juan Lang [Tue, 30 Mar 2010 17:26:48 +0000 (10:26 -0700)]
rsaenh: Support setting salt via KP_SALT (resend).
Juan Lang [Tue, 30 Mar 2010 19:03:31 +0000 (12:03 -0700)]
rsaenh: Add tests of KP_SALT parameter.
Nikolay Sivov [Tue, 30 Mar 2010 17:48:32 +0000 (21:48 +0400)]
t2embed: Add TTGetEmbeddingType stub.
Paul Vriens [Tue, 30 Mar 2010 17:44:59 +0000 (19:44 +0200)]
ddrawex/tests: Don't crash on some Win98/WinMe boxes.
Frédéric Delanoy [Tue, 30 Mar 2010 18:50:01 +0000 (20:50 +0200)]
wineboot: Updated French translation.
André Hentschel [Tue, 30 Mar 2010 17:43:35 +0000 (19:43 +0200)]
wineboot: Update German translation.
Aurimas Fišeras [Tue, 30 Mar 2010 16:07:38 +0000 (19:07 +0300)]
wineboot: Update Lithuanian translation.
Alexandre Julliard [Tue, 30 Mar 2010 19:26:26 +0000 (21:26 +0200)]
shell32: Pack the systray data structure to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:48:40 +0000 (20:48 +0200)]
shell32: Pack the appbar data structure to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:42:09 +0000 (20:42 +0200)]
user32: Pack the structure for WM_DDE_ACK to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:41:13 +0000 (20:41 +0200)]
user32: Pack the low-level hook structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:40:17 +0000 (20:40 +0200)]
user32: Pack the MDICREATESTRUCTW structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:39:09 +0000 (20:39 +0200)]
user32: Pack the MDINEXTMENU structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:37:40 +0000 (20:37 +0200)]
user32: Pack the MSG structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:36:04 +0000 (20:36 +0200)]
user32: Pack the NCCALCSIZE_PARAMS structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:34:08 +0000 (20:34 +0200)]
user32: Pack the HELPINFO structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:32:25 +0000 (20:32 +0200)]
user32: Pack the COPYDATASTRUCT structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:30:50 +0000 (20:30 +0200)]
user32: Pack the WINDOWPOS structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:28:32 +0000 (20:28 +0200)]
user32: Pack the various owner-draw structures in messages to allow crossing 32/64 boundaries.