wine
14 years agocomdlg32: Fix a stack overflow.
Damjan Jovanovic [Fri, 8 Oct 2010 05:21:23 +0000 (07:21 +0200)] 
comdlg32: Fix a stack overflow.

14 years agocrypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.
Andrew Nguyen [Fri, 8 Oct 2010 01:56:40 +0000 (20:56 -0500)] 
crypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.

PATH_MAX is not guaranteed to be available on all platforms, and it is
inadequate as a hardcoded buffer size anyway.

14 years agoshlwapi/tests: Don't run tests on old shlwapi versions.
Andrew Eikum [Thu, 7 Oct 2010 19:59:51 +0000 (14:59 -0500)] 
shlwapi/tests: Don't run tests on old shlwapi versions.

14 years agostrmbase: Move TransformFilter implementation to strmbase.
Aric Stewart [Thu, 7 Oct 2010 19:48:19 +0000 (14:48 -0500)] 
strmbase: Move TransformFilter implementation to strmbase.

14 years agostrmbase: Add an implementation of BaseFilterImpl_EnumPins.
Aric Stewart [Thu, 7 Oct 2010 19:48:01 +0000 (14:48 -0500)] 
strmbase: Add an implementation of BaseFilterImpl_EnumPins.

14 years agostrmbase: Implement BaseFilter in strmbase.
Aric Stewart [Thu, 7 Oct 2010 19:47:33 +0000 (14:47 -0500)] 
strmbase: Implement BaseFilter in strmbase.

14 years agopsapi/tests: Get rid of an ugly test macro.
Austin English [Thu, 7 Oct 2010 09:53:04 +0000 (02:53 -0700)] 
psapi/tests: Get rid of an ugly test macro.

14 years agod3d9/tests: Fix test failure for IDirect3D9::CreateDevice in test_set_stream_source.
Austin Lund [Thu, 7 Oct 2010 00:14:41 +0000 (10:14 +1000)] 
d3d9/tests: Fix test failure for IDirect3D9::CreateDevice in test_set_stream_source.

14 years agoregedit: Hebrew translation fix.
Yaron Shahrabani [Thu, 7 Oct 2010 15:09:17 +0000 (17:09 +0200)] 
regedit: Hebrew translation fix.

14 years agobrowseui: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 14:47:18 +0000 (16:47 +0200)] 
browseui: Added Hebrew translation.

14 years agowinex11: Add support for animated cursors in X11 driver.
Erich Hoover [Tue, 5 Oct 2010 18:06:18 +0000 (12:06 -0600)] 
winex11: Add support for animated cursors in X11 driver.

14 years agoshell32: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 12:43:40 +0000 (14:43 +0200)] 
shell32: Added Hebrew translation.

14 years agocomctl32: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 12:40:02 +0000 (14:40 +0200)] 
comctl32: Added Hebrew translation.

14 years agoshdocvw: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 10:42:42 +0000 (12:42 +0200)] 
shdocvw: Added Hebrew translation.

14 years agoappwiz.cpl: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 10:33:02 +0000 (12:33 +0200)] 
appwiz.cpl: Added Hebrew translation.

14 years agowindowscodecs: Load PNGs incrementally.
Damjan Jovanovic [Thu, 7 Oct 2010 12:28:33 +0000 (14:28 +0200)] 
windowscodecs: Load PNGs incrementally.

14 years agoinclude: Add information class SystemLogicalProcessorInformation.
Rudolf Mayerhofer [Tue, 5 Oct 2010 10:45:20 +0000 (12:45 +0200)] 
include: Add information class SystemLogicalProcessorInformation.

14 years agod3dcompiler: Implement D3DGetDebugInfo().
Rico Schüller [Sun, 3 Oct 2010 13:12:17 +0000 (15:12 +0200)] 
d3dcompiler: Implement D3DGetDebugInfo().

14 years agod3dcompiler: Implement D3DGetInputAndOutputSignatureBlob().
Rico Schüller [Sun, 3 Oct 2010 13:12:12 +0000 (15:12 +0200)] 
d3dcompiler: Implement D3DGetInputAndOutputSignatureBlob().

14 years agod3dcompiler: Implement D3DGetOutputSignatureBlob().
Rico Schüller [Sun, 3 Oct 2010 13:12:06 +0000 (15:12 +0200)] 
d3dcompiler: Implement D3DGetOutputSignatureBlob().

14 years agod3dcompiler: Implement D3DGetInputSignatureBlob().
Rico Schüller [Sun, 3 Oct 2010 13:12:00 +0000 (15:12 +0200)] 
d3dcompiler: Implement D3DGetInputSignatureBlob().

14 years agod3dcompiler: Implement D3DGetBlobPart().
Rico Schüller [Sun, 3 Oct 2010 13:11:54 +0000 (15:11 +0200)] 
d3dcompiler: Implement D3DGetBlobPart().

14 years agod3dcompiler: Add D3DGetBlobPart() stub.
Rico Schüller [Sun, 3 Oct 2010 13:11:47 +0000 (15:11 +0200)] 
d3dcompiler: Add D3DGetBlobPart() stub.

14 years agoserver: Valid rects are in parent coordinates.
Alexandre Julliard [Thu, 7 Oct 2010 12:43:29 +0000 (14:43 +0200)] 
server: Valid rects are in parent coordinates.

14 years agowinex11: Mirror the client rectangle if necessary for update_window_zorder.
Alexandre Julliard [Thu, 7 Oct 2010 12:26:21 +0000 (14:26 +0200)] 
winex11: Mirror the client rectangle if necessary for update_window_zorder.

14 years agowined3d: Recognize the SM4 movc opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:18:00 +0000 (12:18 +0200)] 
wined3d: Recognize the SM4 movc opcode.

14 years agowined3d: Recognize the SM4 mad opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:17:59 +0000 (12:17 +0200)] 
wined3d: Recognize the SM4 mad opcode.

14 years agowined3d: Recognize the SM4 frc opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:17:58 +0000 (12:17 +0200)] 
wined3d: Recognize the SM4 frc opcode.

14 years agowined3d: Recognize the SM4 and opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:17:57 +0000 (12:17 +0200)] 
wined3d: Recognize the SM4 and opcode.

14 years agowined3d: Recognize the SM4 loop opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:17:56 +0000 (12:17 +0200)] 
wined3d: Recognize the SM4 loop opcode.

14 years agousp10: When checking font for shaping the font needs at least 1 of the features but...
Aric Stewart [Thu, 7 Oct 2010 11:46:09 +0000 (06:46 -0500)] 
usp10: When checking font for shaping the font needs at least 1 of the features but does not need all.

14 years agowinhlp32: Add Hebrew translation.
Yaron Shahrabani [Wed, 6 Oct 2010 16:08:17 +0000 (18:08 +0200)] 
winhlp32: Add Hebrew translation.

14 years agoadvapi32/tests: Fix RegEnumValue overflow tests for broken behaviour on XP Pro Chinese.
Austin Lund [Wed, 6 Oct 2010 02:04:42 +0000 (12:04 +1000)] 
advapi32/tests: Fix RegEnumValue overflow tests for broken behaviour on XP Pro Chinese.

14 years agowindowscodecs: Implemented GifFrameDecode_GetResolution.
Joel Holdsworth [Wed, 6 Oct 2010 23:21:10 +0000 (00:21 +0100)] 
windowscodecs: Implemented GifFrameDecode_GetResolution.

14 years agowindowscodecs/tests: Added test for GifFrameDecode_GetResolution.
Joel Holdsworth [Wed, 6 Oct 2010 23:21:09 +0000 (00:21 +0100)] 
windowscodecs/tests: Added test for GifFrameDecode_GetResolution.

14 years agowine.inf: Add a fake fusion.dll.
Louis Lenders [Wed, 6 Oct 2010 21:43:21 +0000 (23:43 +0200)] 
wine.inf: Add a fake fusion.dll.

14 years agofusion: Add version resource.
Louis Lenders [Wed, 6 Oct 2010 21:46:05 +0000 (23:46 +0200)] 
fusion: Add version resource.

14 years agowinedbg: Implement adjust_pc_for_break on ARM.
André Hentschel [Wed, 6 Oct 2010 20:20:29 +0000 (22:20 +0200)] 
winedbg: Implement adjust_pc_for_break on ARM.

14 years agowinedbg: Fix get_addr on ARM.
André Hentschel [Wed, 6 Oct 2010 20:20:25 +0000 (22:20 +0200)] 
winedbg: Fix get_addr on ARM.

14 years agomshtml: Update the Gecko find procedure comment to reflect the latest behavior.
Alexandre Goujon [Wed, 6 Oct 2010 19:33:26 +0000 (21:33 +0200)] 
mshtml: Update the Gecko find procedure comment to reflect the latest behavior.

14 years agooleaut32: Fix handling of negative fractional variant dates.
Jeremy Drake [Thu, 7 Oct 2010 06:27:23 +0000 (23:27 -0700)] 
oleaut32: Fix handling of negative fractional variant dates.

The integer part is the number of days to be added to the epoch
(1899-12-30), and the fractional part (disregarding sign) represents
the fraction of that day that has elapsed.

14 years agooleaut32/tests: Test conversion of ambiguous DATE values.
Jeremy Drake [Thu, 7 Oct 2010 06:26:54 +0000 (23:26 -0700)] 
oleaut32/tests: Test conversion of ambiguous DATE values.

For 0.0 < x < 1.0, DATE values x and -x represent the same date/time:
30-Dec-1899 at some time determined by x.  When converting from DATE,
either value is accepted.  When converting to DATE, the positive value
is produced.

14 years agomsvcrt: Initialize _wenviron in Unicode environment getter function.
Andrew Nguyen [Thu, 7 Oct 2010 02:59:57 +0000 (21:59 -0500)] 
msvcrt: Initialize _wenviron in Unicode environment getter function.

14 years agomsvcrt/tests: Add tests for the __p__(w)environ accessors.
Andrew Nguyen [Thu, 7 Oct 2010 02:58:39 +0000 (21:58 -0500)] 
msvcrt/tests: Add tests for the __p__(w)environ accessors.

14 years agomsxml3: Implement ::get_responseText() for UTF-8 and UTF-16 (little endian) response...
Nikolay Sivov [Wed, 6 Oct 2010 23:20:35 +0000 (03:20 +0400)] 
msxml3: Implement ::get_responseText() for UTF-8 and UTF-16 (little endian) response encoding.

14 years agomsxml3: Store response data in a stream.
Nikolay Sivov [Wed, 6 Oct 2010 20:49:56 +0000 (00:49 +0400)] 
msxml3: Store response data in a stream.

14 years agoinclude: Added missing declaration for CreateIUriBuilder.
Thomas Mullaly [Wed, 6 Oct 2010 23:08:46 +0000 (19:08 -0400)] 
include: Added missing declaration for CreateIUriBuilder.

14 years agourlmon: Added IInternetProtocolEx support to ftp protocol handler.
Jacek Caban [Wed, 6 Oct 2010 19:37:46 +0000 (21:37 +0200)] 
urlmon: Added IInternetProtocolEx support to ftp protocol handler.

14 years agourlmon: Added IInternetProtocolEx support to http protocol handler.
Jacek Caban [Wed, 6 Oct 2010 19:37:27 +0000 (21:37 +0200)] 
urlmon: Added IInternetProtocolEx support to http protocol handler.

14 years agourlmon: Added post data stream tests.
Jacek Caban [Wed, 6 Oct 2010 19:37:00 +0000 (21:37 +0200)] 
urlmon: Added post data stream tests.

14 years agourlmon: Added support for sending post data from stream.
Jacek Caban [Wed, 6 Oct 2010 19:36:44 +0000 (21:36 +0200)] 
urlmon: Added support for sending post data from stream.

14 years agourlmon: Added IBinding::Abort and binding without callback tests.
Jacek Caban [Wed, 6 Oct 2010 19:36:32 +0000 (21:36 +0200)] 
urlmon: Added IBinding::Abort and binding without callback tests.

14 years agourlmon: Use default binding callback if no callback is provided.
Jacek Caban [Wed, 6 Oct 2010 19:36:18 +0000 (21:36 +0200)] 
urlmon: Use default binding callback if no callback is provided.

14 years agourlmon: Use existing callback holder in RegisterBindStatusCallback if already exists.
Jacek Caban [Wed, 6 Oct 2010 19:36:03 +0000 (21:36 +0200)] 
urlmon: Use existing callback holder in RegisterBindStatusCallback if already exists.

14 years agourlmon: Added IBinding::Abort implementation.
Jacek Caban [Wed, 6 Oct 2010 19:35:53 +0000 (21:35 +0200)] 
urlmon: Added IBinding::Abort implementation.

14 years agomshtml: Moved more code to handle_docobj_load.
Jacek Caban [Wed, 6 Oct 2010 19:35:39 +0000 (21:35 +0200)] 
mshtml: Moved more code to handle_docobj_load.

14 years agomshtml: Report better status in on_stop_nsrequest.
Jacek Caban [Wed, 6 Oct 2010 19:35:22 +0000 (21:35 +0200)] 
mshtml: Report better status in on_stop_nsrequest.

14 years agocryptui: Don't crash displaying a certificate hierarchy when the certificate's signer...
Juan Lang [Wed, 6 Oct 2010 18:39:58 +0000 (11:39 -0700)] 
cryptui: Don't crash displaying a certificate hierarchy when the certificate's signer isn't found.

Spotted by André Hentschel.

14 years agocrypt32/tests: Test OpenSSL chain separately to address test failures on Win98.
Juan Lang [Wed, 6 Oct 2010 18:19:04 +0000 (11:19 -0700)] 
crypt32/tests: Test OpenSSL chain separately to address test failures on Win98.

14 years agocrypt32/tests: Fix another test failure on Win98.
Juan Lang [Wed, 6 Oct 2010 17:28:12 +0000 (10:28 -0700)] 
crypt32/tests: Fix another test failure on Win98.

14 years agocrypt32/tests: Add name to test to help identify test failures.
Juan Lang [Wed, 6 Oct 2010 17:21:16 +0000 (10:21 -0700)] 
crypt32/tests: Add name to test to help identify test failures.

14 years agocrypt32/tests: Fix more Win9x failures.
Juan Lang [Wed, 6 Oct 2010 17:10:06 +0000 (10:10 -0700)] 
crypt32/tests: Fix more Win9x failures.

14 years agocrypt32/tests: Fix test failures on NT4/Win9x.
Juan Lang [Wed, 6 Oct 2010 16:45:02 +0000 (09:45 -0700)] 
crypt32/tests: Fix test failures on NT4/Win9x.

14 years agocrypt32: Set correct error when encountering unsupported critical extensions in the...
Juan Lang [Wed, 6 Oct 2010 04:25:33 +0000 (21:25 -0700)] 
crypt32: Set correct error when encountering unsupported critical extensions in the base and SSL policy.

14 years agocrypt32/tests: Add macros to declare tests.
Juan Lang [Wed, 6 Oct 2010 04:23:27 +0000 (21:23 -0700)] 
crypt32/tests: Add macros to declare tests.

14 years agocrypt32/tests: Add name to test to help identify test failures.
Juan Lang [Wed, 6 Oct 2010 03:47:37 +0000 (20:47 -0700)] 
crypt32/tests: Add name to test to help identify test failures.

14 years agocrypt32: Set CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT when appropriate.
Juan Lang [Wed, 6 Oct 2010 02:09:36 +0000 (19:09 -0700)] 
crypt32: Set CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT when appropriate.

14 years agocrypt32/tests: Test the base and SSL policies against a certificate with an invalid...
Juan Lang [Wed, 6 Oct 2010 04:12:50 +0000 (21:12 -0700)] 
crypt32/tests: Test the base and SSL policies against a certificate with an invalid critical extension.

14 years agocrypt32/tests: Test invalid critical extension in intermediate cert.
Juan Lang [Tue, 5 Oct 2010 21:52:24 +0000 (14:52 -0700)] 
crypt32/tests: Test invalid critical extension in intermediate cert.

14 years agokernel32: Truncate the reported by GlobalMemoryStatus() memory limits for Win9x versi...
Dmitry Timoshkov [Wed, 6 Oct 2010 10:05:01 +0000 (19:05 +0900)] 
kernel32: Truncate the reported by GlobalMemoryStatus() memory limits for Win9x versions too.

14 years agoriched20/tests: Plug a few memory leaks and make failure messages more meaningful.
Austin Lund [Wed, 6 Oct 2010 02:29:29 +0000 (12:29 +1000)] 
riched20/tests: Plug a few memory leaks and make failure messages more meaningful.

14 years agostrmbase: Move InputPin implementation to strmbase.
Aric Stewart [Tue, 5 Oct 2010 19:38:11 +0000 (14:38 -0500)] 
strmbase: Move InputPin implementation to strmbase.

14 years agostrmbase: Move OutputPin implementation to strmbase.
Aric Stewart [Tue, 5 Oct 2010 19:37:56 +0000 (14:37 -0500)] 
strmbase: Move OutputPin implementation to strmbase.

14 years agostrmbase: Move BasePin implementation to strmbase.
Aric Stewart [Tue, 5 Oct 2010 19:37:42 +0000 (14:37 -0500)] 
strmbase: Move BasePin implementation to strmbase.

14 years agostrmbase: Move enumpins from quartz to strmbase.
Aric Stewart [Wed, 6 Oct 2010 14:48:07 +0000 (09:48 -0500)] 
strmbase: Move enumpins from quartz to strmbase.

14 years agostrmbase: Add the EnumMediaTypes base implementation.
Aric Stewart [Tue, 5 Oct 2010 19:37:30 +0000 (14:37 -0500)] 
strmbase: Add the EnumMediaTypes base implementation.

14 years agoadvapi32: Fix a buffer size query in LsaLookupSids.
Hans Leidekker [Wed, 6 Oct 2010 13:45:30 +0000 (15:45 +0200)] 
advapi32: Fix a buffer size query in LsaLookupSids.

14 years agomsi/tests: Fix some test failures on 64-bit.
Hans Leidekker [Wed, 6 Oct 2010 13:45:16 +0000 (15:45 +0200)] 
msi/tests: Fix some test failures on 64-bit.

14 years agomsi Set the feature action to INSTALLSTATE_UNKNOWN if msidbFeatureAttributesUIDisallo...
Hans Leidekker [Wed, 6 Oct 2010 13:45:05 +0000 (15:45 +0200)] 
msi Set the feature action to INSTALLSTATE_UNKNOWN if msidbFeatureAttributesUIDisallowAbsent is set.

14 years agomsi: Look at the requested action instead of the action taken in MSI_SetFeatureStates.
Hans Leidekker [Wed, 6 Oct 2010 13:44:54 +0000 (15:44 +0200)] 
msi: Look at the requested action instead of the action taken in MSI_SetFeatureStates.

14 years agomsi: Add package validation tests.
Hans Leidekker [Wed, 6 Oct 2010 13:44:34 +0000 (15:44 +0200)] 
msi: Add package validation tests.

14 years agomsi: Validate packages based on supported version, platform and languages.
Hans Leidekker [Wed, 6 Oct 2010 13:44:08 +0000 (15:44 +0200)] 
msi: Validate packages based on supported version, platform and languages.

14 years agomsi: Remove a potentially noisy trace.
Hans Leidekker [Wed, 6 Oct 2010 13:42:10 +0000 (15:42 +0200)] 
msi: Remove a potentially noisy trace.

14 years agoddraw: Handle WINED3DFMT_R16G16_SNORM.
Stefan Dösinger [Wed, 6 Oct 2010 12:10:59 +0000 (14:10 +0200)] 
ddraw: Handle WINED3DFMT_R16G16_SNORM.

14 years agoddraw: Don't try to enumerate WINED3DFMT_R8G8B8A8_SNORM.
Stefan Dösinger [Wed, 6 Oct 2010 12:09:12 +0000 (14:09 +0200)] 
ddraw: Don't try to enumerate WINED3DFMT_R8G8B8A8_SNORM.

There is no ddraw equivalent for this format, as ddraw only supports 2
bump channels. Trying to enumerate this format will only lead to a
confusing (but correct) ERR message

14 years agourlmon: Report error on synchronous bindings that don't have a cache file and are...
Jacek Caban [Wed, 6 Oct 2010 12:10:25 +0000 (14:10 +0200)] 
urlmon: Report error on synchronous bindings that don't have a cache file and are not read in callback.

14 years agourlmon: Return correct error in get_protocol_handler for unknown protocol types.
Jacek Caban [Wed, 6 Oct 2010 12:10:08 +0000 (14:10 +0200)] 
urlmon: Return correct error in get_protocol_handler for unknown protocol types.

14 years agod3d9/tests: Add window proc tests for switching between fullscreen and windowed.
Henri Verbeet [Wed, 6 Oct 2010 10:01:31 +0000 (12:01 +0200)] 
d3d9/tests: Add window proc tests for switching between fullscreen and windowed.

14 years agod3d8/tests: Add window proc tests for switching between fullscreen and windowed.
Henri Verbeet [Wed, 6 Oct 2010 10:01:30 +0000 (12:01 +0200)] 
d3d8/tests: Add window proc tests for switching between fullscreen and windowed.

14 years agowined3d: Acquire / release the focus window during reset.
Henri Verbeet [Wed, 6 Oct 2010 10:01:29 +0000 (12:01 +0200)] 
wined3d: Acquire / release the focus window during reset.

14 years agocrypt32: Improve error checking for the base policy.
Juan Lang [Tue, 5 Oct 2010 01:16:16 +0000 (18:16 -0700)] 
crypt32: Improve error checking for the base policy.

14 years agocrypt32/tests: Add more tests of verifying the base policy, including flags to ignore...
Juan Lang [Tue, 5 Oct 2010 00:43:09 +0000 (17:43 -0700)] 
crypt32/tests: Add more tests of verifying the base policy, including flags to ignore certain errors.

14 years agowine.inf: Add a few more common functions to be excluded from relay traces.
Alexandre Julliard [Wed, 6 Oct 2010 09:44:48 +0000 (11:44 +0200)] 
wine.inf: Add a few more common functions to be excluded from relay traces.

14 years agoinclude: Define a couple more CERT_CHAIN_POLICY flags.
Juan Lang [Wed, 6 Oct 2010 02:29:20 +0000 (19:29 -0700)] 
include: Define a couple more CERT_CHAIN_POLICY flags.

14 years agoinclude: Define a few missing CERT_TRUST error and info flags.
Juan Lang [Tue, 5 Oct 2010 20:38:35 +0000 (13:38 -0700)] 
include: Define a few missing CERT_TRUST error and info flags.

14 years agomsxml3: Implement ready state change callback.
Nikolay Sivov [Wed, 6 Oct 2010 00:44:00 +0000 (04:44 +0400)] 
msxml3: Implement ready state change callback.

14 years agomsxml3: Accept versioned XMLHTTP CLSIDs.
Nikolay Sivov [Tue, 5 Oct 2010 20:01:45 +0000 (00:01 +0400)] 
msxml3: Accept versioned XMLHTTP CLSIDs.

14 years agomsxml3: Don't fail trying to set NewParser property.
Nikolay Sivov [Tue, 5 Oct 2010 19:56:15 +0000 (23:56 +0400)] 
msxml3: Don't fail trying to set NewParser property.

14 years agowininet: Clean up returned UrlPath for file protocol URLs.
Andrew Eikum [Tue, 5 Oct 2010 15:28:42 +0000 (10:28 -0500)] 
wininet: Clean up returned UrlPath for file protocol URLs.

14 years agomsi: Put the uninstall key for 32-bit packages under Wow6432Node on 64-bit.
Hans Leidekker [Tue, 5 Oct 2010 14:37:33 +0000 (16:37 +0200)] 
msi: Put the uninstall key for 32-bit packages under Wow6432Node on 64-bit.