wine
13 years agowined3d: Add traces to IWineD3DDeviceImpl_AcquireFocusWindow() / IWineD3DDeviceImpl_R...
Henri Verbeet [Mon, 11 Oct 2010 11:06:20 +0000 (13:06 +0200)] 
wined3d: Add traces to IWineD3DDeviceImpl_AcquireFocusWindow() / IWineD3DDeviceImpl_ReleaseFocusWindow().

13 years agowined3d: Recognize the SM4 utof opcode.
Henri Verbeet [Mon, 11 Oct 2010 11:06:19 +0000 (13:06 +0200)] 
wined3d: Recognize the SM4 utof opcode.

13 years agowined3d: Recognize the SM4 sample_l opcode.
Henri Verbeet [Mon, 11 Oct 2010 11:06:18 +0000 (13:06 +0200)] 
wined3d: Recognize the SM4 sample_l opcode.

13 years agowined3d: Recognize the SM4 sample opcode.
Henri Verbeet [Mon, 11 Oct 2010 11:06:17 +0000 (13:06 +0200)] 
wined3d: Recognize the SM4 sample opcode.

13 years agowined3d: Recognize the SM4 itof opcode.
Henri Verbeet [Mon, 11 Oct 2010 11:06:16 +0000 (13:06 +0200)] 
wined3d: Recognize the SM4 itof opcode.

13 years agowinex11.drv: Avoid relying on PATH_MAX in X11DRV_FONT_InitX11Metrics helper.
Andrew Nguyen [Mon, 11 Oct 2010 10:19:52 +0000 (05:19 -0500)] 
winex11.drv: Avoid relying on PATH_MAX in X11DRV_FONT_InitX11Metrics helper.

13 years agowinex11.drv: Use a separate string buffer for X11R6 font check.
Andrew Nguyen [Mon, 11 Oct 2010 10:19:19 +0000 (05:19 -0500)] 
winex11.drv: Use a separate string buffer for X11R6 font check.

13 years agokernel32: Make the return type of LoadModule match the Windows SDK.
Andrew Nguyen [Mon, 11 Oct 2010 10:16:51 +0000 (05:16 -0500)] 
kernel32: Make the return type of LoadModule match the Windows SDK.

13 years agokernel32: Implement GetSystemRegistryQuota as a semi-stub.
Andrew Nguyen [Mon, 11 Oct 2010 10:16:16 +0000 (05:16 -0500)] 
kernel32: Implement GetSystemRegistryQuota as a semi-stub.

13 years agotaskkill: Disallow process self-termination.
Andrew Nguyen [Mon, 11 Oct 2010 10:13:43 +0000 (05:13 -0500)] 
taskkill: Disallow process self-termination.

13 years agouser32: Store icon objects directly in the cache instead of using a separate structure.
Alexandre Julliard [Mon, 11 Oct 2010 12:55:46 +0000 (14:55 +0200)] 
user32: Store icon objects directly in the cache instead of using a separate structure.

13 years agouser32: Reimplement icon copying using CURSORICON_Load.
Alexandre Julliard [Mon, 11 Oct 2010 12:12:31 +0000 (14:12 +0200)] 
user32: Reimplement icon copying using CURSORICON_Load.

13 years agouser32: Return the module and resource name in GetIconInfoEx.
Alexandre Julliard [Mon, 11 Oct 2010 10:53:36 +0000 (12:53 +0200)] 
user32: Return the module and resource name in GetIconInfoEx.

13 years agouser32: Store the module and resource name information for icons.
Alexandre Julliard [Mon, 11 Oct 2010 10:50:58 +0000 (12:50 +0200)] 
user32: Store the module and resource name information for icons.

13 years agomsi/tests: Reduce the UI level for a couple of tests.
Hans Leidekker [Mon, 11 Oct 2010 10:10:23 +0000 (12:10 +0200)] 
msi/tests: Reduce the UI level for a couple of tests.

This makes the tests run faster because native only creates restore points
for installers with a basic UI level and higher.

13 years agomsi/tests: Set the MSIFASTINSTALL property.
Hans Leidekker [Mon, 11 Oct 2010 10:10:08 +0000 (12:10 +0200)] 
msi/tests: Set the MSIFASTINSTALL property.

On recent versions of msi this prevents the creation of a system restore
point, which can take a very long time.

13 years agomsi/tests: Fix some test failures on 64-bit.
Hans Leidekker [Mon, 11 Oct 2010 10:09:54 +0000 (12:09 +0200)] 
msi/tests: Fix some test failures on 64-bit.

13 years agomsi: Allocate 3 bytes instead of 2 for in-memory string references.
Hans Leidekker [Mon, 11 Oct 2010 10:09:45 +0000 (12:09 +0200)] 
msi: Allocate 3 bytes instead of 2 for in-memory string references.

Fixes an installer that stores string references as 2 byte integers and
grows the number of strings beyond the limit of 64k during installation.

13 years agomsi/tests: Use a different product code in the automation tests.
Hans Leidekker [Mon, 11 Oct 2010 10:09:24 +0000 (12:09 +0200)] 
msi/tests: Use a different product code in the automation tests.

13 years agomsi/tests: Determine Wow64 mode just once.
Hans Leidekker [Mon, 11 Oct 2010 10:09:11 +0000 (12:09 +0200)] 
msi/tests: Determine Wow64 mode just once.

13 years agoiphlpapi: Use Windows rather than Unix values to determine family.
Jeff Latimer [Mon, 11 Oct 2010 08:56:07 +0000 (19:56 +1100)] 
iphlpapi: Use Windows rather than Unix values to determine family.

13 years agowinealsa.drv: Rewrite channel counting for additional readability and circumvention...
Jeff Cook [Mon, 11 Oct 2010 04:10:53 +0000 (22:10 -0600)] 
winealsa.drv: Rewrite channel counting for additional readability and circumvention of a couple of crashes.

13 years agowinealsa.drv: Only set micelem as master if there are no other elems on this card.
Jeff Cook [Mon, 11 Oct 2010 04:24:45 +0000 (22:24 -0600)] 
winealsa.drv: Only set micelem as master if there are no other elems on this card.

13 years agogdi32: Correct typo in comment.
James McKenzie [Mon, 11 Oct 2010 01:44:36 +0000 (18:44 -0700)] 
gdi32: Correct typo in comment.

13 years agoadvapi32: Add stub for QueryTraceW.
Louis Lenders [Sun, 10 Oct 2010 19:22:29 +0000 (21:22 +0200)] 
advapi32: Add stub for QueryTraceW.

13 years agouser32/tests: Test FindWindowEx for empty window title.
Louis Lenders [Sun, 10 Oct 2010 19:07:53 +0000 (21:07 +0200)] 
user32/tests: Test FindWindowEx for empty window title.

13 years agodbghelp: Proper support and definition for S_REGREL_V3.
Eric Pouech [Sat, 9 Oct 2010 06:51:47 +0000 (08:51 +0200)] 
dbghelp: Proper support and definition for S_REGREL_V3.

13 years agodbghelp: Ensure the stab_nlist structure is usable on 64bit systems.
Eric Pouech [Sat, 9 Oct 2010 06:51:41 +0000 (08:51 +0200)] 
dbghelp: Ensure the stab_nlist structure is usable on 64bit systems.

13 years agodbghelp: Fix some relocation errors for debug formats out of ELF files.
Eric Pouech [Sat, 9 Oct 2010 06:51:33 +0000 (08:51 +0200)] 
dbghelp: Fix some relocation errors for debug formats out of ELF files.

13 years agodbghelp: Compute ELF load address using the link_map ld's address (and get correct...
Eric Pouech [Sat, 9 Oct 2010 06:51:27 +0000 (08:51 +0200)] 
dbghelp: Compute ELF load address using the link_map ld's address (and get correct relocation computation).

13 years agodbghelp: When enumerating loaded modules from r_debug structure, pass the address...
Eric Pouech [Sat, 9 Oct 2010 06:51:20 +0000 (08:51 +0200)] 
dbghelp: When enumerating loaded modules from r_debug structure, pass the address of the dynamic section as well.

13 years agodbghelp: Only map an ELF file once.
Eric Pouech [Sat, 9 Oct 2010 06:51:15 +0000 (08:51 +0200)] 
dbghelp: Only map an ELF file once.

13 years agodbghelp: A couple of fixes for 64bit msvc debug info compatibility.
Eric Pouech [Sat, 9 Oct 2010 06:51:09 +0000 (08:51 +0200)] 
dbghelp: A couple of fixes for 64bit msvc debug info compatibility.

13 years agodbghelp: Added a couple of missing CodeView base types (used in 64bit compilation).
Eric Pouech [Sat, 9 Oct 2010 06:51:02 +0000 (08:51 +0200)] 
dbghelp: Added a couple of missing CodeView base types (used in 64bit compilation).

13 years agodbghelp: Some more 64bit base address fixes.
Eric Pouech [Sat, 9 Oct 2010 06:50:56 +0000 (08:50 +0200)] 
dbghelp: Some more 64bit base address fixes.

13 years agodbghelp: Allow loading PE module with 64bit addresses.
Eric Pouech [Sat, 9 Oct 2010 06:50:50 +0000 (08:50 +0200)] 
dbghelp: Allow loading PE module with 64bit addresses.

13 years agourlmon: Added ProtocolStream_Stat implementation.
Piotr Caban [Sun, 10 Oct 2010 20:22:13 +0000 (22:22 +0200)] 
urlmon: Added ProtocolStream_Stat implementation.

13 years agoshlwapi: Skip more tests on too old shlwapi.dll.
Jacek Caban [Sun, 10 Oct 2010 13:11:22 +0000 (15:11 +0200)] 
shlwapi: Skip more tests on too old shlwapi.dll.

13 years agoinetcpl.cpl: Update the Dutch translation.
Sven Baars [Fri, 8 Oct 2010 20:09:36 +0000 (22:09 +0200)] 
inetcpl.cpl: Update the Dutch translation.

13 years agoipconfig: Update the Dutch translation.
Sven Baars [Fri, 8 Oct 2010 20:09:23 +0000 (22:09 +0200)] 
ipconfig: Update the Dutch translation.

13 years agojscript: Remove an incorrect and unnecessary error check.
Alexandre Julliard [Sat, 9 Oct 2010 14:48:23 +0000 (16:48 +0200)] 
jscript: Remove an incorrect and unnecessary error check.

13 years agojscript: Add a missing terminator to a string constant.
Alexandre Julliard [Sat, 9 Oct 2010 14:10:56 +0000 (16:10 +0200)] 
jscript: Add a missing terminator to a string constant.

13 years agouser32/tests: Test GetIconInfoExW too since the A version is broken on Win64.
Alexandre Julliard [Sat, 9 Oct 2010 12:20:34 +0000 (14:20 +0200)] 
user32/tests: Test GetIconInfoExW too since the A version is broken on Win64.

13 years agowininet: Load X509_STORE_CTX_get_ex_data from libcrypto not libssl.
Alexandre Julliard [Fri, 8 Oct 2010 17:15:45 +0000 (19:15 +0200)] 
wininet: Load X509_STORE_CTX_get_ex_data from libcrypto not libssl.

13 years agourlmon: Skip more tests on too old IEs.
Jacek Caban [Fri, 8 Oct 2010 15:49:04 +0000 (17:49 +0200)] 
urlmon: Skip more tests on too old IEs.

13 years agowined3d: SM4 immediate constants are typeless.
Henri Verbeet [Fri, 8 Oct 2010 11:12:18 +0000 (13:12 +0200)] 
wined3d: SM4 immediate constants are typeless.

13 years agowined3d: The SM4 sincos opcode has two destination arguments.
Henri Verbeet [Fri, 8 Oct 2010 11:12:17 +0000 (13:12 +0200)] 
wined3d: The SM4 sincos opcode has two destination arguments.

13 years agowined3d: Recognize the SM4 imul opcode.
Henri Verbeet [Fri, 8 Oct 2010 11:12:16 +0000 (13:12 +0200)] 
wined3d: Recognize the SM4 imul opcode.

13 years agowined3d: Recognize the SM4 NULL register type.
Henri Verbeet [Fri, 8 Oct 2010 11:12:15 +0000 (13:12 +0200)] 
wined3d: Recognize the SM4 NULL register type.

13 years agowined3d: Allow multiple shader instruction destination arguments.
Henri Verbeet [Fri, 8 Oct 2010 11:12:14 +0000 (13:12 +0200)] 
wined3d: Allow multiple shader instruction destination arguments.

13 years agouser32: Get rid of the unused icon cache refcount.
Alexandre Julliard [Fri, 8 Oct 2010 13:09:37 +0000 (15:09 +0200)] 
user32: Get rid of the unused icon cache refcount.

13 years agouser32: Convert the icon cache to a standard Wine list.
Alexandre Julliard [Fri, 8 Oct 2010 13:06:16 +0000 (15:06 +0200)] 
user32: Convert the icon cache to a standard Wine list.

13 years agouser32/tests: Tests for GetIconInfoExA/W.
Alexandre Julliard [Fri, 8 Oct 2010 11:23:56 +0000 (13:23 +0200)] 
user32/tests: Tests for GetIconInfoExA/W.

13 years agouser32: Implemented GetIconInfoExA/W.
Alexandre Julliard [Fri, 8 Oct 2010 11:23:48 +0000 (13:23 +0200)] 
user32: Implemented GetIconInfoExA/W.

13 years agouser32: Make sure the driver CreateCursorIcon() entry point is always called.
Alexandre Julliard [Fri, 8 Oct 2010 09:23:08 +0000 (11:23 +0200)] 
user32: Make sure the driver CreateCursorIcon() entry point is always called.

13 years agontdll: Use the more portable cfsetospeed() function to set serial baud rate.
Alexandre Julliard [Fri, 8 Oct 2010 09:21:22 +0000 (11:21 +0200)] 
ntdll: Use the more portable cfsetospeed() function to set serial baud rate.

13 years agodbghelp: Fix compile on Hurd.
Austin English [Fri, 8 Oct 2010 07:33:52 +0000 (00:33 -0700)] 
dbghelp: Fix compile on Hurd.

13 years agorpcrt4/tests: Fix a test failure on XP SP3.
Alexandre Julliard [Fri, 8 Oct 2010 09:12:11 +0000 (11:12 +0200)] 
rpcrt4/tests: Fix a test failure on XP SP3.

13 years agomsxml3: Implement ::get_responseBody().
Nikolay Sivov [Fri, 8 Oct 2010 07:42:36 +0000 (11:42 +0400)] 
msxml3: Implement ::get_responseBody().

13 years agomsxml3: Callback only if state really changed.
Nikolay Sivov [Fri, 8 Oct 2010 07:41:48 +0000 (11:41 +0400)] 
msxml3: Callback only if state really changed.

13 years agomsxml3: Implement ::abort().
Nikolay Sivov [Fri, 8 Oct 2010 07:41:08 +0000 (11:41 +0400)] 
msxml3: Implement ::abort().

13 years agomsxml: Register XMLHTTP objects.
Nikolay Sivov [Thu, 7 Oct 2010 22:25:46 +0000 (02:25 +0400)] 
msxml: Register XMLHTTP objects.

13 years agocomdlg32: Fix a stack overflow.
Damjan Jovanovic [Fri, 8 Oct 2010 05:21:23 +0000 (07:21 +0200)] 
comdlg32: Fix a stack overflow.

13 years agocrypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.
Andrew Nguyen [Fri, 8 Oct 2010 01:56:40 +0000 (20:56 -0500)] 
crypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.

PATH_MAX is not guaranteed to be available on all platforms, and it is
inadequate as a hardcoded buffer size anyway.

13 years agoshlwapi/tests: Don't run tests on old shlwapi versions.
Andrew Eikum [Thu, 7 Oct 2010 19:59:51 +0000 (14:59 -0500)] 
shlwapi/tests: Don't run tests on old shlwapi versions.

13 years agostrmbase: Move TransformFilter implementation to strmbase.
Aric Stewart [Thu, 7 Oct 2010 19:48:19 +0000 (14:48 -0500)] 
strmbase: Move TransformFilter implementation to strmbase.

13 years agostrmbase: Add an implementation of BaseFilterImpl_EnumPins.
Aric Stewart [Thu, 7 Oct 2010 19:48:01 +0000 (14:48 -0500)] 
strmbase: Add an implementation of BaseFilterImpl_EnumPins.

13 years agostrmbase: Implement BaseFilter in strmbase.
Aric Stewart [Thu, 7 Oct 2010 19:47:33 +0000 (14:47 -0500)] 
strmbase: Implement BaseFilter in strmbase.

13 years agopsapi/tests: Get rid of an ugly test macro.
Austin English [Thu, 7 Oct 2010 09:53:04 +0000 (02:53 -0700)] 
psapi/tests: Get rid of an ugly test macro.

13 years agod3d9/tests: Fix test failure for IDirect3D9::CreateDevice in test_set_stream_source.
Austin Lund [Thu, 7 Oct 2010 00:14:41 +0000 (10:14 +1000)] 
d3d9/tests: Fix test failure for IDirect3D9::CreateDevice in test_set_stream_source.

13 years agoregedit: Hebrew translation fix.
Yaron Shahrabani [Thu, 7 Oct 2010 15:09:17 +0000 (17:09 +0200)] 
regedit: Hebrew translation fix.

13 years agobrowseui: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 14:47:18 +0000 (16:47 +0200)] 
browseui: Added Hebrew translation.

13 years agowinex11: Add support for animated cursors in X11 driver.
Erich Hoover [Tue, 5 Oct 2010 18:06:18 +0000 (12:06 -0600)] 
winex11: Add support for animated cursors in X11 driver.

13 years agoshell32: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 12:43:40 +0000 (14:43 +0200)] 
shell32: Added Hebrew translation.

13 years agocomctl32: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 12:40:02 +0000 (14:40 +0200)] 
comctl32: Added Hebrew translation.

13 years agoshdocvw: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 10:42:42 +0000 (12:42 +0200)] 
shdocvw: Added Hebrew translation.

13 years agoappwiz.cpl: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 10:33:02 +0000 (12:33 +0200)] 
appwiz.cpl: Added Hebrew translation.

13 years agowindowscodecs: Load PNGs incrementally.
Damjan Jovanovic [Thu, 7 Oct 2010 12:28:33 +0000 (14:28 +0200)] 
windowscodecs: Load PNGs incrementally.

13 years agoinclude: Add information class SystemLogicalProcessorInformation.
Rudolf Mayerhofer [Tue, 5 Oct 2010 10:45:20 +0000 (12:45 +0200)] 
include: Add information class SystemLogicalProcessorInformation.

13 years agod3dcompiler: Implement D3DGetDebugInfo().
Rico Schüller [Sun, 3 Oct 2010 13:12:17 +0000 (15:12 +0200)] 
d3dcompiler: Implement D3DGetDebugInfo().

13 years agod3dcompiler: Implement D3DGetInputAndOutputSignatureBlob().
Rico Schüller [Sun, 3 Oct 2010 13:12:12 +0000 (15:12 +0200)] 
d3dcompiler: Implement D3DGetInputAndOutputSignatureBlob().

13 years agod3dcompiler: Implement D3DGetOutputSignatureBlob().
Rico Schüller [Sun, 3 Oct 2010 13:12:06 +0000 (15:12 +0200)] 
d3dcompiler: Implement D3DGetOutputSignatureBlob().

13 years agod3dcompiler: Implement D3DGetInputSignatureBlob().
Rico Schüller [Sun, 3 Oct 2010 13:12:00 +0000 (15:12 +0200)] 
d3dcompiler: Implement D3DGetInputSignatureBlob().

13 years agod3dcompiler: Implement D3DGetBlobPart().
Rico Schüller [Sun, 3 Oct 2010 13:11:54 +0000 (15:11 +0200)] 
d3dcompiler: Implement D3DGetBlobPart().

13 years agod3dcompiler: Add D3DGetBlobPart() stub.
Rico Schüller [Sun, 3 Oct 2010 13:11:47 +0000 (15:11 +0200)] 
d3dcompiler: Add D3DGetBlobPart() stub.

13 years agoserver: Valid rects are in parent coordinates.
Alexandre Julliard [Thu, 7 Oct 2010 12:43:29 +0000 (14:43 +0200)] 
server: Valid rects are in parent coordinates.

13 years agowinex11: Mirror the client rectangle if necessary for update_window_zorder.
Alexandre Julliard [Thu, 7 Oct 2010 12:26:21 +0000 (14:26 +0200)] 
winex11: Mirror the client rectangle if necessary for update_window_zorder.

13 years agowined3d: Recognize the SM4 movc opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:18:00 +0000 (12:18 +0200)] 
wined3d: Recognize the SM4 movc opcode.

13 years agowined3d: Recognize the SM4 mad opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:17:59 +0000 (12:17 +0200)] 
wined3d: Recognize the SM4 mad opcode.

13 years agowined3d: Recognize the SM4 frc opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:17:58 +0000 (12:17 +0200)] 
wined3d: Recognize the SM4 frc opcode.

13 years agowined3d: Recognize the SM4 and opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:17:57 +0000 (12:17 +0200)] 
wined3d: Recognize the SM4 and opcode.

13 years agowined3d: Recognize the SM4 loop opcode.
Henri Verbeet [Thu, 7 Oct 2010 10:17:56 +0000 (12:17 +0200)] 
wined3d: Recognize the SM4 loop opcode.

13 years agousp10: When checking font for shaping the font needs at least 1 of the features but...
Aric Stewart [Thu, 7 Oct 2010 11:46:09 +0000 (06:46 -0500)] 
usp10: When checking font for shaping the font needs at least 1 of the features but does not need all.

13 years agowinhlp32: Add Hebrew translation.
Yaron Shahrabani [Wed, 6 Oct 2010 16:08:17 +0000 (18:08 +0200)] 
winhlp32: Add Hebrew translation.

13 years agoadvapi32/tests: Fix RegEnumValue overflow tests for broken behaviour on XP Pro Chinese.
Austin Lund [Wed, 6 Oct 2010 02:04:42 +0000 (12:04 +1000)] 
advapi32/tests: Fix RegEnumValue overflow tests for broken behaviour on XP Pro Chinese.

13 years agowindowscodecs: Implemented GifFrameDecode_GetResolution.
Joel Holdsworth [Wed, 6 Oct 2010 23:21:10 +0000 (00:21 +0100)] 
windowscodecs: Implemented GifFrameDecode_GetResolution.

13 years agowindowscodecs/tests: Added test for GifFrameDecode_GetResolution.
Joel Holdsworth [Wed, 6 Oct 2010 23:21:09 +0000 (00:21 +0100)] 
windowscodecs/tests: Added test for GifFrameDecode_GetResolution.

13 years agowine.inf: Add a fake fusion.dll.
Louis Lenders [Wed, 6 Oct 2010 21:43:21 +0000 (23:43 +0200)] 
wine.inf: Add a fake fusion.dll.

13 years agofusion: Add version resource.
Louis Lenders [Wed, 6 Oct 2010 21:46:05 +0000 (23:46 +0200)] 
fusion: Add version resource.

13 years agowinedbg: Implement adjust_pc_for_break on ARM.
André Hentschel [Wed, 6 Oct 2010 20:20:29 +0000 (22:20 +0200)] 
winedbg: Implement adjust_pc_for_break on ARM.