wine
15 years agod3d10: Use the shader variable class/type debug functions in parse_fx10_type().
Henri Verbeet [Thu, 10 Sep 2009 14:57:14 +0000 (16:57 +0200)] 
d3d10: Use the shader variable class/type debug functions in parse_fx10_type().

This got lost by 7c156c5753f57535b9c12ea3cb8ac17562b4f214.

15 years agowinhttp/tests: Fix tests on Win7.
Ge van Geldorp [Thu, 10 Sep 2009 11:48:45 +0000 (13:48 +0200)] 
winhttp/tests: Fix tests on Win7.

15 years agojscript: Update Russian translation.
Vladimir Pankratov [Thu, 10 Sep 2009 16:05:55 +0000 (21:05 +0500)] 
jscript: Update Russian translation.

15 years agomsi: Ignore CoInitialize failure in ACTION_CreateShortcuts.
Hans Leidekker [Thu, 10 Sep 2009 08:10:33 +0000 (10:10 +0200)] 
msi: Ignore CoInitialize failure in ACTION_CreateShortcuts.

15 years agowininet/tests: Fix a test failure on IE8.
Paul Vriens [Thu, 10 Sep 2009 13:17:17 +0000 (15:17 +0200)] 
wininet/tests: Fix a test failure on IE8.

15 years agowinex11: Fix a null pointer bug in ToLogical in case of 8-bit. Move the code to the...
Roderick Colenbrander [Thu, 10 Sep 2009 13:00:17 +0000 (15:00 +0200)] 
winex11: Fix a null pointer bug in ToLogical in case of 8-bit. Move the code to the place where the shifts are needed.

15 years agomsvcrt/tests: Add tests for the handle inheritance block.
Alexandre Julliard [Thu, 10 Sep 2009 13:29:35 +0000 (15:29 +0200)] 
msvcrt/tests: Add tests for the handle inheritance block.

Based on a patch by André Hentschel.

15 years agomsvcrt: Add validity checks on the size of the handle inheritance block.
Alexandre Julliard [Thu, 10 Sep 2009 13:29:04 +0000 (15:29 +0200)] 
msvcrt: Add validity checks on the size of the handle inheritance block.

15 years agomshtml: Add support for Reference BSTR when setting styles.
Alistair Leslie-Hughes [Thu, 10 Sep 2009 09:58:43 +0000 (19:58 +1000)] 
mshtml: Add support for Reference BSTR when setting styles.

15 years agod3d10: Implement ID3D10EffectConstantBuffer::GetAnnotationByName().
Rico Schüller [Wed, 9 Sep 2009 17:17:42 +0000 (19:17 +0200)] 
d3d10: Implement ID3D10EffectConstantBuffer::GetAnnotationByName().

15 years agod3d10: Implement ID3D10EffectVariable::GetAnnotationByName().
Rico Schüller [Wed, 9 Sep 2009 17:17:33 +0000 (19:17 +0200)] 
d3d10: Implement ID3D10EffectVariable::GetAnnotationByName().

15 years agod3d10: Implement ID3D10EffectPass::GetAnnotationByName().
Rico Schüller [Wed, 9 Sep 2009 17:17:30 +0000 (19:17 +0200)] 
d3d10: Implement ID3D10EffectPass::GetAnnotationByName().

15 years agod3d10: Implement ID3D10EffectTechnique::GetAnnotationByName().
Rico Schüller [Wed, 9 Sep 2009 17:17:26 +0000 (19:17 +0200)] 
d3d10: Implement ID3D10EffectTechnique::GetAnnotationByName().

15 years agod3d10: Implement ID3D10EffectConstantBuffer::GetAnnotationByIndex().
Rico Schüller [Wed, 9 Sep 2009 17:17:20 +0000 (19:17 +0200)] 
d3d10: Implement ID3D10EffectConstantBuffer::GetAnnotationByIndex().

15 years agod3d10: Implement ID3D10EffectVariable::GetAnnotationByIndex().
Rico Schüller [Wed, 9 Sep 2009 17:17:17 +0000 (19:17 +0200)] 
d3d10: Implement ID3D10EffectVariable::GetAnnotationByIndex().

15 years agod3d10: Implement ID3D10EffectPass::GetAnnotationByIndex().
Rico Schüller [Wed, 9 Sep 2009 17:17:14 +0000 (19:17 +0200)] 
d3d10: Implement ID3D10EffectPass::GetAnnotationByIndex().

15 years agod3d10: Implement ID3D10EffectTechnique::GetAnnotationByIndex().
Rico Schüller [Wed, 9 Sep 2009 17:17:05 +0000 (19:17 +0200)] 
d3d10: Implement ID3D10EffectTechnique::GetAnnotationByIndex().

15 years agod3d10: Implement annotation parsing.
Rico Schüller [Wed, 9 Sep 2009 17:17:01 +0000 (19:17 +0200)] 
d3d10: Implement annotation parsing.

15 years agod3d10: Reorder some functions.
Rico Schüller [Wed, 9 Sep 2009 17:16:40 +0000 (19:16 +0200)] 
d3d10: Reorder some functions.

15 years agoreadme: Keep README.ru in sync.
Vladimir Pankratov [Wed, 9 Sep 2009 18:16:25 +0000 (23:16 +0500)] 
readme: Keep README.ru in sync.

15 years agowinex11: Add helper function for copying brushes.
Roderick Colenbrander [Thu, 10 Sep 2009 08:41:51 +0000 (10:41 +0200)] 
winex11: Add helper function for copying brushes.

15 years agowinex11: Add helper function get_xrender_format_from_color_shifts.
Roderick Colenbrander [Thu, 10 Sep 2009 08:37:50 +0000 (10:37 +0200)] 
winex11: Add helper function get_xrender_format_from_color_shifts.

15 years agoshell32/tests: Fix a test failure on Win95/NT4.
Paul Vriens [Thu, 10 Sep 2009 08:12:35 +0000 (10:12 +0200)] 
shell32/tests: Fix a test failure on Win95/NT4.

15 years agoinclude: Add DBTYPEENUM.
Huw Davies [Wed, 9 Sep 2009 18:14:38 +0000 (19:14 +0100)] 
include: Add DBTYPEENUM.

15 years agooledb32/tests: Add some tests for IDCInfo.
Huw Davies [Wed, 9 Sep 2009 16:18:37 +0000 (17:18 +0100)] 
oledb32/tests: Add some tests for IDCInfo.

15 years agooledb32: Implement the IDCInfo interface.
Huw Davies [Wed, 9 Sep 2009 16:16:54 +0000 (17:16 +0100)] 
oledb32: Implement the IDCInfo interface.

15 years agoinclude: Add oledberr.h.
Huw Davies [Wed, 9 Sep 2009 16:14:18 +0000 (17:14 +0100)] 
include: Add oledberr.h.

15 years agoopenal32: Add support for Mac OS X's OpenAL.framework.
Ken Thomases [Thu, 10 Sep 2009 03:23:35 +0000 (22:23 -0500)] 
openal32: Add support for Mac OS X's OpenAL.framework.

15 years agoshell32: Use FAILED instead of !SUCCEEDED.
Michael Stefaniuc [Wed, 9 Sep 2009 22:28:56 +0000 (00:28 +0200)] 
shell32: Use FAILED instead of !SUCCEEDED.

15 years agosetupapi: Use FAILED instead of !SUCCEEDED.
Michael Stefaniuc [Wed, 9 Sep 2009 22:28:47 +0000 (00:28 +0200)] 
setupapi: Use FAILED instead of !SUCCEEDED.

15 years agowindowscodecs: Use FAILED instead of !SUCCEEDED.
Michael Stefaniuc [Wed, 9 Sep 2009 22:28:37 +0000 (00:28 +0200)] 
windowscodecs: Use FAILED instead of !SUCCEEDED.

15 years agomshtml: Use ActiveScript for JavaScript in about protocol documents.
Jacek Caban [Wed, 9 Sep 2009 19:32:11 +0000 (21:32 +0200)] 
mshtml: Use ActiveScript for JavaScript in about protocol documents.

15 years agomshtml: Added window global properties test.
Jacek Caban [Wed, 9 Sep 2009 19:31:49 +0000 (21:31 +0200)] 
mshtml: Added window global properties test.

15 years agomshtml: Added support for quering global variables from window object.
Jacek Caban [Wed, 9 Sep 2009 19:31:32 +0000 (21:31 +0200)] 
mshtml: Added support for quering global variables from window object.

15 years agomshtml: Moved script host objects to HTMLWindow.
Jacek Caban [Wed, 9 Sep 2009 19:30:41 +0000 (21:30 +0200)] 
mshtml: Moved script host objects to HTMLWindow.

15 years agomsctf/tests: Fix tests for Windows Vista.
Aric Stewart [Wed, 9 Sep 2009 18:33:36 +0000 (13:33 -0500)] 
msctf/tests: Fix tests for Windows Vista.

15 years agomsctf/tests: Correct wine_todo handling in sinks.
Aric Stewart [Wed, 9 Sep 2009 18:33:23 +0000 (13:33 -0500)] 
msctf/tests: Correct wine_todo handling in sinks.

15 years agontdll: Make sure that serial ioctl calls fail on non-serial handles.
Alexandre Julliard [Thu, 10 Sep 2009 09:06:01 +0000 (11:06 +0200)] 
ntdll: Make sure that serial ioctl calls fail on non-serial handles.

15 years agontdll: Fix a file descriptor leak.
Alexandre Julliard [Thu, 10 Sep 2009 08:53:38 +0000 (10:53 +0200)] 
ntdll: Fix a file descriptor leak.

15 years agowineoss.drv: 2 more close(mixer) added.
Marcus Meissner [Wed, 9 Sep 2009 22:33:00 +0000 (00:33 +0200)] 
wineoss.drv: 2 more close(mixer) added.

15 years agoinclude: Move some documented DPA definitions to public header, use PSDK names.
Nikolay Sivov [Wed, 9 Sep 2009 20:02:55 +0000 (00:02 +0400)] 
include: Move some documented DPA definitions to public header, use PSDK names.

15 years agocomctl32/dpa: Split tests to several functions to avoid undesired dependencies.
Nikolay Sivov [Wed, 9 Sep 2009 19:15:32 +0000 (23:15 +0400)] 
comctl32/dpa: Split tests to several functions to avoid undesired dependencies.

15 years agoimm32/tests: Fix test failures on Vista/W2K8.
Paul Vriens [Thu, 10 Sep 2009 07:08:35 +0000 (09:08 +0200)] 
imm32/tests: Fix test failures on Vista/W2K8.

15 years agomshtml/tests: Fix test failures on Win9x/WinME.
Paul Vriens [Thu, 10 Sep 2009 06:00:14 +0000 (08:00 +0200)] 
mshtml/tests: Fix test failures on Win9x/WinME.

15 years agomshtml/tests: Fix some test failures on Win98 and WinME.
Paul Vriens [Wed, 9 Sep 2009 20:31:50 +0000 (22:31 +0200)] 
mshtml/tests: Fix some test failures on Win98 and WinME.

15 years agomscms/tests: Fix some test failures on Win98 and WinME.
Paul Vriens [Wed, 9 Sep 2009 19:11:10 +0000 (21:11 +0200)] 
mscms/tests: Fix some test failures on Win98 and WinME.

15 years agoshell32/tests: Fix a crash on Win9x.
Paul Vriens [Wed, 9 Sep 2009 18:24:47 +0000 (20:24 +0200)] 
shell32/tests: Fix a crash on Win9x.

15 years agomsi: Open the database read/write when the update count is greater than zero in MsiGe...
Hans Leidekker [Wed, 9 Sep 2009 18:11:48 +0000 (20:11 +0200)] 
msi: Open the database read/write when the update count is greater than zero in MsiGetSummaryInformation.

15 years agooleaut32: Implement ITypeLibComp::BindType.
Vincent Povirk [Wed, 9 Sep 2009 16:51:29 +0000 (11:51 -0500)] 
oleaut32: Implement ITypeLibComp::BindType.

15 years agoREADME.de: Convert to utf-8.
André Hentschel [Wed, 9 Sep 2009 16:37:13 +0000 (18:37 +0200)] 
README.de: Convert to utf-8.

15 years agod3d10: Implement ID3D10EffectVariable::AsMatrix().
Henri Verbeet [Wed, 9 Sep 2009 16:12:43 +0000 (18:12 +0200)] 
d3d10: Implement ID3D10EffectVariable::AsMatrix().

15 years agod3d10: Implement ID3D10EffectVariable::AsVector().
Henri Verbeet [Wed, 9 Sep 2009 16:12:42 +0000 (18:12 +0200)] 
d3d10: Implement ID3D10EffectVariable::AsVector().

15 years agod3d10: Implement ID3D10EffectVariable::AsScalar().
Henri Verbeet [Wed, 9 Sep 2009 16:12:41 +0000 (18:12 +0200)] 
d3d10: Implement ID3D10EffectVariable::AsScalar().

15 years agod3d10core: Use debugstr_a()/debugstr_an() to trace external strings.
Henri Verbeet [Wed, 9 Sep 2009 16:12:40 +0000 (18:12 +0200)] 
d3d10core: Use debugstr_a()/debugstr_an() to trace external strings.

15 years agod3d10: Add a debug function for D3D10_SHADER_VARIABLE_TYPE.
Henri Verbeet [Wed, 9 Sep 2009 16:12:39 +0000 (18:12 +0200)] 
d3d10: Add a debug function for D3D10_SHADER_VARIABLE_TYPE.

15 years agod3d10: Add a debug function for D3D10_SHADER_VARIABLE_CLASS.
Henri Verbeet [Wed, 9 Sep 2009 16:12:38 +0000 (18:12 +0200)] 
d3d10: Add a debug function for D3D10_SHADER_VARIABLE_CLASS.

15 years agocrypt32: Fix potential buffer overruns in CertGetNameStringW.
Juan Lang [Wed, 9 Sep 2009 15:40:44 +0000 (08:40 -0700)] 
crypt32: Fix potential buffer overruns in CertGetNameStringW.

15 years agooleaut32: Test for rolled minutes.
André Hentschel [Wed, 9 Sep 2009 14:10:11 +0000 (16:10 +0200)] 
oleaut32: Test for rolled minutes.

15 years agontdll: Add tests for NtQueryInformationFile.
Dan Kegel [Wed, 9 Sep 2009 12:41:30 +0000 (05:41 -0700)] 
ntdll: Add tests for NtQueryInformationFile.

15 years agomsxml3: Add IDispatchEx support to IXMLDOMElement.
Alistair Leslie-Hughes [Mon, 31 Aug 2009 05:18:00 +0000 (15:18 +1000)] 
msxml3: Add IDispatchEx support to IXMLDOMElement.

15 years agoopenal32: Add thunks for EFX functions.
Chris Robinson [Tue, 25 Aug 2009 12:40:40 +0000 (05:40 -0700)] 
openal32: Add thunks for EFX functions.

15 years agoopenal32: Wrap and track OpenAL contexts.
Chris Robinson [Wed, 26 Aug 2009 01:55:53 +0000 (18:55 -0700)] 
openal32: Wrap and track OpenAL contexts.

15 years agoopenal32: Fill out thunk functions.
Chris Robinson [Tue, 25 Aug 2009 11:30:25 +0000 (04:30 -0700)] 
openal32: Fill out thunk functions.

15 years agoopenal32: Add a stub DLL thunk.
Chris Robinson [Tue, 25 Aug 2009 10:26:35 +0000 (03:26 -0700)] 
openal32: Add a stub DLL thunk.

15 years agojscript: Add Russian translation.
Vladimir Pankratov [Wed, 2 Sep 2009 10:53:44 +0000 (15:53 +0500)] 
jscript: Add Russian translation.

15 years agowinex11: Add helper function for calculating ColorShifts.
Roderick Colenbrander [Sat, 5 Sep 2009 14:49:05 +0000 (16:49 +0200)] 
winex11: Add helper function for calculating ColorShifts.

15 years agowinex11: Use ColorShifts in get_xrender_format_from_pdevice.
Roderick Colenbrander [Wed, 2 Sep 2009 13:00:54 +0000 (15:00 +0200)] 
winex11: Use ColorShifts in get_xrender_format_from_pdevice.

15 years agooledb32: Add a stub IDCInfo interface.
Huw Davies [Wed, 9 Sep 2009 09:49:35 +0000 (10:49 +0100)] 
oledb32: Add a stub IDCInfo interface.

15 years agojscript/tests: Fixed typos in the output strings.
Reece Dunn [Tue, 8 Sep 2009 21:57:26 +0000 (22:57 +0100)] 
jscript/tests: Fixed typos in the output strings.

15 years agocrypt32: Implement CertGetNameStringW for CERT_NAME_URL_TYPE.
Juan Lang [Wed, 9 Sep 2009 05:11:52 +0000 (22:11 -0700)] 
crypt32: Implement CertGetNameStringW for CERT_NAME_URL_TYPE.

15 years agocrypt32: Implement CertGetNameStringW for CERT_NAME_DNS_TYPE.
Juan Lang [Wed, 9 Sep 2009 05:11:40 +0000 (22:11 -0700)] 
crypt32: Implement CertGetNameStringW for CERT_NAME_DNS_TYPE.

15 years agocrypt32: Implement CertGetNameStringW for CERT_NAME_EMAIL_TYPE.
Juan Lang [Wed, 9 Sep 2009 05:11:27 +0000 (22:11 -0700)] 
crypt32: Implement CertGetNameStringW for CERT_NAME_EMAIL_TYPE.

15 years agocrypt32: Implement CertGetNameStringW for CERT_NAME_RDN_TYPE.
Juan Lang [Wed, 9 Sep 2009 05:11:12 +0000 (22:11 -0700)] 
crypt32: Implement CertGetNameStringW for CERT_NAME_RDN_TYPE.

15 years agocrypt32: Implement CertGetNameStringW for CERT_NAME_ATTR_TYPE.
Juan Lang [Wed, 9 Sep 2009 05:10:53 +0000 (22:10 -0700)] 
crypt32: Implement CertGetNameStringW for CERT_NAME_ATTR_TYPE.

15 years agocrypt32: Further simplify CertGetNameStringW.
Juan Lang [Wed, 9 Sep 2009 04:56:11 +0000 (21:56 -0700)] 
crypt32: Further simplify CertGetNameStringW.

15 years agocrypt32: Use a helper function to simplify CertGetNameStringW.
Juan Lang [Wed, 9 Sep 2009 04:55:47 +0000 (21:55 -0700)] 
crypt32: Use a helper function to simplify CertGetNameStringW.

15 years agocrypt32: Return an empty string from CertGetNameStringW if a name couldn't be found.
Juan Lang [Wed, 9 Sep 2009 04:55:26 +0000 (21:55 -0700)] 
crypt32: Return an empty string from CertGetNameStringW if a name couldn't be found.

15 years agocrypt32: Correct searching the alternate name in CertGetNameStringW if the main name...
Juan Lang [Wed, 9 Sep 2009 04:06:28 +0000 (21:06 -0700)] 
crypt32: Correct searching the alternate name in CertGetNameStringW if the main name doesn't contain an appropriate OID.

15 years agodocumentation: Keep README.fr in sync; fixes.
Frédéric Delanoy [Tue, 8 Sep 2009 20:25:25 +0000 (22:25 +0200)] 
documentation: Keep README.fr in sync; fixes.

In addition, conversion to UTF-8.

15 years agooledb32: Add stub DllCanUnloadNow.
Huw Davies [Wed, 9 Sep 2009 11:21:43 +0000 (12:21 +0100)] 
oledb32: Add stub DllCanUnloadNow.

15 years agooledb32: Add registration routines.
Huw Davies [Wed, 9 Sep 2009 11:15:47 +0000 (12:15 +0100)] 
oledb32: Add registration routines.

15 years agomsi: Add a test to show that creating shortcuts works regardless of COM initializatio...
Hans Leidekker [Wed, 9 Sep 2009 10:26:27 +0000 (12:26 +0200)] 
msi: Add a test to show that creating shortcuts works regardless of COM initialization state.

15 years agoshell32: Reject NULL path in IShellLink_SetPath.
Hans Leidekker [Wed, 9 Sep 2009 10:25:44 +0000 (12:25 +0200)] 
shell32: Reject NULL path in IShellLink_SetPath.

15 years agocomctl32/header: Add XP SP3 workaround for Header tests. Fix window handle leak.
Nikolay Sivov [Tue, 8 Sep 2009 16:23:54 +0000 (20:23 +0400)] 
comctl32/header: Add XP SP3 workaround for Header tests. Fix window handle leak.

15 years agocomctl32/monthcal: Draw selected day as v6 does. Get rid of ugly selection curve.
Nikolay Sivov [Tue, 8 Sep 2009 07:55:22 +0000 (11:55 +0400)] 
comctl32/monthcal: Draw selected day as v6 does. Get rid of ugly selection curve.

15 years agocomctl32/monthcal: Cache window GWL_STYLE.
Nikolay Sivov [Tue, 8 Sep 2009 06:44:55 +0000 (10:44 +0400)] 
comctl32/monthcal: Cache window GWL_STYLE.

15 years agomsctf/tests: Add handler sink_check_ok for checking fired sinks.
Aric Stewart [Tue, 8 Sep 2009 18:29:56 +0000 (13:29 -0500)] 
msctf/tests: Add handler sink_check_ok for checking fired sinks.

15 years agomsctf/test: Add sink_fire_ok helper and use it to check sink firing.
Aric Stewart [Tue, 8 Sep 2009 18:29:49 +0000 (13:29 -0500)] 
msctf/test: Add sink_fire_ok helper and use it to check sink firing.

15 years agoadvapi32/tests: Use explicit prototypes for function pointers.
Alexandre Julliard [Wed, 9 Sep 2009 11:13:25 +0000 (13:13 +0200)] 
advapi32/tests: Use explicit prototypes for function pointers.

15 years agoshell32: Use explicit prototypes for function pointers.
Alexandre Julliard [Wed, 9 Sep 2009 11:13:19 +0000 (13:13 +0200)] 
shell32: Use explicit prototypes for function pointers.

15 years agomapi32: Use explicit prototypes for function pointers.
Alexandre Julliard [Wed, 9 Sep 2009 11:13:13 +0000 (13:13 +0200)] 
mapi32: Use explicit prototypes for function pointers.

15 years agocomctl32: Use explicit prototypes for function pointers.
Alexandre Julliard [Wed, 9 Sep 2009 11:13:08 +0000 (13:13 +0200)] 
comctl32: Use explicit prototypes for function pointers.

15 years agouser32/tests: Use explicit prototypes for function pointers.
Alexandre Julliard [Wed, 9 Sep 2009 11:12:46 +0000 (13:12 +0200)] 
user32/tests: Use explicit prototypes for function pointers.

15 years agouser32: Use explicit prototypes for function pointers.
Alexandre Julliard [Wed, 9 Sep 2009 11:12:38 +0000 (13:12 +0200)] 
user32: Use explicit prototypes for function pointers.

15 years agokernel32: Use explicit prototypes for function pointers.
Alexandre Julliard [Wed, 9 Sep 2009 11:12:28 +0000 (13:12 +0200)] 
kernel32: Use explicit prototypes for function pointers.

15 years agoinclude: Fix the RPC_AUTH_KEY_RETRIEVAL_FN definition.
Alexandre Julliard [Wed, 9 Sep 2009 10:27:09 +0000 (12:27 +0200)] 
include: Fix the RPC_AUTH_KEY_RETRIEVAL_FN definition.

15 years agomsi: Force overwriting of read-only files when extracting a cabinet, with tests.
Alexandre Julliard [Wed, 9 Sep 2009 10:19:28 +0000 (12:19 +0200)] 
msi: Force overwriting of read-only files when extracting a cabinet, with tests.

15 years agouser32/tests: Non-US keyboards are allowed on Wine too.
Alexandre Julliard [Wed, 9 Sep 2009 10:18:56 +0000 (12:18 +0200)] 
user32/tests: Non-US keyboards are allowed on Wine too.

15 years agouser32: Send the same lParam with WM_SYSCOMMAND/SC_CLOSE as was received with WM_NCLB...
Dmitry Timoshkov [Wed, 9 Sep 2009 08:22:33 +0000 (17:22 +0900)] 
user32: Send the same lParam with WM_SYSCOMMAND/SC_CLOSE as was received with WM_NCLBUTTONDOWN.

15 years agowinex11.drv: Handle WM_DELETE_WINDOW by simulating clicking the caption Close button.
Dmitry Timoshkov [Wed, 9 Sep 2009 08:21:52 +0000 (17:21 +0900)] 
winex11.drv: Handle WM_DELETE_WINDOW by simulating clicking the caption Close button.