wine
14 years agowinemine: Add a manpage.
Austin English [Wed, 24 Nov 2010 13:48:13 +0000 (05:48 -0800)] 
winemine: Add a manpage.

14 years agod3dx9/tests: Fix some tests to take into account POW2 texture capability flags.
Matteo Bruni [Wed, 24 Nov 2010 12:57:24 +0000 (13:57 +0100)] 
d3dx9/tests: Fix some tests to take into account POW2 texture capability flags.

14 years agoshdocvw: Don't open code CONTAINING_RECORD().
Michael Stefaniuc [Wed, 24 Nov 2010 13:06:38 +0000 (14:06 +0100)] 
shdocvw: Don't open code CONTAINING_RECORD().

14 years agoshdocvw: Update Korean resource.
Hwang YunSong [Wed, 24 Nov 2010 08:45:01 +0000 (17:45 +0900)] 
shdocvw: Update Korean resource.

14 years agoping: Sleep 1 second less.
Borut Razem [Tue, 23 Nov 2010 21:14:17 +0000 (22:14 +0100)] 
ping: Sleep 1 second less.

14 years agosti: Use IRegistrar instead of regsvr.c.
Damjan Jovanovic [Tue, 23 Nov 2010 08:11:43 +0000 (10:11 +0200)] 
sti: Use IRegistrar instead of regsvr.c.

14 years agooleaut32: Convert dll registration to the new IRegistrar mechanism.
Alexandre Julliard [Wed, 24 Nov 2010 16:29:27 +0000 (17:29 +0100)] 
oleaut32: Convert dll registration to the new IRegistrar mechanism.

14 years agowinecrt0: Add a generic mechanism for dll registration through IRegistrar.
Alexandre Julliard [Wed, 24 Nov 2010 12:13:28 +0000 (13:13 +0100)] 
winecrt0: Add a generic mechanism for dll registration through IRegistrar.

14 years agoatl: Add support for binary values in IRegistrar.
Damjan Jovanovic [Wed, 24 Nov 2010 09:10:13 +0000 (11:10 +0200)] 
atl: Add support for binary values in IRegistrar.

14 years agoatl: Improve IRegistrar dword parsing.
Damjan Jovanovic [Wed, 24 Nov 2010 09:09:05 +0000 (11:09 +0200)] 
atl: Improve IRegistrar dword parsing.

14 years agoadvapi32/tests: Add a test for driver services.
Paul Vriens [Wed, 24 Nov 2010 09:00:24 +0000 (10:00 +0100)] 
advapi32/tests: Add a test for driver services.

14 years agontdll/tests: Remove unused variable from test_query_volume_information_file.
Gerald Pfeifer [Tue, 23 Nov 2010 23:43:24 +0000 (00:43 +0100)] 
ntdll/tests: Remove unused variable from test_query_volume_information_file.

14 years agomsvcrt: Add missing dereference of the time pointer.
Michael Stefaniuc [Tue, 23 Nov 2010 23:37:32 +0000 (00:37 +0100)] 
msvcrt: Add missing dereference of the time pointer.

14 years agocrypt32/tests: Use pCryptAcquireContextA.
Alexander Morozov [Tue, 23 Nov 2010 10:50:22 +0000 (13:50 +0300)] 
crypt32/tests: Use pCryptAcquireContextA.

14 years agocrypt32/tests: Fix test failures on WinME and some NT4.
Alexander Morozov [Tue, 23 Nov 2010 10:42:10 +0000 (13:42 +0300)] 
crypt32/tests: Fix test failures on WinME and some NT4.

14 years agocrypt32/tests: Do not crash on some Win98.
Alexander Morozov [Tue, 23 Nov 2010 10:02:22 +0000 (13:02 +0300)] 
crypt32/tests: Do not crash on some Win98.

14 years agomsxml3: Add schema parse/validate error callbacks.
Adam Martinson [Tue, 23 Nov 2010 02:59:40 +0000 (20:59 -0600)] 
msxml3: Add schema parse/validate error callbacks.

14 years agoconfigure: Add a check for xmlSchemaSetParserStructuredErrors().
Adam Martinson [Tue, 23 Nov 2010 02:54:54 +0000 (20:54 -0600)] 
configure: Add a check for xmlSchemaSetParserStructuredErrors().

14 years agomsxml3: Fix domdoc_getElementsByTagName()/domelem_getElementsByTagName().
Adam Martinson [Tue, 23 Nov 2010 02:59:20 +0000 (20:59 -0600)] 
msxml3: Fix domdoc_getElementsByTagName()/domelem_getElementsByTagName().

14 years agomsxml3: Implement domtext dt-related functions.
Adam Martinson [Tue, 23 Nov 2010 02:57:58 +0000 (20:57 -0600)] 
msxml3: Implement domtext dt-related functions.

These should always be handled by the parent node.

14 years agomsxml3: Validate node content in domelem_put_dataType().
Adam Martinson [Tue, 23 Nov 2010 02:57:29 +0000 (20:57 -0600)] 
msxml3: Validate node content in domelem_put_dataType().

14 years agomsxml3: Add BSTR versions of the XDR_DT <-> string functions.
Adam Martinson [Tue, 23 Nov 2010 02:56:31 +0000 (20:56 -0600)] 
msxml3: Add BSTR versions of the XDR_DT <-> string functions.

14 years agomsxml3: Use the associated schema for domelem_get_dataType().
Adam Martinson [Tue, 23 Nov 2010 02:55:54 +0000 (20:55 -0600)] 
msxml3: Use the associated schema for domelem_get_dataType().

14 years agod3dx9_36: Move 'static' to the beginning of the declaration.
Michael Stefaniuc [Tue, 23 Nov 2010 13:22:15 +0000 (14:22 +0100)] 
d3dx9_36: Move 'static' to the beginning of the declaration.

14 years agontdll/tests: Add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation...
Louis Lenders [Mon, 22 Nov 2010 20:24:42 +0000 (21:24 +0100)] 
ntdll/tests: Add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class.

14 years agomscoree/tests: Remove an unneeded test.
Paul Vriens [Mon, 22 Nov 2010 19:02:40 +0000 (20:02 +0100)] 
mscoree/tests: Remove an unneeded test.

14 years agomscoree/tests: Use more A-functions to fix test failures on Win9x.
Paul Vriens [Mon, 22 Nov 2010 12:31:53 +0000 (13:31 +0100)] 
mscoree/tests: Use more A-functions to fix test failures on Win9x.

14 years agomscoree/tests: Use StrStrIW from shlwapi.
Paul Vriens [Mon, 22 Nov 2010 11:01:11 +0000 (12:01 +0100)] 
mscoree/tests: Use StrStrIW from shlwapi.

14 years agomscoree/tests: Use the correct wide string compare to cope with Win9x.
Paul Vriens [Mon, 22 Nov 2010 10:41:13 +0000 (11:41 +0100)] 
mscoree/tests: Use the correct wide string compare to cope with Win9x.

14 years agocmd: Fix Italian translation.
Luca Bennati [Sun, 21 Nov 2010 15:50:08 +0000 (16:50 +0100)] 
cmd: Fix Italian translation.

14 years agowinedbg: Moved into a common function all code dealing with printing information...
Eric Pouech [Sun, 21 Nov 2010 21:19:40 +0000 (22:19 +0100)] 
winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command.

14 years agowinedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what...
Eric Pouech [Sun, 21 Nov 2010 21:19:34 +0000 (22:19 +0100)] 
winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does).

14 years agoshdocvw: Fix translations.
Amine Khaldi [Sun, 21 Nov 2010 18:59:18 +0000 (19:59 +0100)] 
shdocvw: Fix translations.

14 years agontoskrnl.exe: Add stub for PoSetPowerState.
Stefan Leichter [Sun, 21 Nov 2010 15:58:54 +0000 (16:58 +0100)] 
ntoskrnl.exe: Add stub for PoSetPowerState.

14 years agowinetest: Add "-u" command line option so TestBot can include a URL in the report.
Greg Geldorp [Sun, 21 Nov 2010 15:43:18 +0000 (16:43 +0100)] 
winetest: Add "-u" command line option so TestBot can include a URL in the report.

14 years agod3dx9/tests: Remove a D3DXPlaneNormalize test.
Matteo Bruni [Sat, 20 Nov 2010 16:13:15 +0000 (17:13 +0100)] 
d3dx9/tests: Remove a D3DXPlaneNormalize test.

14 years agocomctl32/tests: Fix shell32 test failures on NT4/W2K.
Paul Vriens [Sat, 20 Nov 2010 16:42:38 +0000 (17:42 +0100)] 
comctl32/tests: Fix shell32 test failures on NT4/W2K.

14 years agoinclude: Add missing clsids in d3drmobj.h.
Vijay Kiran Kamuju [Sat, 6 Nov 2010 18:03:00 +0000 (14:03 -0400)] 
include: Add missing clsids in d3drmobj.h.

14 years agomsvcrt: Implement _wfindnext64i32.
Eryk Wieliczko [Sat, 20 Nov 2010 14:15:00 +0000 (15:15 +0100)] 
msvcrt: Implement _wfindnext64i32.

14 years agomsvcrt: Implement _wfindfirst64i32.
Eryk Wieliczko [Sat, 20 Nov 2010 13:49:54 +0000 (14:49 +0100)] 
msvcrt: Implement _wfindfirst64i32.

14 years agomsvcrt: Implement _ctime32/64_s.
Eryk Wieliczko [Sat, 20 Nov 2010 13:49:53 +0000 (14:49 +0100)] 
msvcrt: Implement _ctime32/64_s.

14 years agoiexplore: Use a better file description.
Damjan Jovanovic [Tue, 23 Nov 2010 09:06:11 +0000 (11:06 +0200)] 
iexplore: Use a better file description.

14 years agommdevapi/tests: Increase timeout in capture tests.
Austin English [Tue, 23 Nov 2010 06:23:44 +0000 (22:23 -0800)] 
mmdevapi/tests: Increase timeout in capture tests.

14 years agowined3d: Add detection for Nvidia GT 330.
Austin English [Mon, 22 Nov 2010 23:21:37 +0000 (23:21 +0000)] 
wined3d: Add detection for Nvidia GT 330.

14 years agoxcopy: Fix Italian translation.
Luca Bennati [Sat, 20 Nov 2010 20:26:58 +0000 (21:26 +0100)] 
xcopy: Fix Italian translation.

14 years agoserialui: Added Hebrew translation.
Yaron Shahrabani [Mon, 15 Nov 2010 21:00:02 +0000 (23:00 +0200)] 
serialui: Added Hebrew translation.

14 years agontdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.
Hans Leidekker [Sat, 20 Nov 2010 14:48:02 +0000 (15:48 +0100)] 
ntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.

14 years agomsvcp90/tests: Fix typo in loaded function name.
Piotr Caban [Sat, 20 Nov 2010 14:07:22 +0000 (15:07 +0100)] 
msvcp90/tests: Fix typo in loaded function name.

14 years agoregsvr32: Add a manpage.
Austin English [Sat, 20 Nov 2010 13:25:08 +0000 (14:25 +0100)] 
regsvr32: Add a manpage.

14 years agonotepad: Add a manpage.
Austin English [Sat, 20 Nov 2010 10:22:58 +0000 (11:22 +0100)] 
notepad: Add a manpage.

14 years agoappwiz.cpl: Fix Italian translation.
Austin English [Sat, 20 Nov 2010 13:13:14 +0000 (14:13 +0100)] 
appwiz.cpl: Fix Italian translation.

14 years agoshdocvw: Skip tests on IE 5.5.
Jacek Caban [Sat, 20 Nov 2010 12:48:39 +0000 (13:48 +0100)] 
shdocvw: Skip tests on IE 5.5.

14 years agoole32: Avoid unneccessary stream conversion.
David Hedberg [Thu, 18 Nov 2010 20:57:16 +0000 (21:57 +0100)] 
ole32: Avoid unneccessary stream conversion.

Truncating a large stream to less than 0x1000 bytes would cause an
unnecessarily expensive conversion.

14 years agows2_32: Map AI_ADDRCONFIG.
André Hentschel [Thu, 18 Nov 2010 19:46:49 +0000 (20:46 +0100)] 
ws2_32: Map AI_ADDRCONFIG.

14 years agowined3d: Fix the indentation in buffer_direct_upload().
Henri Verbeet [Thu, 18 Nov 2010 19:50:41 +0000 (20:50 +0100)] 
wined3d: Fix the indentation in buffer_direct_upload().

14 years agowined3d: Get rid of the remaining "Flags".
Henri Verbeet [Thu, 18 Nov 2010 19:50:40 +0000 (20:50 +0100)] 
wined3d: Get rid of the remaining "Flags".

14 years agowined3d: Textures never have a resource size.
Henri Verbeet [Thu, 18 Nov 2010 19:50:39 +0000 (20:50 +0100)] 
wined3d: Textures never have a resource size.

They're just containers for their subresources.

14 years agod3d9/tests: Use GetRenderTargetData() for reading back pixels.
Henri Verbeet [Thu, 18 Nov 2010 19:50:38 +0000 (20:50 +0100)] 
d3d9/tests: Use GetRenderTargetData() for reading back pixels.

This is the recommended way to read back render targets. It's also much faster
on current wined3d, but that's mostly a side effect of imperfections in our
resource location management.

14 years agod3dx9: Implement D3DXFillVolumeTexture function.
Matteo Bruni [Mon, 15 Nov 2010 22:28:09 +0000 (23:28 +0100)] 
d3dx9: Implement D3DXFillVolumeTexture function.

14 years agod3dx9: Implement D3DXFillCubeTexture function.
Matteo Bruni [Fri, 12 Nov 2010 23:05:11 +0000 (00:05 +0100)] 
d3dx9: Implement D3DXFillCubeTexture function.

14 years agod3dx9: Implement D3DXFillTexture function.
Matteo Bruni [Tue, 9 Nov 2010 18:10:17 +0000 (19:10 +0100)] 
d3dx9: Implement D3DXFillTexture function.

14 years agod3dcompiler_43/tests: Added trigonometric function tests to HLSL test suite.
Travis Athougies [Thu, 18 Nov 2010 00:33:04 +0000 (16:33 -0800)] 
d3dcompiler_43/tests: Added trigonometric function tests to HLSL test suite.

14 years agoole32/tests: Added a couple of simple tests for StgCreateStorageEx.
Andrew Bogott [Tue, 9 Nov 2010 10:28:20 +0000 (04:28 -0600)] 
ole32/tests: Added a couple of simple tests for StgCreateStorageEx.

14 years agoole32: Use default values if options passed to StgCreateStorageEx are NULL.
Andrew Bogott [Tue, 9 Nov 2010 10:25:19 +0000 (04:25 -0600)] 
ole32: Use default values if options passed to StgCreateStorageEx are NULL.

14 years agomsvcr90/tests: Added qsort_s tests.
Vincas Miliūnas [Wed, 17 Nov 2010 16:07:58 +0000 (18:07 +0200)] 
msvcr90/tests: Added qsort_s tests.

14 years agomsvcrt: Added qsort_s implementation.
Vincas Miliūnas [Wed, 17 Nov 2010 16:07:47 +0000 (18:07 +0200)] 
msvcrt: Added qsort_s implementation.

14 years agoddraw: Return DDERR_INVALIDPARAMS for 0 width / height surface creation.
Henri Verbeet [Thu, 18 Nov 2010 11:21:42 +0000 (12:21 +0100)] 
ddraw: Return DDERR_INVALIDPARAMS for 0 width / height surface creation.

14 years agod3d8/tests: Add a test for 0 width / height surface creation.
Henri Verbeet [Thu, 18 Nov 2010 11:21:41 +0000 (12:21 +0100)] 
d3d8/tests: Add a test for 0 width / height surface creation.

14 years agod3d9/tests: Add a test for 0 width / height surface creation.
Henri Verbeet [Thu, 18 Nov 2010 11:21:40 +0000 (12:21 +0100)] 
d3d9/tests: Add a test for 0 width / height surface creation.

14 years agowined3d: Disallow empty surfaces.
Henri Verbeet [Thu, 18 Nov 2010 11:21:39 +0000 (12:21 +0100)] 
wined3d: Disallow empty surfaces.

14 years agomsvcp80: Update spec file.
Piotr Caban [Thu, 18 Nov 2010 11:20:45 +0000 (12:20 +0100)] 
msvcp80: Update spec file.

14 years agomsvcp90/tests: Added basic_string<char>::append tests.
Piotr Caban [Thu, 18 Nov 2010 11:20:36 +0000 (12:20 +0100)] 
msvcp90/tests: Added basic_string<char>::append tests.

14 years agomsvcp90: Added basic_string<wchar_t>::append implementation.
Piotr Caban [Thu, 18 Nov 2010 11:20:26 +0000 (12:20 +0100)] 
msvcp90: Added basic_string<wchar_t>::append implementation.

14 years agomsvcp90: Added basic_string<char>::append implementation.
Piotr Caban [Thu, 18 Nov 2010 11:19:59 +0000 (12:19 +0100)] 
msvcp90: Added basic_string<char>::append implementation.

14 years agousp10: Add stub exports for the OpenType functions.
Hans Leidekker [Thu, 18 Nov 2010 11:09:26 +0000 (12:09 +0100)] 
usp10: Add stub exports for the OpenType functions.

14 years agoprograms: Add a stub implementation of servicemodelreg.exe.
Hans Leidekker [Thu, 18 Nov 2010 11:09:11 +0000 (12:09 +0100)] 
programs: Add a stub implementation of servicemodelreg.exe.

14 years agorstrtmgr: Add stub implementations of RmEndSession and RmRestart.
Hans Leidekker [Thu, 18 Nov 2010 11:08:58 +0000 (12:08 +0100)] 
rstrtmgr: Add stub implementations of RmEndSession and RmRestart.

14 years agomsi: Install assemblies only if the component action request is set to INSTALLSTATE_L...
Hans Leidekker [Thu, 18 Nov 2010 11:08:37 +0000 (12:08 +0100)] 
msi: Install assemblies only if the component action request is set to INSTALLSTATE_LOCAL.

14 years agowinemenubuilder: Deduplicate some file open associations.
Damjan Jovanovic [Thu, 18 Nov 2010 09:52:10 +0000 (11:52 +0200)] 
winemenubuilder: Deduplicate some file open associations.

14 years agowinemenubuilder: Update TODO.
Damjan Jovanovic [Thu, 18 Nov 2010 09:41:24 +0000 (11:41 +0200)] 
winemenubuilder: Update TODO.

14 years agomshtml: Removed tests failing on IE7.
Jacek Caban [Wed, 17 Nov 2010 22:46:04 +0000 (23:46 +0100)] 
mshtml: Removed tests failing on IE7.

14 years agomsvcrt: Move _initterm_e implementation (from msvcr90).
Piotr Caban [Wed, 17 Nov 2010 22:42:29 +0000 (23:42 +0100)] 
msvcrt: Move _initterm_e implementation (from msvcr90).

14 years agomsvcrt: Update spec files.
Piotr Caban [Wed, 17 Nov 2010 22:41:38 +0000 (23:41 +0100)] 
msvcrt: Update spec files.

14 years agomsvcrt: Fix msvcrt.spec.
Piotr Caban [Wed, 17 Nov 2010 19:02:39 +0000 (20:02 +0100)] 
msvcrt: Fix msvcrt.spec.

14 years agoshell32: Fix an off-by-one error that causes an infinite loop.
Andrew Eikum [Wed, 17 Nov 2010 17:56:13 +0000 (11:56 -0600)] 
shell32: Fix an off-by-one error that causes an infinite loop.

14 years agooledb32: Added conversions for R8,BOOL,DATE,DBTIMESTAMP.
Andreas Pflug [Wed, 17 Nov 2010 12:06:16 +0000 (13:06 +0100)] 
oledb32: Added conversions for R8,BOOL,DATE,DBTIMESTAMP.

14 years agowinspool/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:08:18 +0000 (15:08 +0100)] 
winspool/tests: Avoid sizeof in traces.

14 years agourlmon/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:08:08 +0000 (15:08 +0100)] 
urlmon/tests: Avoid sizeof in traces.

14 years agomsvcrt/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:08:03 +0000 (15:08 +0100)] 
msvcrt/tests: Avoid sizeof in traces.

14 years agogameux: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:07:56 +0000 (15:07 +0100)] 
gameux: Avoid sizeof in traces.

14 years agoadvapi32/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:07:47 +0000 (15:07 +0100)] 
advapi32/tests: Avoid sizeof in traces.

14 years agolibwine: Fix a pointer comparison warning.
Alexandre Julliard [Wed, 17 Nov 2010 14:07:30 +0000 (15:07 +0100)] 
libwine: Fix a pointer comparison warning.

14 years agomsxml3: Fix incorrect uses of va_list arguments.
Alexandre Julliard [Wed, 17 Nov 2010 13:21:09 +0000 (14:21 +0100)] 
msxml3: Fix incorrect uses of va_list arguments.

14 years agoshdocvw: Implement InPlaceActiveObject::TranslateAccelerator.
David Hedberg [Wed, 17 Nov 2010 12:12:22 +0000 (13:12 +0100)] 
shdocvw: Implement InPlaceActiveObject::TranslateAccelerator.

14 years agoshdocvw: Implement ControlSite::TranslateAccelerator.
David Hedberg [Wed, 17 Nov 2010 12:12:21 +0000 (13:12 +0100)] 
shdocvw: Implement ControlSite::TranslateAccelerator.

14 years agoshdocvw: Add IOleControlSite interface to dochost.
David Hedberg [Wed, 17 Nov 2010 12:12:20 +0000 (13:12 +0100)] 
shdocvw: Add IOleControlSite interface to dochost.

14 years agoshdocvw: Implement DocHostUIHandler::TranslateAccelerator.
David Hedberg [Wed, 17 Nov 2010 12:12:19 +0000 (13:12 +0100)] 
shdocvw: Implement DocHostUIHandler::TranslateAccelerator.

14 years agowinegstreamer: Destroy thread in GST_Connect.
Maarten Lankhorst [Wed, 17 Nov 2010 12:27:22 +0000 (13:27 +0100)] 
winegstreamer: Destroy thread in GST_Connect.

14 years agowinegstreamer: Fix reference leak.
Maarten Lankhorst [Wed, 17 Nov 2010 12:25:51 +0000 (13:25 +0100)] 
winegstreamer: Fix reference leak.

14 years agooleaut32: Fix the overflow check in VarNumFromParseNum.
Alexandre Julliard [Wed, 17 Nov 2010 12:42:50 +0000 (13:42 +0100)] 
oleaut32: Fix the overflow check in VarNumFromParseNum.

Spotted by Adam Martinson.