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.
André Hentschel [Fri, 2 Apr 2010 16:02:53 +0000 (18:02 +0200)]
winemaker: Fix manpage.
Alexandre Julliard [Sat, 3 Apr 2010 16:09:18 +0000 (18:09 +0200)]
include: Try harder to redefine u_long, and avoid using it in headers as far as possible.
Alexandre Julliard [Sat, 3 Apr 2010 16:08:24 +0000 (18:08 +0200)]
dpwsockx: Use standard Win32 types instead of the BSD ones.
Alexandre Julliard [Fri, 2 Apr 2010 19:54:55 +0000 (21:54 +0200)]
rpcrt4: Replace the alignment macros by inline functions.
Alexandre Julliard [Fri, 2 Apr 2010 19:38:32 +0000 (21:38 +0200)]
rpcrt4: Fix the pointer alignment macros for 64-bit.
Alexandre Julliard [Fri, 2 Apr 2010 17:43:45 +0000 (19:43 +0200)]
Release 1.1.42.
Vincent Povirk [Fri, 2 Apr 2010 14:19:13 +0000 (09:19 -0500)]
gdiplus: Implement GdipFlush.
Alexandre Julliard [Fri, 2 Apr 2010 14:30:06 +0000 (16:30 +0200)]
mshtml/tests: Don't crash when Gecko is missing.
Alexandre Julliard [Fri, 2 Apr 2010 13:40:55 +0000 (15:40 +0200)]
user32/tests: Use the correct type for the bits pointer in CreateDIBSection calls.
Alexandre Julliard [Fri, 2 Apr 2010 13:05:58 +0000 (15:05 +0200)]
shlwapi: Fix SHCreateWorkerWindowA for 64-bit.
Louis Lenders [Fri, 2 Apr 2010 12:05:19 +0000 (14:05 +0200)]
wine.inf: Add another .Net Framework key.
Vincent Povirk [Thu, 1 Apr 2010 21:57:14 +0000 (16:57 -0500)]
winex11.drv: Clip rectangle values to 16-bit limits.
Mikhail Maroukhine [Thu, 1 Apr 2010 16:24:15 +0000 (23:24 +0700)]
advapi32: Fix compiler warnings with flag -Wcast-qual.
Roderick Colenbrander [Thu, 1 Apr 2010 21:58:50 +0000 (23:58 +0200)]
wined3d: Remove the swapchain parameter from fb_copy_to_texture_hwstretch in order to unify all blit calls.
Roderick Colenbrander [Thu, 1 Apr 2010 21:58:49 +0000 (23:58 +0200)]
wined3d: Move upsideDown calculation to blit implementation.
Alexandre Julliard [Fri, 2 Apr 2010 11:35:06 +0000 (13:35 +0200)]
ntdll/tests: Skip a couple of exception tests that crash on Wow64.
Hans Leidekker [Fri, 2 Apr 2010 08:43:08 +0000 (10:43 +0200)]
msi: Reset the MsiEnumPatchesExW index on failure.
Hans Leidekker [Fri, 2 Apr 2010 08:40:28 +0000 (10:40 +0200)]
msi: Add tests for registering and unregistering MIME info.
Hans Leidekker [Fri, 2 Apr 2010 08:40:07 +0000 (09:40 +0100)]
msi: Implement the UnregisterMIMEInfo standard action.
Hans Leidekker [Fri, 2 Apr 2010 08:39:44 +0000 (10:39 +0200)]
msi: Add tests for registering and unregistering extension info.
Hans Leidekker [Fri, 2 Apr 2010 08:39:20 +0000 (10:39 +0200)]
msi: Implement the UnregisterExtensionInfo standard action.
Hans Leidekker [Fri, 2 Apr 2010 08:38:57 +0000 (10:38 +0200)]
msi: Implement the UnregisterProgIdInfo standard action.
Hans Leidekker [Fri, 2 Apr 2010 08:38:35 +0000 (10:38 +0200)]
msi: Add tests for registering and unregistering class info.
Hans Leidekker [Fri, 2 Apr 2010 08:38:12 +0000 (10:38 +0200)]
msi: Set the action taken in the RegisterExtensionInfo and RegisterClassInfo actions.
Hans Leidekker [Fri, 2 Apr 2010 08:37:50 +0000 (10:37 +0200)]
msi: Implement the UnregisterClassInfo standard action.
Alexandre Julliard [Fri, 2 Apr 2010 10:43:31 +0000 (12:43 +0200)]
server: Disallow all operations on deleted registry keys.
Alexandre Julliard [Fri, 2 Apr 2010 10:14:21 +0000 (12:14 +0200)]
advapi32: Add support for the KEY_WOW64_32KEY flag in RegOpenKey on 64-bit.
Alexandre Julliard [Fri, 2 Apr 2010 09:51:15 +0000 (11:51 +0200)]
advapi32: Add support for the KEY_WOW64_32KEY flag in RegCreateKey on 64-bit.
Alexandre Julliard [Fri, 2 Apr 2010 09:50:12 +0000 (11:50 +0200)]
advapi32: Don't use the static Unicode buffer for value names since they can be larger than MAX_PATH.
Alexandre Julliard [Fri, 2 Apr 2010 09:48:14 +0000 (11:48 +0200)]
server: Update the registry key and value name length limits to the now documented values.
Christian Costa [Fri, 2 Apr 2010 06:54:54 +0000 (08:54 +0200)]
d3dx9_36: Improve FIXMEs and TRACEs for font.
Christian Costa [Fri, 2 Apr 2010 06:54:48 +0000 (08:54 +0200)]
d3dx9_36: Improve FIXMEs and TRACEs for sprite.
Christian Costa [Fri, 2 Apr 2010 06:54:42 +0000 (08:54 +0200)]
d3dx9_36: Implement D3DXCreateLine and add stubbed interface for ID3DXLine + tests.
Stefan Leichter [Thu, 1 Apr 2010 21:50:54 +0000 (23:50 +0200)]
ws2_32: Partly implement level IPPROTO_IPV6 of getsockopt.
Chris Robinson [Thu, 1 Apr 2010 19:38:24 +0000 (12:38 -0700)]
openal32: Add support for ALC_EXT_thread_local_context.
Chris Robinson [Thu, 1 Apr 2010 19:43:49 +0000 (12:43 -0700)]
openal32: Remove the ALCcontext wrapper.
Assume the function pointers retrieved by alGetProcAddress are context
independent. This is not likely to change in any implementation we
care about any time soon.
Henri Verbeet [Thu, 1 Apr 2010 19:28:55 +0000 (21:28 +0200)]
wined3d: Verify all render states have a handler.
Henri Verbeet [Thu, 1 Apr 2010 19:28:54 +0000 (21:28 +0200)]
wined3d: Move handling of the unimplemented WINED3DRS_STIPPLEPATTERN states to ddraw.
Henri Verbeet [Thu, 1 Apr 2010 19:28:53 +0000 (21:28 +0200)]
wined3d: Move handling of the unimplemented WINED3DRS_BORDERCOLOR state to ddraw.
Henri Verbeet [Thu, 1 Apr 2010 19:28:52 +0000 (21:28 +0200)]
wined3d: Remove some unused render states.
Henri Verbeet [Thu, 1 Apr 2010 19:28:51 +0000 (21:28 +0200)]
wined3d: Add a state handler for WINED3DRS_ZVISIBLE.
Henri Verbeet [Thu, 1 Apr 2010 19:28:50 +0000 (21:28 +0200)]
wined3d: Verify state representatives represent themselves.
This ensures there's no multilevel indirection in the state table.
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.