wine
15 years agomsi/tests: Double null-terminate a REG_MULTI_SZ string.
Hans Leidekker [Wed, 21 Jul 2010 07:48:11 +0000 (09:48 +0200)] 
msi/tests: Double null-terminate a REG_MULTI_SZ string.

15 years agomsi: Remove a fixme that no longer applies.
Hans Leidekker [Wed, 21 Jul 2010 07:47:54 +0000 (09:47 +0200)] 
msi: Remove a fixme that no longer applies.

15 years agomsi: Improve traces in db_get_raw_stream.
Hans Leidekker [Wed, 21 Jul 2010 07:47:39 +0000 (09:47 +0200)] 
msi: Improve traces in db_get_raw_stream.

15 years agomsi: Reverse the transform storage list order.
Hans Leidekker [Wed, 21 Jul 2010 07:47:18 +0000 (09:47 +0200)] 
msi: Reverse the transform storage list order.

This ensures that we use the most recently added stream if another
transform storage contains a stream by the same name. Fixes
wordconv.msp, an update for Word 2007.

15 years agomsi: Move the component enabled check into the standard actions.
Hans Leidekker [Wed, 21 Jul 2010 07:47:03 +0000 (09:47 +0200)] 
msi: Move the component enabled check into the standard actions.

15 years agomsi: Set feature states to the installed state if the Preselected property is not...
Hans Leidekker [Wed, 21 Jul 2010 07:46:46 +0000 (09:46 +0200)] 
msi: Set feature states to the installed state if the Preselected property is not set.

15 years agomsi: Publish patches regardless of any features being installed locally.
Hans Leidekker [Wed, 21 Jul 2010 07:46:30 +0000 (09:46 +0200)] 
msi: Publish patches regardless of any features being installed locally.

15 years agonotepad: Move from a per resource to a global LANGUAGE setting.
Michael Stefaniuc [Wed, 21 Jul 2010 08:32:50 +0000 (10:32 +0200)] 
notepad: Move from a per resource to a global LANGUAGE setting.

15 years agostart: Remove the redundant per resource LANGUAGE settings.
Michael Stefaniuc [Wed, 21 Jul 2010 08:32:38 +0000 (10:32 +0200)] 
start: Remove the redundant per resource LANGUAGE settings.

The LANGUAGE is already set globally in the rc files.

15 years agoclock: Move from a per resource to a global LANGUAGE setting.
Michael Stefaniuc [Wed, 21 Jul 2010 08:32:07 +0000 (10:32 +0200)] 
clock: Move from a per resource to a global LANGUAGE setting.

15 years agowinmm: Move from a per resource to a global LANGUAGE setting.
Michael Stefaniuc [Wed, 21 Jul 2010 08:31:50 +0000 (10:31 +0200)] 
winmm: Move from a per resource to a global LANGUAGE setting.

15 years agowinhlp32: Move from a per resource to a global LANGUAGE setting.
Michael Stefaniuc [Wed, 21 Jul 2010 08:31:28 +0000 (10:31 +0200)] 
winhlp32: Move from a per resource to a global LANGUAGE setting.

15 years agod3d9: Use a vertex shader in the vpos test.
Stefan Dösinger [Sat, 3 Jul 2010 17:14:54 +0000 (19:14 +0200)] 
d3d9: Use a vertex shader in the vpos test.

15 years agod3d9: Use a vertex shader in the vFace test.
Stefan Dösinger [Sat, 3 Jul 2010 17:02:55 +0000 (19:02 +0200)] 
d3d9: Use a vertex shader in the vFace test.

15 years agod3d9: Use a vertex shader for the nested loop test.
Stefan Dösinger [Sat, 3 Jul 2010 16:53:24 +0000 (18:53 +0200)] 
d3d9: Use a vertex shader for the nested loop test.

Win7 (or newer Nvidia drivers) don't allow ps_3_0 fragment processing without
vertex shaders. This is interesting on its own, but not part of this test.

15 years agod3d9: Win7+Nvidia returns c2 in COISSUE'd CND.
Stefan Dösinger [Sat, 3 Jul 2010 14:17:36 +0000 (16:17 +0200)] 
d3d9: Win7+Nvidia returns c2 in COISSUE'd CND.

15 years agod3d9: Remove the fog vs sRGB test.
Stefan Dösinger [Tue, 20 Jul 2010 10:47:28 +0000 (12:47 +0200)] 
d3d9: Remove the fog vs sRGB test.

15 years agowined3d: Add Nvidia 8800GTX detection.
Luke Bratch [Tue, 20 Jul 2010 17:02:17 +0000 (17:02 +0000)] 
wined3d: Add Nvidia 8800GTX detection.

15 years agosetupapi/tests: Remove unused variable.
Austin English [Wed, 21 Jul 2010 07:27:18 +0000 (02:27 -0500)] 
setupapi/tests: Remove unused variable.

15 years agows2_32: Remove unused variable.
Austin English [Wed, 21 Jul 2010 04:42:48 +0000 (23:42 -0500)] 
ws2_32: Remove unused variable.

15 years agorundll32: Fix a pointer conversion warning on 64-bit.
Alexandre Julliard [Wed, 21 Jul 2010 09:09:20 +0000 (11:09 +0200)] 
rundll32: Fix a pointer conversion warning on 64-bit.

15 years agomsvcrt/tests: Fix printf format warnings with ptrdiff_t.
Alexandre Julliard [Wed, 21 Jul 2010 09:09:15 +0000 (11:09 +0200)] 
msvcrt/tests: Fix printf format warnings with ptrdiff_t.

15 years agogphoto2.ds: Remove unused variables.
Alexandre Julliard [Wed, 21 Jul 2010 09:09:12 +0000 (11:09 +0200)] 
gphoto2.ds: Remove unused variables.

15 years agosane.ds: Remove unused variables.
Alexandre Julliard [Wed, 21 Jul 2010 09:06:52 +0000 (11:06 +0200)] 
sane.ds: Remove unused variables.

15 years agod3d9/tests: Avoid sizeof in a trace.
Alexandre Julliard [Wed, 21 Jul 2010 09:06:32 +0000 (11:06 +0200)] 
d3d9/tests: Avoid sizeof in a trace.

15 years agourlmon/tests: Added more test data for scheme parsing and canonicalization.
Thomas Mullaly [Tue, 8 Jun 2010 01:43:46 +0000 (21:43 -0400)] 
urlmon/tests: Added more test data for scheme parsing and canonicalization.

15 years agourlmon: Implemented functionality for retrieving the scheme type of a IUri.
Thomas Mullaly [Tue, 8 Jun 2010 01:41:19 +0000 (21:41 -0400)] 
urlmon: Implemented functionality for retrieving the scheme type of a IUri.

15 years agourlmon: Implemented functionality for retrieving the scheme name of a IUri.
Thomas Mullaly [Tue, 8 Jun 2010 01:33:42 +0000 (21:33 -0400)] 
urlmon: Implemented functionality for retrieving the scheme name of a IUri.

15 years agourlmon: Added a canonicalization function for the scheme of a URI.
Thomas Mullaly [Mon, 7 Jun 2010 21:46:43 +0000 (17:46 -0400)] 
urlmon: Added a canonicalization function for the scheme of a URI.

15 years agourlmon: Added a parser function to determine the scheme type of a URI.
Thomas Mullaly [Mon, 7 Jun 2010 20:34:08 +0000 (16:34 -0400)] 
urlmon: Added a parser function to determine the scheme type of a URI.

15 years agourlmon: Added a scheme name parser for the IUri interface.
Thomas Mullaly [Mon, 7 Jun 2010 03:39:46 +0000 (23:39 -0400)] 
urlmon: Added a scheme name parser for the IUri interface.

15 years agoinclude: Updated the URL_SCHEME enum.
Thomas Mullaly [Mon, 7 Jun 2010 02:19:43 +0000 (22:19 -0400)] 
include: Updated the URL_SCHEME enum.

15 years agoserver: Try to use /proc/pid/mem to read process memory since it should be faster.
Alexandre Julliard [Wed, 21 Jul 2010 08:50:12 +0000 (10:50 +0200)] 
server: Try to use /proc/pid/mem to read process memory since it should be faster.

15 years agowinspool.drv: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 18:09:23 +0000 (21:09 +0300)] 
winspool.drv: Add Ukrainian translation.

15 years agosane.ds: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 18:06:44 +0000 (21:06 +0300)] 
sane.ds: Add Ukrainian translation.

15 years agogphoto2.ds: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 18:01:55 +0000 (21:01 +0300)] 
gphoto2.ds: Add Ukrainian translation.

15 years agojscript: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 18:04:17 +0000 (21:04 +0300)] 
jscript: Add Ukrainian translation.

15 years agobrowseui: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 17:46:55 +0000 (20:46 +0300)] 
browseui: Add Ukrainian translation.

15 years agonotepad: Ukrainian translation fix.
Igor Paliychuk [Tue, 20 Jul 2010 17:45:29 +0000 (20:45 +0300)] 
notepad: Ukrainian translation fix.

15 years agoprogman: Ukrainian translation fix.
Igor Paliychuk [Tue, 20 Jul 2010 17:45:02 +0000 (20:45 +0300)] 
progman: Ukrainian translation fix.

15 years agowintab32: Avoid NULL pointer dereferences.
Peter Urbanec [Tue, 20 Jul 2010 13:20:07 +0000 (23:20 +1000)] 
wintab32: Avoid NULL pointer dereferences.

15 years agogdi32: Rebuild font hash after changing the matrix.
Marcus Meissner [Mon, 19 Jul 2010 22:17:10 +0000 (00:17 +0200)] 
gdi32: Rebuild font hash after changing the matrix.

15 years agod3d10: Add data and size check to parse_dxbc().
Rico Schüller [Mon, 19 Jul 2010 19:48:41 +0000 (21:48 +0200)] 
d3d10: Add data and size check to parse_dxbc().

15 years agod3d10: Move some helper funcs to utils.
Rico Schüller [Mon, 19 Jul 2010 19:48:36 +0000 (21:48 +0200)] 
d3d10: Move some helper funcs to utils.

15 years agoshell32: Add stub for SHGetPropertyStoreFromParsingName.
André Hentschel [Tue, 20 Jul 2010 17:40:40 +0000 (19:40 +0200)] 
shell32: Add stub for SHGetPropertyStoreFromParsingName.

15 years agocomdlg32: Test and fix Find/ReplaceText parameter checking code.
Dylan Smith [Tue, 20 Jul 2010 21:50:06 +0000 (17:50 -0400)] 
comdlg32: Test and fix Find/ReplaceText parameter checking code.

15 years agocomdlg32: Zero length replace buffer is valid for ReplaceText.
Dylan Smith [Tue, 20 Jul 2010 21:49:59 +0000 (17:49 -0400)] 
comdlg32: Zero length replace buffer is valid for ReplaceText.

15 years agocomdlg32: Check for valid replace parameters on ReplaceTextW.
Dylan Smith [Tue, 20 Jul 2010 21:49:49 +0000 (17:49 -0400)] 
comdlg32: Check for valid replace parameters on ReplaceTextW.

COMDLG32_FR_CheckPartial is called with the second parameter of TRUE to
indicate that it is checking for a replace dialog, which includes checking
for a non-NULL replace buffer. This was called correctly on ReplaceTextA
but not for ReplaceTextW.

15 years agomsvcp90/tests: Added char_traits<char>::_Copy_s tests.
Piotr Caban [Tue, 20 Jul 2010 21:25:07 +0000 (23:25 +0200)] 
msvcp90/tests: Added char_traits<char>::_Copy_s tests.

15 years agomsvcp90/tests: Added char_traits equal tests.
Piotr Caban [Tue, 20 Jul 2010 21:24:51 +0000 (23:24 +0200)] 
msvcp90/tests: Added char_traits equal tests.

15 years agomsvcp90/tests: Added char_traits assign tests.
Piotr Caban [Tue, 20 Jul 2010 21:24:32 +0000 (23:24 +0200)] 
msvcp90/tests: Added char_traits assign tests.

15 years agomsvcp90: Added char_traits<unsigned short> implementation.
Piotr Caban [Wed, 21 Jul 2010 09:10:07 +0000 (11:10 +0200)] 
msvcp90: Added char_traits<unsigned short> implementation.

15 years agomsvcp90: Added char_traits<wchar_t> implementation.
Piotr Caban [Tue, 20 Jul 2010 21:23:24 +0000 (23:23 +0200)] 
msvcp90: Added char_traits<wchar_t> implementation.

15 years agomsvcp90: Added char_traits<char> implementation.
Piotr Caban [Tue, 20 Jul 2010 21:22:59 +0000 (23:22 +0200)] 
msvcp90: Added char_traits<char> implementation.

15 years agomsvcp90: Added stub dll.
Piotr Caban [Tue, 20 Jul 2010 21:22:16 +0000 (23:22 +0200)] 
msvcp90: Added stub dll.

15 years agoappwiz.cpl: Add the Serbian (Latin) translation.
Paul Vriens [Tue, 20 Jul 2010 21:22:43 +0000 (23:22 +0200)] 
appwiz.cpl: Add the Serbian (Latin) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

15 years agocomctl32: Add the Serbian (Cyrillic) translation.
Paul Vriens [Tue, 20 Jul 2010 21:12:17 +0000 (23:12 +0200)] 
comctl32: Add the Serbian (Cyrillic) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

15 years agoshlwapi: Be less strict on which type of IShellFolder can be enumerated.
Andrew Eikum [Tue, 20 Jul 2010 19:54:12 +0000 (14:54 -0500)] 
shlwapi: Be less strict on which type of IShellFolder can be enumerated.

15 years agowinemenubuilder: Always initialize COM.
Damjan Jovanovic [Tue, 20 Jul 2010 19:16:29 +0000 (21:16 +0200)] 
winemenubuilder: Always initialize COM.

15 years agontdll: Add LDT error codes.
André Hentschel [Tue, 20 Jul 2010 17:33:21 +0000 (19:33 +0200)] 
ntdll: Add LDT error codes.

15 years agofusion: Implement IAssemblyNameImpl_GetDisplayName more completely.
Owen Rudge [Tue, 20 Jul 2010 17:02:36 +0000 (18:02 +0100)] 
fusion: Implement IAssemblyNameImpl_GetDisplayName more completely.

15 years agowined3d: Use a more consistent name for the normalized texrect "extension".
Henri Verbeet [Tue, 20 Jul 2010 16:51:54 +0000 (18:51 +0200)] 
wined3d: Use a more consistent name for the normalized texrect "extension".

15 years agowined3d: Just implement BindTexture() for GDI surfaces in surface_gdi.c.
Henri Verbeet [Tue, 20 Jul 2010 16:51:53 +0000 (18:51 +0200)] 
wined3d: Just implement BindTexture() for GDI surfaces in surface_gdi.c.

15 years agowined3d: Remove an unused prototype.
Henri Verbeet [Tue, 20 Jul 2010 16:51:52 +0000 (18:51 +0200)] 
wined3d: Remove an unused prototype.

15 years agowined3d: Add some missing flags to debug_d3dusage().
Henri Verbeet [Tue, 20 Jul 2010 16:51:51 +0000 (18:51 +0200)] 
wined3d: Add some missing flags to debug_d3dusage().

15 years agoadvapi32: Fix cred domain according to tests.
Alexandre Goujon [Tue, 20 Jul 2010 13:05:14 +0000 (15:05 +0200)] 
advapi32: Fix cred domain according to tests.

15 years agowinedbg: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 13:24:03 +0000 (16:24 +0300)] 
winedbg: Add Ukrainian translation.

15 years agowineboot: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 13:20:21 +0000 (16:20 +0300)] 
wineboot: Add Ukrainian translation.

15 years agoprogman: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 13:29:45 +0000 (16:29 +0300)] 
progman: Add Ukrainian translation.

15 years agonet: Add Ukrainian translation.
Igor Paliychuk [Tue, 20 Jul 2010 13:09:11 +0000 (16:09 +0300)] 
net: Add Ukrainian translation.

15 years agod3dx9: Shader assembler ps_1_4 support.
Matteo Bruni [Tue, 20 Jul 2010 13:01:16 +0000 (15:01 +0200)] 
d3dx9: Shader assembler ps_1_4 support.

15 years agod3dx9: Add ps_1_4 instructions parsing to the shader assembler.
Matteo Bruni [Tue, 20 Jul 2010 13:01:16 +0000 (15:01 +0200)] 
d3dx9: Add ps_1_4 instructions parsing to the shader assembler.

15 years agod3dx9: Add shift modifiers parsing to the shader assembler.
Matteo Bruni [Tue, 20 Jul 2010 13:01:16 +0000 (15:01 +0200)] 
d3dx9: Add shift modifiers parsing to the shader assembler.

15 years agod3dx9: Add ps_1_x source register modifiers to the shader assembler.
Matteo Bruni [Tue, 20 Jul 2010 13:01:16 +0000 (15:01 +0200)] 
d3dx9: Add ps_1_x source register modifiers to the shader assembler.

15 years agoinclude: Add INameSpaceTreeControl, INameSpaceTreeControl2 and INameSpaceTreeControlE...
David Hedberg [Tue, 20 Jul 2010 13:02:50 +0000 (15:02 +0200)] 
include: Add INameSpaceTreeControl, INameSpaceTreeControl2 and INameSpaceTreeControlEvents interface declarations.

15 years agomsi: Keep track of the patch filename in apply_registered_patch.
Hans Leidekker [Tue, 20 Jul 2010 12:55:08 +0000 (14:55 +0200)] 
msi: Keep track of the patch filename in apply_registered_patch.

15 years agomsi: Unpublish the product after running all the actions.
Hans Leidekker [Tue, 20 Jul 2010 12:54:50 +0000 (14:54 +0200)] 
msi: Unpublish the product after running all the actions.

15 years agomsi: Store the patch state in the registry.
Hans Leidekker [Tue, 20 Jul 2010 12:54:34 +0000 (14:54 +0200)] 
msi: Store the patch state in the registry.

15 years agomsi: Add a test for MsiSetFeatureState.
Hans Leidekker [Tue, 20 Jul 2010 12:54:20 +0000 (14:54 +0200)] 
msi: Add a test for MsiSetFeatureState.

15 years agoshlwapi: Don't trace the contents of output buffers.
Hans Leidekker [Tue, 20 Jul 2010 12:52:02 +0000 (14:52 +0200)] 
shlwapi: Don't trace the contents of output buffers.

15 years agoadvapi32: Stub out the Safer* functions a bit more.
Hans Leidekker [Tue, 20 Jul 2010 12:50:37 +0000 (14:50 +0200)] 
advapi32: Stub out the Safer* functions a bit more.

15 years agowinebuild: Add more checks to protect against corrupted resource files.
Alexandre Julliard [Tue, 20 Jul 2010 14:04:51 +0000 (16:04 +0200)] 
winebuild: Add more checks to protect against corrupted resource files.

15 years agocomctl32/monthcal: Use memcpy to copy day state arrays.
Nikolay Sivov [Mon, 19 Jul 2010 17:54:40 +0000 (21:54 +0400)] 
comctl32/monthcal: Use memcpy to copy day state arrays.

15 years agoshlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:48 +0000 (23:14 -0500)] 
shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.

15 years agoshlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:38 +0000 (23:14 -0500)] 
shlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x.

15 years agoshlwapi/tests: Skip StrRStrI tests on older Win9x platforms.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:30 +0000 (23:14 -0500)] 
shlwapi/tests: Skip StrRStrI tests on older Win9x platforms.

15 years agoshlwapi/tests: Skip SHUnicodeToUnicode tests on Win98.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:20 +0000 (23:14 -0500)] 
shlwapi/tests: Skip SHUnicodeToUnicode tests on Win98.

15 years agoshlwapi/tests: Skip SHAnsiToAnsi tests on Win98.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:11 +0000 (23:14 -0500)] 
shlwapi/tests: Skip SHAnsiToAnsi tests on Win98.

15 years agoshlwapi/tests: Rename a string variable for clarity.
Andrew Nguyen [Tue, 20 Jul 2010 04:13:57 +0000 (23:13 -0500)] 
shlwapi/tests: Rename a string variable for clarity.

15 years agomsi: Add the Serbian (Cyrillic) translation.
Paul Vriens [Tue, 20 Jul 2010 09:11:54 +0000 (11:11 +0200)] 
msi: Add the Serbian (Cyrillic) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

15 years agocomctl32: Fix positioning of toolbars that have the WS_BORDER style.
Alexandre Julliard [Tue, 20 Jul 2010 12:29:24 +0000 (14:29 +0200)] 
comctl32: Fix positioning of toolbars that have the WS_BORDER style.

15 years agogdi32: Reject invalid DIB depths in CreateDIBSection.
Alexandre Julliard [Tue, 20 Jul 2010 12:28:51 +0000 (14:28 +0200)] 
gdi32: Reject invalid DIB depths in CreateDIBSection.

15 years agowininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.
Piotr Caban [Mon, 19 Jul 2010 22:33:24 +0000 (00:33 +0200)] 
wininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.

15 years agowininet: Don't report error in read_gzip_data when to much data was cached.
Piotr Caban [Mon, 19 Jul 2010 22:32:59 +0000 (00:32 +0200)] 
wininet: Don't report error in read_gzip_data when to much data was cached.

15 years agofusion: Install assemblies into correct directory for architecture.
Owen Rudge [Mon, 19 Jul 2010 18:33:19 +0000 (19:33 +0100)] 
fusion: Install assemblies into correct directory for architecture.

15 years agorpcrt4/tests: Improve failure messages.
Austin English [Mon, 19 Jul 2010 17:16:59 +0000 (12:16 -0500)] 
rpcrt4/tests: Improve failure messages.

15 years agoshlwapi/tests: Fix GLE for SHFormatDateTimeA.
André Hentschel [Mon, 19 Jul 2010 17:11:04 +0000 (19:11 +0200)] 
shlwapi/tests: Fix GLE for SHFormatDateTimeA.

15 years agoshell32: Implement IPersistFolder2 for the desktop folder.
David Hedberg [Sun, 18 Jul 2010 12:34:56 +0000 (14:34 +0200)] 
shell32: Implement IPersistFolder2 for the desktop folder.

15 years agoshell32/tests: Try harder to subclass the listview.
David Hedberg [Sun, 18 Jul 2010 12:51:48 +0000 (14:51 +0200)] 
shell32/tests: Try harder to subclass the listview.

15 years agoserver: Forward the correct error to asyncs.
Mike Kaplinskiy [Sun, 18 Jul 2010 02:06:58 +0000 (22:06 -0400)] 
server: Forward the correct error to asyncs.