wine
12 years agowinedbg: Add "load address" and new nops to the Thumb disassembler.
André Hentschel [Thu, 19 Apr 2012 21:05:04 +0000 (23:05 +0200)] 
winedbg: Add "load address" and new nops to the Thumb disassembler.

12 years agoddraw/tests: Add a helper function to set the viewport background material.
Henri Verbeet [Thu, 19 Apr 2012 18:45:00 +0000 (20:45 +0200)] 
ddraw/tests: Add a helper function to set the viewport background material.

12 years agodxgi: COM cleanup for the surface IUnknown interface.
Henri Verbeet [Thu, 19 Apr 2012 18:44:59 +0000 (20:44 +0200)] 
dxgi: COM cleanup for the surface IUnknown interface.

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetBackBuffer().
Henri Verbeet [Thu, 19 Apr 2012 18:44:58 +0000 (20:44 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetBackBuffer().

12 years agod3d8: Use the surface implementation pointer in reset_enum_callback().
Henri Verbeet [Thu, 19 Apr 2012 18:44:57 +0000 (20:44 +0200)] 
d3d8: Use the surface implementation pointer in reset_enum_callback().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DSwapChain8Impl_GetBackBuffer().
Henri Verbeet [Thu, 19 Apr 2012 18:44:56 +0000 (20:44 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DSwapChain8Impl_GetBackBuffer().

12 years agowinspool: Simplify the code that checks for deleted printers and have it not call...
Huw Davies [Thu, 19 Apr 2012 12:43:25 +0000 (13:43 +0100)] 
winspool: Simplify the code that checks for deleted printers and have it not call OpenPrinter unless it finds a printer that needs deletion.

12 years agowinspool: Add a helper to open a printer's registry key.
Huw Davies [Thu, 19 Apr 2012 12:43:24 +0000 (13:43 +0100)] 
winspool: Add a helper to open a printer's registry key.

12 years agoshlwapi: Add NULL checks to StrCpyW and StrCatW.
Carlo Bramini [Wed, 18 Apr 2012 19:51:05 +0000 (21:51 +0200)] 
shlwapi: Add NULL checks to StrCpyW and StrCatW.

12 years agokernel32: Add more memory access checks.
Dmitry Timoshkov [Tue, 17 Apr 2012 08:14:46 +0000 (17:14 +0900)] 
kernel32: Add more memory access checks.

12 years agobrowseui/tests: Add tests for IProgressDialog.
Detlef Riekenberg [Mon, 16 Apr 2012 21:16:18 +0000 (23:16 +0200)] 
browseui/tests: Add tests for IProgressDialog.

12 years agobrowseui: Add IOleWindow to IProgressDialog.
Detlef Riekenberg [Mon, 16 Apr 2012 21:16:17 +0000 (23:16 +0200)] 
browseui: Add IOleWindow to IProgressDialog.

12 years agowininet: Use the same hashing function as native does.
Piotr Caban [Thu, 19 Apr 2012 11:26:33 +0000 (13:26 +0200)] 
wininet: Use the same hashing function as native does.

12 years agojscript: Added Number.toPrecision implementation.
Piotr Caban [Thu, 19 Apr 2012 13:29:15 +0000 (15:29 +0200)] 
jscript: Added Number.toPrecision implementation.

12 years agojscript: Added Number.toExponential implementation.
Piotr Caban [Thu, 19 Apr 2012 13:28:59 +0000 (15:28 +0200)] 
jscript: Added Number.toExponential implementation.

12 years agojscript: Added Number.toFixed implementation.
Piotr Caban [Thu, 19 Apr 2012 13:28:39 +0000 (15:28 +0200)] 
jscript: Added Number.toFixed implementation.

12 years agojscript: Make parsing of double more accurate.
Piotr Caban [Thu, 19 Apr 2012 13:28:30 +0000 (15:28 +0200)] 
jscript: Make parsing of double more accurate.

12 years agoquartz: Correct a critical section lock reversal issue found by Marcus Meissner ...
Aric Stewart [Thu, 19 Apr 2012 13:11:12 +0000 (08:11 -0500)] 
quartz: Correct a critical section lock reversal issue found by Marcus Meissner (Coverity).

12 years agogdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha...
Dmitry Timoshkov [Fri, 13 Apr 2012 05:03:49 +0000 (14:03 +0900)] 
gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending.

12 years agouser32: Don't invalidate DCEs for sibling top-level windows since they are not clipped.
Alexandre Julliard [Thu, 19 Apr 2012 14:34:37 +0000 (16:34 +0200)] 
user32: Don't invalidate DCEs for sibling top-level windows since they are not clipped.

12 years agowinhttp: Use SSL_pending in netconn_query_data_available.
Jacek Caban [Thu, 19 Apr 2012 11:36:02 +0000 (13:36 +0200)] 
winhttp: Use SSL_pending in netconn_query_data_available.

12 years agowinhttp: Fixed netconn_recv when read uses both SSL_recv and buffered data.
Jacek Caban [Thu, 19 Apr 2012 11:35:47 +0000 (13:35 +0200)] 
winhttp: Fixed netconn_recv when read uses both SSL_recv and buffered data.

12 years agooleaut32: Treat years 0 to 29 as 2000 to 2029 in VARIANT_RollUdate.
Daniel Lehman [Wed, 18 Apr 2012 20:01:56 +0000 (13:01 -0700)] 
oleaut32: Treat years 0 to 29 as 2000 to 2029 in VARIANT_RollUdate.

12 years agomsvcrt: Add declarations to stdlib.h for _strtoui64 and _strtoi64.
Daniel Lehman [Fri, 13 Jan 2012 23:58:48 +0000 (15:58 -0800)] 
msvcrt: Add declarations to stdlib.h for _strtoui64 and _strtoi64.

12 years agoadvapi32: Add named pipe access tests.
Dmitry Timoshkov [Wed, 18 Apr 2012 07:30:04 +0000 (16:30 +0900)] 
advapi32: Add named pipe access tests.

12 years agoadvapi32: Add distinct tests for Read, Write and Execute access rights for kernel...
Dmitry Timoshkov [Wed, 18 Apr 2012 07:29:46 +0000 (16:29 +0900)] 
advapi32: Add distinct tests for Read, Write and Execute access rights for kernel objects.

12 years agomsxml3: Make failing Locator QI a warning.
Nikolay Sivov [Thu, 19 Apr 2012 06:55:17 +0000 (10:55 +0400)] 
msxml3: Make failing Locator QI a warning.

12 years agomsxml3: Fix handling of feature values.
Nikolay Sivov [Thu, 19 Apr 2012 06:53:15 +0000 (10:53 +0400)] 
msxml3: Fix handling of feature values.

12 years agomsxml3: Respect 'namespaces' feature calling content handler callbacks.
Nikolay Sivov [Thu, 19 Apr 2012 06:46:03 +0000 (10:46 +0400)] 
msxml3: Respect 'namespaces' feature calling content handler callbacks.

12 years agomsxml3: Use lookup table for feature names.
Nikolay Sivov [Wed, 18 Apr 2012 18:39:38 +0000 (22:39 +0400)] 
msxml3: Use lookup table for feature names.

12 years agowinedbg: Disassemble more Thumb instructions.
André Hentschel [Wed, 18 Apr 2012 21:05:27 +0000 (23:05 +0200)] 
winedbg: Disassemble more Thumb instructions.

12 years agod3d8: Get rid of IDirect3DBaseTexture8Impl.
Henri Verbeet [Wed, 18 Apr 2012 18:51:26 +0000 (20:51 +0200)] 
d3d8: Get rid of IDirect3DBaseTexture8Impl.

12 years agod3d8: Merge volumetexture.c into texture.c.
Henri Verbeet [Wed, 18 Apr 2012 18:51:25 +0000 (20:51 +0200)] 
d3d8: Merge volumetexture.c into texture.c.

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_3d_UnlockBox().
Henri Verbeet [Wed, 18 Apr 2012 18:51:24 +0000 (20:51 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_3d_UnlockBox().

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_3d_LockBox().
Henri Verbeet [Wed, 18 Apr 2012 18:51:23 +0000 (20:51 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_3d_LockBox().

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_3d_GetVolumeLevel().
Henri Verbeet [Wed, 18 Apr 2012 18:51:22 +0000 (20:51 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_3d_GetVolumeLevel().

12 years agodmime: Don't try to create a standard audio path if the client didn't ask for one.
Andrew Eikum [Wed, 18 Apr 2012 15:14:01 +0000 (10:14 -0500)] 
dmime: Don't try to create a standard audio path if the client didn't ask for one.

12 years agod3dx9/tests: Add tests for ID3DXBaseEffect::G/SetValue().
Rico Schüller [Wed, 18 Apr 2012 07:33:45 +0000 (09:33 +0200)] 
d3dx9/tests: Add tests for ID3DXBaseEffect::G/SetValue().

12 years agod3dx9: Use param->bytes for copying the data in ID3DXBaseEffect::SetValue().
Rico Schüller [Wed, 18 Apr 2012 07:33:35 +0000 (09:33 +0200)] 
d3dx9: Use param->bytes for copying the data in ID3DXBaseEffect::SetValue().

12 years agogdiplus: Add support for JPEG encoding.
Vincent Povirk [Wed, 11 Apr 2012 22:25:01 +0000 (17:25 -0500)] 
gdiplus: Add support for JPEG encoding.

12 years agowindowscodecs: Implement JpegDecoder_Frame_GetResolution.
Vincent Povirk [Wed, 11 Apr 2012 22:22:43 +0000 (17:22 -0500)] 
windowscodecs: Implement JpegDecoder_Frame_GetResolution.

12 years agowindowscodecs: Implement JpegEncoder_Frame_WriteSource.
Vincent Povirk [Wed, 11 Apr 2012 21:01:58 +0000 (16:01 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_WriteSource.

12 years agogdi32: Don't add_join if points are coincident in wide_line_segments.
Daniel Lehman [Wed, 25 Jan 2012 21:47:31 +0000 (13:47 -0800)] 
gdi32: Don't add_join if points are coincident in wide_line_segments.

12 years agoservices: Remove unneeded shadow variable.
André Hentschel [Tue, 17 Apr 2012 22:11:37 +0000 (00:11 +0200)] 
services: Remove unneeded shadow variable.

12 years agojscript: Remove unneeded shadow variable.
André Hentschel [Tue, 17 Apr 2012 22:11:22 +0000 (00:11 +0200)] 
jscript: Remove unneeded shadow variable.

12 years agowinhlp32: Remove unneeded shadow variables.
André Hentschel [Tue, 17 Apr 2012 22:12:07 +0000 (00:12 +0200)] 
winhlp32: Remove unneeded shadow variables.

12 years agonetapi32: Remove unneeded shadow variables.
André Hentschel [Tue, 17 Apr 2012 22:11:33 +0000 (00:11 +0200)] 
netapi32: Remove unneeded shadow variables.

12 years agomscms: Remove unneeded shadow variable.
André Hentschel [Tue, 17 Apr 2012 22:11:28 +0000 (00:11 +0200)] 
mscms: Remove unneeded shadow variable.

12 years agogdi32: Remove unneeded shadow variable.
André Hentschel [Tue, 17 Apr 2012 22:11:15 +0000 (00:11 +0200)] 
gdi32: Remove unneeded shadow variable.

12 years agodevenum: Remove unneeded shadow variables.
André Hentschel [Tue, 17 Apr 2012 22:11:08 +0000 (00:11 +0200)] 
devenum: Remove unneeded shadow variables.

12 years agocomctl32: Remove unneeded shadow variables for comboex.
André Hentschel [Tue, 17 Apr 2012 22:11:01 +0000 (00:11 +0200)] 
comctl32: Remove unneeded shadow variables for comboex.

12 years agomshtml: Copy filter value in HTMLElement_clone.
Jacek Caban [Wed, 18 Apr 2012 13:26:12 +0000 (15:26 +0200)] 
mshtml: Copy filter value in HTMLElement_clone.

12 years agomshtml: Allow more tests to be ran in non-administrator mode.
Jacek Caban [Wed, 18 Apr 2012 13:26:03 +0000 (15:26 +0200)] 
mshtml: Allow more tests to be ran in non-administrator mode.

12 years agojscript: Correctly handle empty matches in String.replace.
Jacek Caban [Wed, 18 Apr 2012 11:50:19 +0000 (13:50 +0200)] 
jscript: Correctly handle empty matches in String.replace.

12 years agojscript: Pass correct cpbegin to InitMatch.
Jacek Caban [Wed, 18 Apr 2012 11:50:08 +0000 (13:50 +0200)] 
jscript: Pass correct cpbegin to InitMatch.

12 years agoinclude: Add some missing FILE_FLAG_xxx definitions.
Dmitry Timoshkov [Wed, 18 Apr 2012 07:29:35 +0000 (16:29 +0900)] 
include: Add some missing FILE_FLAG_xxx definitions.

12 years agoinclude: Define MUTEX_ALL_ACCESS in a PSDK compatible way.
Dmitry Timoshkov [Wed, 18 Apr 2012 07:29:16 +0000 (16:29 +0900)] 
include: Define MUTEX_ALL_ACCESS in a PSDK compatible way.

12 years agowinedbg: Add shift operators to ARM disassembler.
André Hentschel [Tue, 17 Apr 2012 22:01:57 +0000 (00:01 +0200)] 
winedbg: Add shift operators to ARM disassembler.

12 years agojscript: Assorted spelling fixes.
Frédéric Delanoy [Tue, 17 Apr 2012 20:09:00 +0000 (22:09 +0200)] 
jscript: Assorted spelling fixes.

12 years agovbscript: Fix a typo.
Frédéric Delanoy [Tue, 17 Apr 2012 20:09:01 +0000 (22:09 +0200)] 
vbscript: Fix a typo.

12 years agod3d8: Merge cubetexture.c into texture.c.
Henri Verbeet [Tue, 17 Apr 2012 18:49:15 +0000 (20:49 +0200)] 
d3d8: Merge cubetexture.c into texture.c.

12 years agod3d8: Get rid of IDirect3DVolumeTexture8Impl.
Henri Verbeet [Tue, 17 Apr 2012 18:49:14 +0000 (20:49 +0200)] 
d3d8: Get rid of IDirect3DVolumeTexture8Impl.

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_2d_UnlockRect().
Henri Verbeet [Tue, 17 Apr 2012 18:49:13 +0000 (20:49 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_2d_UnlockRect().

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_2d_LockRect().
Henri Verbeet [Tue, 17 Apr 2012 18:49:12 +0000 (20:49 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_2d_LockRect().

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_2d_GetSurfaceLevel().
Henri Verbeet [Tue, 17 Apr 2012 18:49:11 +0000 (20:49 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_2d_GetSurfaceLevel().

12 years agowinex11: Add bounds rectangle tracking to all graphics entry points.
Alexandre Julliard [Mon, 16 Apr 2012 15:49:05 +0000 (17:49 +0200)] 
winex11: Add bounds rectangle tracking to all graphics entry points.

12 years agowinex11: Remove support for server-side fonts.
Alexandre Julliard [Wed, 18 Apr 2012 11:07:17 +0000 (13:07 +0200)] 
winex11: Remove support for server-side fonts.

12 years agocrypt32: Avoid shadowing a parameter.
André Hentschel [Sun, 15 Apr 2012 11:21:55 +0000 (13:21 +0200)] 
crypt32: Avoid shadowing a parameter.

12 years agoadvapi32: Avoid shadowing a parameter.
André Hentschel [Sun, 15 Apr 2012 11:21:54 +0000 (13:21 +0200)] 
advapi32: Avoid shadowing a parameter.

12 years agod3drm: Implement IDirect3DRMFrameX_DeleteChild.
Christian Costa [Fri, 13 Apr 2012 11:55:23 +0000 (13:55 +0200)] 
d3drm: Implement IDirect3DRMFrameX_DeleteChild.

12 years agod3drm: Implement IDirect3DRMFrameX_AddChild.
Christian Costa [Fri, 13 Apr 2012 11:55:15 +0000 (13:55 +0200)] 
d3drm: Implement IDirect3DRMFrameX_AddChild.

12 years agojscript: Added parameterized property assignment tests.
Jacek Caban [Tue, 17 Apr 2012 14:26:16 +0000 (16:26 +0200)] 
jscript: Added parameterized property assignment tests.

12 years agojscript: Addded parameterized property assignment support.
Jacek Caban [Tue, 17 Apr 2012 14:25:58 +0000 (16:25 +0200)] 
jscript: Addded parameterized property assignment support.

12 years agogdi32/tests: Fix a test that can fail on multi-monitor setups.
Alexandre Julliard [Tue, 17 Apr 2012 12:56:10 +0000 (14:56 +0200)] 
gdi32/tests: Fix a test that can fail on multi-monitor setups.

12 years agowinex11: ExtFloodFill does take the current ROP into account.
Alexandre Julliard [Tue, 17 Apr 2012 14:40:47 +0000 (16:40 +0200)] 
winex11: ExtFloodFill does take the current ROP into account.

12 years agowinex11: Convert all points to device coordinates at once for polylines and polygons.
Alexandre Julliard [Tue, 17 Apr 2012 12:38:24 +0000 (14:38 +0200)] 
winex11: Convert all points to device coordinates at once for polylines and polygons.

12 years agomshtml: Added IHTMLStyle2::overflowY implementation.
Jacek Caban [Tue, 17 Apr 2012 10:41:40 +0000 (12:41 +0200)] 
mshtml: Added IHTMLStyle2::overflowY implementation.

12 years agomshtml: Added IHTMLStyle2::overflowX implementation.
Jacek Caban [Tue, 17 Apr 2012 10:41:27 +0000 (12:41 +0200)] 
mshtml: Added IHTMLStyle2::overflowX implementation.

12 years agomshtml: Added IHTMLWindow3::detachEvent implementation.
Jacek Caban [Tue, 17 Apr 2012 10:11:01 +0000 (12:11 +0200)] 
mshtml: Added IHTMLWindow3::detachEvent implementation.

12 years agoAdded support for shadowing of element pseudo-variables.
Jacek Caban [Tue, 17 Apr 2012 10:10:48 +0000 (12:10 +0200)] 
Added support for shadowing of element pseudo-variables.

12 years agomshtml: Added IHTMLDocument2::put_URL implementation.
Jacek Caban [Tue, 17 Apr 2012 10:10:26 +0000 (12:10 +0200)] 
mshtml: Added IHTMLDocument2::put_URL implementation.

12 years agoserver: Add access mapping for IO completion objects.
Dmitry Timoshkov [Tue, 17 Apr 2012 08:02:19 +0000 (17:02 +0900)] 
server: Add access mapping for IO completion objects.

12 years agokernel32: Fix some typos, remove not needed casts.
Dmitry Timoshkov [Tue, 17 Apr 2012 07:59:53 +0000 (16:59 +0900)] 
kernel32: Fix some typos, remove not needed casts.

12 years agopo: Update Russian translation.
Nikolay Sivov [Tue, 17 Apr 2012 05:11:30 +0000 (09:11 +0400)] 
po: Update Russian translation.

12 years agomsxml3: Set namespace-prefixes on by default.
Nikolay Sivov [Tue, 17 Apr 2012 05:44:44 +0000 (09:44 +0400)] 
msxml3: Set namespace-prefixes on by default.

12 years agomsxml3: Added getIndexFromName() implementation for SAXAttributes.
Nikolay Sivov [Mon, 16 Apr 2012 06:29:34 +0000 (10:29 +0400)] 
msxml3: Added getIndexFromName() implementation for SAXAttributes.

12 years agomsxml3: Added IMXAttributes::clear().
Nikolay Sivov [Mon, 16 Apr 2012 05:32:03 +0000 (09:32 +0400)] 
msxml3: Added IMXAttributes::clear().

12 years agomsxml3: Fix end prefix iteration for SAXXMLReader40.
Nikolay Sivov [Sun, 15 Apr 2012 22:29:18 +0000 (02:29 +0400)] 
msxml3: Fix end prefix iteration for SAXXMLReader40.

12 years agowinedbg: Fix parsing table for ARM disassembler.
André Hentschel [Mon, 16 Apr 2012 21:52:30 +0000 (23:52 +0200)] 
winedbg: Fix parsing table for ARM disassembler.

12 years agod3d8: Get rid of IDirect3DCubeTexture8Impl.
Henri Verbeet [Mon, 16 Apr 2012 19:16:13 +0000 (21:16 +0200)] 
d3d8: Get rid of IDirect3DCubeTexture8Impl.

12 years agod3d8: Get rid of IDirect3DTexture8Impl.
Henri Verbeet [Mon, 16 Apr 2012 19:16:12 +0000 (21:16 +0200)] 
d3d8: Get rid of IDirect3DTexture8Impl.

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_UnlockRect().
Henri Verbeet [Mon, 16 Apr 2012 19:16:11 +0000 (21:16 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_UnlockRect().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_LockRect().
Henri Verbeet [Mon, 16 Apr 2012 19:16:10 +0000 (21:16 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_LockRect().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_GetCubeMapS...
Henri Verbeet [Mon, 16 Apr 2012 19:16:09 +0000 (21:16 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_GetCubeMapSurface().

12 years agomsvcr90: Added _byteswap_{ushort,ulong,uint64} implementation.
Piotr Caban [Mon, 16 Apr 2012 16:11:37 +0000 (18:11 +0200)] 
msvcr90: Added _byteswap_{ushort,ulong,uint64} implementation.

12 years agowindowscodecs: Implement JpegEncoder_Commit.
Vincent Povirk [Wed, 11 Apr 2012 22:15:48 +0000 (17:15 -0500)] 
windowscodecs: Implement JpegEncoder_Commit.

12 years agowindowscodecs: Implement JpegEncoder_Frame_Commit.
Vincent Povirk [Wed, 11 Apr 2012 21:45:25 +0000 (16:45 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_Commit.

12 years agowindowscodecs: Implement JpegEncoder_Frame_WritePixels.
Vincent Povirk [Wed, 11 Apr 2012 21:37:56 +0000 (16:37 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_WritePixels.

12 years agowindowscodecs: Implement JpegEncoder_Frame_SetResolution.
Vincent Povirk [Wed, 11 Apr 2012 20:57:22 +0000 (15:57 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_SetResolution.

12 years agowindowscodecs: Implement JpegEncoder_Frame_SetPixelFormat.
Vincent Povirk [Wed, 11 Apr 2012 20:50:30 +0000 (15:50 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_SetPixelFormat.