wine
16 years agotools/winapi: Fix typo in the generated header.
Paul Vriens [Tue, 17 Jun 2008 05:57:45 +0000 (07:57 +0200)] 
tools/winapi: Fix typo in the generated header.

16 years agoUpdate generated packing tests using current headers.
Rob Shearman [Mon, 16 Jun 2008 22:22:17 +0000 (23:22 +0100)] 
Update generated packing tests using current headers.

16 years agomshtml: Update Russian translation.
Vladimir Pankratov [Tue, 17 Jun 2008 08:07:10 +0000 (13:07 +0500)] 
mshtml: Update Russian translation.

16 years agoshell32: Update Russian translation.
Vladimir Pankratov [Tue, 17 Jun 2008 08:06:51 +0000 (13:06 +0500)] 
shell32: Update Russian translation.

16 years agowidl: Write string lengths in host endianness.
Simon Richter [Tue, 17 Jun 2008 05:46:14 +0000 (07:46 +0200)] 
widl: Write string lengths in host endianness.

Type libraries are currently parsed in host endianness, so byte arrays
that are going to be interpreted as integers need to be written in the
appropriate byte order.

16 years agows2_32: WS_getaddrinfo TRACE message can crash Wine.
Albert Lee [Sun, 15 Jun 2008 07:01:20 +0000 (03:01 -0400)] 
ws2_32: WS_getaddrinfo TRACE message can crash Wine.

16 years agoddraw: Reset the viewport data before each test.
James Hawkins [Sat, 14 Jun 2008 22:31:44 +0000 (17:31 -0500)] 
ddraw: Reset the viewport data before each test.

16 years agorpcrt4: Zero the memory of the s1 structure in test_simple_struct to avoid a Valgrind...
Rob Shearman [Sat, 14 Jun 2008 16:30:40 +0000 (17:30 +0100)] 
rpcrt4: Zero the memory of the s1 structure in test_simple_struct to avoid a Valgrind warning.

16 years agorpcrt4: Reduce the timeout of waiting on the stop event in the server test to one...
Rob Shearman [Sat, 14 Jun 2008 15:42:32 +0000 (16:42 +0100)] 
rpcrt4: Reduce the timeout of waiting on the stop event in the server test to one second.

The stop event should already be signaled by the time we get to that
point since we wait until the child processes terminate in the server
process and the stop event is signaled in the context of one of the
child processes.

Don't call RpcMgmtWaitServerListening if the call to
WaitForSingleObject failed since it is likely that s_stop() hasn't
been called and therefore the call to RpcMgmtWaitServerListening won't
ever return.

16 years agorpcrt4: Save the previous BufferLength in test_ndr_buffer and use it when testing...
Rob Shearman [Sat, 14 Jun 2008 15:31:46 +0000 (16:31 +0100)] 
rpcrt4: Save the previous BufferLength in test_ndr_buffer and use it when testing the expected buffer length after the NdrFreeBuffer call.

This fixes a test failure on Win2003 upwards when the allocated length
appears to be rounded up to a multiple of 4.

16 years agorpcrt4: Fix ndr_marshall tests to cope with using pointer ids instead of using pointe...
Rob Shearman [Sat, 14 Jun 2008 15:29:35 +0000 (16:29 +0100)] 
rpcrt4: Fix ndr_marshall tests to cope with using pointer ids instead of using pointer values.

This fixes a number of test failures on XP SP3 and Win2003 upwards.

16 years agoRelease 1.0. wine-1.0
Alexandre Julliard [Tue, 17 Jun 2008 14:07:31 +0000 (16:07 +0200)] 
Release 1.0.

16 years agoUpdated the authors list.
Alexandre Julliard [Mon, 16 Jun 2008 14:42:40 +0000 (16:42 +0200)] 
Updated the authors list.

16 years agowinecfg: Remove spaces before '...'.
Francois Gouget [Fri, 13 Jun 2008 17:49:31 +0000 (19:49 +0200)] 
winecfg: Remove spaces before '...'.

16 years agoregedit: Remove spaces before '...'.
Francois Gouget [Fri, 13 Jun 2008 17:50:03 +0000 (19:50 +0200)] 
regedit: Remove spaces before '...'.

16 years agoRemove spaces before '...' in the Danish resources.
Francois Gouget [Fri, 13 Jun 2008 17:49:48 +0000 (19:49 +0200)] 
Remove spaces before '...' in the Danish resources.

16 years agowineconsole: Update Spanish translation.
Jaime Rave [Sun, 15 Jun 2008 21:53:11 +0000 (16:53 -0500)] 
wineconsole: Update Spanish translation.

16 years agowordpad: Small typo fix for German translation.
Matthias Kupfer [Fri, 13 Jun 2008 16:22:42 +0000 (18:22 +0200)] 
wordpad: Small typo fix for German translation.

16 years agoRelease 1.0-rc5. wine-1.0-rc5
Alexandre Julliard [Fri, 13 Jun 2008 15:15:29 +0000 (17:15 +0200)] 
Release 1.0-rc5.

16 years agokernel32/tests: Skip tests if function is not implemented.
Paul Vriens [Fri, 13 Jun 2008 09:44:44 +0000 (11:44 +0200)] 
kernel32/tests: Skip tests if function is not implemented.

16 years agokernel32/tests: Fix a few typos.
Paul Vriens [Fri, 13 Jun 2008 09:37:28 +0000 (11:37 +0200)] 
kernel32/tests: Fix a few typos.

16 years agocredui: Typo and minor correction in Dutch resource.
Paul Vriens [Fri, 13 Jun 2008 07:51:54 +0000 (09:51 +0200)] 
credui: Typo and minor correction in Dutch resource.

16 years agowininet: Add the Romanian translation.
Michael Stefaniuc [Thu, 12 Jun 2008 22:51:46 +0000 (00:51 +0200)] 
wininet: Add the Romanian translation.

16 years agoshell32: Add initial Romanian translation.
Michael Stefaniuc [Thu, 12 Jun 2008 22:49:28 +0000 (00:49 +0200)] 
shell32: Add initial Romanian translation.

16 years agomakedep: Fix a typo in the usage output.
Detlef Riekenberg [Fri, 13 Jun 2008 03:09:38 +0000 (05:09 +0200)] 
makedep: Fix a typo in the usage output.

16 years agorpcrt4: Clear a hole in the ps1 structure in test_simple_struct.
Rob Shearman [Thu, 12 Jun 2008 21:57:55 +0000 (22:57 +0100)] 
rpcrt4: Clear a hole in the ps1 structure in test_simple_struct.

16 years agorpcrt4: Initialise the array to be marshalled in test_conformant_array.
Rob Shearman [Thu, 12 Jun 2008 21:58:49 +0000 (22:58 +0100)] 
rpcrt4: Initialise the array to be marshalled in test_conformant_array.

16 years agowined3d: Only read back offscreen targets on a target change.
Stefan Dösinger [Thu, 12 Jun 2008 19:18:46 +0000 (21:18 +0200)] 
wined3d: Only read back offscreen targets on a target change.

This avoids calling PreLoad needlessly on a thread change during offscreen
rendering and breaks up the endless recursion due to lastTID != newTID.

16 years agowined3d: Do not PreLoad the new render target.
Stefan Dösinger [Thu, 12 Jun 2008 18:54:27 +0000 (20:54 +0200)] 
wined3d: Do not PreLoad the new render target.

There is no reason to do that, now that the SetGLTextureDesc bug is
fixed. This avoids an infinite recursion because PreLoad calls
ActivateContext at some point.

16 years agowined3d: Remove a broken AddDirtyRect call.
Stefan Dösinger [Thu, 12 Jun 2008 18:48:33 +0000 (20:48 +0200)] 
wined3d: Remove a broken AddDirtyRect call.

16 years agosane.ds: Remove spaces before '...'.
Francois Gouget [Thu, 12 Jun 2008 09:34:59 +0000 (11:34 +0200)] 
sane.ds: Remove spaces before '...'.

16 years agoshdoclc: Remove spaces before '...'.
Francois Gouget [Thu, 12 Jun 2008 09:34:52 +0000 (11:34 +0200)] 
shdoclc: Remove spaces before '...'.

16 years agouser32: Remove spaces before '...'.
Francois Gouget [Thu, 12 Jun 2008 09:34:14 +0000 (11:34 +0200)] 
user32: Remove spaces before '...'.

16 years agobrowseui: Remove spaces before '...'.
Francois Gouget [Thu, 12 Jun 2008 09:33:31 +0000 (11:33 +0200)] 
browseui: Remove spaces before '...'.

16 years agocomdlg32: Remove spaces before '...'.
Francois Gouget [Thu, 12 Jun 2008 09:33:20 +0000 (11:33 +0200)] 
comdlg32: Remove spaces before '...'.

16 years agoxcopy: Remove spaces before '\n' in resource strings.
Francois Gouget [Thu, 12 Jun 2008 09:28:18 +0000 (11:28 +0200)] 
xcopy: Remove spaces before '\n' in resource strings.

16 years agorpcrt4/tests: Fix test failures for win9x, NT4, W2K and XP-SP1.
Paul Vriens [Thu, 12 Jun 2008 08:52:45 +0000 (10:52 +0200)] 
rpcrt4/tests: Fix test failures for win9x, NT4, W2K and XP-SP1.

16 years agowinecfg: Fix the Portuguese Brazilian translation.
Michael Stefaniuc [Wed, 11 Jun 2008 20:14:31 +0000 (22:14 +0200)] 
winecfg: Fix the Portuguese Brazilian translation.

Thanks to Mauricio Teixeira <mteixeira@webset.net> for the translation.

16 years agonet: Add missing #pragma codepage in utf-8 resources.
Alexandre Julliard [Wed, 11 Jun 2008 18:32:08 +0000 (20:32 +0200)] 
net: Add missing #pragma codepage in utf-8 resources.

16 years agoxcopy: Fix non-translation of a string.
Michael Karcher [Wed, 11 Jun 2008 17:10:43 +0000 (19:10 +0200)] 
xcopy: Fix non-translation of a string.

16 years agonotepad: Remove spaces before '\n' in resource strings.
Francois Gouget [Wed, 11 Jun 2008 14:38:52 +0000 (16:38 +0200)] 
notepad: Remove spaces before '\n' in resource strings.

16 years agocmd: Remove spaces before '\n' in resource strings.
Francois Gouget [Wed, 11 Jun 2008 14:38:12 +0000 (16:38 +0200)] 
cmd: Remove spaces before '\n' in resource strings.

16 years agowinmm: Remove spaces before '\n' in resource strings.
Francois Gouget [Wed, 11 Jun 2008 14:39:23 +0000 (16:39 +0200)] 
winmm: Remove spaces before '\n' in resource strings.

16 years agowinecfg: Remove spaces before '\n' in resource strings.
Francois Gouget [Wed, 11 Jun 2008 14:39:14 +0000 (16:39 +0200)] 
winecfg: Remove spaces before '\n' in resource strings.

16 years agonet: Remove spaces before '\n' in resource strings.
Francois Gouget [Wed, 11 Jun 2008 14:38:40 +0000 (16:38 +0200)] 
net: Remove spaces before '\n' in resource strings.

16 years agocredui: Remove spaces before '\n' in resource strings.
Francois Gouget [Wed, 11 Jun 2008 14:38:21 +0000 (16:38 +0200)] 
credui: Remove spaces before '\n' in resource strings.

16 years agocomdlg32: Remove spaces before '\n' (and some after) in resource strings.
Francois Gouget [Wed, 11 Jun 2008 14:38:06 +0000 (16:38 +0200)] 
comdlg32: Remove spaces before '\n' (and some after) in resource strings.

16 years agocomdlg32: Remove spaces before '\n' in resource strings.
Francois Gouget [Wed, 11 Jun 2008 14:37:57 +0000 (16:37 +0200)] 
comdlg32: Remove spaces before '\n' in resource strings.

16 years agomsxml3: Fix a compile error without xml headers.
Alexandre Julliard [Wed, 11 Jun 2008 18:02:49 +0000 (20:02 +0200)] 
msxml3: Fix a compile error without xml headers.

16 years agoxcopy: German should use SUBLANG_NEUTRAL.
Mikołaj Zalewski [Wed, 11 Jun 2008 13:28:25 +0000 (15:28 +0200)] 
xcopy: German should use SUBLANG_NEUTRAL.

16 years agosetupapi/tests: Fix some test failures on W2K.
Paul Vriens [Wed, 11 Jun 2008 12:57:42 +0000 (14:57 +0200)] 
setupapi/tests: Fix some test failures on W2K.

16 years agod3d9/tests: Fix a few typos.
Paul Vriens [Wed, 11 Jun 2008 08:52:08 +0000 (10:52 +0200)] 
d3d9/tests: Fix a few typos.

16 years agoshlwapi/tests: Don't create testfile at a fixed location.
Paul Vriens [Wed, 11 Jun 2008 06:32:35 +0000 (08:32 +0200)] 
shlwapi/tests: Don't create testfile at a fixed location.

16 years agoregedit: Fix the Danish translation.
Michael Stefaniuc [Tue, 10 Jun 2008 22:52:07 +0000 (00:52 +0200)] 
regedit: Fix the Danish translation.

16 years agowinecfg: Fix and re-enable the Italian translation.
Michael Stefaniuc [Tue, 10 Jun 2008 22:52:23 +0000 (00:52 +0200)] 
winecfg: Fix and re-enable the Italian translation.

16 years agoregedit: Fix the Slovenian translation.
Michael Stefaniuc [Tue, 10 Jun 2008 22:51:50 +0000 (00:51 +0200)] 
regedit: Fix the Slovenian translation.

16 years agoregedit: Fix the Turkish translation.
Michael Stefaniuc [Tue, 10 Jun 2008 22:51:34 +0000 (00:51 +0200)] 
regedit: Fix the Turkish translation.

16 years agoxcopy: Add German translation.
Michael Karcher [Tue, 10 Jun 2008 17:20:16 +0000 (19:20 +0200)] 
xcopy: Add German translation.

16 years agomsi: Set the source path for uncompressed files when loading the file.
James Hawkins [Tue, 10 Jun 2008 22:35:10 +0000 (17:35 -0500)] 
msi: Set the source path for uncompressed files when loading the file.

16 years agomsi: Load folders first.
James Hawkins [Tue, 10 Jun 2008 22:33:29 +0000 (17:33 -0500)] 
msi: Load folders first.

16 years agodsound/tests: Improve test for IDirectSound8_CreateSoundBuffer.
Zac Brown [Tue, 10 Jun 2008 20:08:33 +0000 (13:08 -0700)] 
dsound/tests: Improve test for IDirectSound8_CreateSoundBuffer.

16 years agoadvapi32/tests: Make sure Wine implements all tested APIs.
Francois Gouget [Tue, 10 Jun 2008 16:30:15 +0000 (18:30 +0200)] 
advapi32/tests: Make sure Wine implements all tested APIs.

16 years agotests: Add a win_skip() function to allow for missing Windows functionality that...
Francois Gouget [Tue, 10 Jun 2008 16:29:46 +0000 (18:29 +0200)] 
tests: Add a win_skip() function to allow for missing Windows functionality that must be present in Wine.

16 years agomsi/tests: Cleanup registry after test.
Paul Vriens [Tue, 10 Jun 2008 11:44:45 +0000 (13:44 +0200)] 
msi/tests: Cleanup registry after test.

16 years agoshdoclc: Update Russian translation.
Vladimir Pankratov [Tue, 10 Jun 2008 09:52:41 +0000 (14:52 +0500)] 
shdoclc: Update Russian translation.

16 years agowinecfg: Update the Portuguese and Brazillian translations, based on a patch by Ameri...
Francois Gouget [Tue, 10 Jun 2008 16:39:27 +0000 (18:39 +0200)] 
winecfg: Update the Portuguese and Brazillian translations, based on a patch by Americo Jose Melo.

16 years agoReplace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT.
Francois Gouget [Tue, 10 Jun 2008 16:34:06 +0000 (18:34 +0200)] 
Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT.

16 years agoprogman: Update the license and warranty French translation.
Francois Gouget [Tue, 10 Jun 2008 15:58:46 +0000 (17:58 +0200)] 
progman: Update the license and warranty French translation.

16 years agowinecfg: Update the license French translation.
Francois Gouget [Tue, 10 Jun 2008 15:58:31 +0000 (17:58 +0200)] 
winecfg: Update the license French translation.

16 years agoclock: Update the license and warranty French translation.
Francois Gouget [Tue, 10 Jun 2008 15:57:45 +0000 (17:57 +0200)] 
clock: Update the license and warranty French translation.

16 years agoprogman: Progman is a program, not a library. So tweak the license and warranty messa...
Francois Gouget [Tue, 10 Jun 2008 15:57:21 +0000 (17:57 +0200)] 
progman: Progman is a program, not a library. So tweak the license and warranty messages accordingly.

16 years agowinecfg: Winecfg is a program, not a library. So tweak the license and warranty messa...
Francois Gouget [Tue, 10 Jun 2008 15:57:09 +0000 (17:57 +0200)] 
winecfg: Winecfg is a program, not a library. So tweak the license and warranty messages accordingly.

16 years agoclock: Clock is a program, not a library. So tweak the license and warranty messages...
Francois Gouget [Tue, 10 Jun 2008 15:56:47 +0000 (17:56 +0200)] 
clock: Clock is a program, not a library. So tweak the license and warranty messages accordingly.

16 years agowinetest: Fix the printf format for the version numbers.
Alexandre Julliard [Tue, 10 Jun 2008 15:45:24 +0000 (17:45 +0200)] 
winetest: Fix the printf format for the version numbers.

16 years agomsvcrt/tests: Fix a couple of tests on Vista.
Alexandre Julliard [Tue, 10 Jun 2008 15:45:10 +0000 (17:45 +0200)] 
msvcrt/tests: Fix a couple of tests on Vista.

16 years agokernel32/tests: Use Local instead of Global prefix to avoid permission issues.
Alexandre Julliard [Tue, 10 Jun 2008 15:44:57 +0000 (17:44 +0200)] 
kernel32/tests: Use Local instead of Global prefix to avoid permission issues.

16 years agokernel32/tests: Fix the change notification test on Vista.
Alexandre Julliard [Tue, 10 Jun 2008 15:44:41 +0000 (17:44 +0200)] 
kernel32/tests: Fix the change notification test on Vista.

16 years agod3dx8/tests: Initialize matrix before testing its value.
Dan Kegel [Tue, 10 Jun 2008 13:39:46 +0000 (06:39 -0700)] 
d3dx8/tests: Initialize matrix before testing its value.

16 years agoshell32/tests: Avoid buffer overflow during test.
Dan Kegel [Tue, 10 Jun 2008 13:07:20 +0000 (06:07 -0700)] 
shell32/tests: Avoid buffer overflow during test.

16 years agomshtml: Stop test crash on error condition.
Alistair Leslie-Hughes [Tue, 10 Jun 2008 12:52:56 +0000 (22:52 +1000)] 
mshtml: Stop test crash on error condition.

16 years agoshell32: Stop shlfolder tests crashing under win98.
Alistair Leslie-Hughes [Tue, 10 Jun 2008 11:52:58 +0000 (21:52 +1000)] 
shell32: Stop shlfolder tests crashing under win98.

16 years agoole32/tests: Only skip the tests if we are on NT4 or below.
Paul Vriens [Tue, 10 Jun 2008 12:42:50 +0000 (14:42 +0200)] 
ole32/tests: Only skip the tests if we are on NT4 or below.

16 years agontdll/tests: Free memory after use.
Paul Vriens [Tue, 10 Jun 2008 10:09:38 +0000 (12:09 +0200)] 
ntdll/tests: Free memory after use.

16 years agonotepad: Improve handling of quoted filenames.
Francois Gouget [Tue, 10 Jun 2008 08:20:19 +0000 (10:20 +0200)] 
notepad: Improve handling of quoted filenames.

16 years agouser32/tests: Fix a window style check on Vista.
Alexandre Julliard [Tue, 10 Jun 2008 11:03:37 +0000 (13:03 +0200)] 
user32/tests: Fix a window style check on Vista.

16 years agokernel32/tests: Limit the number of failures in the ligatures test.
Alexandre Julliard [Tue, 10 Jun 2008 09:55:01 +0000 (11:55 +0200)] 
kernel32/tests: Limit the number of failures in the ligatures test.

16 years agostart: Remove spaces before '\n' in resource strings.
Francois Gouget [Tue, 10 Jun 2008 08:22:33 +0000 (10:22 +0200)] 
start: Remove spaces before '\n' in resource strings.

16 years agoadvapi32/tests: Don't allow Wine to reproduce Windows' bugs.
Francois Gouget [Tue, 10 Jun 2008 08:23:58 +0000 (10:23 +0200)] 
advapi32/tests: Don't allow Wine to reproduce Windows' bugs.

16 years agouser32/tests: Fix formatting of a trace.
Alexandre Julliard [Tue, 10 Jun 2008 09:34:40 +0000 (11:34 +0200)] 
user32/tests: Fix formatting of a trace.

16 years agokernel32/tests: Make the toolhelp test less verbose by default.
Alexandre Julliard [Tue, 10 Jun 2008 09:34:11 +0000 (11:34 +0200)] 
kernel32/tests: Make the toolhelp test less verbose by default.

16 years agontdll/tests: Fix a few tests on Vista.
Alexandre Julliard [Tue, 10 Jun 2008 09:33:51 +0000 (11:33 +0200)] 
ntdll/tests: Fix a few tests on Vista.

16 years agoole32/tests: Fix crash on NT4 and below.
Paul Vriens [Tue, 10 Jun 2008 08:21:54 +0000 (10:21 +0200)] 
ole32/tests: Fix crash on NT4 and below.

16 years agoole32/tests: Fix crash on W2K and below.
Paul Vriens [Tue, 10 Jun 2008 08:10:18 +0000 (10:10 +0200)] 
ole32/tests: Fix crash on W2K and below.

16 years agomscoree: Add stub for CorBindToCurrentRuntime.
Louis Lenders [Sun, 8 Jun 2008 20:03:22 +0000 (20:03 +0000)] 
mscoree: Add stub for CorBindToCurrentRuntime.

16 years agorpcrt4: Use RpcServerRegisterIfEx with RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH in the...
Rob Shearman [Mon, 9 Jun 2008 21:36:43 +0000 (22:36 +0100)] 
rpcrt4: Use RpcServerRegisterIfEx with RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH in the server test.

This allows the test to run correctly on XP SP2 upwards instead of
failing with ERROR_ACCESS_DENIED.

16 years agoinclude: Add declaration for RpcSmDestroyClientContext to rpcndr.h.
Rob Shearman [Mon, 9 Jun 2008 21:36:27 +0000 (22:36 +0100)] 
include: Add declaration for RpcSmDestroyClientContext to rpcndr.h.

16 years agoinclude: Add some missing defines and function declarations to rpcdce.h.
Rob Shearman [Mon, 9 Jun 2008 21:36:19 +0000 (22:36 +0100)] 
include: Add some missing defines and function declarations to rpcdce.h.

16 years agooleaut32/tests: Initialize reserved fields to unique values.
Dan Kegel [Sun, 8 Jun 2008 23:27:04 +0000 (16:27 -0700)] 
oleaut32/tests: Initialize reserved fields to unique values.

16 years agokernel32/tests: Initialize buffer.
Dan Kegel [Sun, 8 Jun 2008 18:16:43 +0000 (11:16 -0700)] 
kernel32/tests: Initialize buffer.

16 years agokernel32: Add support for the execute protection values in CreateFileMappingW.
Alexandre Julliard [Mon, 9 Jun 2008 17:11:25 +0000 (19:11 +0200)] 
kernel32: Add support for the execute protection values in CreateFileMappingW.