wine
17 years agontoskrnl.exe: Fix the PsCreateSystemThread() prototype and declare it in wdm.h.
Francois Gouget [Thu, 27 Sep 2007 16:53:23 +0000 (18:53 +0200)] 
ntoskrnl.exe: Fix the PsCreateSystemThread() prototype and declare it in wdm.h.

Add a prototype for PsTerminateSystemThread().

17 years agoincludes: Make headers C++ compatible.
Francois Gouget [Thu, 27 Sep 2007 16:50:21 +0000 (18:50 +0200)] 
includes: Make headers C++ compatible.

17 years agoincludes: Remove unneeded extern "C" statements.
Francois Gouget [Thu, 27 Sep 2007 16:47:24 +0000 (18:47 +0200)] 
includes: Remove unneeded extern "C" statements.

17 years agoriched20/tests: Add '\n's to ok() calls.
Francois Gouget [Thu, 27 Sep 2007 16:29:08 +0000 (18:29 +0200)] 
riched20/tests: Add '\n's to ok() calls.

17 years agowineoss.drv: Add support for $MIDIDEV to match $AUDIODEV and $MIXERDEV.
Francois Gouget [Thu, 27 Sep 2007 16:29:02 +0000 (18:29 +0200)] 
wineoss.drv: Add support for $MIDIDEV to match $AUDIODEV and $MIXERDEV.

17 years agokernel32: Fix a memory leak.
Andrew Talbot [Wed, 26 Sep 2007 15:51:29 +0000 (16:51 +0100)] 
kernel32: Fix a memory leak.

17 years agogdiplus: Fix some memory leaks.
Andrew Talbot [Tue, 25 Sep 2007 19:52:58 +0000 (20:52 +0100)] 
gdiplus: Fix some memory leaks.

17 years agogdi32: Fix typo in FIXME (spotted by Rob Shearman).
Alexandre Julliard [Thu, 27 Sep 2007 16:05:57 +0000 (18:05 +0200)] 
gdi32: Fix typo in FIXME (spotted by Rob Shearman).

17 years agowinex11.drv: Don't call GDI functions while holding the X11 lock.
Alexandre Julliard [Thu, 27 Sep 2007 16:02:26 +0000 (18:02 +0200)] 
winex11.drv: Don't call GDI functions while holding the X11 lock.

17 years agoadvapi32: The lpServiceStartName should default to LocalSystem for Win32 services.
Mikolaj Zalewski [Wed, 26 Sep 2007 18:45:51 +0000 (11:45 -0700)] 
advapi32: The lpServiceStartName should default to LocalSystem for Win32 services.

17 years agowineoss: Only initialise midi once.
Maarten Lankhorst [Wed, 26 Sep 2007 22:19:14 +0000 (00:19 +0200)] 
wineoss: Only initialise midi once.

17 years agowinhttp: Add WinHttpGetIEProxyConfigForCurrentUser stub.
Peter Oberndorfer [Wed, 26 Sep 2007 19:22:01 +0000 (21:22 +0200)] 
winhttp: Add WinHttpGetIEProxyConfigForCurrentUser stub.

17 years agontdll: NtAreMappedFilesTheSame semi stub.
Peter Oberndorfer [Wed, 26 Sep 2007 18:50:28 +0000 (20:50 +0200)] 
ntdll: NtAreMappedFilesTheSame semi stub.

17 years agokernel32: Check for NULL output buffer in FormatMessage{A, W}.
Hans Leidekker [Wed, 26 Sep 2007 12:09:46 +0000 (14:09 +0200)] 
kernel32: Check for NULL output buffer in FormatMessage{A, W}.

17 years agoinclude/npapi.h: Add some constants.
Konstantin Kondratyuk [Wed, 26 Sep 2007 12:39:17 +0000 (16:39 +0400)] 
include/npapi.h: Add some constants.

17 years agompr: Correct usage of dwScope and dwEnumScopes.
Konstantin Kondratyuk [Wed, 26 Sep 2007 09:15:36 +0000 (13:15 +0400)] 
mpr: Correct usage of dwScope and dwEnumScopes.

17 years agomlang: Fix memory leaks in error paths (found by Smatch).
Lionel_Debroux [Wed, 26 Sep 2007 12:25:26 +0000 (14:25 +0200)] 
mlang: Fix memory leaks in error paths (found by Smatch).

17 years agomlang: Fix memory leaks in error path (found by Smatch).
Lionel_Debroux [Wed, 26 Sep 2007 12:27:32 +0000 (14:27 +0200)] 
mlang: Fix memory leaks in error path (found by Smatch).

17 years agoriched20: EM_SETCHARFORMAT must fail and return 0 with TM_PLAINTEXT and SF_SELECTION.
Alex Villacís Lasso [Wed, 26 Sep 2007 20:50:45 +0000 (15:50 -0500)] 
riched20: EM_SETCHARFORMAT must fail and return 0 with  TM_PLAINTEXT and SF_SELECTION.

17 years agoserver: Include stdarg.h in completion.c. Needed for older gcc versions.
Michael Stefaniuc [Wed, 26 Sep 2007 19:16:23 +0000 (21:16 +0200)] 
server: Include stdarg.h in completion.c. Needed for older gcc versions.

17 years agoamstream: Remove 'recursive registry key delete' function.
Stefan Leichter [Wed, 26 Sep 2007 18:54:56 +0000 (20:54 +0200)] 
amstream: Remove 'recursive registry key delete' function.

17 years agobrowseui: Remove 'recursive registry key delete' function.
Stefan Leichter [Wed, 26 Sep 2007 18:51:05 +0000 (20:51 +0200)] 
browseui: Remove 'recursive registry key delete' function.

17 years agogdi32: printdrv: Use umask for creating a spool file.
Anatoly Lyutin [Wed, 26 Sep 2007 14:28:59 +0000 (18:28 +0400)] 
gdi32: printdrv: Use umask for creating a spool file.

17 years agowinex11: Be compatible with older XComposite headers.
Chris Robinson [Wed, 26 Sep 2007 15:21:07 +0000 (08:21 -0700)] 
winex11: Be compatible with older XComposite headers.

17 years agowined3d: Add sincos support to arb shaders.
Stefan Dösinger [Wed, 26 Sep 2007 20:09:59 +0000 (22:09 +0200)] 
wined3d: Add sincos support to arb shaders.

17 years agowined3d: Implement the nrm instruction in arb.
Stefan Dösinger [Wed, 5 Sep 2007 18:09:06 +0000 (20:09 +0200)] 
wined3d: Implement the nrm instruction in arb.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

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

17 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.

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

17 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.

17 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.

17 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.

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

17 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.

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

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

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

17 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.

17 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.

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

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

17 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.

17 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.

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

17 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().

17 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.

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

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

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

17 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.

17 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.

17 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.

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

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

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

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

17 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.

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

17 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.

17 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.

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

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

17 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.

17 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.