wine
16 years agowined3d: Add dp2add support to arb shaders.
Stefan Dösinger [Wed, 5 Sep 2007 14:46:12 +0000 (16:46 +0200)] 
wined3d: Add dp2add support to arb shaders.

16 years agowined3d: Add crs and pow instruction support.
Stefan Dösinger [Wed, 5 Sep 2007 14:27:10 +0000 (16:27 +0200)] 
wined3d: Add crs and pow instruction support.

16 years agowined3d: Handle modifiers in cmp.
Stefan Dösinger [Wed, 5 Sep 2007 14:10:26 +0000 (16:10 +0200)] 
wined3d: Handle modifiers in cmp.

16 years agomshtml: Use get_nsinterface in set_ns_editmode and get_editor_controller.
Jacek Caban [Wed, 26 Sep 2007 18:47:02 +0000 (20:47 +0200)] 
mshtml: Use get_nsinterface in set_ns_editmode and get_editor_controller.

16 years agomshtml: Use get_nsinterface in exec_print and do_ns_command.
Jacek Caban [Wed, 26 Sep 2007 18:46:14 +0000 (20:46 +0200)] 
mshtml: Use get_nsinterface in exec_print and do_ns_command.

16 years agomshtml: Added generic get_nsinterface function and use it in get_ns_command_state.
Jacek Caban [Wed, 26 Sep 2007 18:46:37 +0000 (20:46 +0200)] 
mshtml: Added generic get_nsinterface function and use it in get_ns_command_state.

16 years agomshtml: Added IDM_COPY in browse mode implementation.
Jacek Caban [Wed, 26 Sep 2007 18:45:31 +0000 (20:45 +0200)] 
mshtml: Added IDM_COPY in browse mode implementation.

16 years agomshtml: Ignore app's User-Agent header and Content-Type if there is no data to post.
Jacek Caban [Wed, 26 Sep 2007 18:45:09 +0000 (20:45 +0200)] 
mshtml: Ignore app's User-Agent header and Content-Type if there is no data to post.

16 years agomshtml: Forward IHTMLTextContainer::put_scrollTop and put_scrollLeft calls to IHTMLEl...
Jacek Caban [Wed, 26 Sep 2007 18:44:54 +0000 (20:44 +0200)] 
mshtml: Forward IHTMLTextContainer::put_scrollTop and put_scrollLeft calls to IHTMLElement2 interface.

16 years agomshtml: Added IHTMLElement2::put_scrollTop and put_scrollLeft implementation.
Jacek Caban [Wed, 26 Sep 2007 18:44:37 +0000 (20:44 +0200)] 
mshtml: Added IHTMLElement2::put_scrollTop and put_scrollLeft implementation.

16 years agomshtml: Added get_compatMode implementation.
Jacek Caban [Wed, 26 Sep 2007 18:44:14 +0000 (20:44 +0200)] 
mshtml: Added get_compatMode implementation.

16 years agomshtml: Added IHTMLDocument5 interface stub implementation.
Jacek Caban [Wed, 26 Sep 2007 18:43:52 +0000 (20:43 +0200)] 
mshtml: Added IHTMLDocument5 interface stub implementation.

16 years agohlink: Added HlinkGetSpecialReference stub.
Jacek Caban [Wed, 26 Sep 2007 17:45:27 +0000 (19:45 +0200)] 
hlink: Added HlinkGetSpecialReference stub.

16 years agocrypt32: Add missing parameter to a TRACE.
Michael Stefaniuc [Wed, 26 Sep 2007 16:57:38 +0000 (18:57 +0200)] 
crypt32: Add missing parameter to a TRACE.

16 years agoadvapi32: Move the storage specifier to the beginning of the declaration.
Michael Stefaniuc [Wed, 26 Sep 2007 16:57:07 +0000 (18:57 +0200)] 
advapi32: Move the storage specifier to the beginning of the declaration.

16 years agodsound: Check if hardware buffer is big enough before accepting it.
Maarten Lankhorst [Tue, 25 Sep 2007 12:19:07 +0000 (14:19 +0200)] 
dsound: Check if hardware buffer is big enough before accepting it.

16 years agowineoss: Silence some harmless warnings.
Maarten Lankhorst [Mon, 24 Sep 2007 18:33:50 +0000 (20:33 +0200)] 
wineoss: Silence some harmless warnings.

16 years agoriched20: EM_SETCHARFORMAT must return 0, not assert, on invalid struct size.
Alex Villacís Lasso [Wed, 26 Sep 2007 17:58:24 +0000 (12:58 -0500)] 
riched20: EM_SETCHARFORMAT must return 0, not assert, on invalid struct size.

16 years agowidl: Fix array alignment bug.
Dan Hipschman [Thu, 27 Sep 2007 00:34:25 +0000 (17:34 -0700)] 
widl: Fix array alignment bug.

16 years agowidl: Fix string codes in pointer descriptions.
Dan Hipschman [Wed, 26 Sep 2007 18:32:47 +0000 (11:32 -0700)] 
widl: Fix string codes in pointer descriptions.

16 years agowidl: Fix top-level conformant arrays with pointer attributes.
Dan Hipschman [Wed, 26 Sep 2007 18:32:08 +0000 (11:32 -0700)] 
widl: Fix top-level conformant arrays with pointer attributes.

16 years agogdi32: Move the generic part of FontIsLinked() to font.c.
Alexandre Julliard [Wed, 26 Sep 2007 18:21:34 +0000 (20:21 +0200)] 
gdi32: Move the generic part of FontIsLinked() to font.c.

16 years agogdi32: Don't pass a DC handle to WineEngGetFontUnicodeRanges.
Alexandre Julliard [Wed, 26 Sep 2007 18:17:13 +0000 (20:17 +0200)] 
gdi32: Don't pass a DC handle to WineEngGetFontUnicodeRanges.

16 years agogdi32: Don't hold the gdi lock while calling DC driver functions.
Alexandre Julliard [Wed, 26 Sep 2007 15:51:41 +0000 (17:51 +0200)] 
gdi32: Don't hold the gdi lock while calling DC driver functions.

16 years agogdi32: Don't hold the gdi lock while creating a DC.
Alexandre Julliard [Wed, 26 Sep 2007 15:39:25 +0000 (17:39 +0200)] 
gdi32: Don't hold the gdi lock while creating a DC.

16 years agoriched20: EM_SETCHARFORMAT must return 1 on success, not 0.
Alex Villacís Lasso [Tue, 25 Sep 2007 20:11:14 +0000 (15:11 -0500)] 
riched20: EM_SETCHARFORMAT must return 1 on success, not 0.

16 years agocrypt32: Partially implement CryptQueryObject.
Juan Lang [Tue, 25 Sep 2007 21:45:29 +0000 (14:45 -0700)] 
crypt32: Partially implement CryptQueryObject.

16 years agowineconsole: Default to the user backend, falling back to curses if we can't create...
Alexandre Julliard [Wed, 26 Sep 2007 12:21:46 +0000 (14:21 +0200)] 
wineconsole: Default to the user backend, falling back to curses if we can't create a window.

16 years agoserver: Implement server-side completion queues and operations on them.
Andrey Turkin [Mon, 17 Sep 2007 20:00:45 +0000 (00:00 +0400)] 
server: Implement server-side completion queues and operations on them.

16 years agoitss: Fix a typo.
Andrew Talbot [Tue, 25 Sep 2007 20:59:30 +0000 (21:59 +0100)] 
itss: Fix a typo.

16 years agoshell32: Implement SHCreatePropSheetExtArrayEx.
Thomas Weidenmueller [Tue, 25 Sep 2007 17:58:40 +0000 (11:58 -0600)] 
shell32: Implement SHCreatePropSheetExtArrayEx.

16 years agoshell32: shlview: Change some more ANSI calls to Unicode.
Mikołaj Zalewski [Wed, 26 Sep 2007 05:58:31 +0000 (22:58 -0700)] 
shell32: shlview: Change some more ANSI calls to Unicode.

16 years agoshell32: Make the shell view control Unicode.
Mikołaj Zalewski [Wed, 26 Sep 2007 06:56:57 +0000 (23:56 -0700)] 
shell32: Make the shell view control Unicode.

16 years agowinecfg: Implement audio test.
EA Durbin [Tue, 25 Sep 2007 05:00:35 +0000 (00:00 -0500)] 
winecfg: Implement audio test.

16 years agowineps.drv: Fix end of list check in PSDRV_UpdateDevCaps().
Alexandre Julliard [Wed, 26 Sep 2007 10:11:51 +0000 (12:11 +0200)] 
wineps.drv: Fix end of list check in PSDRV_UpdateDevCaps().

16 years agoadvapi32: Make ConvertSidToStringSid use helper functions of ConvertSecurityDescripto...
Mikolaj Zalewski [Tue, 25 Sep 2007 20:13:38 +0000 (13:13 -0700)] 
advapi32: Make ConvertSidToStringSid use helper functions of ConvertSecurityDescriptorToStringSecurityDescriptor.

16 years agoadvapi32: Implement ConvertSecurityDescriptorToStringSecurityDescriptor[AW].
Mikolaj Zalewski [Tue, 25 Sep 2007 20:12:50 +0000 (13:12 -0700)] 
advapi32: Implement ConvertSecurityDescriptorToStringSecurityDescriptor[AW].

16 years agoinclude: Fix the definition of VALID_INHERIT_FLAGS.
Mikolaj Zalewski [Tue, 25 Sep 2007 18:38:23 +0000 (11:38 -0700)] 
include: Fix the definition of VALID_INHERIT_FLAGS.

16 years agowine.inf: add four keys found on Windows XP to Active Setup\Installed Components.
Mikolaj Zalewski [Tue, 25 Sep 2007 21:22:07 +0000 (14:22 -0700)] 
wine.inf: add four keys found on Windows XP to Active Setup\Installed Components.

16 years agontdll: Avoid segfault with snoop for exefiles with a broken export table.
Detlef Riekenberg [Tue, 25 Sep 2007 21:15:00 +0000 (23:15 +0200)] 
ntdll: Avoid segfault with snoop for exefiles with a broken export table.

16 years agocomcat: Remove 'recursive registry key delete' function.
Stefan Leichter [Tue, 25 Sep 2007 15:21:51 +0000 (17:21 +0200)] 
comcat: Remove 'recursive registry key delete' function.

16 years agod3dxof: Remove 'recursive registry key delete' function.
Stefan Leichter [Tue, 25 Sep 2007 15:03:24 +0000 (17:03 +0200)] 
d3dxof: Remove 'recursive registry key delete' function.

16 years agouser32: Make message test pass cleanly under XP SP2.
Dmitry Timoshkov [Tue, 25 Sep 2007 10:26:57 +0000 (19:26 +0900)] 
user32: Make message test pass cleanly under XP SP2.

16 years agouser32: Implement initial stubs for all raw input functions.
L. Rahyen [Mon, 24 Sep 2007 22:22:19 +0000 (22:22 +0000)] 
user32: Implement initial stubs for all raw input functions.

16 years agoadvapi32: fix some compiler warnings when using -Wsign-compare.
Christian Gmeiner [Fri, 21 Sep 2007 20:17:23 +0000 (20:17 +0000)] 
advapi32: fix some compiler warnings when using -Wsign-compare.

16 years agows2_32/tests: Add a testcase for binding with IPv6 and IPv4 on the same port.
Philip Nilsson [Sat, 22 Sep 2007 14:19:18 +0000 (16:19 +0200)] 
ws2_32/tests: Add a testcase for binding with IPv6 and IPv4 on the same port.

16 years agows2_32: Set IPV6_V6ONLY when required to be compatible with Windows.
Philip Nilsson [Sat, 22 Sep 2007 14:18:55 +0000 (16:18 +0200)] 
ws2_32: Set IPV6_V6ONLY when required to be compatible with Windows.

16 years agowininet: When sending INTERNET_STATUS_HANDLE_CLOSING make sure the freed handle is...
Misha Koshelev [Sat, 22 Sep 2007 02:27:48 +0000 (21:27 -0500)] 
wininet: When sending INTERNET_STATUS_HANDLE_CLOSING make sure the freed handle is not yet available.

16 years agowgl: Override glFinish and glFlush.
Chris Robinson [Sun, 23 Sep 2007 03:45:27 +0000 (20:45 -0700)] 
wgl: Override glFinish and glFlush.

16 years agowinex11.drv: Load the XComposite extension when available.
Chris Robinson [Sun, 23 Sep 2007 01:19:08 +0000 (18:19 -0700)] 
winex11.drv: Load the XComposite extension when available.

16 years agocomdlg32/tests: Remove debug code and the tabs.
Detlef Riekenberg [Mon, 24 Sep 2007 19:18:10 +0000 (21:18 +0200)] 
comdlg32/tests: Remove debug code and the tabs.

16 years agocomdlg32/tests: Add tests for PRINTDLG->hDevNames.
Detlef Riekenberg [Mon, 24 Sep 2007 13:41:09 +0000 (15:41 +0200)] 
comdlg32/tests: Add tests for PRINTDLG->hDevNames.

16 years agomsvcrt: New implementation of fcvt.
Karl Relton [Mon, 24 Sep 2007 19:10:36 +0000 (20:10 +0100)] 
msvcrt: New implementation of fcvt.

16 years agowtsapi32: Add stub for WTSUnRegisterSessionNotification.
Louis Lenders [Mon, 17 Sep 2007 18:27:09 +0000 (19:27 +0100)] 
wtsapi32: Add stub for WTSUnRegisterSessionNotification.

16 years agowtsapi32: Add stub for WTSRegisterSessionNotification.
Louis Lenders [Mon, 17 Sep 2007 18:11:23 +0000 (19:11 +0100)] 
wtsapi32: Add stub for WTSRegisterSessionNotification.

16 years agokernel32: Add a test for read-only mapping of a write-only section, test actual page...
Dmitry Timoshkov [Mon, 24 Sep 2007 14:41:08 +0000 (23:41 +0900)] 
kernel32: Add a test for read-only mapping of a write-only section, test actual page access rights of the mapping.

16 years agodinput: Implement GetDeviceInfo for evdev joystick.
Vitaliy Margolen [Tue, 25 Sep 2007 01:34:44 +0000 (19:34 -0600)] 
dinput: Implement GetDeviceInfo for evdev joystick.

16 years agodinput: Make default dead zone configurable.
Vitaliy Margolen [Tue, 25 Sep 2007 01:34:38 +0000 (19:34 -0600)] 
dinput: Make default dead zone configurable.

16 years agodinput: Add a helper function to open configuration registry keys.
Vitaliy Margolen [Tue, 25 Sep 2007 01:34:32 +0000 (19:34 -0600)] 
dinput: Add a helper function to open configuration registry keys.

16 years agodinput: Move get_config_key to a common place.
Vitaliy Margolen [Tue, 25 Sep 2007 01:34:27 +0000 (19:34 -0600)] 
dinput: Move get_config_key to a common place.

16 years agowidl: Clean up write_conf_or_var_desc with string_of_type.
Dan Hipschman [Tue, 25 Sep 2007 02:17:46 +0000 (19:17 -0700)] 
widl: Clean up write_conf_or_var_desc with string_of_type.

16 years agoole32/tests: Remove test that tries to create a huge file on Windows.
Alexandre Julliard [Tue, 25 Sep 2007 09:38:31 +0000 (11:38 +0200)] 
ole32/tests: Remove test that tries to create a huge file on Windows.

16 years agowined3d: Add modifier handling to cnd in arb.
Stefan Dösinger [Wed, 5 Sep 2007 14:08:48 +0000 (16:08 +0200)] 
wined3d: Add modifier handling to cnd in arb.

16 years agowined3d: Implement WINED3DSI_TEXLD_BIAS in arb.
Stefan Dösinger [Wed, 5 Sep 2007 14:18:54 +0000 (16:18 +0200)] 
wined3d: Implement WINED3DSI_TEXLD_BIAS in arb.

16 years agowined3d: Add support for some unimplemented instructions to arb shaders.
Stefan Dösinger [Mon, 24 Sep 2007 23:00:27 +0000 (01:00 +0200)] 
wined3d: Add support for some unimplemented instructions to arb shaders.

16 years agowined3d: Improve projected texture handling in arb.
Stefan Dösinger [Tue, 4 Sep 2007 15:47:05 +0000 (17:47 +0200)] 
wined3d: Improve projected texture handling in arb.

16 years agowined3d: Put V8U8 back into the UNKNOWN format group.
Stefan Dösinger [Mon, 24 Sep 2007 14:16:31 +0000 (16:16 +0200)] 
wined3d: Put V8U8 back into the UNKNOWN format group.

16 years agosetupapi: Implement SetupDiGetClassDevsExA.
Juan Lang [Mon, 24 Sep 2007 20:32:46 +0000 (13:32 -0700)] 
setupapi: Implement SetupDiGetClassDevsExA.

16 years agosetupapi: Implement SetupDiGetClassDevsA on top of SetupDiGetClassDevsExW.
Juan Lang [Mon, 24 Sep 2007 20:02:58 +0000 (13:02 -0700)] 
setupapi: Implement SetupDiGetClassDevsA on top of SetupDiGetClassDevsExW.

16 years agosetupapi: Implement SetupDiGetClassDevsW on top of SetupDiGetClassDevsExW.
Juan Lang [Mon, 24 Sep 2007 20:02:01 +0000 (13:02 -0700)] 
setupapi: Implement SetupDiGetClassDevsW on top of SetupDiGetClassDevsExW.

16 years agosetupapi: Partially implement SetupDiGetClassDevsExW.
Juan Lang [Mon, 24 Sep 2007 20:00:42 +0000 (13:00 -0700)] 
setupapi: Partially implement SetupDiGetClassDevsExW.

16 years agosetupapi: Implement SetupDiGetDeviceInfoListDetailA/W.
Juan Lang [Mon, 24 Sep 2007 19:45:42 +0000 (12:45 -0700)] 
setupapi: Implement SetupDiGetDeviceInfoListDetailA/W.

16 years agoddraw: Remove 'recursive registry key delete' function.
Stefan Leichter [Tue, 25 Sep 2007 08:07:49 +0000 (10:07 +0200)] 
ddraw: Remove 'recursive registry key delete' function.

16 years agoddrawex: Remove 'recursive registry key delete' function.
Stefan Leichter [Tue, 25 Sep 2007 07:56:47 +0000 (09:56 +0200)] 
ddrawex: Remove 'recursive registry key delete' function.

16 years agoadvapi32: Make ConvertStringSidToSid not to ignore the first subauthority.
Mikolaj Zalewski [Tue, 25 Sep 2007 02:04:11 +0000 (19:04 -0700)] 
advapi32: Make ConvertStringSidToSid not to ignore the first subauthority.

16 years agoadvapi32: Add AddAuditAccessAceEx.
Mikolaj Zalewski [Tue, 25 Sep 2007 00:30:30 +0000 (17:30 -0700)] 
advapi32: Add AddAuditAccessAceEx.

16 years agontdll: Add RtlAddAuditAccessAceEx.
Mikolaj Zalewski [Tue, 25 Sep 2007 00:20:36 +0000 (17:20 -0700)] 
ntdll: Add RtlAddAuditAccessAceEx.

16 years agoadvapi32: Fix a test.
Mikolaj Zalewski [Mon, 24 Sep 2007 23:56:32 +0000 (16:56 -0700)] 
advapi32: Fix a test.

16 years agoole32: Free memory on error path (found by Smatch).
Michael Stefaniuc [Mon, 24 Sep 2007 23:15:07 +0000 (01:15 +0200)] 
ole32: Free memory on error path (found by Smatch).

16 years agogdi32: Fix a memory leak.
Andrew Talbot [Mon, 24 Sep 2007 20:13:57 +0000 (21:13 +0100)] 
gdi32: Fix a memory leak.

16 years agogdi32: Don't hold the GDI lock while calling the driver printer functions.
Alexandre Julliard [Mon, 24 Sep 2007 16:23:42 +0000 (18:23 +0200)] 
gdi32: Don't hold the GDI lock while calling the driver printer functions.

16 years agogdi32: Don't hold the GDI lock while calling the driver clipping functions.
Alexandre Julliard [Mon, 24 Sep 2007 16:19:14 +0000 (18:19 +0200)] 
gdi32: Don't hold the GDI lock while calling the driver clipping functions.

16 years agogdi32: Don't hold the GDI lock while calling the driver OpenGL functions.
Alexandre Julliard [Mon, 24 Sep 2007 16:17:21 +0000 (18:17 +0200)] 
gdi32: Don't hold the GDI lock while calling the driver OpenGL functions.

16 years agogdi32: Don't hold the GDI lock while calling the driver painting functions.
Alexandre Julliard [Mon, 24 Sep 2007 16:16:48 +0000 (18:16 +0200)] 
gdi32: Don't hold the GDI lock while calling the driver painting functions.

16 years agogdi32: Don't hold the GDI lock while calling the driver path functions.
Alexandre Julliard [Mon, 24 Sep 2007 16:16:29 +0000 (18:16 +0200)] 
gdi32: Don't hold the GDI lock while calling the driver path functions.

16 years agogdi32: Don't hold the GDI lock while calling the driver mapping functions.
Alexandre Julliard [Mon, 24 Sep 2007 16:16:15 +0000 (18:16 +0200)] 
gdi32: Don't hold the GDI lock while calling the driver mapping functions.

16 years agomsvcrt: Implement _wspawnv{, e, p, pe}.
Hans Leidekker [Fri, 21 Sep 2007 13:50:01 +0000 (15:50 +0200)] 
msvcrt: Implement _wspawnv{, e, p, pe}.

16 years agomsvcrt: Implement _wsearchenv.
Hans Leidekker [Fri, 21 Sep 2007 13:49:37 +0000 (15:49 +0200)] 
msvcrt: Implement _wsearchenv.

16 years agosetupapi: When freeing an interface, delete it from the registry if its device is...
Juan Lang [Sat, 22 Sep 2007 00:08:51 +0000 (17:08 -0700)] 
setupapi: When freeing an interface, delete it from the registry if its device is a phantom.

16 years agosetupapi: Implement SetupDiDeleteDeviceInterfaceRegKey.
Juan Lang [Sat, 22 Sep 2007 00:08:28 +0000 (17:08 -0700)] 
setupapi: Implement SetupDiDeleteDeviceInterfaceRegKey.

16 years agosetupapi: Save interface to registry when creating it.
Juan Lang [Sat, 22 Sep 2007 00:08:01 +0000 (17:08 -0700)] 
setupapi: Save interface to registry when creating it.

16 years agosetupapi: Store pointer to set in device, and use it to make sure that a device is...
Juan Lang [Sat, 22 Sep 2007 00:07:37 +0000 (17:07 -0700)] 
setupapi: Store pointer to set in device, and use it to make sure that a device is a member of a set.

16 years agosetupapi: Implement SetupDiCreateDeviceInterfaceRegKeyA/W.
Juan Lang [Sat, 22 Sep 2007 00:07:16 +0000 (17:07 -0700)] 
setupapi: Implement SetupDiCreateDeviceInterfaceRegKeyA/W.

16 years agosetupapi: Return the interface's device from SetupDiGetDeviceInterfaceDetailA/W.
Juan Lang [Sat, 22 Sep 2007 00:06:46 +0000 (17:06 -0700)] 
setupapi: Return the interface's device from SetupDiGetDeviceInterfaceDetailA/W.

16 years agosetupapi: Store pointer to an interface's device in the interface instance.
Juan Lang [Sat, 22 Sep 2007 00:06:18 +0000 (17:06 -0700)] 
setupapi: Store pointer to an interface's device in the interface instance.

16 years agosetupapi: Add stubs for SetupDiCreateDeviceInterfaceRegKeyA/W.
Juan Lang [Sat, 22 Sep 2007 00:05:48 +0000 (17:05 -0700)] 
setupapi: Add stubs for SetupDiCreateDeviceInterfaceRegKeyA/W.

16 years agosetupapi: Convert device's interfaces to a standard list.
Juan Lang [Sat, 22 Sep 2007 00:04:09 +0000 (17:04 -0700)] 
setupapi: Convert device's interfaces to a standard list.

16 years agosetupapi: Fix prototype of SetupDiCreateDeviceInterfaceRegKeyA/W.
Juan Lang [Sat, 22 Sep 2007 00:03:31 +0000 (17:03 -0700)] 
setupapi: Fix prototype of SetupDiCreateDeviceInterfaceRegKeyA/W.

16 years agosetupapi: Create symbolic link value when interface is created.
Juan Lang [Fri, 21 Sep 2007 18:56:45 +0000 (11:56 -0700)] 
setupapi: Create symbolic link value when interface is created.

16 years agosetupapi: Add test showing value of path.
Juan Lang [Fri, 21 Sep 2007 18:39:27 +0000 (11:39 -0700)] 
setupapi: Add test showing value of path.