wine
11 years agomshtml: Added support for DOCUMENT_TYPE_NODE in nsnode_to_nsstring_rec.
Jacek Caban [Thu, 17 Jan 2013 14:24:24 +0000 (15:24 +0100)] 
mshtml: Added support for DOCUMENT_TYPE_NODE in nsnode_to_nsstring_rec.

11 years agopo: Update Japanese translation.
Akihiro Sagawa [Thu, 17 Jan 2013 12:55:09 +0000 (21:55 +0900)] 
po: Update Japanese translation.

11 years agowinex11: Fallback to the standard cursor font when XCursor is missing.
Alexandre Julliard [Thu, 17 Jan 2013 14:33:09 +0000 (15:33 +0100)] 
winex11: Fallback to the standard cursor font when XCursor is missing.

11 years agowinex11: Check the bpp instead of the depth in the R8G8B8 format test.
Alexandre Julliard [Thu, 17 Jan 2013 13:36:51 +0000 (14:36 +0100)] 
winex11: Check the bpp instead of the depth in the R8G8B8 format test.

11 years agowined3d: Get rid of the "opengl" field in struct wined3d_adapter.
Henri Verbeet [Thu, 17 Jan 2013 09:24:29 +0000 (10:24 +0100)] 
wined3d: Get rid of the "opengl" field in struct wined3d_adapter.

11 years agowined3d: Get rid of the surface_type parameter to wined3d_check_device_format().
Henri Verbeet [Thu, 17 Jan 2013 09:24:28 +0000 (10:24 +0100)] 
wined3d: Get rid of the surface_type parameter to wined3d_check_device_format().

11 years agowined3d: Get rid of the surface_type parameter to wined3d_surface_create().
Henri Verbeet [Thu, 17 Jan 2013 09:24:27 +0000 (10:24 +0100)] 
wined3d: Get rid of the surface_type parameter to wined3d_surface_create().

11 years agoddraw: Avoid LPD3DCLIPSTATUS.
Henri Verbeet [Thu, 17 Jan 2013 09:24:26 +0000 (10:24 +0100)] 
ddraw: Avoid LPD3DCLIPSTATUS.

11 years agoddraw: Avoid LPD3DSTATUS.
Henri Verbeet [Thu, 17 Jan 2013 09:24:25 +0000 (10:24 +0100)] 
ddraw: Avoid LPD3DSTATUS.

11 years agoquartz: return the IMemAllocator so the BaseOutputPin can store it and use it, avoidi...
Damjan Jovanovic [Thu, 17 Jan 2013 05:40:39 +0000 (07:40 +0200)] 
quartz: return the IMemAllocator so the BaseOutputPin can store it and use it, avoiding a NULL pointer crash.

11 years agoReturn the IMemAllocator so the BaseOutputPin can store it and use it, avoiding a...
Damjan Jovanovic [Thu, 17 Jan 2013 05:39:17 +0000 (07:39 +0200)] 
Return the IMemAllocator so the BaseOutputPin can store it and use it, avoiding a NULL pointer crash.

11 years agowinegstreamer: return the IMemAllocator so the BaseOutputPin can store it and use...
Damjan Jovanovic [Thu, 17 Jan 2013 05:38:12 +0000 (07:38 +0200)] 
winegstreamer: return the IMemAllocator so the BaseOutputPin can store it and use it, avoiding a NULL pointer crash.

11 years agolibport: Always include the interlocked_cmpxchg128 fallback.
Alexandre Julliard [Thu, 17 Jan 2013 11:21:14 +0000 (12:21 +0100)] 
libport: Always include the interlocked_cmpxchg128 fallback.

11 years agontdll/tests: Fix SYSTEM_CACHE_INFORMATION failures.
Detlef Riekenberg [Wed, 16 Jan 2013 22:56:43 +0000 (23:56 +0100)] 
ntdll/tests: Fix SYSTEM_CACHE_INFORMATION failures.

11 years agod3dx9/tests: Use D3DXFloat16To32Array() instead of a custom function.
Rico Schüller [Wed, 16 Jan 2013 21:12:51 +0000 (22:12 +0100)] 
d3dx9/tests: Use D3DXFloat16To32Array() instead of a custom function.

11 years agoexplorerframe: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Wed, 16 Jan 2013 20:41:36 +0000 (20:41 +0000)] 
explorerframe: Avoid signed-unsigned integer comparisons.

11 years agofusion: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Wed, 16 Jan 2013 20:42:26 +0000 (20:42 +0000)] 
fusion: Avoid signed-unsigned integer comparisons.

11 years agogdi.exe16: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Wed, 16 Jan 2013 20:42:31 +0000 (20:42 +0000)] 
gdi.exe16: Avoid signed-unsigned integer comparisons.

11 years agocmd: Even if FindExecutable fails wait for process to finish in non-interactive mode.
Piotr Caban [Wed, 16 Jan 2013 13:40:31 +0000 (14:40 +0100)] 
cmd: Even if FindExecutable fails wait for process to finish in non-interactive mode.

11 years agomsvcp70: Remove forwards to msvcp80.
Piotr Caban [Wed, 16 Jan 2013 13:36:50 +0000 (14:36 +0100)] 
msvcp70: Remove forwards to msvcp80.

11 years agotools: Update make_specfiles script.
Piotr Caban [Wed, 16 Jan 2013 13:36:40 +0000 (14:36 +0100)] 
tools: Update make_specfiles script.

11 years agomsvcp90: Added std::arg(complex) implementation.
Piotr Caban [Wed, 16 Jan 2013 13:27:53 +0000 (14:27 +0100)] 
msvcp90: Added std::arg(complex) implementation.

11 years agomsvcp90: Added basic complex numbers tests.
Piotr Caban [Wed, 16 Jan 2013 13:27:37 +0000 (14:27 +0100)] 
msvcp90: Added basic complex numbers tests.

11 years agomsvcp90: Added operators working on complex numbers.
Piotr Caban [Wed, 16 Jan 2013 13:27:20 +0000 (14:27 +0100)] 
msvcp90: Added operators working on complex numbers.

11 years agomsvcp90: Added complex<{float, double, long double}> constructors implementation.
Piotr Caban [Wed, 16 Jan 2013 13:27:04 +0000 (14:27 +0100)] 
msvcp90: Added complex<{float, double, long double}> constructors implementation.

11 years agoddraw/tests: Add basic tests for DrawIndexedPrimitiveStrided.
Stefan Dösinger [Wed, 16 Jan 2013 11:44:17 +0000 (12:44 +0100)] 
ddraw/tests: Add basic tests for DrawIndexedPrimitiveStrided.

11 years agod3d8/tests: Create a plain DS surface in test_reset_resources.
Stefan Dösinger [Wed, 16 Jan 2013 11:44:16 +0000 (12:44 +0100)] 
d3d8/tests: Create a plain DS surface in test_reset_resources.

11 years agod3d9/tests: Create a plain DS surface in test_reset_resources.
Stefan Dösinger [Wed, 16 Jan 2013 11:44:15 +0000 (12:44 +0100)] 
d3d9/tests: Create a plain DS surface in test_reset_resources.

r200 does not support depth textures.

11 years agoatl100: Added stubs for AtlAxDialogBox[AW].
Jacek Caban [Wed, 16 Jan 2013 11:50:06 +0000 (12:50 +0100)] 
atl100: Added stubs for AtlAxDialogBox[AW].

11 years agomshtml: Remove duplicated property entries in preprocess_dispex_data.
Jacek Caban [Wed, 16 Jan 2013 11:36:08 +0000 (12:36 +0100)] 
mshtml: Remove duplicated property entries in preprocess_dispex_data.

11 years agoVarious background processes must be launched detached from current console (if any).
Eric Pouech [Mon, 14 Jan 2013 20:20:06 +0000 (21:20 +0100)] 
Various background processes must be launched detached from current console (if any).

11 years agowinetest: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:57:34 +0000 (00:57 +0100)] 
winetest: Add ARM64 support.

11 years agowinedbg: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:56:51 +0000 (00:56 +0100)] 
winedbg: Add ARM64 support.

11 years agodbghelp: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:55:14 +0000 (00:55 +0100)] 
dbghelp: Add ARM64 support.

11 years agokernel32/tests: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:53:55 +0000 (00:53 +0100)] 
kernel32/tests: Add ARM64 support.

11 years agontdll: Add ARM64 cpu info.
André Hentschel [Tue, 15 Jan 2013 23:52:23 +0000 (00:52 +0100)] 
ntdll: Add ARM64 cpu info.

11 years agontdll: Add ARM64 signal handling.
André Hentschel [Tue, 15 Jan 2013 23:50:30 +0000 (00:50 +0100)] 
ntdll: Add ARM64 signal handling.

11 years agoserver: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:49:36 +0000 (00:49 +0100)] 
server: Add ARM64 support.

11 years agoinclude: Add ARM64 context.
André Hentschel [Tue, 15 Jan 2013 23:41:25 +0000 (00:41 +0100)] 
include: Add ARM64 context.

11 years agowrc: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:45:06 +0000 (00:45 +0100)] 
wrc: Add ARM64 support.

11 years agowidl: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:44:33 +0000 (00:44 +0100)] 
widl: Add ARM64 support.

11 years agowinegcc: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:43:39 +0000 (00:43 +0100)] 
winegcc: Add ARM64 support.

11 years agowinebuild: Add ARM64 support.
André Hentschel [Tue, 15 Jan 2013 23:43:01 +0000 (00:43 +0100)] 
winebuild: Add ARM64 support.

11 years agolibport: Implemented the interlocked_cmpxchg128 function for ARM64.
Alexandre Julliard [Wed, 16 Jan 2013 11:34:51 +0000 (12:34 +0100)] 
libport: Implemented the interlocked_cmpxchg128 function for ARM64.

11 years agolibport: Implemented the interlocked_cmpxchg128 function for ARM64.
André Hentschel [Tue, 15 Jan 2013 23:42:12 +0000 (00:42 +0100)] 
libport: Implemented the interlocked_cmpxchg128 function for ARM64.

11 years agolibwine: Implemented the wine_call_on_stack function for ARM64.
André Hentschel [Tue, 15 Jan 2013 23:41:58 +0000 (00:41 +0100)] 
libwine: Implemented the wine_call_on_stack function for ARM64.

11 years agoinclude: Add ARM64 endianness.
André Hentschel [Tue, 15 Jan 2013 23:41:16 +0000 (00:41 +0100)] 
include: Add ARM64 endianness.

11 years agowmiutils: Implement IWbemPath::SetServer.
Hans Leidekker [Wed, 16 Jan 2013 09:57:30 +0000 (10:57 +0100)] 
wmiutils: Implement IWbemPath::SetServer.

11 years agoadvapi32: Improve the stub for CreateRestrictedToken.
Hans Leidekker [Wed, 16 Jan 2013 09:56:47 +0000 (10:56 +0100)] 
advapi32: Improve the stub for CreateRestrictedToken.

11 years agogdiplus: Avoid not necessary memory allocation in GdipCreateBitmapFromHICON.
Dmitry Timoshkov [Wed, 16 Jan 2013 09:18:30 +0000 (17:18 +0800)] 
gdiplus: Avoid not necessary memory allocation in GdipCreateBitmapFromHICON.

11 years agowined3d: Get rid of the surface_type parameter to wined3d_swapchain_create().
Henri Verbeet [Wed, 16 Jan 2013 07:51:49 +0000 (08:51 +0100)] 
wined3d: Get rid of the surface_type parameter to wined3d_swapchain_create().

11 years agoddraw: Update DefaultSurfaceType if we had to fallback to a wined3d object without...
Henri Verbeet [Wed, 16 Jan 2013 07:51:48 +0000 (08:51 +0100)] 
ddraw: Update DefaultSurfaceType if we had to fallback to a wined3d object without 3D support.

11 years agowined3d: Initialize the various backends in wined3d_adapter_init_nogl() as well.
Henri Verbeet [Wed, 16 Jan 2013 07:51:47 +0000 (08:51 +0100)] 
wined3d: Initialize the various backends in wined3d_adapter_init_nogl() as well.

11 years agoddraw: Avoid LPD3DBRANCH.
Henri Verbeet [Wed, 16 Jan 2013 07:51:46 +0000 (08:51 +0100)] 
ddraw: Avoid LPD3DBRANCH.

11 years agoddraw: Avoid LPD3DTRIANGLE.
Henri Verbeet [Wed, 16 Jan 2013 07:51:45 +0000 (08:51 +0100)] 
ddraw: Avoid LPD3DTRIANGLE.

11 years agoxmllite: Added IXmlResolver definition.
Nikolay Sivov [Wed, 16 Jan 2013 07:33:00 +0000 (11:33 +0400)] 
xmllite: Added IXmlResolver definition.

11 years agoxmllite: Initial implementation of DTD external id parsing.
Nikolay Sivov [Tue, 15 Jan 2013 19:54:14 +0000 (23:54 +0400)] 
xmllite: Initial implementation of DTD external id parsing.

11 years agodmstyle: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Tue, 15 Jan 2013 22:26:56 +0000 (22:26 +0000)] 
dmstyle: Avoid signed-unsigned integer comparisons.

11 years agodmusic: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Tue, 15 Jan 2013 22:26:59 +0000 (22:26 +0000)] 
dmusic: Avoid signed-unsigned integer comparisons.

11 years agodsound: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Tue, 15 Jan 2013 22:27:02 +0000 (22:27 +0000)] 
dsound: Avoid signed-unsigned integer comparisons.

11 years agod3dx9: Add support for D3DFMT_A16B16G16R16.
Rico Schüller [Tue, 15 Jan 2013 18:25:45 +0000 (19:25 +0100)] 
d3dx9: Add support for D3DFMT_A16B16G16R16.

11 years agod3dx9: Add support for D3DFMT_A32B32G32R32F.
Rico Schüller [Tue, 15 Jan 2013 18:25:26 +0000 (19:25 +0100)] 
d3dx9: Add support for D3DFMT_A32B32G32R32F.

11 years agod3d8/tests: Add a software vertexprocessing buffer discard test.
Stefan Dösinger [Tue, 15 Jan 2013 13:03:20 +0000 (14:03 +0100)] 
d3d8/tests: Add a software vertexprocessing buffer discard test.

11 years agod3d9/tests: Add a software vertexprocessing buffer discard test.
Stefan Dösinger [Tue, 15 Jan 2013 13:03:19 +0000 (14:03 +0100)] 
d3d9/tests: Add a software vertexprocessing buffer discard test.

11 years agowined3d: Shadow buffers in sysmem when software vertexprocessing is used.
Stefan Dösinger [Tue, 15 Jan 2013 13:03:18 +0000 (14:03 +0100)] 
wined3d: Shadow buffers in sysmem when software vertexprocessing is used.

11 years agoups10: Mark to Base, Mark and Ligature are not cumulative offsets.
Aric Stewart [Tue, 15 Jan 2013 13:09:29 +0000 (07:09 -0600)] 
ups10: Mark to Base, Mark and Ligature are not cumulative offsets.

11 years agomshtml: Added IHTMLScriptElement::put_text tests.
Jacek Caban [Tue, 15 Jan 2013 12:40:04 +0000 (13:40 +0100)] 
mshtml: Added IHTMLScriptElement::put_text tests.

11 years agomshtml: Added IHTMLScriptElement::put_text implementation.
Jacek Caban [Tue, 15 Jan 2013 12:39:54 +0000 (13:39 +0100)] 
mshtml: Added IHTMLScriptElement::put_text implementation.

11 years agomshtml: Don't check if script element was already parsed in doc_insert_script.
Jacek Caban [Tue, 15 Jan 2013 12:39:44 +0000 (13:39 +0100)] 
mshtml: Don't check if script element was already parsed in doc_insert_script.

11 years agoatl100: Don't leak TLIBATTR in AtlComModuleUnregisterServer.
Jacek Caban [Tue, 15 Jan 2013 11:46:06 +0000 (12:46 +0100)] 
atl100: Don't leak TLIBATTR in AtlComModuleUnregisterServer.

11 years agoatl100: Added AtlGetObjectSourceInterface tests.
Jacek Caban [Tue, 15 Jan 2013 11:45:57 +0000 (12:45 +0100)] 
atl100: Added AtlGetObjectSourceInterface tests.

11 years agoatl100: Added AtlGetObjectSourceInterface implementation.
Jacek Caban [Tue, 15 Jan 2013 11:45:47 +0000 (12:45 +0100)] 
atl100: Added AtlGetObjectSourceInterface implementation.

11 years agogdi32: Initialize fontconfig even when fonts are cached.
Alexandre Julliard [Tue, 15 Jan 2013 13:28:10 +0000 (14:28 +0100)] 
gdi32: Initialize fontconfig even when fonts are cached.

11 years agogdi32: Support for hidden flag of CreateScalableFontResource.
Alexandre Julliard [Tue, 15 Jan 2013 11:52:04 +0000 (12:52 +0100)] 
gdi32: Support for hidden flag of CreateScalableFontResource.

11 years agogdi32: Add support for .fot files in RemoveFontResource.
Alexandre Julliard [Tue, 15 Jan 2013 11:54:02 +0000 (12:54 +0100)] 
gdi32: Add support for .fot files in RemoveFontResource.

11 years agogdi32: Implement RemoveFontResource.
Alexandre Julliard [Tue, 15 Jan 2013 11:34:40 +0000 (12:34 +0100)] 
gdi32: Implement RemoveFontResource.

11 years agogdi32: Keep the main font cache key open.
Alexandre Julliard [Tue, 15 Jan 2013 12:56:52 +0000 (13:56 +0100)] 
gdi32: Keep the main font cache key open.

11 years agogdi32: Add helper functions to compute font paths for AddFontResource.
Alexandre Julliard [Mon, 14 Jan 2013 16:28:25 +0000 (17:28 +0100)] 
gdi32: Add helper functions to compute font paths for AddFontResource.

11 years agogdi32: Store the vertical flag together with the other font flags.
Alexandre Julliard [Tue, 15 Jan 2013 13:13:09 +0000 (14:13 +0100)] 
gdi32: Store the vertical flag together with the other font flags.

11 years agogdi32: Store the full flags in the face object, and add a flag for fonts added throug...
Alexandre Julliard [Mon, 14 Jan 2013 14:28:42 +0000 (15:28 +0100)] 
gdi32: Store the full flags in the face object, and add a flag for fonts added through AddFontResource.

11 years agoqcap: Use the BaseOutputPin's IMemAllocator.
Damjan Jovanovic [Tue, 15 Jan 2013 06:46:28 +0000 (08:46 +0200)] 
qcap: Use the BaseOutputPin's IMemAllocator.

11 years agostrmbase: Store and use the chosen IMemAllocator instead of getting it from the input...
Damjan Jovanovic [Tue, 15 Jan 2013 06:43:33 +0000 (08:43 +0200)] 
strmbase: Store and use the chosen IMemAllocator instead of getting it from the input pin.

11 years agowinemac: Implement layered windows: SetLayeredWindowAttributes() and UpdateLayeredWin...
Ken Thomases [Tue, 15 Jan 2013 02:24:02 +0000 (20:24 -0600)] 
winemac: Implement layered windows: SetLayeredWindowAttributes() and UpdateLayeredWindow().

11 years agowinemac: Implement SetWindowRgn.
Ken Thomases [Tue, 15 Jan 2013 02:23:58 +0000 (20:23 -0600)] 
winemac: Implement SetWindowRgn.

11 years agowinemac: Implement window surface rendering.
Ken Thomases [Tue, 15 Jan 2013 02:23:55 +0000 (20:23 -0600)] 
winemac: Implement window surface rendering.

11 years agodbghelp: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Mon, 14 Jan 2013 21:44:19 +0000 (21:44 +0000)] 
dbghelp: Avoid signed-unsigned integer comparisons.

11 years agodinput: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Mon, 14 Jan 2013 21:44:49 +0000 (21:44 +0000)] 
dinput: Avoid signed-unsigned integer comparisons.

11 years agowmiutils: Implement IWbemPath::GetInfo.
Hans Leidekker [Tue, 15 Jan 2013 10:26:48 +0000 (11:26 +0100)] 
wmiutils: Implement IWbemPath::GetInfo.

11 years agoddraw: Get rid of the local "window" variable in ddraw7_SetCooperativeLevel().
Henri Verbeet [Tue, 15 Jan 2013 07:46:55 +0000 (08:46 +0100)] 
ddraw: Get rid of the local "window" variable in ddraw7_SetCooperativeLevel().

Having both a "hwnd" and a "window" here doesn't exactly make things much
easier to follow.

11 years agoddraw: Only modify the ddraw destination window at the end of ddraw7_SetCooperativeLe...
Henri Verbeet [Tue, 15 Jan 2013 07:46:54 +0000 (08:46 +0100)] 
ddraw: Only modify the ddraw destination window at the end of ddraw7_SetCooperativeLevel().

We want this to happen after ddraw_destroy_swapchain() in particular, because
dest_window being different from d3d_window will cause it to destroy
d3d_window, but this seems like a good idea in general.

11 years agoddraw: Add a small tests for SetCooperativeLevel() calls with different windows.
Henri Verbeet [Tue, 15 Jan 2013 07:46:53 +0000 (08:46 +0100)] 
ddraw: Add a small tests for SetCooperativeLevel() calls with different windows.

In particular, test that the windows aren't destroyed by accident.

11 years agoddraw: Avoid LPD3DPROCESSVERTICES.
Henri Verbeet [Tue, 15 Jan 2013 07:46:52 +0000 (08:46 +0100)] 
ddraw: Avoid LPD3DPROCESSVERTICES.

11 years agoddraw: Avoid LPD3DSTATE.
Henri Verbeet [Tue, 15 Jan 2013 07:46:51 +0000 (08:46 +0100)] 
ddraw: Avoid LPD3DSTATE.

11 years agogdiplus: Avoid not necessary memory allocation for BITMAPINFO.
Dmitry Timoshkov [Tue, 15 Jan 2013 04:48:56 +0000 (12:48 +0800)] 
gdiplus: Avoid not necessary memory allocation for BITMAPINFO.

11 years agogdiplus: Avoid not necessary memory allocation for palette entries.
Dmitry Timoshkov [Tue, 15 Jan 2013 04:48:34 +0000 (12:48 +0800)] 
gdiplus: Avoid not necessary memory allocation for palette entries.

11 years agogdiplus: Fix reading the mask bits in GdipCreateBitmapFromHICON.
Dmitry Timoshkov [Tue, 15 Jan 2013 04:48:08 +0000 (12:48 +0800)] 
gdiplus: Fix reading the mask bits in GdipCreateBitmapFromHICON.

11 years agowindowscodecs: Fix reading the mask bits in CreateBitmapFromHICON.
Dmitry Timoshkov [Tue, 15 Jan 2013 04:47:47 +0000 (12:47 +0800)] 
windowscodecs: Fix reading the mask bits in CreateBitmapFromHICON.

11 years agoqcap: Fix compilation on older systems.
Dmitry Timoshkov [Tue, 15 Jan 2013 04:47:00 +0000 (12:47 +0800)] 
qcap: Fix compilation on older systems.

11 years agowinex11.drv: Don't join INCR data until the transfer finishes.
Vincent Povirk [Mon, 14 Jan 2013 19:35:53 +0000 (13:35 -0600)] 
winex11.drv: Don't join INCR data until the transfer finishes.

11 years agovbscript: Added support for more constants.
Jacek Caban [Mon, 14 Jan 2013 16:42:48 +0000 (17:42 +0100)] 
vbscript: Added support for more constants.