wine
13 years agodxdiagn: Add code to create stub containers for DxDiag_DirectSound.
Andrew Nguyen [Tue, 15 Feb 2011 07:14:35 +0000 (01:14 -0600)] 
dxdiagn: Add code to create stub containers for DxDiag_DirectSound.

13 years agodxdiagn: Add code that populates the DxDiag_DisplayDevices container.
Andrew Nguyen [Tue, 15 Feb 2011 07:14:27 +0000 (01:14 -0600)] 
dxdiagn: Add code that populates the DxDiag_DisplayDevices container.

13 years agodxdiagn: Add code that populates the DxDiag_SystemInfo container.
Andrew Nguyen [Tue, 15 Feb 2011 07:14:19 +0000 (01:14 -0600)] 
dxdiagn: Add code that populates the DxDiag_SystemInfo container.

13 years agodxdiagn: Add code that introduces the infrastructure of a provider information tree.
Andrew Nguyen [Tue, 15 Feb 2011 07:14:09 +0000 (01:14 -0600)] 
dxdiagn: Add code that introduces the infrastructure of a provider information tree.

13 years agodxdiagn: Make the containers keep a reference to a IDxDiagProvider object.
Andrew Nguyen [Tue, 15 Feb 2011 07:13:22 +0000 (01:13 -0600)] 
dxdiagn: Make the containers keep a reference to a IDxDiagProvider object.

13 years agourlmon: Fixed invalid read and write errors (Valgrind).
Thomas Mullaly [Tue, 15 Feb 2011 00:39:17 +0000 (19:39 -0500)] 
urlmon: Fixed invalid read and write errors (Valgrind).

13 years agogdiplus: Add tests for locked image bit reading/writing.
Vincent Povirk [Mon, 14 Feb 2011 23:11:58 +0000 (17:11 -0600)] 
gdiplus: Add tests for locked image bit reading/writing.

13 years agogdiplus: Add test for ImageLockModeUserInputBuf.
Vincent Povirk [Mon, 14 Feb 2011 22:39:35 +0000 (16:39 -0600)] 
gdiplus: Add test for ImageLockModeUserInputBuf.

13 years agogdiplus: Store an ImageAttributes in texture brushes.
Vincent Povirk [Mon, 14 Feb 2011 21:35:47 +0000 (15:35 -0600)] 
gdiplus: Store an ImageAttributes in texture brushes.

13 years agomsxml3: Add a stub IXSLProcessor.
Nikolay Sivov [Sat, 12 Feb 2011 13:40:36 +0000 (16:40 +0300)] 
msxml3: Add a stub IXSLProcessor.

13 years agomsxml3: Add basic putref_stylesheet() implementation.
Nikolay Sivov [Sat, 12 Feb 2011 12:42:15 +0000 (15:42 +0300)] 
msxml3: Add basic putref_stylesheet() implementation.

13 years agorsaenh: Fully initialize schannel algorithm information.
Juan Lang [Mon, 14 Feb 2011 18:57:51 +0000 (10:57 -0800)] 
rsaenh: Fully initialize schannel algorithm information.

13 years agocabinet: Store the CCAB data as soon as it is available.
Alexandre Julliard [Tue, 15 Feb 2011 13:11:22 +0000 (14:11 +0100)] 
cabinet: Store the CCAB data as soon as it is available.

Also add a helper function for the cabinet header size.

13 years agocabinet: Add helper functions for temp file manipulations.
Alexandre Julliard [Tue, 15 Feb 2011 11:58:07 +0000 (12:58 +0100)] 
cabinet: Add helper functions for temp file manipulations.

13 years agocabinet: Store files in a list in memory instead of in a temp file.
Alexandre Julliard [Mon, 14 Feb 2011 19:32:19 +0000 (20:32 +0100)] 
cabinet: Store files in a list in memory instead of in a temp file.

13 years agocabinet: Store folders in a list in memory instead of in a temp file.
Alexandre Julliard [Mon, 14 Feb 2011 19:05:46 +0000 (20:05 +0100)] 
cabinet: Store folders in a list in memory instead of in a temp file.

13 years agocabarc: Add support for starting a new folder with a '+' file name.
Alexandre Julliard [Mon, 14 Feb 2011 16:27:29 +0000 (17:27 +0100)] 
cabarc: Add support for starting a new folder with a '+' file name.

13 years agocabarc: Add support for specifying a maximum cabinet file.
Alexandre Julliard [Mon, 14 Feb 2011 16:24:53 +0000 (17:24 +0100)] 
cabarc: Add support for specifying a maximum cabinet file.

13 years agowordpad: Improve translations.
Igor Paliychuk [Thu, 10 Feb 2011 18:52:54 +0000 (20:52 +0200)] 
wordpad: Improve translations.

13 years agowininet: Fix translations.
Igor Paliychuk [Thu, 10 Feb 2011 18:12:57 +0000 (20:12 +0200)] 
wininet: Fix translations.

13 years agocryptui: Fix French translation.
Igor Paliychuk [Thu, 10 Feb 2011 18:05:17 +0000 (20:05 +0200)] 
cryptui: Fix French translation.

13 years agomsiexec: Add /unreg as an alias for /z.
Austin English [Sun, 13 Feb 2011 05:05:20 +0000 (21:05 -0800)] 
msiexec: Add /unreg as an alias for /z.

13 years agowine.inf: Add HKLM\\Software\\Microsoft\\Windows\\Current Version\\Run key.
Austin English [Sun, 13 Feb 2011 04:27:33 +0000 (20:27 -0800)] 
wine.inf: Add HKLM\\Software\\Microsoft\\Windows\\Current Version\\Run key.

13 years agourlmon/tests: Fix expected result.
André Hentschel [Sat, 12 Feb 2011 14:10:00 +0000 (15:10 +0100)] 
urlmon/tests: Fix expected result.

13 years agontdll/tests: Make sure return values are used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 23:15:44 +0000 (15:15 -0800)] 
ntdll/tests: Make sure return values are used (LLVM/Clang).

13 years agourlmon/tests: Make sure to use a return value (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 23:15:54 +0000 (15:15 -0800)] 
urlmon/tests: Make sure to use a return value (LLVM/Clang).

13 years agoole32/tests: Make sure to use return values (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 23:16:06 +0000 (15:16 -0800)] 
ole32/tests: Make sure to use return values (LLVM/Clang).

13 years agoole32/tests: Make sure to use a return value (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 23:50:30 +0000 (15:50 -0800)] 
ole32/tests: Make sure to use a return value (LLVM/Clang).

13 years agoole32/tests: Make sure to use return values (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 23:15:59 +0000 (15:15 -0800)] 
ole32/tests: Make sure to use return values (LLVM/Clang).

13 years agontdll/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 23:15:39 +0000 (15:15 -0800)] 
ntdll/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agouser32/tests: Make sure return values are used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 22:51:43 +0000 (14:51 -0800)] 
user32/tests: Make sure return values are used (LLVM/Clang).

13 years agomsxml: Add IXSLTemplate stub.
Nikolay Sivov [Thu, 10 Feb 2011 21:08:11 +0000 (00:08 +0300)] 
msxml: Add IXSLTemplate stub.

13 years agodsound: Forcibly lock buffers to be mixed.
Maarten Lankhorst [Fri, 11 Feb 2011 00:21:05 +0000 (01:21 +0100)] 
dsound: Forcibly lock buffers to be mixed.

13 years agoregedit: Update Russian translation.
Alexander Lakhin [Fri, 11 Feb 2011 18:30:16 +0000 (21:30 +0300)] 
regedit: Update Russian translation.

13 years agoshdocvw: Add Russian translation resources.
Alexander Lakhin [Fri, 11 Feb 2011 18:27:28 +0000 (21:27 +0300)] 
shdocvw: Add Russian translation resources.

13 years agoinetcpl.cpl: Add Russian translation resources.
Alexander Lakhin [Fri, 11 Feb 2011 18:21:42 +0000 (21:21 +0300)] 
inetcpl.cpl: Add Russian translation resources.

13 years agocryptui: Add Russian translation resources.
Alexander Lakhin [Fri, 11 Feb 2011 17:59:37 +0000 (20:59 +0300)] 
cryptui: Add Russian translation resources.

13 years agowpp: Fix the output type for the "unsigned OP signed" cases in BIN_OP_INT and friends.
Gerald Pfeifer [Sat, 12 Feb 2011 23:54:05 +0000 (00:54 +0100)] 
wpp: Fix the output type for the "unsigned OP signed" cases in BIN_OP_INT and friends.

13 years agocomctl32/tests: Remove unused parameter from test_removeimage().
Gerald Pfeifer [Sat, 12 Feb 2011 23:54:25 +0000 (00:54 +0100)] 
comctl32/tests: Remove unused parameter from test_removeimage().

13 years agowined3d: Remove an old hack around Mesa choking on protected memory from flush_to_fra...
Gerald Pfeifer [Sat, 12 Feb 2011 23:46:19 +0000 (00:46 +0100)] 
wined3d: Remove an old hack around Mesa choking on protected memory from flush_to_framebuffer_drawpixels.

13 years agocomctl32/tests: Avoid uninitialized variable warning in GetWidthBytes().
Gerald Pfeifer [Sat, 12 Feb 2011 23:43:30 +0000 (00:43 +0100)] 
comctl32/tests: Avoid uninitialized variable warning in GetWidthBytes().

13 years agogdi32: Add a stub for GdiDrawStream.
Austin English [Sat, 12 Feb 2011 23:13:14 +0000 (15:13 -0800)] 
gdi32: Add a stub for GdiDrawStream.

13 years agourlmon: Fixed Valgrind warnings.
Jacek Caban [Sat, 12 Feb 2011 17:58:09 +0000 (18:58 +0100)] 
urlmon: Fixed Valgrind warnings.

13 years agoshell32: Trace APPBARDATA struct members based on message type (Valgrind).
Austin English [Sat, 12 Feb 2011 02:38:38 +0000 (18:38 -0800)] 
shell32: Trace APPBARDATA struct members based on message type (Valgrind).

13 years agoiphlpapi: Enable non-privileged ICMP (ping) on Mac OS X.
Ken Thomases [Fri, 11 Feb 2011 22:02:02 +0000 (16:02 -0600)] 
iphlpapi: Enable non-privileged ICMP (ping) on Mac OS X.

13 years agouser32: Remove wrong parameter name from comment.
Ken Thomases [Fri, 11 Feb 2011 17:37:14 +0000 (11:37 -0600)] 
user32: Remove wrong parameter name from comment.

Spotted by Peter Oberndorfer.

13 years agopo: Update Japanese translation.
Akihiro Sagawa [Fri, 11 Feb 2011 12:02:25 +0000 (21:02 +0900)] 
po: Update Japanese translation.

13 years agowmc: Update PO message match algorithm.
Akihiro Sagawa [Fri, 11 Feb 2011 12:02:29 +0000 (21:02 +0900)] 
wmc: Update PO message match algorithm.

13 years agomshtml/tests: Fix a typo.
Detlef Riekenberg [Fri, 11 Feb 2011 16:34:49 +0000 (17:34 +0100)] 
mshtml/tests: Fix a typo.

13 years agomsi/tests: Fix a typo.
Detlef Riekenberg [Fri, 11 Feb 2011 16:34:50 +0000 (17:34 +0100)] 
msi/tests: Fix a typo.

13 years agowinspool: Do not mark AddPrinterA as stub.
Detlef Riekenberg [Fri, 11 Feb 2011 16:25:34 +0000 (17:25 +0100)] 
winspool: Do not mark AddPrinterA as stub.

13 years agomshtml/tests: Make sure a return value is used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:29 +0000 (13:27 -0800)] 
mshtml/tests: Make sure a return value is used (LLVM/Clang).

13 years agomshtml/tests: Make sure a return value is used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:19 +0000 (13:27 -0800)] 
mshtml/tests: Make sure a return value is used (LLVM/Clang).

13 years agoshell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:28:39 +0000 (13:28 -0800)] 
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agoshell32/tests: Make sure a return value is used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 19:58:08 +0000 (11:58 -0800)] 
shell32/tests: Make sure a return value is used (LLVM/Clang).

13 years agoshell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 19:57:20 +0000 (11:57 -0800)] 
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agoshell32/tests: Make sure return values are used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:28:24 +0000 (13:28 -0800)] 
shell32/tests: Make sure return values are used (LLVM/Clang).

13 years agoshell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:28:20 +0000 (13:28 -0800)] 
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agoshell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:28:17 +0000 (13:28 -0800)] 
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agoshell32/tests: Make sure return values are used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:28:13 +0000 (13:28 -0800)] 
shell32/tests: Make sure return values are used (LLVM/Clang).

13 years agod3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDescByName().
Rico Schüller [Thu, 10 Feb 2011 19:06:12 +0000 (20:06 +0100)] 
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDescByName().

13 years agod3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDesc().
Rico Schüller [Thu, 10 Feb 2011 19:06:07 +0000 (20:06 +0100)] 
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDesc().

13 years agod3dcompiler: Parse bound resources.
Rico Schüller [Thu, 10 Feb 2011 19:05:59 +0000 (20:05 +0100)] 
d3dcompiler: Parse bound resources.

13 years agoc2man: Add header's subdirectory and a link to its source file in the 'IMPLEMENTATION...
Max TenEyck Woodbury [Thu, 10 Feb 2011 01:07:23 +0000 (20:07 -0500)] 
c2man: Add header's subdirectory and a link to its source file in the 'IMPLEMENTATION' notes.

13 years agocrypt32: Don't attempt to find the length of a NULL string (valgrind).
Juan Lang [Thu, 10 Feb 2011 16:52:21 +0000 (08:52 -0800)] 
crypt32: Don't attempt to find the length of a NULL string (valgrind).

13 years agorsaenh: Disallow deriving schannel encryption keys before setting the encryption...
Juan Lang [Thu, 10 Feb 2011 17:38:36 +0000 (09:38 -0800)] 
rsaenh: Disallow deriving schannel encryption keys before setting the encryption algorithm.

13 years agorsaenh: Disallow creating schannel master hashes before setting the client random...
Juan Lang [Thu, 10 Feb 2011 17:40:14 +0000 (09:40 -0800)] 
rsaenh: Disallow creating schannel master hashes before setting the client random and server random.

13 years agorsaenh/tests: Test errors creating schannel keys and hashes before parameters are...
Juan Lang [Thu, 10 Feb 2011 17:32:01 +0000 (09:32 -0800)] 
rsaenh/tests: Test errors creating schannel keys and hashes before parameters are set.

13 years agodvdmedia.h: Added MPEG2VIDEOINFO declaration.
Jacek Caban [Fri, 11 Feb 2011 13:52:11 +0000 (14:52 +0100)] 
dvdmedia.h: Added MPEG2VIDEOINFO declaration.

13 years agodsound.h: Added DSBNOTIFICATIONS_MAX definition.
Jacek Caban [Fri, 11 Feb 2011 13:51:50 +0000 (14:51 +0100)] 
dsound.h: Added DSBNOTIFICATIONS_MAX definition.

13 years agod3d9/tests: Use primary monitor screen size to perform tests.
Peter Urbanec [Fri, 11 Feb 2011 04:39:20 +0000 (15:39 +1100)] 
d3d9/tests: Use primary monitor screen size to perform tests.

13 years agod3d8/tests: Use primary monitor screen size to perform tests.
Peter Urbanec [Fri, 11 Feb 2011 04:39:01 +0000 (15:39 +1100)] 
d3d8/tests: Use primary monitor screen size to perform tests.

13 years agourlmon/tests: Mark unavailable InternetZoneManagerEx2 as broken.
André Hentschel [Thu, 10 Feb 2011 19:23:17 +0000 (20:23 +0100)] 
urlmon/tests: Mark unavailable InternetZoneManagerEx2 as broken.

13 years agowinemaker: Ignore whitespaces before defines.
André Hentschel [Thu, 10 Feb 2011 21:04:16 +0000 (22:04 +0100)] 
winemaker: Ignore whitespaces before defines.

13 years agooleaut32: Implement proxy / stub for ITypeLib2_GetDocumentation2.
Huw Davies [Fri, 11 Feb 2011 10:29:41 +0000 (10:29 +0000)] 
oleaut32: Implement proxy / stub for ITypeLib2_GetDocumentation2.

13 years agooleaut32: Implement proxy / stub for ITypeLib_GetDocumentation.
Huw Davies [Fri, 11 Feb 2011 10:24:51 +0000 (10:24 +0000)] 
oleaut32: Implement proxy / stub for ITypeLib_GetDocumentation.

13 years agooleaut32: Implement proxy / stub for ITypeInfo2_GetDocumentation2.
Huw Davies [Fri, 11 Feb 2011 10:19:32 +0000 (10:19 +0000)] 
oleaut32: Implement proxy / stub for ITypeInfo2_GetDocumentation2.

13 years agooleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry.
Huw Davies [Fri, 11 Feb 2011 10:08:43 +0000 (10:08 +0000)] 
oleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry.

13 years agontdll/tests: Make sure a return value is used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:48 +0000 (13:27 -0800)] 
ntdll/tests: Make sure a return value is used (LLVM/Clang).

13 years agoshlwapi/tests: Remove useless assignments (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:33:05 +0000 (13:33 -0800)] 
shlwapi/tests: Remove useless assignments (LLVM/Clang).

13 years agosecur32/tests: Make sure return values are used (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:28:45 +0000 (13:28 -0800)] 
secur32/tests: Make sure return values are used (LLVM/Clang).

13 years agokernel32/tests: Make sure to use return values (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:28:07 +0000 (13:28 -0800)] 
kernel32/tests: Make sure to use return values (LLVM/Clang).

13 years agokernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:59 +0000 (13:27 -0800)] 
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agokernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:56 +0000 (13:27 -0800)] 
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agomsi/tests: Make sure to use a return value (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:44 +0000 (13:27 -0800)] 
msi/tests: Make sure to use a return value (LLVM/Clang).

13 years agomsi/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:40 +0000 (13:27 -0800)] 
msi/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agocrypt32/tests: Make sure to use a return value (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:16 +0000 (13:27 -0800)] 
crypt32/tests: Make sure to use a return value (LLVM/Clang).

13 years agocrypt32/tests: Make sure to use return values (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:12 +0000 (13:27 -0800)] 
crypt32/tests: Make sure to use return values (LLVM/Clang).

13 years agocrypt32/tests: Don't check return values inside of if(0) (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:09 +0000 (13:27 -0800)] 
crypt32/tests: Don't check return values inside of if(0) (LLVM/Clang).

13 years agocrypt32/tests: Make sure to use a return value (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:06 +0000 (13:27 -0800)] 
crypt32/tests: Make sure to use a return value (LLVM/Clang).

13 years agocrypt32/tests: Make sure to use return values (LLVM/Clang).
Austin English [Thu, 10 Feb 2011 21:27:03 +0000 (13:27 -0800)] 
crypt32/tests: Make sure to use return values (LLVM/Clang).

13 years agocrypt32: Allow updating data messages with no content.
Juan Lang [Thu, 10 Feb 2011 19:58:17 +0000 (11:58 -0800)] 
crypt32: Allow updating data messages with no content.

13 years agocrypt32/tests: In more recent Windows versions, updating a data message with no conte...
Juan Lang [Thu, 10 Feb 2011 20:02:52 +0000 (12:02 -0800)] 
crypt32/tests: In more recent Windows versions, updating a data message with no content succeeds.

13 years agocrypt32/tests: Update a CryptMsgUpdate call to succeed on more Windows versions,...
Juan Lang [Thu, 10 Feb 2011 20:00:40 +0000 (12:00 -0800)] 
crypt32/tests: Update a CryptMsgUpdate call to succeed on more Windows versions, and check its return value (Clang).

13 years agowineps.drv: All map modes should have inverted y-transforms.
Alexander Kochetkov [Thu, 10 Feb 2011 00:08:12 +0000 (03:08 +0300)] 
wineps.drv: All map modes should have inverted y-transforms.

13 years agopo: Update French translation.
Frédéric Delanoy [Thu, 10 Feb 2011 14:45:35 +0000 (15:45 +0100)] 
po: Update French translation.

13 years agowintrust/tests: Fix a leak (valgrind).
Juan Lang [Wed, 26 Jan 2011 16:45:14 +0000 (08:45 -0800)] 
wintrust/tests: Fix a leak (valgrind).

13 years agoappwiz.cpl: Added support for installing packages from MSI files.
Jacek Caban [Thu, 10 Feb 2011 15:42:49 +0000 (16:42 +0100)] 
appwiz.cpl: Added support for installing packages from MSI files.

13 years agomsi: Preserve existing advertise strings in the PublishComponents action.
Hans Leidekker [Thu, 10 Feb 2011 14:56:41 +0000 (15:56 +0100)] 
msi: Preserve existing advertise strings in the PublishComponents action.

13 years agomsi: Get rid of msi_component_set_state and msi_feature_set_state.
Hans Leidekker [Thu, 10 Feb 2011 14:56:15 +0000 (15:56 +0100)] 
msi: Get rid of msi_component_set_state and msi_feature_set_state.