wine
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().

14 years agowined3d: Cleanup some 2-space indentation.
Henri Verbeet [Thu, 26 Aug 2010 17:05:16 +0000 (19:05 +0200)] 
wined3d: Cleanup some 2-space indentation.

14 years agoshell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName.
Alexandre Julliard [Thu, 26 Aug 2010 16:08:23 +0000 (18:08 +0200)] 
shell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName.

14 years agontdll: Fix the protection state of writable sections.
Alexandre Julliard [Thu, 26 Aug 2010 16:06:10 +0000 (18:06 +0200)] 
ntdll: Fix the protection state of writable sections.

14 years agontdll/tests: Add a test for the protection state of the read-write data section.
Alexandre Julliard [Thu, 26 Aug 2010 16:05:55 +0000 (18:05 +0200)] 
ntdll/tests: Add a test for the protection state of the read-write data section.

14 years agouser32: Optimize the storage of default color values.
André Hentschel [Wed, 25 Aug 2010 15:33:26 +0000 (17:33 +0200)] 
user32: Optimize the storage of default color values.

14 years agorpcrt4: Retrieve the stack argument pointer in a more portable way in NdrClientCall.
Alexandre Julliard [Thu, 26 Aug 2010 15:03:50 +0000 (17:03 +0200)] 
rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrClientCall.

14 years agorpcrt4: Fix cfi annotations for the stubless proxy entry point.
Alexandre Julliard [Thu, 26 Aug 2010 15:03:31 +0000 (17:03 +0200)] 
rpcrt4: Fix cfi annotations for the stubless proxy entry point.

14 years agoddraw/tests: New visual back buffer flipping tests.
Oldřich Jedlička [Wed, 25 Aug 2010 20:07:06 +0000 (22:07 +0200)] 
ddraw/tests: New visual back buffer flipping tests.

14 years agouser32: Make GetMessage and PeekMessage patchable.
Stefan Dösinger [Wed, 25 Aug 2010 11:46:03 +0000 (13:46 +0200)] 
user32: Make GetMessage and PeekMessage patchable.

14 years agoshell32: Add a navigation pane to the ExplorerBrowser control.
David Hedberg [Thu, 26 Aug 2010 11:58:20 +0000 (13:58 +0200)] 
shell32: Add a navigation pane to the ExplorerBrowser control.

14 years agoshell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.
David Hedberg [Thu, 26 Aug 2010 11:58:19 +0000 (13:58 +0200)] 
shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.

14 years agoinclude: Fix INameSpaceTreeControlEvents interface declaration.
David Hedberg [Thu, 26 Aug 2010 11:58:18 +0000 (13:58 +0200)] 
include: Fix INameSpaceTreeControlEvents interface declaration.

14 years agoshell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser control.
David Hedberg [Thu, 26 Aug 2010 11:58:17 +0000 (13:58 +0200)] 
shell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser control.

14 years agoshell32: Check for ICommDlgBrowser from site and use it in the IExplorerBrowser control.
David Hedberg [Thu, 26 Aug 2010 11:58:16 +0000 (13:58 +0200)] 
shell32: Check for ICommDlgBrowser from site and use it in the IExplorerBrowser control.

14 years agoole32: Cache data and block locations in BigBlockStream objects.
Vincent Povirk [Fri, 16 Apr 2010 22:38:14 +0000 (17:38 -0500)] 
ole32: Cache data and block locations in BigBlockStream objects.

14 years agoole32: Flush before returning from any storage API call that writes.
Vincent Povirk [Wed, 25 Aug 2010 19:55:21 +0000 (14:55 -0500)] 
ole32: Flush before returning from any storage API call that writes.

14 years agomscoree: Improve GetRequestedRuntimeInfo.
Louis Lenders [Wed, 25 Aug 2010 22:14:41 +0000 (00:14 +0200)] 
mscoree: Improve GetRequestedRuntimeInfo.

14 years agomscoree/tests: Add some tests for GetRequestedRuntimeInfo.
Louis Lenders [Wed, 25 Aug 2010 21:06:02 +0000 (23:06 +0200)] 
mscoree/tests: Add some tests for GetRequestedRuntimeInfo.

14 years agoinclude: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.
Louis Lenders [Wed, 25 Aug 2010 20:03:14 +0000 (22:03 +0200)] 
include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.

14 years agousp10: Make SHAPE_ApplyOpenTypeFeatures() static.
Francois Gouget [Thu, 26 Aug 2010 11:03:09 +0000 (13:03 +0200)] 
usp10: Make SHAPE_ApplyOpenTypeFeatures() static.

14 years agogameux: Use SUBLANG_NEUTRAL for language-independent resources.
Francois Gouget [Thu, 26 Aug 2010 11:04:03 +0000 (13:04 +0200)] 
gameux: Use SUBLANG_NEUTRAL for language-independent resources.

14 years agomsvcp90: Make init_cxx_funcs() static.
Francois Gouget [Thu, 26 Aug 2010 11:03:54 +0000 (13:03 +0200)] 
msvcp90: Make init_cxx_funcs() static.

14 years agoqedit: Make (media,pins)enum_create() static.
Francois Gouget [Thu, 26 Aug 2010 11:02:51 +0000 (13:02 +0200)] 
qedit: Make (media,pins)enum_create() static.

14 years agoshdocvw: Make adjust_ie_docobj_rect() static.
Francois Gouget [Thu, 26 Aug 2010 11:03:00 +0000 (13:03 +0200)] 
shdocvw: Make adjust_ie_docobj_rect() static.

14 years agomsxml3: Make parse_xml() static.
Francois Gouget [Thu, 26 Aug 2010 11:02:36 +0000 (13:02 +0200)] 
msxml3: Make parse_xml() static.

14 years agoshell32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Thu, 26 Aug 2010 11:01:24 +0000 (13:01 +0200)] 
shell32/tests: Add a trailing '\n' to an ok() call.

14 years agod3dxof: Make debugstr_fourcc() static.
Francois Gouget [Thu, 26 Aug 2010 11:01:14 +0000 (13:01 +0200)] 
d3dxof: Make debugstr_fourcc() static.

14 years agod3dx9_36: Make {is,make}_pow2() static.
Francois Gouget [Thu, 26 Aug 2010 11:01:09 +0000 (13:01 +0200)] 
d3dx9_36: Make {is,make}_pow2() static.