wine
14 years agontdll: Define correct address space limits for x86_64.
Alexandre Julliard [Thu, 27 Aug 2009 17:46:45 +0000 (19:46 +0200)] 
ntdll: Define correct address space limits for x86_64.

14 years agontdll: Return the expected length in NtQueryInformationProcess.
Alexandre Julliard [Thu, 27 Aug 2009 17:46:28 +0000 (19:46 +0200)] 
ntdll: Return the expected length in NtQueryInformationProcess.

14 years agontdll: Fix a couple of system information structures for 64-bit.
Alexandre Julliard [Thu, 27 Aug 2009 17:30:50 +0000 (19:30 +0200)] 
ntdll: Fix a couple of system information structures for 64-bit.

14 years agontdll: Fix handling of the duplicate MxCsr entry in the x86_64 context.
Alexandre Julliard [Thu, 27 Aug 2009 14:38:47 +0000 (16:38 +0200)] 
ntdll: Fix handling of the duplicate MxCsr entry in the x86_64 context.

14 years agoinclude: Add msdadc.idl.
Huw Davies [Thu, 27 Aug 2009 11:34:59 +0000 (12:34 +0100)] 
include: Add msdadc.idl.

14 years agopsapi: Add version resource.
Louis Lenders [Thu, 27 Aug 2009 10:10:57 +0000 (12:10 +0200)] 
psapi: Add version resource.

14 years agodbghelp: Add version resource.
Louis Lenders [Thu, 27 Aug 2009 09:57:36 +0000 (11:57 +0200)] 
dbghelp: Add version resource.

14 years agodxdiag: Add basic command line parsing.
Austin English [Wed, 26 Aug 2009 20:38:02 +0000 (15:38 -0500)] 
dxdiag: Add basic command line parsing.

Based on a patch by Dan Kegel.

14 years agodxdiag: Make dxdiag a Unicode rather than ANSI program.
Austin English [Wed, 26 Aug 2009 20:40:40 +0000 (15:40 -0500)] 
dxdiag: Make dxdiag a Unicode rather than ANSI program.

14 years agowinedbg: Resolve typedefs when checking for user defined type.
Dylan Smith [Wed, 26 Aug 2009 18:18:16 +0000 (14:18 -0400)] 
winedbg: Resolve typedefs when checking for user defined type.

All that matters is that the real type is a user defined type (e.g.
structure, class, or union), so I used types_get_real_type instead of
types_get_info to avoid issues with typedefs.

14 years agowinedbg: Extract address from expression for listing source at address.
Dylan Smith [Wed, 26 Aug 2009 18:18:07 +0000 (14:18 -0400)] 
winedbg: Extract address from expression for listing source at address.

14 years agod3d10: Parse variable flag.
Rico Schüller [Wed, 26 Aug 2009 20:30:40 +0000 (22:30 +0200)] 
d3d10: Parse variable flag.

14 years agod3d10: Identify some more unknowns in parse_fx10.
Rico Schüller [Wed, 26 Aug 2009 20:30:32 +0000 (22:30 +0200)] 
d3d10: Identify some more unknowns in parse_fx10.

14 years agoole32: Add a stub for CoGetCurrentLogicalThreadId.
Austin English [Wed, 26 Aug 2009 18:07:06 +0000 (13:07 -0500)] 
ole32: Add a stub for CoGetCurrentLogicalThreadId.

14 years agotools: Take into account the executable extension when looking for tools in the path.
Alexandre Julliard [Thu, 27 Aug 2009 11:35:46 +0000 (13:35 +0200)] 
tools: Take into account the executable extension when looking for tools in the path.

14 years agogdiplus: Implement GdipIsVisibleRect.
Andrew Eikum [Wed, 26 Aug 2009 23:03:13 +0000 (18:03 -0500)] 
gdiplus: Implement GdipIsVisibleRect.

14 years agogdiplus: Implement GdipIsVisiblePoint.
Andrew Eikum [Wed, 26 Aug 2009 23:03:11 +0000 (18:03 -0500)] 
gdiplus: Implement GdipIsVisiblePoint.

14 years agogdiplus: Add utility function get_visible_clip_region.
Andrew Eikum [Wed, 26 Aug 2009 23:03:08 +0000 (18:03 -0500)] 
gdiplus: Add utility function get_visible_clip_region.

14 years agouser32: Fix DLL injection problem using LOAD_WITH_ALTERED_SEARCH_PATH.
Hongbo Ni [Thu, 27 Aug 2009 01:18:14 +0000 (11:18 +1000)] 
user32: Fix DLL injection problem using LOAD_WITH_ALTERED_SEARCH_PATH.

14 years agojscript: Create undeclared values to script_disp instead of var_disp.
Jacek Caban [Wed, 26 Aug 2009 23:22:17 +0000 (01:22 +0200)] 
jscript: Create undeclared values to script_disp instead of var_disp.

14 years agojscript: Return "undefined" type for invalid references.
Jacek Caban [Wed, 26 Aug 2009 23:21:56 +0000 (01:21 +0200)] 
jscript: Return "undefined" type for invalid references.

14 years agojscript: Throw an exception when evaluating invalid identifier instead of on lookup...
Jacek Caban [Wed, 26 Aug 2009 23:21:38 +0000 (01:21 +0200)] 
jscript: Throw an exception when evaluating invalid identifier instead of on lookup failure.

14 years agojscript: Don't require semicolon after function declaration.
Jacek Caban [Wed, 26 Aug 2009 23:21:03 +0000 (01:21 +0200)] 
jscript: Don't require semicolon after function declaration.

14 years agojscript: Fixed parsing regexps starting with '='.
Jacek Caban [Wed, 26 Aug 2009 23:20:37 +0000 (01:20 +0200)] 
jscript: Fixed parsing regexps starting with '='.

14 years agowined3d: Remove trailing spaces.
Henri Verbeet [Thu, 27 Aug 2009 08:04:56 +0000 (10:04 +0200)] 
wined3d: Remove trailing spaces.

14 years agod3d10: Add the ID3D10EffectVectorVariable interface.
Henri Verbeet [Thu, 27 Aug 2009 08:04:55 +0000 (10:04 +0200)] 
d3d10: Add the ID3D10EffectVectorVariable interface.

14 years agod3d10: Add the ID3D10EffectScalarVariable interface.
Henri Verbeet [Thu, 27 Aug 2009 08:04:54 +0000 (10:04 +0200)] 
d3d10: Add the ID3D10EffectScalarVariable interface.

14 years agowined3d: Get rid of a redundant memset() in device_stream_info_from_declaration().
Henri Verbeet [Thu, 27 Aug 2009 08:04:53 +0000 (10:04 +0200)] 
wined3d: Get rid of a redundant memset() in device_stream_info_from_declaration().

14 years agowined3d: Properly check if an attribute is used in drawStridedInstanced().
Henri Verbeet [Thu, 27 Aug 2009 08:04:52 +0000 (10:04 +0200)] 
wined3d: Properly check if an attribute is used in drawStridedInstanced().

14 years agouser32: Remove a stray ';' that produces an empty if condition.
Michael Stefaniuc [Wed, 26 Aug 2009 22:30:56 +0000 (00:30 +0200)] 
user32: Remove a stray ';' that produces an empty if condition.

14 years agomshtml: Update wine_url in nsIURL::SetQuery.
Jacek Caban [Wed, 26 Aug 2009 21:14:20 +0000 (23:14 +0200)] 
mshtml: Update wine_url in nsIURL::SetQuery.

14 years agomshtml: Wrap nsIURL interface.
Jacek Caban [Thu, 27 Aug 2009 09:31:14 +0000 (11:31 +0200)] 
mshtml: Wrap nsIURL interface.

14 years agomshtml: Remove no longer used create_nsstream.
Jacek Caban [Wed, 26 Aug 2009 21:13:29 +0000 (23:13 +0200)] 
mshtml: Remove no longer used create_nsstream.

14 years agocrypt32: Fix a test failure on Windows 7.
Juan Lang [Wed, 26 Aug 2009 15:56:55 +0000 (08:56 -0700)] 
crypt32: Fix a test failure on Windows 7.

14 years agocomctl32: Return the number of characters copied in WM_GETTEXT even if the buffer...
Juan Lang [Wed, 26 Aug 2009 15:50:39 +0000 (08:50 -0700)] 
comctl32: Return the number of characters copied in WM_GETTEXT even if the buffer is too small.

14 years agowined3d: Delete meaningless UNIX GL driver version parsing.
Jörg Höhle [Sun, 23 Aug 2009 17:35:36 +0000 (19:35 +0200)] 
wined3d: Delete meaningless UNIX GL driver version parsing.

14 years agontdll: Correctly jump to the modified context after an exception on x86_64.
Alexandre Julliard [Wed, 26 Aug 2009 19:24:17 +0000 (21:24 +0200)] 
ntdll: Correctly jump to the modified context after an exception on x86_64.

14 years agoriched20: Make sure we have a valid ITextHost vtable for all platforms.
Alexandre Julliard [Wed, 26 Aug 2009 19:23:52 +0000 (21:23 +0200)] 
riched20: Make sure we have a valid ITextHost vtable for all platforms.

14 years agoinclude: Add msdaguid.h.
Huw Davies [Wed, 26 Aug 2009 13:14:38 +0000 (14:14 +0100)] 
include: Add msdaguid.h.

14 years agouser32: Use IDOK as default identifier in a template.
Sergey Khodych [Tue, 25 Aug 2009 14:19:24 +0000 (17:19 +0300)] 
user32: Use IDOK as default identifier in a template.

14 years agouser32: edit: Improve handling of WM_KEYDOWN VK_RETURN in a dialog mode.
Sergey Khodych [Tue, 25 Aug 2009 15:01:05 +0000 (18:01 +0300)] 
user32: edit: Improve handling of WM_KEYDOWN VK_RETURN in a dialog mode.

14 years agouser32: edit: Improve handling of WM_KEYDOWN VK_TAB in a dialog mode.
Sergey Khodych [Sun, 23 Aug 2009 22:47:15 +0000 (01:47 +0300)] 
user32: edit: Improve handling of WM_KEYDOWN VK_TAB in a dialog mode.

14 years agouser32: edit: Improve handling of WM_KEYDOWN VK_ESCAPE in a dialog mode.
Sergey Khodych [Sun, 23 Aug 2009 21:33:20 +0000 (00:33 +0300)] 
user32: edit: Improve handling of WM_KEYDOWN VK_ESCAPE in a dialog mode.

14 years agouser32: edit: Use a dialog mode after receiving WM_GETDLGCODE message.
Sergey Khodych [Sun, 23 Aug 2009 21:10:01 +0000 (00:10 +0300)] 
user32: edit: Use a dialog mode after receiving WM_GETDLGCODE message.

Tests show that the edit control uses a dialog mode after receiving
WM_GETDLGCODE message and it doesn't depend on whether the edit control
has a parent window.

14 years agouser32/tests: Fix test failure on Win7.
Ge van Geldorp [Mon, 24 Aug 2009 12:31:19 +0000 (14:31 +0200)] 
user32/tests: Fix test failure on Win7.

14 years agokernel32/tests: Remove test that crashes on Win7.
Ge van Geldorp [Mon, 24 Aug 2009 12:15:28 +0000 (14:15 +0200)] 
kernel32/tests: Remove test that crashes on Win7.

14 years agogdiplus: Implement GdipIsVisibleRegionRect.
Andrew Eikum [Tue, 25 Aug 2009 18:39:18 +0000 (13:39 -0500)] 
gdiplus: Implement GdipIsVisibleRegionRect.

14 years agogdiplus: Implement GdipIsVisibleRegionPoint.
Andrew Eikum [Tue, 25 Aug 2009 18:39:12 +0000 (13:39 -0500)] 
gdiplus: Implement GdipIsVisibleRegionPoint.

14 years agoadvapi32/tests: Fix tests on Win7.
Ge van Geldorp [Wed, 26 Aug 2009 10:40:29 +0000 (12:40 +0200)] 
advapi32/tests: Fix tests on Win7.

14 years agoadvapi32/tests: Add acceptable error codes for Win7.
Ge van Geldorp [Wed, 26 Aug 2009 10:38:27 +0000 (12:38 +0200)] 
advapi32/tests: Add acceptable error codes for Win7.

14 years agowined3d: Make it clear that glFlush and glFinish are WGL functions.
Stefan Dösinger [Wed, 26 Aug 2009 09:44:34 +0000 (11:44 +0200)] 
wined3d: Make it clear that glFlush and glFinish are WGL functions.

14 years agowined3d: Don't use WINED3DADAPTER_DEFAULT as refresh rate.
Stefan Dösinger [Wed, 26 Aug 2009 08:24:09 +0000 (10:24 +0200)] 
wined3d: Don't use WINED3DADAPTER_DEFAULT as refresh rate.

14 years agowined3d: Initialize ps_arb_max_local_constants.
Stefan Dösinger [Mon, 24 Aug 2009 14:03:13 +0000 (16:03 +0200)] 
wined3d: Initialize ps_arb_max_local_constants.

14 years agoshdocvw.inf: Add default registry key "HKCU\Software\Microsoft\Internet Explorer...
Louis Lenders [Wed, 26 Aug 2009 07:21:45 +0000 (09:21 +0200)] 
shdocvw.inf: Add default registry key "HKCU\Software\Microsoft\Internet Explorer\Settings.

14 years agowinhlp32: Italian translation update.
Davide Pizzetti [Tue, 25 Aug 2009 20:49:52 +0000 (22:49 +0200)] 
winhlp32: Italian translation update.

14 years agoregedit: Italian translation update.
Davide Pizzetti [Tue, 25 Aug 2009 20:46:11 +0000 (22:46 +0200)] 
regedit: Italian translation update.

14 years agoriched20: Make ME_SetCursorToEnd() static.
Francois Gouget [Wed, 26 Aug 2009 08:54:58 +0000 (10:54 +0200)] 
riched20: Make ME_SetCursorToEnd() static.

14 years agowindowscodecs/tests: Make some functions static.
Francois Gouget [Wed, 26 Aug 2009 08:54:50 +0000 (10:54 +0200)] 
windowscodecs/tests: Make some functions static.

14 years agontoskrnl.exe: Remove a space before a '\n'.
Francois Gouget [Wed, 26 Aug 2009 08:55:04 +0000 (10:55 +0200)] 
ntoskrnl.exe: Remove a space before a '\n'.

14 years agowrc: Add a '\n' to a parser_warning() call.
Francois Gouget [Wed, 26 Aug 2009 08:54:45 +0000 (10:54 +0200)] 
wrc: Add a '\n' to a parser_warning() call.

14 years agocomctl32/tests: Fix tooltips test failures on older Windows versions.
Alexandre Julliard [Wed, 26 Aug 2009 11:09:11 +0000 (13:09 +0200)] 
comctl32/tests: Fix tooltips test failures on older Windows versions.

14 years agocomctl32/tests: Fix tab control test failures on older Windows versions.
Alexandre Julliard [Wed, 26 Aug 2009 11:09:05 +0000 (13:09 +0200)] 
comctl32/tests: Fix tab control test failures on older Windows versions.

14 years agod3d9: Use the wined3d cs for wined3d locking.
Henri Verbeet [Wed, 26 Aug 2009 08:18:09 +0000 (10:18 +0200)] 
d3d9: Use the wined3d cs for wined3d locking.

14 years agod3d9: Remove stray tabs.
Henri Verbeet [Wed, 26 Aug 2009 08:18:08 +0000 (10:18 +0200)] 
d3d9: Remove stray tabs.

14 years agowined3d: Properly check if an attribute is used in remove_vbos().
Henri Verbeet [Wed, 26 Aug 2009 08:18:07 +0000 (10:18 +0200)] 
wined3d: Properly check if an attribute is used in remove_vbos().

14 years agowined3d: Properly check if an attribute is used in state_normalize().
Henri Verbeet [Wed, 26 Aug 2009 08:18:06 +0000 (10:18 +0200)] 
wined3d: Properly check if an attribute is used in state_normalize().

14 years agowined3d: Properly check if an attribute is used in transform_texture().
Henri Verbeet [Wed, 26 Aug 2009 08:18:05 +0000 (10:18 +0200)] 
wined3d: Properly check if an attribute is used in transform_texture().

14 years agowinemp3.acm: Fix reading/decoding loop.
Chris Robinson [Wed, 26 Aug 2009 06:27:57 +0000 (23:27 -0700)] 
winemp3.acm: Fix reading/decoding loop.

14 years agod3d8: Release the lock instead of locking a second time (Smatch).
Michael Stefaniuc [Tue, 25 Aug 2009 21:52:00 +0000 (23:52 +0200)] 
d3d8: Release the lock instead of locking a second time (Smatch).

14 years agouser32/tests: Fix input test failures on NT4.
Andrew Eikum [Tue, 25 Aug 2009 21:25:41 +0000 (16:25 -0500)] 
user32/tests: Fix input test failures on NT4.

14 years agodnsapi: Add a stub for DnsFlushResolverCache.
Austin English [Tue, 25 Aug 2009 20:22:47 +0000 (15:22 -0500)] 
dnsapi: Add a stub for DnsFlushResolverCache.

14 years agowininet: Allow +.- characters in url scheme.
Vincent Povirk [Tue, 25 Aug 2009 20:37:12 +0000 (15:37 -0500)] 
wininet: Allow +.- characters in url scheme.

According to RFC 1738, the plus, period, and hyphen characters are allowed in URL schemes.

14 years agooleaut32: Make ITypeInfo2::GetCustData succeed when data is not found.
Vincent Povirk [Tue, 25 Aug 2009 20:09:50 +0000 (15:09 -0500)] 
oleaut32: Make ITypeInfo2::GetCustData succeed when data is not found.

14 years agoconfigure: Check for large filesystems support.
Eric Pouech [Tue, 25 Aug 2009 17:33:28 +0000 (19:33 +0200)] 
configure: Check for large filesystems support.

14 years agontdll/tests: Make sure buffer alignment is correct.
Alexandre Julliard [Wed, 26 Aug 2009 09:52:39 +0000 (11:52 +0200)] 
ntdll/tests: Make sure buffer alignment is correct.

14 years agokernel32: sLanguage is LOCALE_SABBREVLANGNAME.
Jeff Zaroyko [Tue, 25 Aug 2009 11:02:14 +0000 (21:02 +1000)] 
kernel32: sLanguage is LOCALE_SABBREVLANGNAME.

14 years agomsdaps: Implement IBindResource_Bind proxy and stub.
Huw Davies [Tue, 25 Aug 2009 12:36:31 +0000 (13:36 +0100)] 
msdaps: Implement IBindResource_Bind proxy and stub.

14 years agomsdaps: Implement IDBCreateCommand_CreateCommand proxy and stub.
Huw Davies [Tue, 25 Aug 2009 12:36:10 +0000 (13:36 +0100)] 
msdaps: Implement IDBCreateCommand_CreateCommand proxy and stub.

14 years agomsdaps: Implement ICreateRow_CreateRow proxy and stub.
Huw Davies [Tue, 25 Aug 2009 12:35:58 +0000 (13:35 +0100)] 
msdaps: Implement ICreateRow_CreateRow proxy and stub.

14 years agomsdaps: Use 2 byte structure packing for win32 code.
Huw Davies [Tue, 25 Aug 2009 12:34:58 +0000 (13:34 +0100)] 
msdaps: Use 2 byte structure packing for win32 code.

14 years agowidl: Add separate --win32-align and --win64-align options.
Huw Davies [Tue, 25 Aug 2009 12:29:47 +0000 (13:29 +0100)] 
widl: Add separate --win32-align and --win64-align options.

14 years agocrypt32/tests: Remove test that crashes on Win7.
Ge van Geldorp [Tue, 25 Aug 2009 10:40:28 +0000 (12:40 +0200)] 
crypt32/tests: Remove test that crashes on Win7.

14 years agolibwine: Determine the bin directory independently from the lib directory if possible.
Alexandre Julliard [Tue, 25 Aug 2009 10:47:50 +0000 (12:47 +0200)] 
libwine: Determine the bin directory independently from the lib directory if possible.

Prefer the bin directory when getting the data dir location.

14 years agodxdiag: Add stub implementation.
Austin English [Mon, 24 Aug 2009 16:18:26 +0000 (11:18 -0500)] 
dxdiag: Add stub implementation.

14 years agows2_32/tests: Fix failure on NT4.
Mike Kaplinskiy [Mon, 24 Aug 2009 18:10:25 +0000 (14:10 -0400)] 
ws2_32/tests: Fix failure on NT4.

14 years agoregedit: Do not write junk after the LastKey value.
Detlef Riekenberg [Tue, 25 Aug 2009 08:21:58 +0000 (10:21 +0200)] 
regedit: Do not write junk after the LastKey value.

14 years agows2_32/tests: Add tests for setsockopt with invalid levels.
Detlef Riekenberg [Mon, 24 Aug 2009 22:04:39 +0000 (00:04 +0200)] 
ws2_32/tests: Add tests for setsockopt with invalid levels.

14 years agows2_32/tests: Add tests for getsockopt with invalid levels.
Detlef Riekenberg [Mon, 24 Aug 2009 21:43:08 +0000 (23:43 +0200)] 
ws2_32/tests: Add tests for getsockopt with invalid levels.

14 years agows2_32: Set WSAEINVAL on invalid levels in set+getsockopt.
Detlef Riekenberg [Mon, 24 Aug 2009 21:39:18 +0000 (23:39 +0200)] 
ws2_32: Set WSAEINVAL on invalid levels in set+getsockopt.

14 years agows2_32: Use only the lower 16 bit as level when calling [g|s]etsockopt from 16 bit.
Detlef Riekenberg [Mon, 24 Aug 2009 20:32:53 +0000 (22:32 +0200)] 
ws2_32: Use only the lower 16 bit as level when calling [g|s]etsockopt from 16 bit.

14 years agowinemp3: Include wine/port.h.
Alexandre Julliard [Tue, 25 Aug 2009 09:30:07 +0000 (11:30 +0200)] 
winemp3: Include wine/port.h.

14 years agowinefile: Compile with -DWINE_NO_UNICODE_MACROS.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:58 +0000 (00:24 +0200)] 
winefile: Compile with -DWINE_NO_UNICODE_MACROS.

14 years agowinefile: Use the explicit W-form for the rest of the types.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:52 +0000 (00:24 +0200)] 
winefile: Use the explicit W-form for the rest of the types.

14 years agowinefile: Replace the TSTR types with WSTR.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:46 +0000 (00:24 +0200)] 
winefile: Replace the TSTR types with WSTR.

14 years agowinefile: Replace TCHAR with WCHAR.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:41 +0000 (00:24 +0200)] 
winefile: Replace TCHAR with WCHAR.

14 years agowinefile: Convert the rest of the functions to use the explicit W-form.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:36 +0000 (00:24 +0200)] 
winefile: Convert the rest of the functions to use the explicit W-form.

14 years agowinefile: Use the explicit W-form for the file IO related functions.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:30 +0000 (00:24 +0200)] 
winefile: Use the explicit W-form for the file IO related functions.

14 years agowinefile: Use the explicit W-form of the Load*() functions.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:25 +0000 (00:24 +0200)] 
winefile: Use the explicit W-form of the Load*() functions.

14 years agowinefile: Use the explicit W-form for the *Window* functions.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:19 +0000 (00:24 +0200)] 
winefile: Use the explicit W-form for the *Window* functions.

14 years agowinefile: Use the explicit W-form of the string functions.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:11 +0000 (00:24 +0200)] 
winefile: Use the explicit W-form of the string functions.