wine
13 years agomsi: Make the column and table name parameters of get_column_info const.
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.

13 years agomsi: Store table and column names in the string table.
Hans Leidekker [Wed, 27 Jul 2011 08:52:48 +0000 (10:52 +0200)] 
msi: Store table and column names in the string table.

13 years agowinhttp: Don't send any data if the verb is GET.
Hans Leidekker [Wed, 27 Jul 2011 05:57:37 +0000 (07:57 +0200)] 
winhttp: Don't send any data if the verb is GET.

13 years agowinhttp: Include the extra info part of the URL in the request.
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.

13 years agod3d9/tests: Fix some messages.
Matteo Bruni [Fri, 22 Jul 2011 18:01:25 +0000 (20:01 +0200)] 
d3d9/tests: Fix some messages.

13 years agod3d9/tests: Rename a variable.
Matteo Bruni [Fri, 22 Jul 2011 17:47:54 +0000 (19:47 +0200)] 
d3d9/tests: Rename a variable.

13 years agoddraw/tests: Fix some messages.
Matteo Bruni [Fri, 22 Jul 2011 17:38:52 +0000 (19:38 +0200)] 
ddraw/tests: Fix some messages.

13 years agoddraw/tests: Rename a variable.
Matteo Bruni [Fri, 22 Jul 2011 17:37:57 +0000 (19:37 +0200)] 
ddraw/tests: Rename a variable.

13 years agowined3d: Only invalidate state for the current context in wined3d_surface_depth_blt_f...
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().

13 years agowined3d: Only invalidate state for the current context in swapchain_blit().
Henri Verbeet [Tue, 26 Jul 2011 17:52:45 +0000 (19:52 +0200)] 
wined3d: Only invalidate state for the current context in swapchain_blit().

13 years agowined3d: Get rid of the redundant state_table parameter to context_invalidate_state().
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().

13 years agowined3d: Get rid of the use_vshader parameter to device_stream_info_from_declaration().
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().

13 years agowined3d: Introduce a "state" variable in 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().

13 years agorpcrt4/tests: Add a test about unmarshalling of an out-only structure.
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.

13 years agocmd: Add help for setlocal/endlocal commands.
Frédéric Delanoy [Mon, 25 Jul 2011 15:40:46 +0000 (17:40 +0200)] 
cmd: Add help for setlocal/endlocal commands.

13 years agodinput: const REFGUID is doubled const (Coverity).
Marcus Meissner [Tue, 26 Jul 2011 15:43:09 +0000 (17:43 +0200)] 
dinput: const REFGUID is doubled const (Coverity).

13 years agod3dx/tests: Fixed double free (valgrind).
Michael Mc Donnell [Tue, 26 Jul 2011 12:51:45 +0000 (14:51 +0200)] 
d3dx/tests: Fixed double free (valgrind).

13 years agomsvcrt: Fix %f format handling in printf so it works with big floats.
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.

13 years agomsvcrt: Fixed tmpnam and _wtmpname implementation.
Piotr Caban [Tue, 26 Jul 2011 09:13:37 +0000 (11:13 +0200)] 
msvcrt: Fixed tmpnam and _wtmpname implementation.

13 years agommdevapi: Try loading multiple audio drivers from the registry.
Andrew Eikum [Tue, 26 Jul 2011 12:58:43 +0000 (07:58 -0500)] 
mmdevapi: Try loading multiple audio drivers from the registry.

13 years agourlmon: Store URI host len in parse_ipv4address before further parsing.
Jacek Caban [Tue, 26 Jul 2011 11:57:50 +0000 (13:57 +0200)] 
urlmon: Store URI host len in parse_ipv4address before further parsing.

13 years agomshtml: Fixed tests on some old IEs.
Jacek Caban [Tue, 26 Jul 2011 10:56:59 +0000 (12:56 +0200)] 
mshtml: Fixed tests on some old IEs.

13 years agoieframe: Added version information.
Jacek Caban [Tue, 26 Jul 2011 10:04:48 +0000 (12:04 +0200)] 
ieframe: Added version information.

13 years agoieframe: Moved TaskbarList implementation to ieframe.
Jacek Caban [Tue, 26 Jul 2011 10:03:49 +0000 (12:03 +0200)] 
ieframe: Moved TaskbarList implementation to ieframe.

13 years agoieframe: Moved CUrlHistory implementation to ieframe.
Jacek Caban [Tue, 26 Jul 2011 10:03:33 +0000 (12:03 +0200)] 
ieframe: Moved CUrlHistory implementation to ieframe.

13 years agowinhttp: Add support for sending data with a request.
Hans Leidekker [Tue, 26 Jul 2011 07:27:59 +0000 (09:27 +0200)] 
winhttp: Add support for sending data with a request.

13 years agowinhttp: Implement IWinHttpRequest::SetRequestHeader.
Hans Leidekker [Tue, 26 Jul 2011 07:27:41 +0000 (09:27 +0200)] 
winhttp: Implement IWinHttpRequest::SetRequestHeader.

13 years agowinhttp: Implement IWinHttpRequest::GetResponseHeader.
Hans Leidekker [Tue, 26 Jul 2011 07:27:23 +0000 (09:27 +0200)] 
winhttp: Implement IWinHttpRequest::GetResponseHeader.

13 years agowinhttp: Add some parameter checks.
Hans Leidekker [Tue, 26 Jul 2011 07:27:05 +0000 (09:27 +0200)] 
winhttp: Add some parameter checks.

13 years agowinhttp: Implement IWinHttpRequest::GetAllResponseHeaders.
Hans Leidekker [Tue, 26 Jul 2011 07:26:48 +0000 (09:26 +0200)] 
winhttp: Implement IWinHttpRequest::GetAllResponseHeaders.

13 years agowinhttp: Set WINHTTP_FLAG_SECURE if the scheme is https.
Hans Leidekker [Tue, 26 Jul 2011 07:26:34 +0000 (09:26 +0200)] 
winhttp: Set WINHTTP_FLAG_SECURE if the scheme is https.

13 years agowinhttp: Add a default user agent header.
Hans Leidekker [Tue, 26 Jul 2011 07:26:20 +0000 (09:26 +0200)] 
winhttp: Add a default user agent header.

13 years agowinhttp: Add accept types to the request headers.
Hans Leidekker [Tue, 26 Jul 2011 07:26:07 +0000 (09:26 +0200)] 
winhttp: Add accept types to the request headers.

13 years agowinhttp: Implement IWinHttpRequest::SetProxy.
Hans Leidekker [Tue, 26 Jul 2011 07:25:49 +0000 (09:25 +0200)] 
winhttp: Implement IWinHttpRequest::SetProxy.

13 years agomsctf/tests: Make sure return values are used (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 01:42:58 +0000 (18:42 -0700)] 
msctf/tests: Make sure return values are used (LLVM/Clang).

13 years agokernel32/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).

13 years agoole32/tests: Make sure to use a return value (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).

13 years agourlmon/tests: Make sure a return value is used (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).

13 years agowininet: Make sure to use return values (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 02:07:08 +0000 (19:07 -0700)] 
wininet: Make sure to use return values (LLVM/Clang).

13 years agontdll/tests: Remove a dead assignment (LLVM/Clang).
Austin English [Tue, 26 Jul 2011 01:54:31 +0000 (18:54 -0700)] 
ntdll/tests: Remove a dead assignment (LLVM/Clang).

13 years agommdevapi/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).

13 years agod3d8/tests: Add a couple of fog tests.
Matteo Bruni [Fri, 22 Jul 2011 13:49:21 +0000 (15:49 +0200)] 
d3d8/tests: Add a couple of fog tests.

13 years agod3d8/tests: Fix some error messages.
Matteo Bruni [Mon, 25 Jul 2011 14:47:59 +0000 (16:47 +0200)] 
d3d8/tests: Fix some error messages.

13 years agod3d8/tests: Rename a variable.
Matteo Bruni [Mon, 25 Jul 2011 14:47:39 +0000 (16:47 +0200)] 
d3d8/tests: Rename a variable.

13 years agocmd/tests: Test multiple params rmdir.
Frédéric Delanoy [Sun, 24 Jul 2011 20:11:36 +0000 (22:11 +0200)] 
cmd/tests: Test multiple params rmdir.

13 years agocmd/tests: Test multiple params mkdir.
Frédéric Delanoy [Sun, 24 Jul 2011 20:11:35 +0000 (22:11 +0200)] 
cmd/tests: Test multiple params mkdir.

13 years agomakefiles: Still generate makefile rule for disabled dlls that have an import lib.
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.

13 years agowrc: Don't include gettext-po.h if we don't have the corresponding library.
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.

13 years agowined3d: Release the onscreen depth / stencil reference on reset.
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.

13 years agowined3d: Unbind all textures in wined3d_device_reset().
Henri Verbeet [Mon, 25 Jul 2011 18:45:09 +0000 (20:45 +0200)] 
wined3d: Unbind all textures in wined3d_device_reset().

13 years agowined3d: Unbind resources inside wined3d_device_reset().
Henri Verbeet [Mon, 25 Jul 2011 18:45:08 +0000 (20:45 +0200)] 
wined3d: Unbind resources inside wined3d_device_reset().

13 years agowined3d: Get rid of wined3d_device_enum_resources().
Henri Verbeet [Mon, 25 Jul 2011 18:45:07 +0000 (20:45 +0200)] 
wined3d: Get rid of wined3d_device_enum_resources().

13 years agowined3d: Pass "reset_enum_callback" directly to wined3d_device_reset().
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.

13 years agogdi32: Get rid of the GetBitmapBits driver entry point.
Alexandre Julliard [Mon, 25 Jul 2011 18:32:41 +0000 (20:32 +0200)] 
gdi32: Get rid of the GetBitmapBits driver entry point.

13 years agowinex11: Get rid of the no longer used GetBitmapBits implementation.
Alexandre Julliard [Mon, 25 Jul 2011 18:32:17 +0000 (20:32 +0200)] 
winex11: Get rid of the no longer used GetBitmapBits implementation.

13 years agogdi32: Reimplement GetBitmapBits using the GetImage driver function.
Alexandre Julliard [Mon, 25 Jul 2011 13:31:46 +0000 (15:31 +0200)] 
gdi32: Reimplement GetBitmapBits using the GetImage driver function.

13 years agogdi32: Add an inline helper to retrieve a DDB byte width.
Alexandre Julliard [Mon, 25 Jul 2011 13:24:12 +0000 (15:24 +0200)] 
gdi32: Add an inline helper to retrieve a DDB byte width.

13 years agogdi32: Implement GetImage in the DIB driver.
Alexandre Julliard [Mon, 25 Jul 2011 13:30:33 +0000 (15:30 +0200)] 
gdi32: Implement GetImage in the DIB driver.

13 years agogdi32: Implement GetImage in the null driver.
Alexandre Julliard [Mon, 25 Jul 2011 13:26:39 +0000 (15:26 +0200)] 
gdi32: Implement GetImage in the null driver.

13 years agogdi32: Get rid of the SetDIBits driver entry point.
Alexandre Julliard [Mon, 25 Jul 2011 17:47:03 +0000 (19:47 +0200)] 
gdi32: Get rid of the SetDIBits driver entry point.

13 years agowinex11: Get rid of the no longer used SetDIBits implementation.
Alexandre Julliard [Mon, 25 Jul 2011 17:46:13 +0000 (19:46 +0200)] 
winex11: Get rid of the no longer used SetDIBits implementation.

13 years agoshell32/tests: Add verification of known folders parents.
Mariusz Pluciński [Sun, 24 Jul 2011 11:45:51 +0000 (13:45 +0200)] 
shell32/tests: Add verification of known folders parents.

13 years agoshell32/tests: Add verification of known folders categories.
Mariusz Pluciński [Sun, 24 Jul 2011 11:44:54 +0000 (13:44 +0200)] 
shell32/tests: Add verification of known folders categories.

13 years agoshell32/tests: Fix mistake in checking known folder to verify all known folders.
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.

13 years agomsi: Allow read sharing if the package is openend in transacted mode.
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.

13 years agomsi: Don't duplicate column string data.
Hans Leidekker [Mon, 25 Jul 2011 13:57:43 +0000 (15:57 +0200)] 
msi: Don't duplicate column string data.

13 years agowinex11: Return color information in GetImage when passed null bits.
Alexandre Julliard [Mon, 25 Jul 2011 13:23:47 +0000 (15:23 +0200)] 
winex11: Return color information in GetImage when passed null bits.

13 years agowinevdm: Try using the new DOSBox command to remap Z to a free drive.
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.

13 years agomshtml: Handle the failure case in get_nsstyle_attr.
Gerald Pfeifer [Sat, 23 Jul 2011 23:45:14 +0000 (01:45 +0200)] 
mshtml: Handle the failure case in get_nsstyle_attr.

13 years agocmd/tests: Add ^ escape character tests.
Frédéric Delanoy [Sat, 23 Jul 2011 18:13:50 +0000 (20:13 +0200)] 
cmd/tests: Add ^ escape character tests.

13 years agocmd/tests: Add tests for || on failure conditional execution.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:22 +0000 (15:34 +0200)] 
cmd/tests: Add tests for || on failure conditional execution.

13 years agocmd/tests: Add tests for && on success 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.

13 years agocmd/tests: Add tests for & (un)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.

13 years agourlmon: Fix various typos/misspellings.
Frédéric Delanoy [Sat, 23 Jul 2011 07:14:25 +0000 (09:14 +0200)] 
urlmon: Fix various typos/misspellings.

13 years agoshell32/autocomplete: Remove redundant memory initialization.
Nikolay Sivov [Sun, 24 Jul 2011 19:18:51 +0000 (23:18 +0400)] 
shell32/autocomplete: Remove redundant memory initialization.

13 years agoshell32/autocomplete: Really append suggested part instead of replacing whole string.
Nikolay Sivov [Sun, 24 Jul 2011 18:42:25 +0000 (22:42 +0400)] 
shell32/autocomplete: Really append suggested part instead of replacing whole string.

13 years agoshell32/autocomplete: Autocompletion should be case insensitive for string comparison.
Nikolay Sivov [Sat, 23 Jul 2011 08:40:56 +0000 (12:40 +0400)] 
shell32/autocomplete: Autocompletion should be case insensitive for string comparison.

13 years agogdi32/tests: Add some SetDIBits tests.
Huw Davies [Mon, 25 Jul 2011 09:56:31 +0000 (10:56 +0100)] 
gdi32/tests: Add some SetDIBits tests.

13 years agogdi32: Rewrite SetDIBits to use the PutImage gdi driver function.
Huw Davies [Mon, 25 Jul 2011 09:56:30 +0000 (10:56 +0100)] 
gdi32: Rewrite SetDIBits to use the PutImage gdi driver function.

13 years agoshlwapi: Add support for 64-bit formats in wsprintf.
Alexandre Julliard [Mon, 25 Jul 2011 11:38:04 +0000 (13:38 +0200)] 
shlwapi: Add support for 64-bit formats in wsprintf.

13 years agouser32: 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.

13 years agokernel32: Add initial test for DefineDosDevice.
Dan Kegel [Sat, 23 Jul 2011 22:09:57 +0000 (15:09 -0700)] 
kernel32: Add initial test for DefineDosDevice.

13 years agowined3d: Store a pointer to the state table in the context.
Henri Verbeet [Sun, 24 Jul 2011 19:48:11 +0000 (21:48 +0200)] 
wined3d: Store a pointer to the state table in the context.

13 years agowined3d: Make the shader and ctx_priv parameters to shader_generate_glsl_declarations...
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.

13 years agowined3d: Get rid of the vpos_uniform field from the wined3d_pixel_shader structure.
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.

13 years agowined3d: Use the "rts" variable in context_apply_clear_state().
Henri Verbeet [Sun, 24 Jul 2011 19:48:08 +0000 (21:48 +0200)] 
wined3d: Use the "rts" variable in context_apply_clear_state().

13 years agowined3d: Use gl_info from the context 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().

13 years agopo: Use non-breaking spaces where required by the French typography rules.
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.

13 years agowinegstreamer: Make GSTTf_QueryInterface() static.
Francois Gouget [Sat, 23 Jul 2011 21:50:45 +0000 (23:50 +0200)] 
winegstreamer: Make GSTTf_QueryInterface() static.

13 years agomakefiles: Install programs from the top-level makefile.
Alexandre Julliard [Sat, 9 Jul 2011 19:04:23 +0000 (21:04 +0200)] 
makefiles: Install programs from the top-level makefile.

13 years agomakefiles: Install dlls 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.

13 years agoieframe: Moved InternetShortcut implementation to ieframe.dll.
Jacek Caban [Sat, 23 Jul 2011 16:40:54 +0000 (18:40 +0200)] 
ieframe: Moved InternetShortcut implementation to ieframe.dll.

13 years agoieframe: Added new DLL.
Jacek Caban [Sat, 23 Jul 2011 16:36:37 +0000 (18:36 +0200)] 
ieframe: Added new DLL.

13 years agoconfigure: Fix audio detection on OSX.
Austin English [Sun, 24 Jul 2011 04:05:04 +0000 (23:05 -0500)] 
configure: Fix audio detection on OSX.

13 years agouser32/tests: Make hook messages optional in the SetParent test.
Alexandre Julliard [Sun, 24 Jul 2011 11:18:01 +0000 (13:18 +0200)] 
user32/tests: Make hook messages optional in the SetParent test.

13 years agowidl: Check for mismatched types in ?: expressions.
Alexandre Julliard [Mon, 25 Jul 2011 08:43:09 +0000 (10:43 +0200)] 
widl: Check for mismatched types in ?: expressions.

13 years agowrc: Run through the translation process even if libgettext-po is missing.
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.

13 years agowinhttp: Propagate errors from asynchronous requests.
Hans Leidekker [Sat, 23 Jul 2011 16:16:02 +0000 (18:16 +0200)] 
winhttp: Propagate errors from asynchronous requests.

13 years agowinhttp: Set last error if the server didn't return a valid response.
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.

13 years agowinhttp: Implement IWinHttpRequest::SetCredentials.
Hans Leidekker [Sat, 23 Jul 2011 16:15:23 +0000 (18:15 +0200)] 
winhttp: Implement IWinHttpRequest::SetCredentials.