wine/eterwine.git
14 years agowined3d: Recognize some more Radeon cards.
Henri Verbeet [Mon, 30 Aug 2010 18:29:45 +0000 (20:29 +0200)]
wined3d: Recognize some more Radeon cards.

14 years agod3dx9: Implement missing D3DXCreateTextureFromFile functions.
Owen Rudge [Mon, 30 Aug 2010 16:57:42 +0000 (11:57 -0500)]
d3dx9: Implement missing D3DXCreateTextureFromFile functions.

14 years agomsvcp90/tests: Added basic_string<wchar_t> tests.
Piotr Caban [Mon, 30 Aug 2010 14:36:07 +0000 (16:36 +0200)]
msvcp90/tests: Added basic_string<wchar_t> tests.

14 years agomsvcp90: Added partiall basic_string<wchar_t> implementation.
Piotr Caban [Mon, 30 Aug 2010 14:35:30 +0000 (16:35 +0200)]
msvcp90: Added partiall basic_string<wchar_t> implementation.

14 years agowinedbg: gdb proxy mode: hide printf unless traced.
Paul Bolle [Mon, 30 Aug 2010 11:33:53 +0000 (13:33 +0200)]
winedbg: gdb proxy mode: hide printf unless traced.

14 years agowinedbg: gdb proxy mode: allow interrupt from command line.
Paul Bolle [Mon, 30 Aug 2010 11:33:25 +0000 (13:33 +0200)]
winedbg: gdb proxy mode: allow interrupt from command line.

Ignore SIGINT (in gdb_startup) so an interrupt from the command line
will break the debuggee and bring up the gdb prompt (instead of killing
both winedbg and the debuggee).

14 years agoserver: Streamline a bit the console allocation code.
Eric Pouech [Sat, 28 Aug 2010 11:14:55 +0000 (13:14 +0200)]
server: Streamline a bit the console allocation code.

14 years agoserver: Use generic file access rights (inside of console specific ones) for console...
Eric Pouech [Sat, 28 Aug 2010 11:14:43 +0000 (13:14 +0200)]
server: Use generic file access rights (inside of console specific ones) for console management.

14 years agoserver: Fix method name in comments for fd_ops.
Eric Pouech [Sat, 28 Aug 2010 11:14:37 +0000 (13:14 +0200)]
server: Fix method name in comments for fd_ops.

14 years agoxcopy: Update Korean resource.
Hwang YunSong [Mon, 30 Aug 2010 08:11:01 +0000 (17:11 +0900)]
xcopy: Update Korean resource.

14 years agocomdlg32/tests: Mark a failure on w2k as broken.
Detlef Riekenberg [Sun, 29 Aug 2010 13:13:45 +0000 (15:13 +0200)]
comdlg32/tests: Mark a failure on w2k as broken.

14 years agodbghelp: Constify some variables.
Andrew Talbot [Sat, 28 Aug 2010 15:43:10 +0000 (16:43 +0100)]
dbghelp: Constify some variables.

14 years agokernel32: Add stub for WerRegisterFile.
Louis Lenders [Fri, 27 Aug 2010 19:36:09 +0000 (21:36 +0200)]
kernel32: Add stub for WerRegisterFile.

14 years agorstrtmgr: Add stub for RmStartSession.
Louis Lenders [Fri, 27 Aug 2010 21:56:52 +0000 (23:56 +0200)]
rstrtmgr: Add stub for RmStartSession.

14 years agokernel32: Add stub for GetUserDefaultLocaleName.
Louis Lenders [Fri, 27 Aug 2010 21:38:06 +0000 (23:38 +0200)]
kernel32: Add stub for GetUserDefaultLocaleName.

14 years agowinebuild: Use the correct registers for relay debugging of floating point arguments...
Alexandre Julliard [Mon, 30 Aug 2010 10:41:06 +0000 (12:41 +0200)]
winebuild: Use the correct registers for relay debugging of floating point arguments on x86_64.

14 years agowinebuild: Add int64, int128 and float argument types.
Alexandre Julliard [Mon, 30 Aug 2010 10:40:53 +0000 (12:40 +0200)]
winebuild: Add int64, int128 and float argument types.

14 years agowinebuild: Use a proper enum for function arguments instead of storing them in a...
Alexandre Julliard [Mon, 30 Aug 2010 10:06:19 +0000 (12:06 +0200)]
winebuild: Use a proper enum for function arguments instead of storing them in a string.

14 years agomsxml3: Dump namespace aliases passed with SelectionNamespaces property.
Nikolay Sivov [Sun, 29 Aug 2010 21:33:54 +0000 (01:33 +0400)]
msxml3: Dump namespace aliases passed with SelectionNamespaces property.

14 years agomsxml3: Silence FIXME for supported properties.
Nikolay Sivov [Sun, 29 Aug 2010 21:33:28 +0000 (01:33 +0400)]
msxml3: Silence FIXME for supported properties.

14 years agomsxml3: Allow FreeThreadedDOMDocument40 to be created.
Nikolay Sivov [Sun, 29 Aug 2010 21:33:04 +0000 (01:33 +0400)]
msxml3: Allow FreeThreadedDOMDocument40 to be created.

14 years agomsxml3/tests: Tests for IXMLDOMText::splitText(), stub is extended a bit.
Nikolay Sivov [Sun, 29 Aug 2010 21:32:37 +0000 (01:32 +0400)]
msxml3/tests: Tests for IXMLDOMText::splitText(), stub is extended a bit.

14 years agomsxml3: Implement IXMLDOMCDATASection::splitText().
Nikolay Sivov [Sun, 29 Aug 2010 21:32:11 +0000 (01:32 +0400)]
msxml3: Implement IXMLDOMCDATASection::splitText().

14 years agomsxml3: Add IXMLDOMDocument3 stub support.
Nikolay Sivov [Sun, 29 Aug 2010 21:31:49 +0000 (01:31 +0400)]
msxml3: Add IXMLDOMDocument3 stub support.

14 years agomsxml6: Add stub msxml6, forward DOMDocument60 creation to msxml3.
Nikolay Sivov [Sun, 29 Aug 2010 21:31:07 +0000 (01:31 +0400)]
msxml6: Add stub msxml6, forward DOMDocument60 creation to msxml3.

14 years agoinclude: Add xml DOMDocument60 definition.
Nikolay Sivov [Sun, 29 Aug 2010 21:29:29 +0000 (01:29 +0400)]
include: Add xml DOMDocument60 definition.

14 years agod3dcompiler_43: Don't use nameless unions in our private structures to avoid trouble...
Francois Gouget [Sun, 29 Aug 2010 21:40:33 +0000 (23:40 +0200)]
d3dcompiler_43: Don't use nameless unions in our private structures to avoid trouble with compilers where they are not supported.

14 years agowinex11.drv: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 29 Aug 2010 21:40:21 +0000 (23:40 +0200)]
winex11.drv: Fix compilation on systems that don't support nameless unions.

14 years agoshell32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 29 Aug 2010 21:39:55 +0000 (23:39 +0200)]
shell32/tests: Fix compilation on systems that don't support nameless unions.

14 years agooleaut32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 29 Aug 2010 21:38:51 +0000 (23:38 +0200)]
oleaut32/tests: Fix compilation on systems that don't support nameless unions.

14 years agod3d9/tests: Fix compilation on systems that don't support nameless unions or structs.
Francois Gouget [Sun, 29 Aug 2010 21:38:14 +0000 (23:38 +0200)]
d3d9/tests: Fix compilation on systems that don't support nameless unions or structs.

14 years agowined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ClearRendertargetView().
Henri Verbeet [Sun, 29 Aug 2010 19:57:44 +0000 (21:57 +0200)]
wined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ClearRendertargetView().

14 years agowined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ColorFill().
Henri Verbeet [Sun, 29 Aug 2010 19:57:43 +0000 (21:57 +0200)]
wined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ColorFill().

14 years agowined3d: Introduce surface_color_fill().
Henri Verbeet [Sun, 29 Aug 2010 19:57:42 +0000 (21:57 +0200)]
wined3d: Introduce surface_color_fill().

This is also a first attempt at a more structured interface to blitter
operations.

14 years agowined3d: Simply use context_apply_draw_buffers() in context_apply_clear_state().
Henri Verbeet [Sun, 29 Aug 2010 19:57:41 +0000 (21:57 +0200)]
wined3d: Simply use context_apply_draw_buffers() in context_apply_clear_state().

14 years agowined3d: Explicitly pass render targets to context_apply_draw_buffers().
Henri Verbeet [Sun, 29 Aug 2010 19:57:40 +0000 (21:57 +0200)]
wined3d: Explicitly pass render targets to context_apply_draw_buffers().

This avoids the special handling for blits.

14 years agoshlwapi: Fix translations.
Amine Khaldi [Sun, 29 Aug 2010 15:16:16 +0000 (16:16 +0100)]
shlwapi: Fix translations.

14 years agomsvcrt: Added _splitpath_s implementation.
Piotr Caban [Sun, 29 Aug 2010 14:59:35 +0000 (16:59 +0200)]
msvcrt: Added _splitpath_s implementation.

14 years agoshdoclc: Fix Spanish translation.
Amine Khaldi [Sun, 29 Aug 2010 11:25:31 +0000 (12:25 +0100)]
shdoclc: Fix Spanish translation.

14 years agomsvcrt: string Avoid size_t in ok().
Alexandre Goujon [Sun, 29 Aug 2010 08:44:26 +0000 (10:44 +0200)]
msvcrt: string Avoid size_t in ok().

14 years agodbghelp: Remove unused functions.
Andrew Talbot [Sat, 28 Aug 2010 15:43:20 +0000 (16:43 +0100)]
dbghelp: Remove unused functions.

14 years agoipconfig: Add the Dutch translation.
Sven Baars [Sat, 28 Aug 2010 11:43:01 +0000 (13:43 +0200)]
ipconfig: Add the Dutch translation.

14 years agojscript: Update the Dutch translation.
Sven Baars [Sat, 28 Aug 2010 11:42:28 +0000 (13:42 +0200)]
jscript: Update the Dutch translation.

14 years agodbghelp: Use virtual size (not raw/file size) when getting the size of a PE section.
Eric Pouech [Sat, 28 Aug 2010 07:09:24 +0000 (09:09 +0200)]
dbghelp: Use virtual size (not raw/file size) when getting the size of a PE section.

14 years agowindowscodecs: Implement IWICStream::InitializeFromIStreamRegion.
Vincent Povirk [Fri, 27 Aug 2010 23:24:29 +0000 (18:24 -0500)]
windowscodecs: Implement IWICStream::InitializeFromIStreamRegion.

14 years agowindowscodecs: Add test for IWICStream::InitializeFromIStreamRegion.
Vincent Povirk [Fri, 27 Aug 2010 22:25:40 +0000 (17:25 -0500)]
windowscodecs: Add test for IWICStream::InitializeFromIStreamRegion.

14 years agokernel32: Better describe an error.
André Hentschel [Fri, 27 Aug 2010 19:47:53 +0000 (21:47 +0200)]
kernel32: Better describe an error.

14 years agostart: Fix French translation.
Frédéric Delanoy [Fri, 27 Aug 2010 19:36:50 +0000 (21:36 +0200)]
start: Fix French translation.

14 years agokernel32: Add error text for WSAECONNREFUSED.
Dan Kegel [Fri, 27 Aug 2010 15:27:32 +0000 (15:27 +0000)]
kernel32: Add error text for WSAECONNREFUSED.

14 years agod3d10: Implement D3D10CompileShader, forward to d3dcompiler.
Matteo Bruni [Thu, 26 Aug 2010 15:17:38 +0000 (17:17 +0200)]
d3d10: Implement D3D10CompileShader, forward to d3dcompiler.

14 years agoinclude: Update some d3d10shader.h definitions.
Matteo Bruni [Thu, 26 Aug 2010 15:15:44 +0000 (17:15 +0200)]
include: Update some d3d10shader.h definitions.

14 years agod3dx9: Forward D3DXCompileShader to d3dcompiler.
Matteo Bruni [Wed, 25 Aug 2010 16:43:42 +0000 (18:43 +0200)]
d3dx9: Forward D3DXCompileShader to d3dcompiler.

14 years agod3dcompiler: Stub D3DCompile implementation.
Matteo Bruni [Sat, 21 Aug 2010 01:00:47 +0000 (03:00 +0200)]
d3dcompiler: Stub D3DCompile implementation.

14 years agomsvcrt: Add -ret64 flag on some functions that return a 64-bit value.
Alexandre Julliard [Sun, 29 Aug 2010 10:07:37 +0000 (12:07 +0200)]
msvcrt: Add -ret64 flag on some functions that return a 64-bit value.

14 years agod3dx10: Fix typo in a forward name.
Alexandre Julliard [Sun, 29 Aug 2010 10:02:02 +0000 (12:02 +0200)]
d3dx10: Fix typo in a forward name.

14 years agower: Add new stubbed wer.dll.
Louis Lenders [Fri, 27 Aug 2010 10:46:09 +0000 (12:46 +0200)]
wer: Add new stubbed wer.dll.

14 years agorstrtmgr: Add new stubbed dll rstrtmgr.dll.
Louis Lenders [Fri, 27 Aug 2010 09:45:11 +0000 (11:45 +0200)]
rstrtmgr: Add new stubbed dll rstrtmgr.dll.

14 years agomscoree/tests: Comment out a couple of tests that crash on Windows.
Alexandre Julliard [Fri, 27 Aug 2010 13:17:29 +0000 (15:17 +0200)]
mscoree/tests: Comment out a couple of tests that crash on Windows.

14 years agoshell32: Add a few printer icon resource ids.
Huw Davies [Fri, 27 Aug 2010 12:13:49 +0000 (13:13 +0100)]
shell32: Add a few printer icon resource ids.

14 years agoinclude: Specify calling convention explicitly in idl files where needed.
Alexandre Julliard [Fri, 27 Aug 2010 11:53:17 +0000 (13:53 +0200)]
include: Specify calling convention explicitly in idl files where needed.

14 years agowidl: Set the default calling convention at header generation time, not at parsing...
Alexandre Julliard [Fri, 27 Aug 2010 11:52:09 +0000 (13:52 +0200)]
widl: Set the default calling convention at header generation time, not at parsing time.

14 years agowidl: Fix parsing of function calling conventions.
Alexandre Julliard [Fri, 27 Aug 2010 11:49:56 +0000 (13:49 +0200)]
widl: Fix parsing of function calling conventions.

14 years agoshdoclc: Remove a space before an ellipsis in the Italian translation.
Francois Gouget [Fri, 27 Aug 2010 10:21:01 +0000 (12:21 +0200)]
shdoclc: Remove a space before an ellipsis in the Italian translation.

14 years agoappwiz.cpl: Remove a space before an ellipsis in the Norwegian translation.
Francois Gouget [Fri, 27 Aug 2010 10:21:11 +0000 (12:21 +0200)]
appwiz.cpl: Remove a space before an ellipsis in the Norwegian translation.

14 years agomshtml: Remove spaces before '\n's in the Portuguese translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:58 +0000 (12:20 +0200)]
mshtml: Remove spaces before '\n's in the Portuguese translation.

14 years agoshell32: Remove spaces before '\n's in the Serbian translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:48 +0000 (12:20 +0200)]
shell32: Remove spaces before '\n's in the Serbian translation.

14 years agoprograms: Remove spaces before '\n's in the Swedish translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:44 +0000 (12:20 +0200)]
programs: Remove spaces before '\n's in the Swedish translation.

14 years agostart: Remove spaces before '\n's in the Portuguese translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:20 +0000 (12:20 +0200)]
start: Remove spaces before '\n's in the Portuguese translation.

14 years agoxcopy: Remove spaces before '\n's in the Korean translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:09 +0000 (12:20 +0200)]
xcopy: Remove spaces before '\n's in the Korean translation.

14 years agouserenv: Implement GetProfilesDirectory.
Juan Lang [Fri, 27 Aug 2010 00:17:44 +0000 (17:17 -0700)]
userenv: Implement GetProfilesDirectory.

14 years agouserenv/tests: Add tests for GetProfilesDirectory.
Juan Lang [Fri, 27 Aug 2010 00:01:05 +0000 (17:01 -0700)]
userenv/tests: Add tests for GetProfilesDirectory.

14 years agod3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll.
Matteo Bruni [Wed, 25 Aug 2010 15:12:51 +0000 (17:12 +0200)]
d3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll.

14 years agowininet: Handle HTTP_STATUS_REDIRECT_METHOD.
Hans Leidekker [Fri, 27 Aug 2010 08:50:59 +0000 (10:50 +0200)]
wininet: Handle HTTP_STATUS_REDIRECT_METHOD.

14 years agomsi: Move database initialization to a separate function.
Hans Leidekker [Fri, 27 Aug 2010 08:50:35 +0000 (10:50 +0200)]
msi: Move database initialization to a separate function.

14 years agomsi: Open the database storage in transacted mode when MSIDBOPEN_CREATE or MSIDBOPEN_...
Hans Leidekker [Fri, 27 Aug 2010 08:50:20 +0000 (10:50 +0200)]
msi: Open the database storage in transacted mode when MSIDBOPEN_CREATE or MSIDBOPEN_TRANSACT is specified.

14 years agomsi/tests: Fix a WoW64 test failure.
Hans Leidekker [Fri, 27 Aug 2010 08:50:07 +0000 (10:50 +0200)]
msi/tests: Fix a WoW64 test failure.

14 years agomsi: Create the product key if necessary in msi_publish_patches.
Hans Leidekker [Fri, 27 Aug 2010 08:49:55 +0000 (10:49 +0200)]
msi: Create the product key if necessary in msi_publish_patches.

Fixes a regression caused by c9fb24927db773905e144db63d9e34741e97f703.

14 years agomsi/tests: Use a different product code in the package tests to avoid cascading test...
Hans Leidekker [Fri, 27 Aug 2010 08:49:31 +0000 (10:49 +0200)]
msi/tests: Use a different product code in the package tests to avoid cascading test failures.

14 years agowinepath: Adhere to the requested separator on failure.
Peter Rosin [Fri, 27 Aug 2010 05:54:52 +0000 (07:54 +0200)]
winepath: Adhere to the requested separator on failure.

14 years agomsvcr90: Added _wstat64i32 implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:45 +0000 (01:46 +0200)]
msvcr90: Added _wstat64i32 implementation.

14 years agomsvcrt: Added _gcvt_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:35 +0000 (01:46 +0200)]
msvcrt: Added _gcvt_s implementation.

14 years agomsvcrt: Added _scprintf implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:25 +0000 (01:46 +0200)]
msvcrt: Added _scprintf implementation.

14 years agomsvcrt: Added _gmtime32_s and _gmtime64_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:09 +0000 (01:46 +0200)]
msvcrt: Added _gmtime32_s and _gmtime64_s implementation.

14 years agomsvcrt: Added _strdate_s and _wstrdate_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:00 +0000 (01:46 +0200)]
msvcrt: Added _strdate_s and _wstrdate_s implementation.

14 years agomsvcrt: Added _strtime_s and _wstrtime_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:45:31 +0000 (01:45 +0200)]
msvcrt: Added _strtime_s and _wstrtime_s implementation.

14 years agourlmon: Return failures from progress callback.
Juan Lang [Thu, 26 Aug 2010 23:06:37 +0000 (16:06 -0700)]
urlmon: Return failures from progress callback.

14 years agowine.inf.in: Add registry key under HKLM\%CurrentVersion%\Policies\System.
Louis Lenders [Thu, 26 Aug 2010 22:19:56 +0000 (00:19 +0200)]
wine.inf.in: Add registry key under HKLM\%CurrentVersion%\Policies\System.

14 years agourlmon: Improved support for opaque file URL paths.
Thomas Mullaly [Thu, 26 Aug 2010 17:28:19 +0000 (13:28 -0400)]
urlmon: Improved support for opaque file URL paths.

14 years agourlmon: Finished adding basic support for Uri_CREATE_FILE_USE_DOS_PATH.
Thomas Mullaly [Thu, 26 Aug 2010 01:59:30 +0000 (21:59 -0400)]
urlmon: Finished adding basic support for Uri_CREATE_FILE_USE_DOS_PATH.

14 years agourlmon: Improved support for determining if a URI is hierarchical or not.
Thomas Mullaly [Thu, 26 Aug 2010 01:12:46 +0000 (21:12 -0400)]
urlmon: Improved support for determining if a URI is hierarchical or not.

14 years agourlmon: Beginning to add support for Uri_CREATE_FILE_USE_DOS_PATH in CreateUri.
Thomas Mullaly [Wed, 25 Aug 2010 20:02:22 +0000 (16:02 -0400)]
urlmon: Beginning to add support for Uri_CREATE_FILE_USE_DOS_PATH in CreateUri.

14 years agourlmon: Some opaque URIs get their port set.
Thomas Mullaly [Tue, 24 Aug 2010 20:54:54 +0000 (16:54 -0400)]
urlmon: Some opaque URIs get their port set.

14 years agourlmon: Some IUri's don't always have an absolute URI property.
Thomas Mullaly [Tue, 24 Aug 2010 20:38:12 +0000 (16:38 -0400)]
urlmon: Some IUri's don't always have an absolute URI property.

14 years agouser32: Update Swedish translation.
Anders Jonsson [Thu, 26 Aug 2010 21:19:58 +0000 (23:19 +0200)]
user32: Update Swedish translation.

14 years agowinmm: Add Swedish translation.
Anders Jonsson [Thu, 26 Aug 2010 21:07:19 +0000 (23:07 +0200)]
winmm: Add Swedish translation.

14 years agompr: Fix translations.
Amine Khaldi [Thu, 26 Aug 2010 17:14:19 +0000 (18:14 +0100)]
mpr: Fix translations.

14 years agod3dx9_36: Implement D3DXDeclaratorFromFVF().
Henri Verbeet [Thu, 26 Aug 2010 17:05:20 +0000 (19:05 +0200)]
d3dx9_36: Implement D3DXDeclaratorFromFVF().

14 years agod3dx9_36/tests: Add some more FVF position handling tests.
Henri Verbeet [Thu, 26 Aug 2010 17:05:19 +0000 (19:05 +0200)]
d3dx9_36/tests: Add some more FVF position handling tests.

14 years agod3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().
Henri Verbeet [Thu, 26 Aug 2010 17:05:18 +0000 (19:05 +0200)]
d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().

14 years agowined3d: Simplify wined3d_format_convert_from_float().
Henri Verbeet [Thu, 26 Aug 2010 17:05:17 +0000 (19:05 +0200)]
wined3d: Simplify wined3d_format_convert_from_float().