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.
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.
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.
Henri Verbeet [Sun, 29 Aug 2010 19:57:44 +0000 (21:57 +0200)]
wined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ClearRendertargetView().
Henri Verbeet [Sun, 29 Aug 2010 19:57:43 +0000 (21:57 +0200)]
wined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ColorFill().
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.
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().
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.
Amine Khaldi [Sun, 29 Aug 2010 15:16:16 +0000 (16:16 +0100)]
shlwapi: Fix translations.
Piotr Caban [Sun, 29 Aug 2010 14:59:35 +0000 (16:59 +0200)]
msvcrt: Added _splitpath_s implementation.
Amine Khaldi [Sun, 29 Aug 2010 11:25:31 +0000 (12:25 +0100)]
shdoclc: Fix Spanish translation.
Alexandre Goujon [Sun, 29 Aug 2010 08:44:26 +0000 (10:44 +0200)]
msvcrt: string Avoid size_t in ok().
Andrew Talbot [Sat, 28 Aug 2010 15:43:20 +0000 (16:43 +0100)]
dbghelp: Remove unused functions.
Sven Baars [Sat, 28 Aug 2010 11:43:01 +0000 (13:43 +0200)]
ipconfig: Add the Dutch translation.
Sven Baars [Sat, 28 Aug 2010 11:42:28 +0000 (13:42 +0200)]
jscript: Update the Dutch translation.
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.
Vincent Povirk [Fri, 27 Aug 2010 23:24:29 +0000 (18:24 -0500)]
windowscodecs: Implement IWICStream::InitializeFromIStreamRegion.
Vincent Povirk [Fri, 27 Aug 2010 22:25:40 +0000 (17:25 -0500)]
windowscodecs: Add test for IWICStream::InitializeFromIStreamRegion.
André Hentschel [Fri, 27 Aug 2010 19:47:53 +0000 (21:47 +0200)]
kernel32: Better describe an error.
Frédéric Delanoy [Fri, 27 Aug 2010 19:36:50 +0000 (21:36 +0200)]
start: Fix French translation.
Dan Kegel [Fri, 27 Aug 2010 15:27:32 +0000 (15:27 +0000)]
kernel32: Add error text for WSAECONNREFUSED.
Matteo Bruni [Thu, 26 Aug 2010 15:17:38 +0000 (17:17 +0200)]
d3d10: Implement D3D10CompileShader, forward to d3dcompiler.
Matteo Bruni [Thu, 26 Aug 2010 15:15:44 +0000 (17:15 +0200)]
include: Update some d3d10shader.h definitions.
Matteo Bruni [Wed, 25 Aug 2010 16:43:42 +0000 (18:43 +0200)]
d3dx9: Forward D3DXCompileShader to d3dcompiler.
Matteo Bruni [Sat, 21 Aug 2010 01:00:47 +0000 (03:00 +0200)]
d3dcompiler: Stub D3DCompile implementation.
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.
Alexandre Julliard [Sun, 29 Aug 2010 10:02:02 +0000 (12:02 +0200)]
d3dx10: Fix typo in a forward name.
Louis Lenders [Fri, 27 Aug 2010 10:46:09 +0000 (12:46 +0200)]
wer: Add new stubbed wer.dll.
Louis Lenders [Fri, 27 Aug 2010 09:45:11 +0000 (11:45 +0200)]
rstrtmgr: Add new stubbed dll rstrtmgr.dll.
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.
Huw Davies [Fri, 27 Aug 2010 12:13:49 +0000 (13:13 +0100)]
shell32: Add a few printer icon resource ids.
Alexandre Julliard [Fri, 27 Aug 2010 11:53:17 +0000 (13:53 +0200)]
include: Specify calling convention explicitly in idl files where needed.
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.
Alexandre Julliard [Fri, 27 Aug 2010 11:49:56 +0000 (13:49 +0200)]
widl: Fix parsing of function calling conventions.
Francois Gouget [Fri, 27 Aug 2010 10:21:01 +0000 (12:21 +0200)]
shdoclc: Remove a space before an ellipsis in the Italian 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.
Francois Gouget [Fri, 27 Aug 2010 10:20:58 +0000 (12:20 +0200)]
mshtml: Remove spaces before '\n's in the Portuguese translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:48 +0000 (12:20 +0200)]
shell32: Remove spaces before '\n's in the Serbian translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:44 +0000 (12:20 +0200)]
programs: Remove spaces before '\n's in the Swedish translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:20 +0000 (12:20 +0200)]
start: Remove spaces before '\n's in the Portuguese translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:09 +0000 (12:20 +0200)]
xcopy: Remove spaces before '\n's in the Korean translation.
Juan Lang [Fri, 27 Aug 2010 00:17:44 +0000 (17:17 -0700)]
userenv: Implement GetProfilesDirectory.
Juan Lang [Fri, 27 Aug 2010 00:01:05 +0000 (17:01 -0700)]
userenv/tests: Add tests for GetProfilesDirectory.
Matteo Bruni [Wed, 25 Aug 2010 15:12:51 +0000 (17:12 +0200)]
d3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll.
Hans Leidekker [Fri, 27 Aug 2010 08:50:59 +0000 (10:50 +0200)]
wininet: Handle HTTP_STATUS_REDIRECT_METHOD.
Hans Leidekker [Fri, 27 Aug 2010 08:50:35 +0000 (10:50 +0200)]
msi: Move database initialization to a separate function.
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.
Hans Leidekker [Fri, 27 Aug 2010 08:50:07 +0000 (10:50 +0200)]
msi/tests: Fix a WoW64 test failure.
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.
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.
Peter Rosin [Fri, 27 Aug 2010 05:54:52 +0000 (07:54 +0200)]
winepath: Adhere to the requested separator on failure.
Piotr Caban [Thu, 26 Aug 2010 23:46:45 +0000 (01:46 +0200)]
msvcr90: Added _wstat64i32 implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:35 +0000 (01:46 +0200)]
msvcrt: Added _gcvt_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:25 +0000 (01:46 +0200)]
msvcrt: Added _scprintf implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:09 +0000 (01:46 +0200)]
msvcrt: Added _gmtime32_s and _gmtime64_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:00 +0000 (01:46 +0200)]
msvcrt: Added _strdate_s and _wstrdate_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:45:31 +0000 (01:45 +0200)]
msvcrt: Added _strtime_s and _wstrtime_s implementation.
Juan Lang [Thu, 26 Aug 2010 23:06:37 +0000 (16:06 -0700)]
urlmon: Return failures from progress callback.
Louis Lenders [Thu, 26 Aug 2010 22:19:56 +0000 (00:19 +0200)]
wine.inf.in: Add registry key under HKLM\%CurrentVersion%\Policies\System.
Thomas Mullaly [Thu, 26 Aug 2010 17:28:19 +0000 (13:28 -0400)]
urlmon: Improved support for opaque file URL paths.
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.
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.
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.
Thomas Mullaly [Tue, 24 Aug 2010 20:54:54 +0000 (16:54 -0400)]
urlmon: Some opaque URIs get their port set.
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.
Anders Jonsson [Thu, 26 Aug 2010 21:19:58 +0000 (23:19 +0200)]
user32: Update Swedish translation.
Anders Jonsson [Thu, 26 Aug 2010 21:07:19 +0000 (23:07 +0200)]
winmm: Add Swedish translation.
Amine Khaldi [Thu, 26 Aug 2010 17:14:19 +0000 (18:14 +0100)]
mpr: Fix translations.
Henri Verbeet [Thu, 26 Aug 2010 17:05:20 +0000 (19:05 +0200)]
d3dx9_36: Implement D3DXDeclaratorFromFVF().
Henri Verbeet [Thu, 26 Aug 2010 17:05:19 +0000 (19:05 +0200)]
d3dx9_36/tests: Add some more FVF position handling tests.
Henri Verbeet [Thu, 26 Aug 2010 17:05:18 +0000 (19:05 +0200)]
d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().
Henri Verbeet [Thu, 26 Aug 2010 17:05:17 +0000 (19:05 +0200)]
wined3d: Simplify wined3d_format_convert_from_float().
Henri Verbeet [Thu, 26 Aug 2010 17:05:16 +0000 (19:05 +0200)]
wined3d: Cleanup some 2-space indentation.
Alexandre Julliard [Thu, 26 Aug 2010 16:08:23 +0000 (18:08 +0200)]
shell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName.
Alexandre Julliard [Thu, 26 Aug 2010 16:06:10 +0000 (18:06 +0200)]
ntdll: Fix the protection state of writable sections.
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.
André Hentschel [Wed, 25 Aug 2010 15:33:26 +0000 (17:33 +0200)]
user32: Optimize the storage of default color values.
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.
Alexandre Julliard [Thu, 26 Aug 2010 15:03:31 +0000 (17:03 +0200)]
rpcrt4: Fix cfi annotations for the stubless proxy entry point.
Oldřich Jedlička [Wed, 25 Aug 2010 20:07:06 +0000 (22:07 +0200)]
ddraw/tests: New visual back buffer flipping tests.
Stefan Dösinger [Wed, 25 Aug 2010 11:46:03 +0000 (13:46 +0200)]
user32: Make GetMessage and PeekMessage patchable.
David Hedberg [Thu, 26 Aug 2010 11:58:20 +0000 (13:58 +0200)]
shell32: Add a navigation pane 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.
David Hedberg [Thu, 26 Aug 2010 11:58:18 +0000 (13:58 +0200)]
include: Fix INameSpaceTreeControlEvents interface declaration.
David Hedberg [Thu, 26 Aug 2010 11:58:17 +0000 (13:58 +0200)]
shell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser 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.
Vincent Povirk [Fri, 16 Apr 2010 22:38:14 +0000 (17:38 -0500)]
ole32: Cache data and block locations in BigBlockStream objects.
Vincent Povirk [Wed, 25 Aug 2010 19:55:21 +0000 (14:55 -0500)]
ole32: Flush before returning from any storage API call that writes.
Louis Lenders [Wed, 25 Aug 2010 22:14:41 +0000 (00:14 +0200)]
mscoree: Improve GetRequestedRuntimeInfo.
Louis Lenders [Wed, 25 Aug 2010 21:06:02 +0000 (23:06 +0200)]
mscoree/tests: Add some tests for GetRequestedRuntimeInfo.
Louis Lenders [Wed, 25 Aug 2010 20:03:14 +0000 (22:03 +0200)]
include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.
Francois Gouget [Thu, 26 Aug 2010 11:03:09 +0000 (13:03 +0200)]
usp10: Make SHAPE_ApplyOpenTypeFeatures() static.
Francois Gouget [Thu, 26 Aug 2010 11:04:03 +0000 (13:04 +0200)]
gameux: Use SUBLANG_NEUTRAL for language-independent resources.
Francois Gouget [Thu, 26 Aug 2010 11:03:54 +0000 (13:03 +0200)]
msvcp90: Make init_cxx_funcs() static.
Francois Gouget [Thu, 26 Aug 2010 11:02:51 +0000 (13:02 +0200)]
qedit: Make (media,pins)enum_create() static.
Francois Gouget [Thu, 26 Aug 2010 11:03:00 +0000 (13:03 +0200)]
shdocvw: Make adjust_ie_docobj_rect() static.
Francois Gouget [Thu, 26 Aug 2010 11:02:36 +0000 (13:02 +0200)]
msxml3: Make parse_xml() static.
Francois Gouget [Thu, 26 Aug 2010 11:01:24 +0000 (13:01 +0200)]
shell32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Thu, 26 Aug 2010 11:01:14 +0000 (13:01 +0200)]
d3dxof: Make debugstr_fourcc() static.
Francois Gouget [Thu, 26 Aug 2010 11:01:09 +0000 (13:01 +0200)]
d3dx9_36: Make {is,make}_pow2() static.