wine
16 years agoriched20: Minimal fix for WM_SETTEXT without ES_MULTILINE style.
Alex Villacís Lasso [Thu, 27 Sep 2007 23:17:48 +0000 (18:17 -0500)] 
riched20: Minimal fix for WM_SETTEXT without ES_MULTILINE style.

16 years agowidl: Generate client and server code for using context handles.
Rob Shearman [Fri, 28 Sep 2007 00:38:27 +0000 (17:38 -0700)] 
widl: Generate client and server code for using context handles.

16 years agowidl: Write prototypes for context handle rundown rountines into generated header...
Rob Shearman [Fri, 28 Sep 2007 00:38:13 +0000 (17:38 -0700)] 
widl: Write prototypes for context handle rundown rountines into generated header files.

16 years agoole32: Added version resource for ole2nls.dll.
Stefan Leichter [Thu, 27 Sep 2007 16:02:50 +0000 (18:02 +0200)] 
ole32: Added version resource for ole2nls.dll.

16 years agocrypt32: Support PKCS messages wrapped in a PKCS content info in CryptQueryObject.
Juan Lang [Thu, 27 Sep 2007 17:01:30 +0000 (10:01 -0700)] 
crypt32: Support PKCS messages wrapped in a PKCS content info in CryptQueryObject.

16 years agocrypt32: Fix CryptQueryObject for embedded PKCS7 signatures.
Juan Lang [Thu, 27 Sep 2007 17:00:44 +0000 (10:00 -0700)] 
crypt32: Fix CryptQueryObject for embedded PKCS7 signatures.

16 years agogdi32: Don't hold the GDI lock while calling the driver SelectFont function.
Alexandre Julliard [Thu, 27 Sep 2007 19:01:00 +0000 (21:01 +0200)] 
gdi32: Don't hold the GDI lock while calling the driver SelectFont function.

16 years agogdi32: Don't hold the GDI lock while calling the SelectObject backends.
Alexandre Julliard [Thu, 27 Sep 2007 19:00:44 +0000 (21:00 +0200)] 
gdi32: Don't hold the GDI lock while calling the SelectObject backends.

16 years agogdi32: Move the object refcount handling to the SelectObject backend functions.
Alexandre Julliard [Thu, 27 Sep 2007 18:57:02 +0000 (20:57 +0200)] 
gdi32: Move the object refcount handling to the SelectObject backend functions.

16 years agogdi32: Don't pass an object pointer to the SelectObject backend functions.
Alexandre Julliard [Thu, 27 Sep 2007 18:14:13 +0000 (20:14 +0200)] 
gdi32: Don't pass an object pointer to the SelectObject backend functions.

16 years agowinex11.drv: Always drag the full window for top-level windows to avoid having to...
Alexandre Julliard [Thu, 27 Sep 2007 18:13:57 +0000 (20:13 +0200)] 
winex11.drv: Always drag the full window for top-level windows to avoid having to grab the server.

16 years agorpcrt4/tests: Remove static keywords that hide test failures.
Alexandre Julliard [Thu, 27 Sep 2007 18:13:21 +0000 (20:13 +0200)] 
rpcrt4/tests: Remove static keywords that hide test failures.

16 years agoAssorted spelling fixes.
Francois Gouget [Thu, 27 Sep 2007 16:57:51 +0000 (18:57 +0200)] 
Assorted spelling fixes.

16 years agowinapi: Assorted win32.api updates.
Francois Gouget [Thu, 27 Sep 2007 16:58:00 +0000 (18:58 +0200)] 
winapi: Assorted win32.api updates.

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

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

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

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

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

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

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

16 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).

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

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

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

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

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

16 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}.

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

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

16 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).

16 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).

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

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

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

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

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

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

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

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

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.