wine
12 years agoddraw: Resize the swapchain window on mode changes in exclusive mode.
Henri Verbeet [Wed, 30 Nov 2011 05:01:44 +0000 (06:01 +0100)] 
ddraw: Resize the swapchain window on mode changes in exclusive mode.

12 years agosecur32: Eliminate broken clean-up "cheat".
Ken Thomases [Wed, 30 Nov 2011 01:16:32 +0000 (19:16 -0600)] 
secur32: Eliminate broken clean-up "cheat".

12 years agosecur32: Clean up the helper in all cases where it was allocated.
Ken Thomases [Wed, 30 Nov 2011 01:16:13 +0000 (19:16 -0600)] 
secur32: Clean up the helper in all cases where it was allocated.

12 years agosecur32: Eliminate a dead store.
Ken Thomases [Wed, 30 Nov 2011 01:15:46 +0000 (19:15 -0600)] 
secur32: Eliminate a dead store.

12 years agontdll: Move a return out of a #ifdef.
André Hentschel [Wed, 30 Nov 2011 00:13:22 +0000 (01:13 +0100)] 
ntdll: Move a return out of a #ifdef.

12 years agoconfigure: Add checks for sparc64 and powerpc64.
André Hentschel [Wed, 30 Nov 2011 00:07:33 +0000 (01:07 +0100)] 
configure: Add checks for sparc64 and powerpc64.

12 years agogameux: Remove duplicate "if" condition.
Frédéric Delanoy [Tue, 29 Nov 2011 22:30:50 +0000 (23:30 +0100)] 
gameux: Remove duplicate "if" condition.

12 years agocmd: Reorder global vars declarations/definitions to improve readability.
Frédéric Delanoy [Tue, 29 Nov 2011 22:30:52 +0000 (23:30 +0100)] 
cmd: Reorder global vars declarations/definitions to improve readability.

12 years agocmd: Move commonly used global vars declarations to header file.
Frédéric Delanoy [Tue, 29 Nov 2011 22:30:51 +0000 (23:30 +0100)] 
cmd: Move commonly used global vars declarations to header file.

12 years agocmd: Move a global var to the file using it.
Frédéric Delanoy [Tue, 29 Nov 2011 22:30:49 +0000 (23:30 +0100)] 
cmd: Move a global var to the file using it.

12 years agoole32: Process all pending messages in CoWaitForMultipleHandles before waiting again...
Alexandre Julliard [Tue, 29 Nov 2011 20:22:40 +0000 (21:22 +0100)] 
ole32: Process all pending messages in CoWaitForMultipleHandles before waiting again, otherwise we may not wake up.

12 years agopo: Update German translation.
André Hentschel [Tue, 29 Nov 2011 18:04:06 +0000 (19:04 +0100)] 
po: Update German translation.

12 years agocmd: Rename unicodePipes variable.
Frédéric Delanoy [Tue, 29 Nov 2011 13:39:28 +0000 (14:39 +0100)] 
cmd: Rename unicodePipes variable.

12 years agocmd: Reduce the scope of a global variable.
Frédéric Delanoy [Tue, 29 Nov 2011 13:39:27 +0000 (14:39 +0100)] 
cmd: Reduce the scope of a global variable.

12 years agocmd: Use boolean types for boolean variables.
Frédéric Delanoy [Tue, 29 Nov 2011 13:39:26 +0000 (14:39 +0100)] 
cmd: Use boolean types for boolean variables.

12 years agocmd: Remove an unused global variable.
Frédéric Delanoy [Tue, 29 Nov 2011 13:39:25 +0000 (14:39 +0100)] 
cmd: Remove an unused global variable.

12 years agogdi32/tests: Add tests for rectangular gradients in DIBs.
Alexandre Julliard [Mon, 28 Nov 2011 15:10:06 +0000 (16:10 +0100)] 
gdi32/tests: Add tests for rectangular gradients in DIBs.

12 years agogdi32: Don't set gradient alpha channel for 8888 bitmaps created with bitfields.
Alexandre Julliard [Tue, 29 Nov 2011 14:12:00 +0000 (15:12 +0100)] 
gdi32: Don't set gradient alpha channel for 8888 bitmaps created with bitfields.

12 years agogdi32: Implement 8-bpp and 4-bpp gradient dithering.
Alexandre Julliard [Tue, 29 Nov 2011 13:22:59 +0000 (14:22 +0100)] 
gdi32: Implement 8-bpp and 4-bpp gradient dithering.

12 years agogdi32: Implement 16-bpp gradient dithering.
Alexandre Julliard [Tue, 29 Nov 2011 13:18:02 +0000 (14:18 +0100)] 
gdi32: Implement 16-bpp gradient dithering.

12 years agogdi32: Implement rectangular gradients in the DIB engine.
Alexandre Julliard [Mon, 28 Nov 2011 12:21:52 +0000 (13:21 +0100)] 
gdi32: Implement rectangular gradients in the DIB engine.

12 years agodinput: Add more error checking to IDirectInput_GetDeviceStatus.
Vitaliy Margolen [Sat, 26 Nov 2011 17:30:23 +0000 (10:30 -0700)] 
dinput: Add more error checking to IDirectInput_GetDeviceStatus.

12 years agodinput: Add more parameter checking to enum devices.
Vitaliy Margolen [Sat, 26 Nov 2011 17:30:16 +0000 (10:30 -0700)] 
dinput: Add more parameter checking to enum devices.

12 years agodinput: Stub IDirectInputJoyConfig8 interface.
Vitaliy Margolen [Sat, 26 Nov 2011 17:30:07 +0000 (10:30 -0700)] 
dinput: Stub IDirectInputJoyConfig8 interface.

12 years agocmd/tests: Tweak subsection headers so they are treated as resynchronization points.
Francois Gouget [Tue, 29 Nov 2011 10:46:16 +0000 (11:46 +0100)] 
cmd/tests: Tweak subsection headers so they are treated as resynchronization points.

12 years agocmd/tests: Standardize the batch file section headers.
Francois Gouget [Tue, 29 Nov 2011 10:45:51 +0000 (11:45 +0100)] 
cmd/tests: Standardize the batch file section headers.

12 years agocmd/tests: Treat lines that start with '---' as resynchronization points.
Francois Gouget [Tue, 29 Nov 2011 10:44:37 +0000 (11:44 +0100)] 
cmd/tests: Treat lines that start with '---' as resynchronization points.

12 years agod3dx9: Implement ID3DXBaseEffect::SetMatrixArray().
Rico Schüller [Tue, 29 Nov 2011 09:04:27 +0000 (10:04 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetMatrixArray().

12 years agod3dx9: Implement ID3DXBaseEffect::SetMatrix().
Rico Schüller [Tue, 29 Nov 2011 09:04:23 +0000 (10:04 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetMatrix().

12 years agod3dx9: Implement ID3DXBaseEffect::SetBoolArray().
Rico Schüller [Tue, 29 Nov 2011 09:04:19 +0000 (10:04 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetBoolArray().

12 years agod3dx9: Implement ID3DXBaseEffect::SetBool().
Rico Schüller [Tue, 29 Nov 2011 09:04:10 +0000 (10:04 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetBool().

12 years agojscript: Use bytecode for binary xor expressions.
Jacek Caban [Tue, 29 Nov 2011 10:09:49 +0000 (11:09 +0100)] 
jscript: Use bytecode for binary xor expressions.

12 years agojscript: Use bytecode for binary or implementation.
Jacek Caban [Tue, 29 Nov 2011 10:09:35 +0000 (11:09 +0100)] 
jscript: Use bytecode for binary or implementation.

12 years agojscript: Use bytecode for modulo expression implementation.
Jacek Caban [Tue, 29 Nov 2011 10:09:20 +0000 (11:09 +0100)] 
jscript: Use bytecode for modulo expression implementation.

12 years agojscript: Use bytecode for '/' expression implementation.
Jacek Caban [Tue, 29 Nov 2011 10:09:04 +0000 (11:09 +0100)] 
jscript: Use bytecode for '/' expression implementation.

12 years agojscript: Use bytecode for '*' expression implementation.
Jacek Caban [Tue, 29 Nov 2011 10:08:54 +0000 (11:08 +0100)] 
jscript: Use bytecode for '*' expression implementation.

12 years agopo: Update Italian translation.
Luca Bennati [Mon, 28 Nov 2011 07:31:34 +0000 (08:31 +0100)] 
po: Update Italian translation.

12 years agocmd: Correctly parse program name when launching external processes.
Eric Pouech [Mon, 28 Nov 2011 21:09:07 +0000 (22:09 +0100)] 
cmd: Correctly parse program name when launching external processes.

12 years agomsvcrt: Implemented _ultow_s.
Eric Pouech [Mon, 28 Nov 2011 20:53:38 +0000 (21:53 +0100)] 
msvcrt: Implemented _ultow_s.

12 years agowined3d: Get rid of WINED3DDEVINFO_CACHEUTILIZATION.
Henri Verbeet [Mon, 28 Nov 2011 20:31:01 +0000 (21:31 +0100)] 
wined3d: Get rid of WINED3DDEVINFO_CACHEUTILIZATION.

12 years agowined3d: Get rid of WINED3DDEVINFO_BANDWIDTHTIMINGS.
Henri Verbeet [Mon, 28 Nov 2011 20:31:00 +0000 (21:31 +0100)] 
wined3d: Get rid of WINED3DDEVINFO_BANDWIDTHTIMINGS.

12 years agowined3d: Use proper texcoord masks for GLSL texm3x3spec / texm3x3vspec.
Henri Verbeet [Mon, 28 Nov 2011 20:30:59 +0000 (21:30 +0100)] 
wined3d: Use proper texcoord masks for GLSL texm3x3spec / texm3x3vspec.

12 years agoddraw: Rename the wineD3D field in IDirectDrawImpl to wined3d.
Henri Verbeet [Mon, 28 Nov 2011 20:30:58 +0000 (21:30 +0100)] 
ddraw: Rename the wineD3D field in IDirectDrawImpl to wined3d.

12 years agoddraw: Create the wined3d swapchain when setting the cooperative level.
Henri Verbeet [Mon, 28 Nov 2011 20:30:57 +0000 (21:30 +0100)] 
ddraw: Create the wined3d swapchain when setting the cooperative level.

12 years agowinex11: Avoid grabbing user_section while holding X11DRV_CritSection.
Ulrich Czekalla [Mon, 28 Nov 2011 09:56:30 +0000 (04:56 -0500)] 
winex11: Avoid grabbing user_section while holding X11DRV_CritSection.

12 years agod3dx9: Implement ID3DXBaseEffect::SetIntArray().
Rico Schüller [Thu, 24 Nov 2011 21:36:32 +0000 (22:36 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetIntArray().

12 years agod3dx9: Implement ID3DXBaseEffect::SetInt().
Rico Schüller [Thu, 24 Nov 2011 21:36:29 +0000 (22:36 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetInt().

12 years agod3dx9: Implement ID3DXBaseEffect::SetFloatArray().
Rico Schüller [Thu, 24 Nov 2011 21:36:25 +0000 (22:36 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetFloatArray().

12 years agod3dx9: Implement ID3DXBaseEffect::SetFloat().
Rico Schüller [Thu, 24 Nov 2011 21:36:22 +0000 (22:36 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetFloat().

12 years agod3dx9: Handle a special case in ID3DXBaseEffect::GetInt().
Rico Schüller [Thu, 24 Nov 2011 21:36:13 +0000 (22:36 +0100)] 
d3dx9: Handle a special case in ID3DXBaseEffect::GetInt().

12 years agows2_32: Remove duplicated code.
Bruno Jesus [Sat, 26 Nov 2011 22:43:03 +0000 (20:43 -0200)] 
ws2_32: Remove duplicated code.

12 years agows2_32: Fix function GetAcceptExSockaddrs.
Bruno Jesus [Sat, 26 Nov 2011 21:26:06 +0000 (19:26 -0200)] 
ws2_32: Fix function GetAcceptExSockaddrs.

12 years agomsxml3: Change parser position computation.
Piotr Caban [Mon, 28 Nov 2011 14:05:25 +0000 (15:05 +0100)] 
msxml3: Change parser position computation.

12 years agoAssorted spelling fixes and wording tweaks.
Francois Gouget [Mon, 28 Nov 2011 10:37:42 +0000 (11:37 +0100)] 
Assorted spelling fixes and wording tweaks.

12 years agojscript: Added bytecode-based version of identifier expression.
Jacek Caban [Mon, 28 Nov 2011 11:08:54 +0000 (12:08 +0100)] 
jscript: Added bytecode-based version of identifier expression.

12 years agojscript: Use bytecode for new expression implementation.
Jacek Caban [Mon, 28 Nov 2011 11:05:07 +0000 (12:05 +0100)] 
jscript: Use bytecode for new expression implementation.

12 years agojscript: Use bytecode for conditional expressions.
Jacek Caban [Mon, 28 Nov 2011 11:04:51 +0000 (12:04 +0100)] 
jscript: Use bytecode for conditional expressions.

12 years agojscript: Use bytecode for logical and expression.
Jacek Caban [Mon, 28 Nov 2011 11:04:33 +0000 (12:04 +0100)] 
jscript: Use bytecode for logical and expression.

12 years agojscript: Use bytecode for logical or expression.
Jacek Caban [Mon, 28 Nov 2011 11:03:57 +0000 (12:03 +0100)] 
jscript: Use bytecode for logical or expression.

12 years agopo: Updated Korean translation.
Hwang YunSong [Sun, 27 Nov 2011 12:39:23 +0000 (21:39 +0900)] 
po: Updated Korean translation.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Mon, 31 Oct 2011 18:16:19 +0000 (20:16 +0200)] 
po: Update Lithuanian translation.

12 years agowinex11.drv: Move a conditionally used label into the condition in X11DRV_XRender_Init.
Gerald Pfeifer [Sat, 26 Nov 2011 22:34:52 +0000 (23:34 +0100)] 
winex11.drv: Move a conditionally used label into the condition in X11DRV_XRender_Init.

12 years agomsxml3: Fix get_namespaceURI() for document nodes.
Nikolay Sivov [Sun, 27 Nov 2011 19:36:32 +0000 (22:36 +0300)] 
msxml3: Fix get_namespaceURI() for document nodes.

12 years agomsxml3: Place nodeValue() test data in a table.
Nikolay Sivov [Sun, 27 Nov 2011 18:56:56 +0000 (21:56 +0300)] 
msxml3: Place nodeValue() test data in a table.

12 years agomsxml3: Use common helper for IXMLDOMText_get_nodeValue().
Nikolay Sivov [Sun, 27 Nov 2011 17:24:52 +0000 (20:24 +0300)] 
msxml3: Use common helper for IXMLDOMText_get_nodeValue().

12 years agomsxml3: Some refcount tests to show details of internal DOM representation.
Nikolay Sivov [Sat, 26 Nov 2011 13:41:39 +0000 (16:41 +0300)] 
msxml3: Some refcount tests to show details of internal DOM representation.

12 years agowined3d: Store the device type only once.
Henri Verbeet [Sun, 27 Nov 2011 20:34:49 +0000 (21:34 +0100)] 
wined3d: Store the device type only once.

12 years agowined3d: Get rid of the WINED3DDEVICE_CREATION_PARAMETERS typedef.
Henri Verbeet [Sun, 27 Nov 2011 20:34:48 +0000 (21:34 +0100)] 
wined3d: Get rid of the WINED3DDEVICE_CREATION_PARAMETERS typedef.

12 years agoddraw/tests: Add tests for primary dimensions to test_coop_level_mode_set().
Henri Verbeet [Sun, 27 Nov 2011 20:34:47 +0000 (21:34 +0100)] 
ddraw/tests: Add tests for primary dimensions to test_coop_level_mode_set().

12 years agod3d8/tests: Test the window and backbuffer dimensions after display mode changes.
Henri Verbeet [Sun, 27 Nov 2011 20:34:46 +0000 (21:34 +0100)] 
d3d8/tests: Test the window and backbuffer dimensions after display mode changes.

12 years agod3d9/tests: Test the window and backbuffer dimensions after display mode changes.
Henri Verbeet [Sun, 27 Nov 2011 20:34:45 +0000 (21:34 +0100)] 
d3d9/tests: Test the window and backbuffer dimensions after display mode changes.

12 years agonetapi32: Add a stub for NetUseGetInfo.
Austin English [Sun, 27 Nov 2011 00:58:38 +0000 (18:58 -0600)] 
netapi32: Add a stub for NetUseGetInfo.

12 years agowinebuild: Avoid dead code in BuildCallFrom16Core (Coverity).
Frédéric Delanoy [Sat, 26 Nov 2011 09:10:16 +0000 (10:10 +0100)] 
winebuild: Avoid dead code in BuildCallFrom16Core (Coverity).

12 years agowinedbg: Use proper links in the crash dialog.
Alexandre Julliard [Fri, 18 Nov 2011 11:17:30 +0000 (12:17 +0100)] 
winedbg: Use proper links in the crash dialog.

12 years agowineps: Don't crash on missing loca OTF table.
Alexandre Julliard [Sat, 26 Nov 2011 15:29:50 +0000 (16:29 +0100)] 
wineps: Don't crash on missing loca OTF table.

12 years agocmd: Use WCMD_output_asis*() for strings that are not supposed to contain formating...
Francois Gouget [Wed, 23 Nov 2011 23:30:23 +0000 (00:30 +0100)] 
cmd: Use WCMD_output_asis*() for strings that are not supposed to contain formating directives.

12 years agod3d9: Check that surface is allocated (Coverity).
Marcus Meissner [Thu, 24 Nov 2011 17:12:32 +0000 (18:12 +0100)] 
d3d9: Check that surface is allocated (Coverity).

12 years agoexpand: Initialize a variable (Coverity).
Marcus Meissner [Thu, 24 Nov 2011 17:09:35 +0000 (18:09 +0100)] 
expand: Initialize a variable (Coverity).

12 years agourlmon: Added file URIs compare tests.
Jacek Caban [Fri, 25 Nov 2011 14:59:00 +0000 (15:59 +0100)] 
urlmon: Added file URIs compare tests.

12 years agourlmon: Properly compare file URIs.
Jacek Caban [Fri, 25 Nov 2011 14:58:37 +0000 (15:58 +0100)] 
urlmon: Properly compare file URIs.

12 years agourlmon: Make canonicalize_path_hierarchical Uri object and parse_data struct independent.
Jacek Caban [Fri, 25 Nov 2011 14:58:22 +0000 (15:58 +0100)] 
urlmon: Make canonicalize_path_hierarchical Uri object and parse_data struct independent.

12 years agourlmon: Rename are_equal_simple to compare_uris and make it failable.
Jacek Caban [Fri, 25 Nov 2011 14:58:07 +0000 (15:58 +0100)] 
urlmon: Rename are_equal_simple to compare_uris and make it failable.

12 years agourlmon: Reduce indention in are_equal_simple and move it.
Jacek Caban [Fri, 25 Nov 2011 14:57:47 +0000 (15:57 +0100)] 
urlmon: Reduce indention in are_equal_simple and move it.

12 years agowinefile: Avoid uninitialized field in SYSTEMTIME structure (Coverity).
Frédéric Delanoy [Fri, 25 Nov 2011 13:55:40 +0000 (14:55 +0100)] 
winefile: Avoid uninitialized field in SYSTEMTIME structure (Coverity).

12 years agowinhttp: Resolve the server name only on the first request.
Hans Leidekker [Fri, 25 Nov 2011 13:55:13 +0000 (14:55 +0100)] 
winhttp: Resolve the server name only on the first request.

12 years agopo: Update French translation.
Frédéric Delanoy [Thu, 24 Nov 2011 22:06:39 +0000 (23:06 +0100)] 
po: Update French translation.

12 years agopo: Update German translation.
André Hentschel [Thu, 24 Nov 2011 21:09:55 +0000 (22:09 +0100)] 
po: Update German translation.

12 years agojscript: Use bytecode for '==' and '!=' expression.
Jacek Caban [Fri, 25 Nov 2011 11:07:30 +0000 (12:07 +0100)] 
jscript: Use bytecode for '==' and '!=' expression.

12 years agojscript: Use bytecode for unary '-' expression.
Jacek Caban [Fri, 25 Nov 2011 11:06:30 +0000 (12:06 +0100)] 
jscript: Use bytecode for unary '-' expression.

12 years agojscript: Use bytecode for '-' expression implementation.
Jacek Caban [Fri, 25 Nov 2011 11:06:05 +0000 (12:06 +0100)] 
jscript: Use bytecode for '-' expression implementation.

12 years agojscript: Use bytecode for comma expression implementation.
Jacek Caban [Fri, 25 Nov 2011 11:05:50 +0000 (12:05 +0100)] 
jscript: Use bytecode for comma expression implementation.

12 years agojscript: Fixed memory leaks.
Jacek Caban [Fri, 25 Nov 2011 11:05:31 +0000 (12:05 +0100)] 
jscript: Fixed memory leaks.

Spotted by Piotr.

12 years agomsvcp90: Added runtime_exception implementation.
Piotr Caban [Fri, 25 Nov 2011 09:46:48 +0000 (10:46 +0100)] 
msvcp90: Added runtime_exception implementation.

12 years agomsvcp90: Reorganize __ASM_EXCEPTION_VTABLE macro.
Piotr Caban [Fri, 25 Nov 2011 09:46:30 +0000 (10:46 +0100)] 
msvcp90: Reorganize __ASM_EXCEPTION_VTABLE macro.

12 years agomsvcp90: Added _Timevec class implementation.
Piotr Caban [Fri, 25 Nov 2011 09:46:18 +0000 (10:46 +0100)] 
msvcp90: Added _Timevec class implementation.

12 years agomsvcp90: Added locale::name implementation.
Piotr Caban [Fri, 25 Nov 2011 09:46:06 +0000 (10:46 +0100)] 
msvcp90: Added locale::name implementation.

12 years agomsvcp90: Added locale::_Addfac implementation.
Piotr Caban [Fri, 25 Nov 2011 09:45:55 +0000 (10:45 +0100)] 
msvcp90: Added locale::_Addfac implementation.

12 years agomsvcp90: Added locale copy based constructors implementation.
Piotr Caban [Fri, 25 Nov 2011 09:45:41 +0000 (10:45 +0100)] 
msvcp90: Added locale copy based constructors implementation.

12 years agowined3d: Get rid of the WINED3DVERTEXELEMENT typedef.
Henri Verbeet [Thu, 24 Nov 2011 21:52:36 +0000 (22:52 +0100)] 
wined3d: Get rid of the WINED3DVERTEXELEMENT typedef.

12 years agowined3d: Get rid of the WINED3DCLIPSTATUS typedef.
Henri Verbeet [Thu, 24 Nov 2011 21:52:35 +0000 (22:52 +0100)] 
wined3d: Get rid of the WINED3DCLIPSTATUS typedef.