wine
11 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).

11 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).

11 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.

11 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.

11 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.

11 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.

11 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.

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

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

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

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

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

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

11 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.

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

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

11 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.

11 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.

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

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

11 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.

11 years agowininet: Fixed grouping security error flags.
Jacek Caban [Mon, 28 May 2012 11:55:00 +0000 (13:55 +0200)] 
wininet: Fixed grouping security error flags.

11 years agowininet: Handle error flags only for masked-error mode.
Jacek Caban [Mon, 28 May 2012 11:54:32 +0000 (13:54 +0200)] 
wininet: Handle error flags only for masked-error mode.

11 years agourlhist.idl: Added missing flags.
Jacek Caban [Mon, 28 May 2012 09:50:53 +0000 (11:50 +0200)] 
urlhist.idl: Added missing flags.

11 years agoRelease 1.5.5. wine-1.5.5
Alexandre Julliard [Fri, 25 May 2012 18:21:15 +0000 (20:21 +0200)] 
Release 1.5.5.

11 years agowininet: Added INTERNET_OPTION_SECURITY_FLAGS tests.
Jacek Caban [Fri, 25 May 2012 14:36:46 +0000 (16:36 +0200)] 
wininet: Added INTERNET_OPTION_SECURITY_FLAGS tests.

11 years agowininet: Store certificate error information in security flags.
Jacek Caban [Fri, 25 May 2012 14:51:20 +0000 (16:51 +0200)] 
wininet: Store certificate error information in security flags.

11 years agowininet: Added INTERNET_OPTION_SETTINGS_CHANGED semi-stub implementation.
Jacek Caban [Fri, 25 May 2012 14:35:48 +0000 (16:35 +0200)] 
wininet: Added INTERNET_OPTION_SETTINGS_CHANGED semi-stub implementation.

11 years agowininet: Store server_t on the list until clean up.
Jacek Caban [Fri, 25 May 2012 14:35:32 +0000 (16:35 +0200)] 
wininet: Store server_t on the list until clean up.

11 years agowininet: Set SECURITY_FLAG_STRENGTH_* flags in NETCONN_secure_connect.
Jacek Caban [Fri, 25 May 2012 14:35:12 +0000 (16:35 +0200)] 
wininet: Set SECURITY_FLAG_STRENGTH_* flags in NETCONN_secure_connect.

11 years agowininet: Set SECURITY_FLAG_SECURRE in NETCON_secure_connect.
Jacek Caban [Fri, 25 May 2012 14:34:59 +0000 (16:34 +0200)] 
wininet: Set SECURITY_FLAG_SECURRE in NETCON_secure_connect.

11 years agowininet: Store security flags in server_t.
Jacek Caban [Fri, 25 May 2012 14:34:43 +0000 (16:34 +0200)] 
wininet: Store security flags in server_t.

11 years agowininet: Store server_t in http_request_t.
Jacek Caban [Fri, 25 May 2012 14:34:24 +0000 (16:34 +0200)] 
wininet: Store server_t in http_request_t.

11 years agod3d9: Get rid of IDirect3D9Impl.
Henri Verbeet [Fri, 25 May 2012 14:10:31 +0000 (16:10 +0200)] 
d3d9: Get rid of IDirect3D9Impl.

11 years agod3d9: Add a separate function for d3d9 initialization.
Henri Verbeet [Fri, 25 May 2012 14:10:30 +0000 (16:10 +0200)] 
d3d9: Add a separate function for d3d9 initialization.

11 years agod3dx9: Don't use HEAP_ZERO_MEMORY if we're going to overwrite the memory anyway.
Henri Verbeet [Fri, 25 May 2012 14:10:29 +0000 (16:10 +0200)] 
d3dx9: Don't use HEAP_ZERO_MEMORY if we're going to overwrite the memory anyway.

11 years agod3d9: Get rid of the D3D_DECL_* macros.
Henri Verbeet [Fri, 25 May 2012 14:10:28 +0000 (16:10 +0200)] 
d3d9: Get rid of the D3D_DECL_* macros.

11 years agod3d9: Get rid of the d3dType field from d3d_dtype_lookup.
Henri Verbeet [Fri, 25 May 2012 14:10:27 +0000 (16:10 +0200)] 
d3d9: Get rid of the d3dType field from d3d_dtype_lookup.

11 years agousp10: Check bounds before checking value in array.
Aric Stewart [Fri, 25 May 2012 12:55:19 +0000 (07:55 -0500)] 
usp10: Check bounds before checking value in array.

11 years agowindowscodecs: Add some tests for IFD metadata reader.
Dmitry Timoshkov [Fri, 25 May 2012 10:14:05 +0000 (19:14 +0900)] 
windowscodecs: Add some tests for IFD metadata reader.

11 years agoinclude: Add some ids for IFD metadata support.
Dmitry Timoshkov [Fri, 25 May 2012 10:13:44 +0000 (19:13 +0900)] 
include: Add some ids for IFD metadata support.

11 years agowindowscodecs: Fix some typos in the tEXt metadata test.
Dmitry Timoshkov [Fri, 25 May 2012 10:13:24 +0000 (19:13 +0900)] 
windowscodecs: Fix some typos in the tEXt metadata test.

11 years agomshtml/tests: Remove stray ok() calls.
Michael Stefaniuc [Fri, 25 May 2012 09:36:16 +0000 (11:36 +0200)] 
mshtml/tests: Remove stray ok() calls.

11 years agoriched20/tests: Check the correct return value.
Michael Stefaniuc [Fri, 25 May 2012 09:35:10 +0000 (11:35 +0200)] 
riched20/tests: Check the correct return value.

11 years agourlmon/tests: Fix typo in an ok() message.
Michael Stefaniuc [Fri, 25 May 2012 09:33:30 +0000 (11:33 +0200)] 
urlmon/tests: Fix typo in an ok() message.

11 years agokrnl386: Set 11-bit for fixed drive.
Oleksij Rempel [Fri, 25 May 2012 08:58:50 +0000 (10:58 +0200)] 
krnl386: Set 11-bit for fixed drive.

11 years agokrnl386: Set remote bit for cdrom.
Oleksij Rempel [Fri, 25 May 2012 08:58:49 +0000 (10:58 +0200)] 
krnl386: Set remote bit for cdrom.

11 years agod3drm: Add support for D3DRMLOAD_FROMFILE in IDirect3DRMMeshBuilder3_Load.
Christian Costa [Fri, 25 May 2012 06:04:54 +0000 (08:04 +0200)] 
d3drm: Add support for D3DRMLOAD_FROMFILE in IDirect3DRMMeshBuilder3_Load.

11 years agodmusic: Cleanup DMUSIC_CreateDirectMusicImpl.
Christian Costa [Fri, 25 May 2012 06:04:31 +0000 (08:04 +0200)] 
dmusic: Cleanup DMUSIC_CreateDirectMusicImpl.

11 years agogdiplus: Avoid needless gotos.
Dmitry Timoshkov [Thu, 24 May 2012 04:49:02 +0000 (13:49 +0900)] 
gdiplus: Avoid needless gotos.

11 years agogdiplus: Return correct status code if GdipAlloc fails.
Dmitry Timoshkov [Thu, 24 May 2012 04:48:30 +0000 (13:48 +0900)] 
gdiplus: Return correct status code if GdipAlloc fails.

11 years agogdiplus: Reimplement GdipIsEmptyRegion.
Dmitry Timoshkov [Mon, 21 May 2012 08:53:13 +0000 (17:53 +0900)] 
gdiplus: Reimplement GdipIsEmptyRegion.

11 years agooleaut32/tests: Fix handle sign extension on 64-bit.
Alexandre Julliard [Fri, 25 May 2012 08:29:28 +0000 (10:29 +0200)] 
oleaut32/tests: Fix handle sign extension on 64-bit.

11 years agogdi32/tests: Add tests for color mappings in monochrome bitmaps.
Alexandre Julliard [Thu, 17 May 2012 20:22:46 +0000 (22:22 +0200)] 
gdi32/tests: Add tests for color mappings in monochrome bitmaps.

11 years agogdi32: Always use the DIB engine for monochrome bitmap rendering.
Alexandre Julliard [Fri, 25 May 2012 09:47:46 +0000 (11:47 +0200)] 
gdi32: Always use the DIB engine for monochrome bitmap rendering.

11 years agogdi32: Check that the bitmap depth matches the DC when selecting it.
Alexandre Julliard [Fri, 25 May 2012 09:19:36 +0000 (11:19 +0200)] 
gdi32: Check that the bitmap depth matches the DC when selecting it.

11 years agogdi32: Remove the CopyBitmap driver entry point.
Alexandre Julliard [Wed, 23 May 2012 19:30:22 +0000 (21:30 +0200)] 
gdi32: Remove the CopyBitmap driver entry point.

11 years agopropsys: Implement IPropertyStoreCache::SetValueAndState.
Vincent Povirk [Tue, 22 May 2012 20:46:23 +0000 (15:46 -0500)] 
propsys: Implement IPropertyStoreCache::SetValueAndState.

11 years agopropsys: Implement IPropertyStoreCache::SetState.
Vincent Povirk [Tue, 22 May 2012 20:43:01 +0000 (15:43 -0500)] 
propsys: Implement IPropertyStoreCache::SetState.

11 years agopropsys: Implement IPropertyStoreCache::GetValueAndState.
Vincent Povirk [Tue, 22 May 2012 20:40:45 +0000 (15:40 -0500)] 
propsys: Implement IPropertyStoreCache::GetValueAndState.

11 years agopropsys: Implement IPropertyStoreCache::GetState.
Vincent Povirk [Tue, 22 May 2012 20:38:22 +0000 (15:38 -0500)] 
propsys: Implement IPropertyStoreCache::GetState.

11 years agopropsys: Implement IPropertyStore::GetAt.
Vincent Povirk [Tue, 22 May 2012 20:34:25 +0000 (15:34 -0500)] 
propsys: Implement IPropertyStore::GetAt.

11 years agoquartz: COM cleanup for ParserImpl.
Aric Stewart [Mon, 21 May 2012 13:21:48 +0000 (08:21 -0500)] 
quartz: COM cleanup for ParserImpl.

11 years agoquartz: COM cleanup for Parser_OutputPin.
Aric Stewart [Mon, 21 May 2012 13:21:41 +0000 (08:21 -0500)] 
quartz: COM cleanup for Parser_OutputPin.

11 years agod3d9: Get rid of the D3DDECLTYPE_INFO typedef.
Henri Verbeet [Thu, 24 May 2012 16:27:44 +0000 (18:27 +0200)] 
d3d9: Get rid of the D3DDECLTYPE_INFO typedef.

11 years agod3d8: Get rid of the wined3d_usage_t typedef.
Henri Verbeet [Thu, 24 May 2012 16:27:43 +0000 (18:27 +0200)] 
d3d8: Get rid of the wined3d_usage_t typedef.

11 years agoddraw/tests: Add test_wndproc() for the other ddraw versions as well.
Henri Verbeet [Thu, 24 May 2012 16:27:42 +0000 (18:27 +0200)] 
ddraw/tests: Add test_wndproc() for the other ddraw versions as well.

11 years agoddraw/tests: Move test_wndproc() to ddraw7.c.
Henri Verbeet [Thu, 24 May 2012 16:27:41 +0000 (18:27 +0200)] 
ddraw/tests: Move test_wndproc() to ddraw7.c.

11 years agoddraw: Only initially enable color keying for version 1 devices.
Henri Verbeet [Thu, 24 May 2012 16:27:40 +0000 (18:27 +0200)] 
ddraw: Only initially enable color keying for version 1 devices.

11 years agowininet: Added better traces for status info in INTERNET_SendCallback.
Jacek Caban [Thu, 24 May 2012 13:25:12 +0000 (15:25 +0200)] 
wininet: Added better traces for status info in INTERNET_SendCallback.

11 years agowininet: Added INTERNET_OPTION_REQUEST_FLAGS tests.
Jacek Caban [Thu, 24 May 2012 13:24:55 +0000 (15:24 +0200)] 
wininet: Added INTERNET_OPTION_REQUEST_FLAGS tests.

11 years agowininet: Added real implementation of InternetQueryOption(INTERNET_OPTION_REQUEST_FLAGS).
Jacek Caban [Thu, 24 May 2012 13:24:43 +0000 (15:24 +0200)] 
wininet: Added real implementation of InternetQueryOption(INTERNET_OPTION_REQUEST_FLAGS).