wine
17 years agokernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_DATAFILE).
Dmitry Timoshkov [Tue, 15 May 2007 16:10:29 +0000 (01:10 +0900)] 
kernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_DATAFILE).

17 years agontoskrnl.exe: Added IofCompleteRequest.
Alexandre Julliard [Tue, 15 May 2007 19:56:05 +0000 (21:56 +0200)] 
ntoskrnl.exe: Added IofCompleteRequest.

17 years agontoskrnl.exe: Export KeServiceDescriptorTable and KeTickCount.
Alexandre Julliard [Tue, 15 May 2007 19:49:26 +0000 (21:49 +0200)] 
ntoskrnl.exe: Export KeServiceDescriptorTable and KeTickCount.

17 years agontoskrnl.exe: Implemented IoCreateSymbolicLink.
Alexandre Julliard [Tue, 15 May 2007 19:45:51 +0000 (21:45 +0200)] 
ntoskrnl.exe: Implemented IoCreateSymbolicLink.

17 years agontoskrnl.exe: Implemented IoCreateDevice and IoDeleteDevice.
Alexandre Julliard [Tue, 15 May 2007 19:41:50 +0000 (21:41 +0200)] 
ntoskrnl.exe: Implemented IoCreateDevice and IoDeleteDevice.

17 years agoinclude: Add a few definitions in wdm.h.
Alexandre Julliard [Tue, 15 May 2007 19:41:21 +0000 (21:41 +0200)] 
include: Add a few definitions in wdm.h.

17 years agodbghelp: Late init hash_table.
Markus Amsler [Tue, 15 May 2007 00:05:21 +0000 (02:05 +0200)] 
dbghelp: Late init hash_table.

17 years agodbghelp: Speed up vector iteration by directly using for().
Markus Amsler [Tue, 15 May 2007 00:05:12 +0000 (02:05 +0200)] 
dbghelp: Speed up vector iteration by directly using for().

17 years agodbghelp: Speed up pool_alloc. Patch by Eric Pouech.
Markus Amsler [Tue, 15 May 2007 00:05:05 +0000 (02:05 +0200)] 
dbghelp: Speed up pool_alloc. Patch by Eric Pouech.

17 years agodbghelp: Speed up vector_add by avoiding pool_realloc calls. Remove no longer needed...
Markus Amsler [Tue, 15 May 2007 00:04:57 +0000 (02:04 +0200)] 
dbghelp: Speed up vector_add by avoiding pool_realloc calls. Remove no longer needed pool_realloc.

17 years agoAssorted spelling fixes.
Francois Gouget [Tue, 15 May 2007 12:01:05 +0000 (14:01 +0200)] 
Assorted spelling fixes.

17 years agomshtml: Fix '\n' typo.
Francois Gouget [Tue, 15 May 2007 12:00:40 +0000 (14:00 +0200)] 
mshtml: Fix '\n' typo.

17 years agowinscard: Add headers for the upcoming implementation of the winscard dll.
Francois Gouget [Tue, 15 May 2007 11:51:44 +0000 (13:51 +0200)] 
winscard: Add headers for the upcoming implementation of the winscard dll.

17 years agowinscard: Adding the missing SCARD_E_XXX and SCARD_W_XXX error codes.
Francois Gouget [Tue, 15 May 2007 11:48:29 +0000 (13:48 +0200)] 
winscard: Adding the missing SCARD_E_XXX and SCARD_W_XXX error codes.

Adding scarderr.h with the same definitions.

17 years agodinput: Prevent race between destroying the hook window and unloading the dll.
Vitaliy Margolen [Tue, 15 May 2007 01:56:48 +0000 (19:56 -0600)] 
dinput: Prevent race between destroying the hook window and unloading the dll.

17 years agowintrust: Implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags.
Juan Lang [Tue, 15 May 2007 01:15:09 +0000 (18:15 -0700)] 
wintrust: Implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags.

17 years agocrypt32: Remove last error checks on success.
Juan Lang [Tue, 15 May 2007 01:08:03 +0000 (18:08 -0700)] 
crypt32: Remove last error checks on success.

17 years agocrypt32: Use public functions to get store access state.
Juan Lang [Tue, 15 May 2007 01:06:48 +0000 (18:06 -0700)] 
crypt32: Use public functions to get store access state.

17 years agocrypt32: Implement CertGetStoreProperty and CertSetStoreProperty.
Juan Lang [Tue, 15 May 2007 01:05:43 +0000 (18:05 -0700)] 
crypt32: Implement CertGetStoreProperty and CertSetStoreProperty.

17 years agocrypt32: Don't set ret to TRUE when it already is.
Juan Lang [Tue, 15 May 2007 01:04:51 +0000 (18:04 -0700)] 
crypt32: Don't set ret to TRUE when it already is.

Set it to FALSE when it needs to be.

17 years agomsi: automation: Simplify counting products/related products.
Misha Koshelev [Mon, 14 May 2007 17:16:07 +0000 (12:16 -0500)] 
msi: automation: Simplify counting products/related products.

17 years agomsi: automation: Installer::Products, verify HeapAlloc return value.
Misha Koshelev [Mon, 14 May 2007 17:15:58 +0000 (12:15 -0500)] 
msi: automation: Installer::Products, verify HeapAlloc return value.

17 years agomsi: Make MsiEnumRelatedProducts enumerate registry value names, not subkeys.
Misha Koshelev [Mon, 14 May 2007 17:15:46 +0000 (12:15 -0500)] 
msi: Make MsiEnumRelatedProducts enumerate registry value names, not subkeys.

17 years agomsi: automation: Implement Installer::RelatedProducts.
Misha Koshelev [Mon, 14 May 2007 17:15:13 +0000 (12:15 -0500)] 
msi: automation: Implement Installer::RelatedProducts.

17 years agomsi/tests: automation: Add tests for Installer::RelatedProducts.
Misha Koshelev [Mon, 14 May 2007 17:15:02 +0000 (12:15 -0500)] 
msi/tests: automation: Add tests for Installer::RelatedProducts.

17 years agomsi: automation: Implement Installer::InstallProduct.
Misha Koshelev [Mon, 14 May 2007 17:14:51 +0000 (12:14 -0500)] 
msi: automation: Implement Installer::InstallProduct.

17 years agomsi/tests: automation: Add test for Installer::InstallProduct.
Misha Koshelev [Mon, 14 May 2007 17:14:42 +0000 (12:14 -0500)] 
msi/tests: automation: Add test for Installer::InstallProduct.

17 years agomsi: automation: Implement Record::IntegerData.
Misha Koshelev [Mon, 14 May 2007 17:14:00 +0000 (12:14 -0500)] 
msi: automation: Implement Record::IntegerData.

17 years agomshtml: Improve some exec command stubs.
Jacek Caban [Mon, 14 May 2007 21:56:39 +0000 (23:56 +0200)] 
mshtml: Improve some exec command stubs.

17 years agouser32: Add a test for the menu resource loader, make it pass under Wine.
Dmitry Timoshkov [Tue, 15 May 2007 07:33:29 +0000 (16:33 +0900)] 
user32: Add a test for the menu resource loader, make it pass under Wine.

17 years agouser32: Add a test for CheckMenuRadioItem and make it pass under Wine.
Dmitry Timoshkov [Mon, 14 May 2007 14:46:32 +0000 (23:46 +0900)] 
user32: Add a test for CheckMenuRadioItem and make it pass under Wine.

17 years agorsaenh: Fix crash in RSAENH_CPVerifySignature if pbSignature is set to NULL or if...
Mounir IDRASSI [Mon, 14 May 2007 22:35:46 +0000 (00:35 +0200)] 
rsaenh: Fix crash in RSAENH_CPVerifySignature if pbSignature is set to NULL or if dwSigLen is lesser than the expected value.

17 years agodsound: IDirectSound_Compact should return DS_OK on priolevel >= DSSCL_PRIORITY.
Maarten Lankhorst [Mon, 14 May 2007 18:32:19 +0000 (20:32 +0200)] 
dsound: IDirectSound_Compact should return DS_OK on priolevel >= DSSCL_PRIORITY.

17 years agonetapi32: Exclude unused headers.
Andrew Talbot [Mon, 14 May 2007 19:50:45 +0000 (20:50 +0100)] 
netapi32: Exclude unused headers.

17 years agontdll: Exclude unused headers.
Andrew Talbot [Mon, 14 May 2007 19:50:47 +0000 (20:50 +0100)] 
ntdll: Exclude unused headers.

17 years agomsxml3: Exclude unused headers.
Andrew Talbot [Mon, 14 May 2007 19:50:42 +0000 (20:50 +0100)] 
msxml3: Exclude unused headers.

17 years agomsvcrt: Exclude unused headers.
Andrew Talbot [Sat, 12 May 2007 12:59:45 +0000 (13:59 +0100)] 
msvcrt: Exclude unused headers.

17 years agomsvfw32: Exclude unused header.
Andrew Talbot [Sat, 12 May 2007 13:00:10 +0000 (14:00 +0100)] 
msvfw32: Exclude unused header.

17 years agomsvcrt20: Exclude unused header.
Andrew Talbot [Sat, 12 May 2007 12:59:58 +0000 (13:59 +0100)] 
msvcrt20: Exclude unused header.

17 years agohal: Added an initial stub.
Alexandre Julliard [Mon, 14 May 2007 18:05:15 +0000 (20:05 +0200)] 
hal: Added an initial stub.

17 years agontoskrnl.exe: Initial stub version with forwards to existing functions.
Alexandre Julliard [Mon, 14 May 2007 17:55:32 +0000 (19:55 +0200)] 
ntoskrnl.exe: Initial stub version with forwards to existing functions.

17 years agowinecoreaudio: Initial implementation of MIX_SetControlDetails.
Emmanuel Maillard [Sun, 13 May 2007 20:24:21 +0000 (22:24 +0200)] 
winecoreaudio: Initial implementation of MIX_SetControlDetails.

17 years agowinecoreaudio: Initial implementation of MIX_GetControlDetails.
Emmanuel Maillard [Sun, 13 May 2007 20:16:40 +0000 (22:16 +0200)] 
winecoreaudio: Initial implementation of MIX_GetControlDetails.

17 years agowinecoreaudio: Initial implementation of MIX_GetLineControls.
Emmanuel Maillard [Sun, 13 May 2007 20:12:49 +0000 (22:12 +0200)] 
winecoreaudio: Initial implementation of MIX_GetLineControls.

17 years agowinecoreaudio: Initial implementation of MIX_GetLineInfo.
Emmanuel Maillard [Sun, 13 May 2007 20:02:26 +0000 (22:02 +0200)] 
winecoreaudio: Initial implementation of MIX_GetLineInfo.

17 years agowinecoreaudio: Implement MIX_GetDevCaps.
Emmanuel Maillard [Sun, 13 May 2007 19:56:42 +0000 (21:56 +0200)] 
winecoreaudio: Implement MIX_GetDevCaps.

17 years agowinecoreaudio: Implement MIX_Open and MIX_GetNumDevs.
Emmanuel Maillard [Sun, 13 May 2007 19:48:14 +0000 (21:48 +0200)] 
winecoreaudio: Implement MIX_Open and MIX_GetNumDevs.

17 years agowinecoreaudio: Initial mixer support on Mac OS X.
Emmanuel Maillard [Sun, 13 May 2007 19:36:22 +0000 (21:36 +0200)] 
winecoreaudio: Initial mixer support on Mac OS X.

Find all lines and initialize controls.

17 years agoole32/tests: Check for correct return value.
Paul Vriens [Fri, 11 May 2007 18:33:22 +0000 (20:33 +0200)] 
ole32/tests: Check for correct return value.

17 years agomsi: automation: Implement View::Modify.
Misha Koshelev [Fri, 11 May 2007 19:08:43 +0000 (14:08 -0500)] 
msi: automation: Implement View::Modify.

17 years agomsi/tests: automation: Add test for View::Modify.
Misha Koshelev [Fri, 11 May 2007 19:08:38 +0000 (14:08 -0500)] 
msi/tests: automation: Add test for View::Modify.

17 years agomsi/tests: automation: Add tests for Record::IntegerData.
Misha Koshelev [Fri, 11 May 2007 19:08:27 +0000 (14:08 -0500)] 
msi/tests: automation: Add tests for Record::IntegerData.

17 years agomsi/tests: automation: Correct expected Record::StringData PROPERTYPUT return variant...
Misha Koshelev [Fri, 11 May 2007 19:08:22 +0000 (14:08 -0500)] 
msi/tests: automation: Correct expected Record::StringData PROPERTYPUT return variant type.

17 years agomsi: automation: Implement Record::FieldCount.
Misha Koshelev [Fri, 11 May 2007 19:08:14 +0000 (14:08 -0500)] 
msi: automation: Implement Record::FieldCount.

17 years agomsi: automation: Return DISP_E_MEMBERNOTFOUND if flags are incorrect.
Misha Koshelev [Fri, 11 May 2007 19:08:08 +0000 (14:08 -0500)] 
msi: automation: Return DISP_E_MEMBERNOTFOUND if flags are incorrect.

17 years agomsi/tests: automation: Test invoking methods as properties & vice versa.
Misha Koshelev [Fri, 11 May 2007 19:08:04 +0000 (14:08 -0500)] 
msi/tests: automation: Test invoking methods as properties & vice versa.

17 years agomsi: automation: Implement Installer::CreateRecord.
Misha Koshelev [Fri, 11 May 2007 19:07:58 +0000 (14:07 -0500)] 
msi: automation: Implement Installer::CreateRecord.

17 years agomsi/tests: automation: Test for Installer::CreateRecord error.
Misha Koshelev [Fri, 11 May 2007 19:07:53 +0000 (14:07 -0500)] 
msi/tests: automation: Test for Installer::CreateRecord error.

17 years agomsi: automation: Implement Session::EvaluateCondition.
Misha Koshelev [Fri, 11 May 2007 19:07:48 +0000 (14:07 -0500)] 
msi: automation: Implement Session::EvaluateCondition.

17 years agomsi/tests: automation: Add tests for Session::EvaluateCondition.
Misha Koshelev [Fri, 11 May 2007 19:07:41 +0000 (14:07 -0500)] 
msi/tests: automation: Add tests for Session::EvaluateCondition.

17 years agocomctl32: status: Send a NMMOUSE in mouse notifications, not a NMHDR.
Mikołaj Zalewski [Sun, 13 May 2007 19:03:27 +0000 (21:03 +0200)] 
comctl32: status: Send a NMMOUSE in mouse notifications, not a NMHDR.

17 years agoddraw/tests: Check for failing to create surfaces.
Marcus Meissner [Sat, 12 May 2007 14:32:48 +0000 (16:32 +0200)] 
ddraw/tests: Check for failing to create surfaces.

17 years agomshtml: Don't call start_binding if we use necko to load the page.
Jacek Caban [Sat, 12 May 2007 14:13:16 +0000 (16:13 +0200)] 
mshtml: Don't call start_binding if we use necko to load the page.

17 years agomshtml: Wrap nsIExternalProtocolHandler.
Jacek Caban [Sat, 12 May 2007 14:12:04 +0000 (16:12 +0200)] 
mshtml: Wrap nsIExternalProtocolHandler.

17 years agodsound: Primary buffer isn't an IDirectSoundBuffer8.
Maarten Lankhorst [Sun, 13 May 2007 10:58:36 +0000 (12:58 +0200)] 
dsound: Primary buffer isn't an IDirectSoundBuffer8.

17 years agowinealsa: Remove dead code.
Maarten Lankhorst [Sun, 13 May 2007 10:41:52 +0000 (12:41 +0200)] 
winealsa: Remove dead code.

17 years agocrypt32: Stub implementation of CertGetCertificateChain.
Mounir IDRASSI [Mon, 14 May 2007 00:23:50 +0000 (02:23 +0200)] 
crypt32: Stub implementation of CertGetCertificateChain.

17 years agocrypt32: Stub implementation of CryptFindLocalizedName.
Mounir IDRASSI [Sun, 13 May 2007 23:05:53 +0000 (01:05 +0200)] 
crypt32: Stub implementation of CryptFindLocalizedName.

17 years agocrypt32: Fix crash in CertGetCertificateContextProperty when querying length of a...
Mounir IDRASSI [Sun, 13 May 2007 22:25:04 +0000 (00:25 +0200)] 
crypt32: Fix crash in CertGetCertificateContextProperty when querying length of a hash property.

17 years agoole32: Don't lookup the address for the DllGetClassObject function for ole32.dll...
Rob Shearman [Sun, 13 May 2007 21:18:11 +0000 (22:18 +0100)] 
ole32: Don't lookup the address for the DllGetClassObject function for ole32.dll in the apartment loaded dll list.

Call the function directly for a small performance boost.

17 years agoole32: Fix CoUninitialize to only free libraries that return S_OK from DllCanUnloadNow.
Rob Shearman [Sun, 13 May 2007 21:17:23 +0000 (22:17 +0100)] 
ole32: Fix CoUninitialize to only free libraries that return S_OK from DllCanUnloadNow.

17 years agowordpad: Update German translation.
Frank Richter [Sun, 13 May 2007 14:29:08 +0000 (16:29 +0200)] 
wordpad: Update German translation.

17 years agocmd: Updated German translation.
Frank Richter [Sun, 13 May 2007 14:13:18 +0000 (16:13 +0200)] 
cmd: Updated German translation.

17 years agoshell32: Update German resources.
Frank Richter [Sun, 13 May 2007 14:01:24 +0000 (16:01 +0200)] 
shell32: Update German resources.

17 years agocredui: Add German translation.
Frank Richter [Sun, 13 May 2007 14:00:46 +0000 (16:00 +0200)] 
credui: Add German translation.

17 years agoshdoclc: Update German translation.
Frank Richter [Sun, 13 May 2007 14:27:04 +0000 (16:27 +0200)] 
shdoclc: Update German translation.

17 years agoadvapi32: Add service state request definitions.
Rolf Kalbermatter [Sun, 13 May 2007 12:57:10 +0000 (14:57 +0200)] 
advapi32: Add service state request definitions.

17 years agowinecfg: Updated Spanish translation.
José Manuel Ferrer Ortiz [Sun, 13 May 2007 00:06:25 +0000 (17:06 -0700)] 
winecfg: Updated Spanish translation.

17 years agoadvapi32: Fix a typo.
Andrew Talbot [Sat, 12 May 2007 22:09:58 +0000 (23:09 +0100)] 
advapi32: Fix a typo.

17 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 12 May 2007 21:06:51 +0000 (23:06 +0200)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

17 years agowined3d: Fixed swapchain context NULL ptr checks.
Marcus Meissner [Sat, 12 May 2007 08:22:42 +0000 (10:22 +0200)] 
wined3d: Fixed swapchain context NULL ptr checks.

17 years agowidl: Handle pointers fields that point to structures.
Dan Hipschman [Sat, 12 May 2007 00:27:40 +0000 (17:27 -0700)] 
widl: Handle pointers fields that point to structures.

17 years agowidl: Remove an unnecessary assignment in write_pointers.
Dan Hipschman [Sat, 12 May 2007 00:26:43 +0000 (17:26 -0700)] 
widl: Remove an unnecessary assignment in write_pointers.

17 years agomsxml3: Implement IXMLDOMDocument2::setProperty("SelectionLanguage", ...).
Mikołaj Zalewski [Wed, 9 May 2007 18:09:11 +0000 (20:09 +0200)] 
msxml3: Implement IXMLDOMDocument2::setProperty("SelectionLanguage", ...).

17 years agolocalui: Add Polish translation.
Mikołaj Zalewski [Tue, 8 May 2007 20:08:37 +0000 (22:08 +0200)] 
localui: Add Polish translation.

17 years agoRelease 0.9.37. wine-0.9.37
Alexandre Julliard [Fri, 11 May 2007 17:35:02 +0000 (19:35 +0200)] 
Release 0.9.37.

17 years agod3drm/tests: d3drm is removed from Windows Vista.
Paul Vriens [Fri, 11 May 2007 11:22:57 +0000 (13:22 +0200)] 
d3drm/tests: d3drm is removed from Windows Vista.

17 years agomshtml: Added IPersistStreamInit::Load test.
Jacek Caban [Fri, 11 May 2007 11:18:20 +0000 (13:18 +0200)] 
mshtml: Added IPersistStreamInit::Load test.

17 years agomshtml: Added IPersistStreamInit::Load implementation.
Jacek Caban [Fri, 11 May 2007 11:17:41 +0000 (13:17 +0200)] 
mshtml: Added IPersistStreamInit::Load implementation.

17 years agomshtml: Split IPersistMoniker::Load.
Jacek Caban [Fri, 11 May 2007 11:16:15 +0000 (13:16 +0200)] 
mshtml: Split IPersistMoniker::Load.

17 years agomshtml: Move AddRequest call to the separated function.
Jacek Caban [Fri, 11 May 2007 11:15:18 +0000 (13:15 +0200)] 
mshtml: Move AddRequest call to the separated function.

17 years agomshtml: Don't crash in OnStopBinding if This->binding is null.
Jacek Caban [Fri, 11 May 2007 11:14:14 +0000 (13:14 +0200)] 
mshtml: Don't crash in OnStopBinding if This->binding is null.

17 years agomshtml: Split code from OnDataAvailable.
Jacek Caban [Fri, 11 May 2007 11:13:16 +0000 (13:13 +0200)] 
mshtml: Split code from OnDataAvailable.

17 years agowined3d: WINED3DSIO_POW should use the absolute value of the first source register.
H. Verbeet [Fri, 11 May 2007 10:12:40 +0000 (12:12 +0200)] 
wined3d: WINED3DSIO_POW should use the absolute value of the first source register.

17 years agomsi: automation: Implement Installer::RegistryValue.
Misha Koshelev [Thu, 10 May 2007 20:40:28 +0000 (15:40 -0500)] 
msi: automation: Implement Installer::RegistryValue.

17 years agoserver: Stop exporting the console_input structure. Get rid of console.h.
Alexandre Julliard [Fri, 11 May 2007 10:46:32 +0000 (12:46 +0200)] 
server: Stop exporting the console_input structure. Get rid of console.h.

17 years agokernel32/tests: Add tests for console codepages.
Kirill K. Smirnov [Thu, 10 May 2007 17:24:11 +0000 (21:24 +0400)] 
kernel32/tests: Add tests for console codepages.

17 years agoserver: Move console codepages to the server.
Kirill K. Smirnov [Thu, 10 May 2007 17:19:47 +0000 (21:19 +0400)] 
server: Move console codepages to the server.

17 years agowidl: Remove var_t's ptr_level field and start write_pointers.
Dan Hipschman [Thu, 10 May 2007 03:50:49 +0000 (20:50 -0700)] 
widl: Remove var_t's ptr_level field and start write_pointers.

17 years agoshell32: Handle invalid cbSize in Shell_NotifyIcon[AW].
Mikołaj Zalewski [Wed, 9 May 2007 21:47:36 +0000 (23:47 +0200)] 
shell32: Handle invalid cbSize in Shell_NotifyIcon[AW].