wine
12 years agowined3d: Update nouveau card info.
Henri Verbeet [Thu, 31 May 2012 14:46:46 +0000 (16:46 +0200)] 
wined3d: Update nouveau card info.

12 years agowinspool: Change get_dword_from_reg to accept a unicode value name.
Huw Davies [Thu, 31 May 2012 12:57:39 +0000 (13:57 +0100)] 
winspool: Change get_dword_from_reg to accept a unicode value name.

12 years agoinclude: Add a couple of missing printer status values.
Huw Davies [Thu, 31 May 2012 12:57:38 +0000 (13:57 +0100)] 
include: Add a couple of missing printer status values.

12 years agodxgi.idl: Added IDXGIKeyedMutex declaration.
Jacek Caban [Thu, 31 May 2012 11:19:54 +0000 (13:19 +0200)] 
dxgi.idl: Added IDXGIKeyedMutex declaration.

12 years agogdi32: Keep the source DC locked until the end in StretchBlt and AlphaBlend.
Alexandre Julliard [Wed, 30 May 2012 20:55:30 +0000 (22:55 +0200)] 
gdi32: Keep the source DC locked until the end in StretchBlt and AlphaBlend.

12 years agogdi32: Don't implement the gamma ramp functions in the DIB driver.
Alexandre Julliard [Thu, 31 May 2012 11:44:32 +0000 (13:44 +0200)] 
gdi32: Don't implement the gamma ramp functions in the DIB driver.

12 years agod3dx9/tests: Add tests for D3DXSaveTextureToFileInMemory.
Józef Kucia [Tue, 29 May 2012 09:29:25 +0000 (11:29 +0200)] 
d3dx9/tests: Add tests for D3DXSaveTextureToFileInMemory.

12 years agod3dx9: Implement D3DXSaveTextureToFileInMemory.
Józef Kucia [Tue, 29 May 2012 09:29:24 +0000 (11:29 +0200)] 
d3dx9: Implement D3DXSaveTextureToFileInMemory.

12 years agod3dx9: Forward D3DXSaveTextureToFile to D3DXSaveTextureToFileInMemory.
Józef Kucia [Tue, 29 May 2012 09:29:23 +0000 (11:29 +0200)] 
d3dx9: Forward D3DXSaveTextureToFile to D3DXSaveTextureToFileInMemory.

12 years agod3dx9: Implement D3DXSaveSurfaceToFileInMemory.
Józef Kucia [Tue, 29 May 2012 09:29:22 +0000 (11:29 +0200)] 
d3dx9: Implement D3DXSaveSurfaceToFileInMemory.

12 years agowindowscodecs: Implement IWICStream::InitializeFromIStream.
Józef Kucia [Tue, 29 May 2012 09:29:21 +0000 (11:29 +0200)] 
windowscodecs: Implement IWICStream::InitializeFromIStream.

12 years agokernel32/tests: Add tests for GetProductInfo.
Detlef Riekenberg [Wed, 30 May 2012 16:40:34 +0000 (18:40 +0200)] 
kernel32/tests: Add tests for GetProductInfo.

12 years agontdll: Implement RtlGetProductInfo.
Detlef Riekenberg [Wed, 30 May 2012 16:40:33 +0000 (18:40 +0200)] 
ntdll: Implement RtlGetProductInfo.

12 years agokernel32: Fix OutputDebugStringA called with NULL pointer.
Stefan Leichter [Wed, 30 May 2012 20:47:34 +0000 (22:47 +0200)] 
kernel32: Fix OutputDebugStringA called with NULL pointer.

12 years agomsi: Don't create empty values for special registry entries.
Hans Leidekker [Thu, 31 May 2012 08:06:02 +0000 (10:06 +0200)] 
msi: Don't create empty values for special registry entries.

12 years agomsi: Don't terminate the string in msi_id2stringA.
Hans Leidekker [Thu, 31 May 2012 08:05:14 +0000 (10:05 +0200)] 
msi: Don't terminate the string in msi_id2stringA.

This makes sure that the last string can be fully written when saving the
string table.

12 years agocrypt32: Initialize key spec correctly.
Juan Lang [Wed, 30 May 2012 21:26:56 +0000 (14:26 -0700)] 
crypt32: Initialize key spec correctly.

12 years agocrypt32/tests: Add more tests for CertCreateSelfSignCertificate.
Juan Lang [Wed, 30 May 2012 20:49:38 +0000 (13:49 -0700)] 
crypt32/tests: Add more tests for CertCreateSelfSignCertificate.

12 years agocrypt32: Fail earlier if CryptExportPublicKeyInfo fails.
Juan Lang [Fri, 18 May 2012 22:29:03 +0000 (15:29 -0700)] 
crypt32: Fail earlier if CryptExportPublicKeyInfo fails.

12 years agocrypt32: Don't fail if HCRYPTPROV and PCRYPT_KEY_PROV_INFO parameters are both non...
Juan Lang [Fri, 18 May 2012 22:27:52 +0000 (15:27 -0700)] 
crypt32: Don't fail if HCRYPTPROV and PCRYPT_KEY_PROV_INFO parameters are both non-NULL.

12 years agocrypt32/tests: Add more tests of CertCreateSelfSignCertificate and the CERT_KEY_PROV_...
Juan Lang [Fri, 18 May 2012 22:19:31 +0000 (15:19 -0700)] 
crypt32/tests: Add more tests of CertCreateSelfSignCertificate and the CERT_KEY_PROV_INFO parameter.

12 years agocrypt32/tests: Don't shadow a variable with a variable of a different type.
Juan Lang [Thu, 17 May 2012 22:55:16 +0000 (15:55 -0700)] 
crypt32/tests: Don't shadow a variable with a variable of a different type.

12 years agoRevert "windowscodecs: Add a stubbed out IWICMetadataBlockReader interface.".
Vincent Povirk [Wed, 30 May 2012 19:55:35 +0000 (14:55 -0500)] 
Revert "windowscodecs: Add a stubbed out IWICMetadataBlockReader interface.".

This reverts commit 882c1026a865a703711f2d78235075320b02f48c.

12 years agowindowscodecs: Add tests for IWICMetadataBlockReader on handler classes.
Vincent Povirk [Wed, 30 May 2012 19:52:53 +0000 (14:52 -0500)] 
windowscodecs: Add tests for IWICMetadataBlockReader on handler classes.

12 years agogdi32: Move DC hook private definitions out of wingdi.h.
Alexandre Julliard [Thu, 31 May 2012 09:44:23 +0000 (11:44 +0200)] 
gdi32: Move DC hook private definitions out of wingdi.h.

12 years agogdi32: Make sure the bounds are always updated in ExtTextOutW.
Alexandre Julliard [Mon, 23 Apr 2012 15:49:59 +0000 (17:49 +0200)] 
gdi32: Make sure the bounds are always updated in ExtTextOutW.

12 years agowine.inf: Do not install .NET registry keys and fake dlls.
Vincent Povirk [Tue, 29 May 2012 16:05:15 +0000 (11:05 -0500)] 
wine.inf: Do not install .NET registry keys and fake dlls.

12 years agomscoree: Install Wine Mono on prefix update.
Vincent Povirk [Tue, 29 May 2012 15:35:36 +0000 (10:35 -0500)] 
mscoree: Install Wine Mono on prefix update.

12 years agosetupapi: Add support for a WinePreInstall section for registry keys that need to...
Alexandre Julliard [Wed, 30 May 2012 18:25:37 +0000 (20:25 +0200)] 
setupapi: Add support for a WinePreInstall section for registry keys that need to be created before anything else.

12 years agourlmon: Correctly handle BINDF_NO_UI in handle_http_error.
Jacek Caban [Wed, 30 May 2012 14:53:32 +0000 (16:53 +0200)] 
urlmon: Correctly handle BINDF_NO_UI in handle_http_error.

12 years agourlmon: Set INTERNET_ERROR_MASK_COMBINED_SEC_CERT flag for HTTP requests.
Jacek Caban [Wed, 30 May 2012 14:53:20 +0000 (16:53 +0200)] 
urlmon: Set INTERNET_ERROR_MASK_COMBINED_SEC_CERT flag for HTTP requests.

12 years agod3d9: Get rid of IDirect3DSurface9Impl.
Henri Verbeet [Wed, 30 May 2012 14:15:00 +0000 (16:15 +0200)] 
d3d9: Get rid of IDirect3DSurface9Impl.

12 years agod3d9: Get rid of IDirect3DSwapChain9Impl.
Henri Verbeet [Wed, 30 May 2012 14:14:59 +0000 (16:14 +0200)] 
d3d9: Get rid of IDirect3DSwapChain9Impl.

12 years agoddraw/tests: Add test_redundant_mode_set() for older ddraw versions.
Henri Verbeet [Wed, 30 May 2012 14:14:58 +0000 (16:14 +0200)] 
ddraw/tests: Add test_redundant_mode_set() for older ddraw versions.

12 years agoddraw/tests: Move test_redundant_mode_set() to ddraw7.c.
Henri Verbeet [Wed, 30 May 2012 14:14:57 +0000 (16:14 +0200)] 
ddraw/tests: Move test_redundant_mode_set() to ddraw7.c.

12 years agowined3d: Use NAN.
Henri Verbeet [Wed, 30 May 2012 14:14:56 +0000 (16:14 +0200)] 
wined3d: Use NAN.

12 years agomshtml: Added IWindowForBindingUI tests.
Jacek Caban [Wed, 30 May 2012 13:49:54 +0000 (15:49 +0200)] 
mshtml: Added IWindowForBindingUI tests.

12 years agomshtml: Forward BSCallback::QueryService call to document.
Jacek Caban [Wed, 30 May 2012 13:49:41 +0000 (15:49 +0200)] 
mshtml: Forward BSCallback::QueryService call to document.

12 years agomshtml: Added support for BSCallback::QueryService(IID_IWindowForBindingUI).
Jacek Caban [Wed, 30 May 2012 13:49:28 +0000 (15:49 +0200)] 
mshtml: Added support for BSCallback::QueryService(IID_IWindowForBindingUI).

12 years agomshtml: Added IWindowForBindingUI stub implementation.
Jacek Caban [Wed, 30 May 2012 13:49:15 +0000 (15:49 +0200)] 
mshtml: Added IWindowForBindingUI stub implementation.

12 years agod3dx9: Crop the input in ID3DXBaseEffect::SetBool().
Rico Schüller [Wed, 30 May 2012 12:36:18 +0000 (14:36 +0200)] 
d3dx9: Crop the input in ID3DXBaseEffect::SetBool().

12 years agowininet: Use CRLF separator in INTERNET_CERTIFICATE_INFO.
Jacek Caban [Wed, 30 May 2012 10:13:53 +0000 (12:13 +0200)] 
wininet: Use CRLF separator in INTERNET_CERTIFICATE_INFO.

12 years agod3drm: Generate normals automatically when there are not present in the x file.
Christian Costa [Sun, 27 May 2012 15:44:59 +0000 (17:44 +0200)] 
d3drm: Generate normals automatically when there are not present in the x file.

12 years agod3drm: Implement IDirect3DRMMeshImpl_GetGroupMaterial.
Christian Costa [Sun, 27 May 2012 15:44:51 +0000 (17:44 +0200)] 
d3drm: Implement IDirect3DRMMeshImpl_GetGroupMaterial.

12 years agod3drm: Implement IDirect3DRMMesh_GetGroupTexture.
Christian Costa [Sun, 27 May 2012 15:44:42 +0000 (17:44 +0200)] 
d3drm: Implement IDirect3DRMMesh_GetGroupTexture.

12 years agod3drm: Implement IDirect3DRMFrameXImpl_GetLights and IDirect3DRMLightArray interface.
Christian Costa [Sun, 27 May 2012 15:44:19 +0000 (17:44 +0200)] 
d3drm: Implement IDirect3DRMFrameXImpl_GetLights and IDirect3DRMLightArray interface.

12 years agomsvcrt: Handle rethrown exception in cxx_frame_handler.
Piotr Caban [Fri, 25 May 2012 17:42:51 +0000 (19:42 +0200)] 
msvcrt: Handle rethrown exception in cxx_frame_handler.

12 years agokrnl386.exe: Fix drive spec in get_media_id call.
Oleksij Rempel [Tue, 29 May 2012 21:10:08 +0000 (23:10 +0200)] 
krnl386.exe: Fix drive spec in get_media_id call.

12 years agoshell32: Return empty list instead of NULL.
Oleksij Rempel [Tue, 29 May 2012 21:10:07 +0000 (23:10 +0200)] 
shell32: Return empty list instead of NULL.

12 years agoappwiz.cpl: Specify a default download URL for add-ons.
Alexandre Julliard [Wed, 30 May 2012 11:22:46 +0000 (13:22 +0200)] 
appwiz.cpl: Specify a default download URL for add-ons.

12 years agodinput/tests: Added a test for DIPROP_JOYSTICKID.
Lucas Zawacki [Tue, 29 May 2012 16:42:28 +0000 (13:42 -0300)] 
dinput/tests: Added a test for DIPROP_JOYSTICKID.

12 years agodinput: Implement GetProperty for JOYSTICKID (LinuxInput driver).
Lucas Zawacki [Tue, 29 May 2012 16:42:27 +0000 (13:42 -0300)] 
dinput: Implement GetProperty for JOYSTICKID (LinuxInput driver).

12 years agodinput: Implement GetProperty for JOYSTICKID (Linux driver).
Lucas Zawacki [Tue, 29 May 2012 16:42:26 +0000 (13:42 -0300)] 
dinput: Implement GetProperty for JOYSTICKID (Linux driver).

12 years agowine.inf: Add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameter...
Austin English [Tue, 29 May 2012 18:39:46 +0000 (11:39 -0700)] 
wine.inf: Add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters\Protocol_Catalog9\Catalog_Entries registry entry.

12 years agokernel32: Add timed wait capability flag to COMM Port properties.
Michael Geddes [Wed, 2 May 2012 11:36:51 +0000 (19:36 +0800)] 
kernel32: Add timed wait capability flag to COMM Port properties.

12 years agojscript: Added missing port.h include to lex.c.
Jacek Caban [Wed, 30 May 2012 08:17:18 +0000 (10:17 +0200)] 
jscript: Added missing port.h include to lex.c.

12 years agomsvcrt: Fixed typo in DEFINE_EXCEPTION_TYPE_INFO macro.
Piotr Caban [Wed, 30 May 2012 07:41:28 +0000 (09:41 +0200)] 
msvcrt: Fixed typo in DEFINE_EXCEPTION_TYPE_INFO macro.

12 years agontdll: Add missing parameters to syscall call.
Daniel Jelinski [Tue, 29 May 2012 19:49:35 +0000 (21:49 +0200)] 
ntdll: Add missing parameters to syscall call.

12 years agontdll: Export _local_unwind.
Alexandre Julliard [Tue, 29 May 2012 19:30:29 +0000 (21:30 +0200)] 
ntdll: Export _local_unwind.

12 years agowinex11: Remove the support for device-dependent bitmaps.
Alexandre Julliard [Wed, 23 May 2012 21:55:17 +0000 (23:55 +0200)] 
winex11: Remove the support for device-dependent bitmaps.

12 years agowinex11: Always allocate a new GC for bitmap operations.
Alexandre Julliard [Tue, 29 May 2012 19:12:15 +0000 (21:12 +0200)] 
winex11: Always allocate a new GC for bitmap operations.

12 years agowinex11: XRender repeat mode is no longer needed in functions that use a DC.
Alexandre Julliard [Fri, 25 May 2012 09:28:37 +0000 (11:28 +0200)] 
winex11: XRender repeat mode is no longer needed in functions that use a DC.

12 years agogdi32: Remove the CreateBitmap and DeleteBitmap driver entry points.
Alexandre Julliard [Wed, 23 May 2012 21:46:22 +0000 (23:46 +0200)] 
gdi32: Remove the CreateBitmap and DeleteBitmap driver entry points.

12 years agogdi32: Remove the bitmap parameter from the Get/PutImage entry points.
Alexandre Julliard [Wed, 23 May 2012 21:36:20 +0000 (23:36 +0200)] 
gdi32: Remove the bitmap parameter from the Get/PutImage entry points.

12 years agopropsys: Add test for saving/loading an empty property store.
Vincent Povirk [Wed, 23 May 2012 19:01:34 +0000 (14:01 -0500)] 
propsys: Add test for saving/loading an empty property store.

12 years agowinedbg: Fix some pointer conversion warnings.
Alexandre Julliard [Tue, 29 May 2012 17:14:31 +0000 (19:14 +0200)] 
winedbg: Fix some pointer conversion warnings.

12 years agomshtml: Fixed Exec_ShellDocView_84 tests.
Jacek Caban [Tue, 29 May 2012 12:38:04 +0000 (14:38 +0200)] 
mshtml: Fixed Exec_ShellDocView_84 tests.

12 years agojscript: Get rid of num_set_nan hack.
Jacek Caban [Tue, 29 May 2012 10:54:11 +0000 (12:54 +0200)] 
jscript: Get rid of num_set_nan hack.

12 years agojscript: Get rid of ret_nan hack.
Jacek Caban [Tue, 29 May 2012 10:53:55 +0000 (12:53 +0200)] 
jscript: Get rid of ret_nan hack.

12 years agoport.h: Added NAN macro.
Jacek Caban [Tue, 29 May 2012 10:53:38 +0000 (12:53 +0200)] 
port.h: Added NAN macro.

12 years agogdi32: Add a helper function that implements PutImage on a bitmap.
Alexandre Julliard [Tue, 29 May 2012 12:29:40 +0000 (14:29 +0200)] 
gdi32: Add a helper function that implements PutImage on a bitmap.

12 years agogdi32: Add a helper function that implements GetImage on a bitmap.
Alexandre Julliard [Tue, 29 May 2012 12:24:11 +0000 (14:24 +0200)] 
gdi32: Add a helper function that implements GetImage on a bitmap.

12 years agogdi32: Remove the null driver Get/PutImage fallbacks for bitmaps.
Alexandre Julliard [Wed, 23 May 2012 20:26:35 +0000 (22:26 +0200)] 
gdi32: Remove the null driver Get/PutImage fallbacks for bitmaps.

12 years agogdi32: Always use the DIB engine for DDB rendering.
Alexandre Julliard [Wed, 23 May 2012 15:21:36 +0000 (17:21 +0200)] 
gdi32: Always use the DIB engine for DDB rendering.

12 years agogdi32/tests: Add some more tests for monochrome bitmap blits.
Alexandre Julliard [Tue, 29 May 2012 13:40:49 +0000 (15:40 +0200)] 
gdi32/tests: Add some more tests for monochrome bitmap blits.

12 years agogdi32: Fix StretchBlt color mapping for monochrome bitmaps without a color table.
Alexandre Julliard [Tue, 29 May 2012 11:53:30 +0000 (13:53 +0200)] 
gdi32: Fix StretchBlt color mapping for monochrome bitmaps without a color table.

12 years agogdi32: Improve support of bitmaps without a color table in PutImage.
Alexandre Julliard [Tue, 29 May 2012 11:53:30 +0000 (13:53 +0200)] 
gdi32: Improve support of bitmaps without a color table in PutImage.

12 years agowindowscodecs: Extend IWICImagingFactory to IWICComponentFactory.
Dmitry Timoshkov [Mon, 28 May 2012 09:41:38 +0000 (18:41 +0900)] 
windowscodecs: Extend IWICImagingFactory to IWICComponentFactory.

12 years agowindowscodecs: Add support for preferred vendor guid in CreateDecoderFromStream.
Dmitry Timoshkov [Mon, 28 May 2012 09:41:27 +0000 (18:41 +0900)] 
windowscodecs: Add support for preferred vendor guid in CreateDecoderFromStream.

12 years agowindowscodecs: Fix the test for rational IFD tag.
Dmitry Timoshkov [Mon, 28 May 2012 09:41:15 +0000 (18:41 +0900)] 
windowscodecs: Fix the test for rational IFD tag.

12 years agod3drm: Implement IDirect3DRMLight_[Get|Set]Range.
André Hentschel [Sun, 27 May 2012 13:52:57 +0000 (15:52 +0200)] 
d3drm: Implement IDirect3DRMLight_[Get|Set]Range.

12 years agod3drm: Implement IDirect3DRMLight_[Get|Set]Color and IDirect3DRMLight_SetColorRGB.
André Hentschel [Sun, 27 May 2012 13:52:32 +0000 (15:52 +0200)] 
d3drm: Implement IDirect3DRMLight_[Get|Set]Color and IDirect3DRMLight_SetColorRGB.

12 years agod3drm: Implement IDirect3DRMLight_[Get|Set]Type.
André Hentschel [Sun, 27 May 2012 13:52:03 +0000 (15:52 +0200)] 
d3drm: Implement IDirect3DRMLight_[Get|Set]Type.

12 years agod3drm: Improve stub for IDirect3DRMWinDevice_HandleActivate.
André Hentschel [Sun, 27 May 2012 13:37:40 +0000 (15:37 +0200)] 
d3drm: Improve stub for IDirect3DRMWinDevice_HandleActivate.

12 years agod3drm: Implement width and height handling in device interfaces.
André Hentschel [Sun, 27 May 2012 13:37:09 +0000 (15:37 +0200)] 
d3drm: Implement width and height handling in device interfaces.

12 years agod3drm: Implement IDirect3DRMDeviceX_[Get|Set]RenderMode.
André Hentschel [Sun, 27 May 2012 13:35:34 +0000 (15:35 +0200)] 
d3drm: Implement IDirect3DRMDeviceX_[Get|Set]RenderMode.

12 years agod3drm: Implement IDirect3DRMDeviceX_[Get|Set]Quality.
André Hentschel [Sun, 27 May 2012 13:35:01 +0000 (15:35 +0200)] 
d3drm: Implement IDirect3DRMDeviceX_[Get|Set]Quality.

12 years agod3drm: Implement IDirect3DRMDeviceX_[Get|Set]Dither.
André Hentschel [Sun, 27 May 2012 13:34:40 +0000 (15:34 +0200)] 
d3drm: Implement IDirect3DRMDeviceX_[Get|Set]Dither.

12 years agowined3d: Add NVIDIA GeForce GTX 680.
Kimmo Myllyvirta [Sun, 27 May 2012 08:02:10 +0000 (11:02 +0300)] 
wined3d: Add NVIDIA GeForce GTX 680.

12 years agolibwine: Add checks for DragonFly BSD.
André Hentschel [Mon, 28 May 2012 17:26:45 +0000 (19:26 +0200)] 
libwine: Add checks for DragonFly BSD.

12 years agoloader: Add check for DragonFly BSD.
André Hentschel [Mon, 28 May 2012 17:22:13 +0000 (19:22 +0200)] 
loader: Add check for DragonFly BSD.

12 years agokernel32: Add checks for DragonFly BSD.
André Hentschel [Mon, 28 May 2012 17:21:08 +0000 (19:21 +0200)] 
kernel32: Add checks for DragonFly BSD.

12 years agoserver: Add checks for DragonFly BSD.
André Hentschel [Mon, 28 May 2012 17:21:04 +0000 (19:21 +0200)] 
server: Add checks for DragonFly BSD.

12 years agod3d9: Get rid of IDirect3DVolume9Impl.
Henri Verbeet [Mon, 28 May 2012 16:17:29 +0000 (18:17 +0200)] 
d3d9: Get rid of IDirect3DVolume9Impl.

12 years agod3d9: Get rid of IDirect3DDevice9Impl.
Henri Verbeet [Mon, 28 May 2012 16:17:28 +0000 (18:17 +0200)] 
d3d9: Get rid of IDirect3DDevice9Impl.

12 years agoddraw/tests: Add test_window_style() for older ddraw versions.
Henri Verbeet [Mon, 28 May 2012 16:17:27 +0000 (18:17 +0200)] 
ddraw/tests: Add test_window_style() for older ddraw versions.

12 years agoddraw/tests: Move test_window_style() to ddraw7.c.
Henri Verbeet [Mon, 28 May 2012 16:17:26 +0000 (18:17 +0200)] 
ddraw/tests: Move test_window_style() to ddraw7.c.

12 years agowined3d: Properly preload index buffers.
Henri Verbeet [Mon, 28 May 2012 16:17:25 +0000 (18:17 +0200)] 
wined3d: Properly preload index buffers.

12 years agokernel32: Add stub for SetThreadStackGuarantee.
André Hentschel [Mon, 28 May 2012 12:18:09 +0000 (14:18 +0200)] 
kernel32: Add stub for SetThreadStackGuarantee.

12 years agowininet: Get rid of no longer used serverName and serverPort from http_session_t.
Jacek Caban [Mon, 28 May 2012 11:55:13 +0000 (13:55 +0200)] 
wininet: Get rid of no longer used serverName and serverPort from http_session_t.