Hans Leidekker [Wed, 27 Jul 2011 08:53:10 +0000 (10:53 +0200)]
msi: Make the column and table name parameters of get_column_info const.
Hans Leidekker [Wed, 27 Jul 2011 08:52:48 +0000 (10:52 +0200)]
msi: Store table and column names in the string table.
Hans Leidekker [Wed, 27 Jul 2011 05:57:37 +0000 (07:57 +0200)]
winhttp: Don't send any data if the verb is GET.
Hans Leidekker [Wed, 27 Jul 2011 05:57:17 +0000 (07:57 +0200)]
winhttp: Include the extra info part of the URL in the request.
Matteo Bruni [Fri, 22 Jul 2011 18:01:25 +0000 (20:01 +0200)]
d3d9/tests: Fix some messages.
Matteo Bruni [Fri, 22 Jul 2011 17:47:54 +0000 (19:47 +0200)]
d3d9/tests: Rename a variable.
Matteo Bruni [Fri, 22 Jul 2011 17:38:52 +0000 (19:38 +0200)]
ddraw/tests: Fix some messages.
Matteo Bruni [Fri, 22 Jul 2011 17:37:57 +0000 (19:37 +0200)]
ddraw/tests: Rename a variable.
Henri Verbeet [Tue, 26 Jul 2011 17:52:46 +0000 (19:52 +0200)]
wined3d: Only invalidate state for the current context in wined3d_surface_depth_blt_fbo().
Henri Verbeet [Tue, 26 Jul 2011 17:52:45 +0000 (19:52 +0200)]
wined3d: Only invalidate state for the current context in swapchain_blit().
Henri Verbeet [Tue, 26 Jul 2011 17:52:44 +0000 (19:52 +0200)]
wined3d: Get rid of the redundant state_table parameter to context_invalidate_state().
Henri Verbeet [Tue, 26 Jul 2011 17:52:43 +0000 (19:52 +0200)]
wined3d: Get rid of the use_vshader parameter to device_stream_info_from_declaration().
Henri Verbeet [Tue, 26 Jul 2011 17:52:42 +0000 (19:52 +0200)]
wined3d: Introduce a "state" variable in device_stream_info_from_declaration().
Alexandre Julliard [Wed, 27 Jul 2011 09:51:24 +0000 (11:51 +0200)]
rpcrt4/tests: Add a test about unmarshalling of an out-only structure.
Frédéric Delanoy [Mon, 25 Jul 2011 15:40:46 +0000 (17:40 +0200)]
cmd: Add help for setlocal/endlocal commands.
Marcus Meissner [Tue, 26 Jul 2011 15:43:09 +0000 (17:43 +0200)]
dinput: const REFGUID is doubled const (Coverity).
Michael Mc Donnell [Tue, 26 Jul 2011 12:51:45 +0000 (14:51 +0200)]
d3dx/tests: Fixed double free (valgrind).
Piotr Caban [Tue, 26 Jul 2011 10:41:46 +0000 (12:41 +0200)]
msvcrt: Fix %f format handling in printf so it works with big floats.
Piotr Caban [Tue, 26 Jul 2011 09:13:37 +0000 (11:13 +0200)]
msvcrt: Fixed tmpnam and _wtmpname implementation.
Andrew Eikum [Tue, 26 Jul 2011 12:58:43 +0000 (07:58 -0500)]
mmdevapi: Try loading multiple audio drivers from the registry.
Jacek Caban [Tue, 26 Jul 2011 11:57:50 +0000 (13:57 +0200)]
urlmon: Store URI host len in parse_ipv4address before further parsing.
Jacek Caban [Tue, 26 Jul 2011 10:56:59 +0000 (12:56 +0200)]
mshtml: Fixed tests on some old IEs.
Jacek Caban [Tue, 26 Jul 2011 10:04:48 +0000 (12:04 +0200)]
ieframe: Added version information.
Jacek Caban [Tue, 26 Jul 2011 10:03:49 +0000 (12:03 +0200)]
ieframe: Moved TaskbarList implementation to ieframe.
Jacek Caban [Tue, 26 Jul 2011 10:03:33 +0000 (12:03 +0200)]
ieframe: Moved CUrlHistory implementation to ieframe.
Hans Leidekker [Tue, 26 Jul 2011 07:27:59 +0000 (09:27 +0200)]
winhttp: Add support for sending data with a request.
Hans Leidekker [Tue, 26 Jul 2011 07:27:41 +0000 (09:27 +0200)]
winhttp: Implement IWinHttpRequest::SetRequestHeader.
Hans Leidekker [Tue, 26 Jul 2011 07:27:23 +0000 (09:27 +0200)]
winhttp: Implement IWinHttpRequest::GetResponseHeader.
Hans Leidekker [Tue, 26 Jul 2011 07:27:05 +0000 (09:27 +0200)]
winhttp: Add some parameter checks.
Hans Leidekker [Tue, 26 Jul 2011 07:26:48 +0000 (09:26 +0200)]
winhttp: Implement IWinHttpRequest::GetAllResponseHeaders.
Hans Leidekker [Tue, 26 Jul 2011 07:26:34 +0000 (09:26 +0200)]
winhttp: Set WINHTTP_FLAG_SECURE if the scheme is https.
Hans Leidekker [Tue, 26 Jul 2011 07:26:20 +0000 (09:26 +0200)]
winhttp: Add a default user agent header.
Hans Leidekker [Tue, 26 Jul 2011 07:26:07 +0000 (09:26 +0200)]
winhttp: Add accept types to the request headers.
Hans Leidekker [Tue, 26 Jul 2011 07:25:49 +0000 (09:25 +0200)]
winhttp: Implement IWinHttpRequest::SetProxy.
Austin English [Tue, 26 Jul 2011 01:42:58 +0000 (18:42 -0700)]
msctf/tests: Make sure return values are used (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 01:39:58 +0000 (18:39 -0700)]
kernel32/tests: Make sure return values are used (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 02:28:13 +0000 (19:28 -0700)]
ole32/tests: Make sure to use a return value (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 02:10:41 +0000 (19:10 -0700)]
urlmon/tests: Make sure a return value is used (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 02:07:08 +0000 (19:07 -0700)]
wininet: Make sure to use return values (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 01:54:31 +0000 (18:54 -0700)]
ntdll/tests: Remove a dead assignment (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 01:35:52 +0000 (18:35 -0700)]
mmdevapi/tests: Remove a dead assignment (LLVM/Clang).
Matteo Bruni [Fri, 22 Jul 2011 13:49:21 +0000 (15:49 +0200)]
d3d8/tests: Add a couple of fog tests.
Matteo Bruni [Mon, 25 Jul 2011 14:47:59 +0000 (16:47 +0200)]
d3d8/tests: Fix some error messages.
Matteo Bruni [Mon, 25 Jul 2011 14:47:39 +0000 (16:47 +0200)]
d3d8/tests: Rename a variable.
Frédéric Delanoy [Sun, 24 Jul 2011 20:11:36 +0000 (22:11 +0200)]
cmd/tests: Test multiple params rmdir.
Frédéric Delanoy [Sun, 24 Jul 2011 20:11:35 +0000 (22:11 +0200)]
cmd/tests: Test multiple params mkdir.
Alexandre Julliard [Mon, 25 Jul 2011 20:05:51 +0000 (22:05 +0200)]
makefiles: Still generate makefile rule for disabled dlls that have an import lib.
Henri Verbeet [Mon, 25 Jul 2011 19:58:11 +0000 (21:58 +0200)]
wrc: Don't include gettext-po.h if we don't have the corresponding library.
Henri Verbeet [Mon, 25 Jul 2011 18:45:10 +0000 (20:45 +0200)]
wined3d: Release the onscreen depth / stencil reference on reset.
No need to save the contents, after a reset it's all undefined anyway.
Henri Verbeet [Mon, 25 Jul 2011 18:45:09 +0000 (20:45 +0200)]
wined3d: Unbind all textures in wined3d_device_reset().
Henri Verbeet [Mon, 25 Jul 2011 18:45:08 +0000 (20:45 +0200)]
wined3d: Unbind resources inside wined3d_device_reset().
Henri Verbeet [Mon, 25 Jul 2011 18:45:07 +0000 (20:45 +0200)]
wined3d: Get rid of wined3d_device_enum_resources().
Henri Verbeet [Mon, 25 Jul 2011 18:45:06 +0000 (20:45 +0200)]
wined3d: Pass "reset_enum_callback" directly to wined3d_device_reset().
It would have been nice if we could do all of this inside wined3d, but we need
to determine what resources are in use by d3d8/d3d9, not wined3d. This is
mostly an issue for "implicit" resources like swapchain render targets and the
depth / stencil surface. The fact that we're having this problem probably
means we're doing it wrong. Since these implicit resources should only be
referenced by wined3d, we could probably just destroy and recreate the
swapchain, instead of the little updateSurfaceDesc() dance we currently do.
Alexandre Julliard [Mon, 25 Jul 2011 18:32:41 +0000 (20:32 +0200)]
gdi32: Get rid of the GetBitmapBits driver entry point.
Alexandre Julliard [Mon, 25 Jul 2011 18:32:17 +0000 (20:32 +0200)]
winex11: Get rid of the no longer used GetBitmapBits implementation.
Alexandre Julliard [Mon, 25 Jul 2011 13:31:46 +0000 (15:31 +0200)]
gdi32: Reimplement GetBitmapBits using the GetImage driver function.
Alexandre Julliard [Mon, 25 Jul 2011 13:24:12 +0000 (15:24 +0200)]
gdi32: Add an inline helper to retrieve a DDB byte width.
Alexandre Julliard [Mon, 25 Jul 2011 13:30:33 +0000 (15:30 +0200)]
gdi32: Implement GetImage in the DIB driver.
Alexandre Julliard [Mon, 25 Jul 2011 13:26:39 +0000 (15:26 +0200)]
gdi32: Implement GetImage in the null driver.
Alexandre Julliard [Mon, 25 Jul 2011 17:47:03 +0000 (19:47 +0200)]
gdi32: Get rid of the SetDIBits driver entry point.
Alexandre Julliard [Mon, 25 Jul 2011 17:46:13 +0000 (19:46 +0200)]
winex11: Get rid of the no longer used SetDIBits implementation.
Mariusz Pluciński [Sun, 24 Jul 2011 11:45:51 +0000 (13:45 +0200)]
shell32/tests: Add verification of known folders parents.
Mariusz Pluciński [Sun, 24 Jul 2011 11:44:54 +0000 (13:44 +0200)]
shell32/tests: Add verification of known folders categories.
Mariusz Pluciński [Sun, 24 Jul 2011 11:43:30 +0000 (13:43 +0200)]
shell32/tests: Fix mistake in checking known folder to verify all known folders.
Hans Leidekker [Mon, 25 Jul 2011 13:58:01 +0000 (15:58 +0200)]
msi: Allow read sharing if the package is openend in transacted mode.
Hans Leidekker [Mon, 25 Jul 2011 13:57:43 +0000 (15:57 +0200)]
msi: Don't duplicate column string data.
Alexandre Julliard [Mon, 25 Jul 2011 13:23:47 +0000 (15:23 +0200)]
winex11: Return color information in GetImage when passed null bits.
André Hentschel [Sun, 24 Jul 2011 13:27:07 +0000 (15:27 +0200)]
winevdm: Try using the new DOSBox command to remap Z to a free drive.
Gerald Pfeifer [Sat, 23 Jul 2011 23:45:14 +0000 (01:45 +0200)]
mshtml: Handle the failure case in get_nsstyle_attr.
Frédéric Delanoy [Sat, 23 Jul 2011 18:13:50 +0000 (20:13 +0200)]
cmd/tests: Add ^ escape character tests.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:22 +0000 (15:34 +0200)]
cmd/tests: Add tests for || on failure conditional execution.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:21 +0000 (15:34 +0200)]
cmd/tests: Add tests for && on success conditional execution.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:20 +0000 (15:34 +0200)]
cmd/tests: Add tests for & (un)conditional execution.
Frédéric Delanoy [Sat, 23 Jul 2011 07:14:25 +0000 (09:14 +0200)]
urlmon: Fix various typos/misspellings.
Nikolay Sivov [Sun, 24 Jul 2011 19:18:51 +0000 (23:18 +0400)]
shell32/autocomplete: Remove redundant memory initialization.
Nikolay Sivov [Sun, 24 Jul 2011 18:42:25 +0000 (22:42 +0400)]
shell32/autocomplete: Really append suggested part instead of replacing whole string.
Nikolay Sivov [Sat, 23 Jul 2011 08:40:56 +0000 (12:40 +0400)]
shell32/autocomplete: Autocompletion should be case insensitive for string comparison.
Huw Davies [Mon, 25 Jul 2011 09:56:31 +0000 (10:56 +0100)]
gdi32/tests: Add some SetDIBits tests.
Huw Davies [Mon, 25 Jul 2011 09:56:30 +0000 (10:56 +0100)]
gdi32: Rewrite SetDIBits to use the PutImage gdi driver function.
Alexandre Julliard [Mon, 25 Jul 2011 11:38:04 +0000 (13:38 +0200)]
shlwapi: Add support for 64-bit formats in wsprintf.
Alexandre Julliard [Mon, 25 Jul 2011 10:40:46 +0000 (12:40 +0200)]
user32: Add support for 64-bit formats in wsprintf.
Dan Kegel [Sat, 23 Jul 2011 22:09:57 +0000 (15:09 -0700)]
kernel32: Add initial test for DefineDosDevice.
Henri Verbeet [Sun, 24 Jul 2011 19:48:11 +0000 (21:48 +0200)]
wined3d: Store a pointer to the state table in the context.
Henri Verbeet [Sun, 24 Jul 2011 19:48:10 +0000 (21:48 +0200)]
wined3d: Make the shader and ctx_priv parameters to shader_generate_glsl_declarations() const.
Henri Verbeet [Sun, 24 Jul 2011 19:48:09 +0000 (21:48 +0200)]
wined3d: Get rid of the vpos_uniform field from the wined3d_pixel_shader structure.
Henri Verbeet [Sun, 24 Jul 2011 19:48:08 +0000 (21:48 +0200)]
wined3d: Use the "rts" variable in context_apply_clear_state().
Henri Verbeet [Sun, 24 Jul 2011 19:48:07 +0000 (21:48 +0200)]
wined3d: Use gl_info from the context in context_apply_clear_state().
Francois Gouget [Sat, 23 Jul 2011 21:50:34 +0000 (23:50 +0200)]
po: Use non-breaking spaces where required by the French typography rules.
Except where they may be sent to a command line terminal.
Francois Gouget [Sat, 23 Jul 2011 21:50:45 +0000 (23:50 +0200)]
winegstreamer: Make GSTTf_QueryInterface() static.
Alexandre Julliard [Sat, 9 Jul 2011 19:04:23 +0000 (21:04 +0200)]
makefiles: Install programs from the top-level makefile.
Alexandre Julliard [Mon, 25 Jul 2011 09:39:42 +0000 (11:39 +0200)]
makefiles: Install dlls from the top-level makefile.
Jacek Caban [Sat, 23 Jul 2011 16:40:54 +0000 (18:40 +0200)]
ieframe: Moved InternetShortcut implementation to ieframe.dll.
Jacek Caban [Sat, 23 Jul 2011 16:36:37 +0000 (18:36 +0200)]
ieframe: Added new DLL.
Austin English [Sun, 24 Jul 2011 04:05:04 +0000 (23:05 -0500)]
configure: Fix audio detection on OSX.
Alexandre Julliard [Sun, 24 Jul 2011 11:18:01 +0000 (13:18 +0200)]
user32/tests: Make hook messages optional in the SetParent test.
Alexandre Julliard [Mon, 25 Jul 2011 08:43:09 +0000 (10:43 +0200)]
widl: Check for mismatched types in ?: expressions.
Alexandre Julliard [Sun, 24 Jul 2011 11:17:47 +0000 (13:17 +0200)]
wrc: Run through the translation process even if libgettext-po is missing.
Hans Leidekker [Sat, 23 Jul 2011 16:16:02 +0000 (18:16 +0200)]
winhttp: Propagate errors from asynchronous requests.
Hans Leidekker [Sat, 23 Jul 2011 16:15:37 +0000 (18:15 +0200)]
winhttp: Set last error if the server didn't return a valid response.
Hans Leidekker [Sat, 23 Jul 2011 16:15:23 +0000 (18:15 +0200)]
winhttp: Implement IWinHttpRequest::SetCredentials.