wine
13 years agogdi32/tests: Add tests for 1 bpp dibs.
Huw Davies [Wed, 15 Jun 2011 12:43:50 +0000 (13:43 +0100)] 
gdi32/tests: Add tests for 1 bpp dibs.

13 years agogdi32: Add support for 1 bpp dibs.
Huw Davies [Wed, 15 Jun 2011 12:43:49 +0000 (13:43 +0100)] 
gdi32: Add support for 1 bpp dibs.

13 years agogdi32: Add helpers to retrieve foreground and background colours.
Huw Davies [Wed, 15 Jun 2011 12:43:48 +0000 (13:43 +0100)] 
gdi32: Add helpers to retrieve foreground and background colours.

13 years agodxdiag: Avoid C99 list initialization constructs.
Andrew Nguyen [Wed, 15 Jun 2011 12:11:11 +0000 (07:11 -0500)] 
dxdiag: Avoid C99 list initialization constructs.

13 years agodxdiagn: Add additional adapter identifier properties for DxDiag_DisplayDevices subco...
Andrew Nguyen [Wed, 15 Jun 2011 12:11:07 +0000 (07:11 -0500)] 
dxdiagn: Add additional adapter identifier properties for DxDiag_DisplayDevices subcontainers.

13 years agodxdiagn: Remove the Direct3D usage in the fallback display information code.
Andrew Nguyen [Wed, 15 Jun 2011 12:11:04 +0000 (07:11 -0500)] 
dxdiagn: Remove the Direct3D usage in the fallback display information code.

13 years agodxdiagn: Extract the fallback display information code to a separate function.
Andrew Nguyen [Wed, 15 Jun 2011 12:10:58 +0000 (07:10 -0500)] 
dxdiagn: Extract the fallback display information code to a separate function.

13 years agodxdiagn: Start using Direct3D to obtain better reported adapter information for DxDia...
Andrew Nguyen [Wed, 15 Jun 2011 12:10:52 +0000 (07:10 -0500)] 
dxdiagn: Start using Direct3D to obtain better reported adapter information for DxDiag_DisplayDevices.

13 years agodxdiagn/tests: Add tests for some DxDiag_DisplayDevices subcontainer properties.
Andrew Nguyen [Wed, 15 Jun 2011 12:10:43 +0000 (07:10 -0500)] 
dxdiagn/tests: Add tests for some DxDiag_DisplayDevices subcontainer properties.

13 years agodxdiagn: Unconditionally initialize the passed variant in IDxDiagContainer::GetProp.
Andrew Nguyen [Wed, 15 Jun 2011 12:10:32 +0000 (07:10 -0500)] 
dxdiagn: Unconditionally initialize the passed variant in IDxDiagContainer::GetProp.

13 years agoshell32: Fix ellipsis usage in the menu and button labels.
Francois Gouget [Wed, 15 Jun 2011 10:38:36 +0000 (12:38 +0200)] 
shell32: Fix ellipsis usage in the menu and button labels.

13 years agocmdlgtst: Fix ellipsis usage in the menu and button labels.
Francois Gouget [Wed, 15 Jun 2011 10:44:36 +0000 (12:44 +0200)] 
cmdlgtst: Fix ellipsis usage in the menu and button labels.

13 years agomsvfw32: Fix ellipsis usage in the menu and button labels.
Francois Gouget [Wed, 15 Jun 2011 10:37:21 +0000 (12:37 +0200)] 
msvfw32: Fix ellipsis usage in the menu and button labels.

13 years agoddraw: COM cleanup for the IDirect3DVertexBuffer7 iface.
Michael Stefaniuc [Wed, 15 Jun 2011 10:48:18 +0000 (12:48 +0200)] 
ddraw: COM cleanup for the IDirect3DVertexBuffer7 iface.

13 years agoddraw: COM cleanup for the IDirect3DVertexBuffer iface.
Michael Stefaniuc [Wed, 15 Jun 2011 10:46:31 +0000 (12:46 +0200)] 
ddraw: COM cleanup for the IDirect3DVertexBuffer iface.

13 years agoddraw: Use unsafe_impl_from_IDirect3DVertexBuffer() for app provided ifaces.
Michael Stefaniuc [Wed, 15 Jun 2011 10:40:44 +0000 (12:40 +0200)] 
ddraw: Use unsafe_impl_from_IDirect3DVertexBuffer() for app provided ifaces.

13 years agoddraw: Avoid unsafe IDirect3DVertexBuffer to object casts.
Michael Stefaniuc [Wed, 15 Jun 2011 10:38:47 +0000 (12:38 +0200)] 
ddraw: Avoid unsafe IDirect3DVertexBuffer to object casts.

13 years agoddraw: Rename d3d_vertex_buffer_init() and have it allocate the object too.
Michael Stefaniuc [Wed, 15 Jun 2011 10:36:49 +0000 (12:36 +0200)] 
ddraw: Rename d3d_vertex_buffer_init() and have it allocate the object too.

13 years agorpcrt4: Implement stubless proxy entry thunks for x86_64.
Alexandre Julliard [Wed, 15 Jun 2011 10:49:24 +0000 (12:49 +0200)] 
rpcrt4: Implement stubless proxy entry thunks for x86_64.

13 years agorpcrt4: Reimplement the stubless proxy entry point entirely in assembly.
Alexandre Julliard [Wed, 15 Jun 2011 10:26:35 +0000 (12:26 +0200)] 
rpcrt4: Reimplement the stubless proxy entry point entirely in assembly.

13 years agorpcrt4: Make more of the stubless proxy setup code platform-independent.
Alexandre Julliard [Wed, 15 Jun 2011 10:26:03 +0000 (12:26 +0200)] 
rpcrt4: Make more of the stubless proxy setup code platform-independent.

13 years agoStandardize the OK buttons.
Francois Gouget [Wed, 15 Jun 2011 09:32:33 +0000 (11:32 +0200)] 
Standardize the OK buttons.

13 years agopo: Update Korean translation.
Hwang YunSong [Wed, 15 Jun 2011 02:48:14 +0000 (11:48 +0900)] 
po: Update Korean translation.

13 years agopo: Update French translation.
Frédéric Delanoy [Tue, 14 Jun 2011 17:59:25 +0000 (19:59 +0200)] 
po: Update French translation.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Sat, 21 May 2011 07:12:43 +0000 (10:12 +0300)] 
po: Update Lithuanian translation.

13 years agoshlwapi: Removed superflous NULL check (Coverity).
Marcus Meissner [Wed, 15 Jun 2011 08:07:55 +0000 (10:07 +0200)] 
shlwapi: Removed superflous NULL check (Coverity).

13 years agowuapi: Add missing method stubs for IUpdateInstaller and IUpdateSearcher.
Hans Leidekker [Wed, 15 Jun 2011 07:52:26 +0000 (09:52 +0200)] 
wuapi: Add missing method stubs for IUpdateInstaller and IUpdateSearcher.

13 years agorsaenh: Don't fail on signature verification if the signed hash lacks the OID.
David Hedberg [Wed, 15 Jun 2011 04:21:30 +0000 (06:21 +0200)] 
rsaenh: Don't fail on signature verification if the signed hash lacks the OID.

13 years agouser32: Make more functions hot-patchable for Steam.
Krzysztof Nowicki [Tue, 14 Jun 2011 20:24:31 +0000 (22:24 +0200)] 
user32: Make more functions hot-patchable for Steam.

13 years agowinsta: Add a stub for WinStationGetProcessSid.
Austin English [Tue, 14 Jun 2011 21:56:45 +0000 (14:56 -0700)] 
winsta: Add a stub for WinStationGetProcessSid.

13 years agowindowscodecs: Treat unspecified extra channels as alpha data.
Vincent Povirk [Tue, 14 Jun 2011 19:30:26 +0000 (14:30 -0500)] 
windowscodecs: Treat unspecified extra channels as alpha data.

13 years agowined3d: Don't clear the alloc flags in wined3d_surface_set_format().
Henri Verbeet [Tue, 14 Jun 2011 18:28:12 +0000 (20:28 +0200)] 
wined3d: Don't clear the alloc flags in wined3d_surface_set_format().

Changing the format is only allowed for surfaces with format
WINED3DFMT_UNKNOWN, in which case there can't be a GL texture allocated.

13 years agowined3d: Check the source rectangle is a multiple of the format block size in wined3d...
Henri Verbeet [Tue, 14 Jun 2011 18:28:10 +0000 (20:28 +0200)] 
wined3d: Check the source rectangle is a multiple of the format block size in wined3d_device_update_surface().

13 years agowined3d: Check for a valid source rectangle and destination in wined3d_device_update_...
Henri Verbeet [Tue, 14 Jun 2011 18:28:09 +0000 (20:28 +0200)] 
wined3d: Check for a valid source rectangle and destination in wined3d_device_update_surface().

13 years agowined3d: Implement wined3d_device_update_surface() on top of surface_upload_data().
Henri Verbeet [Tue, 14 Jun 2011 18:28:08 +0000 (20:28 +0200)] 
wined3d: Implement wined3d_device_update_surface() on top of surface_upload_data().

13 years agousp10: Correct an endless loop in Chaining Contextual Substitution if it is a dead...
Aric Stewart [Tue, 14 Jun 2011 13:36:00 +0000 (08:36 -0500)] 
usp10: Correct an endless loop in Chaining Contextual Substitution if it is a dead rule.

13 years agorpcrt4: Implement calling server functions on x86_64.
Alexandre Julliard [Mon, 13 Jun 2011 10:43:12 +0000 (12:43 +0200)] 
rpcrt4: Implement calling server functions on x86_64.

13 years agorpcrt4: Add an assembly wrapper to implement the NdrClientCall2 calling convention...
Alexandre Julliard [Mon, 13 Jun 2011 10:40:30 +0000 (12:40 +0200)] 
rpcrt4: Add an assembly wrapper to implement the NdrClientCall2 calling convention on x86_64.

13 years agorpcrt4: Add a wrapper for NdrClientCall2 to isolate calling convention differences.
Alexandre Julliard [Mon, 13 Jun 2011 10:39:47 +0000 (12:39 +0200)] 
rpcrt4: Add a wrapper for NdrClientCall2 to isolate calling convention differences.

13 years agorpcrt4: Preserve the previous MaxCount value when computing variance through a callback.
Alexandre Julliard [Tue, 14 Jun 2011 10:57:30 +0000 (12:57 +0200)] 
rpcrt4: Preserve the previous MaxCount value when computing variance through a callback.

13 years agod3dx9: Parse resources in the effect parser.
Rico Schüller [Tue, 14 Jun 2011 09:20:43 +0000 (11:20 +0200)] 
d3dx9: Parse resources in the effect parser.

13 years agoshell32/tests: Add tests for SHGet/SetKnownFolderPath utilities.
Mariusz Pluciński [Tue, 14 Jun 2011 11:09:31 +0000 (13:09 +0200)] 
shell32/tests: Add tests for SHGet/SetKnownFolderPath utilities.

13 years agoshell32/tests: Add test of redirecting known folders.
Mariusz Pluciński [Tue, 14 Jun 2011 11:09:25 +0000 (13:09 +0200)] 
shell32/tests: Add test of redirecting known folders.

13 years agoshell32/tests: Add test of IKnownFolderManager::Register/UnregisterFolder.
Mariusz Pluciński [Tue, 14 Jun 2011 11:09:14 +0000 (13:09 +0200)] 
shell32/tests: Add test of IKnownFolderManager::Register/UnregisterFolder.

13 years agoshell32/tests: Verify known folders available in system.
Mariusz Pluciński [Tue, 14 Jun 2011 11:08:59 +0000 (13:08 +0200)] 
shell32/tests: Verify known folders available in system.

13 years agodxdiag: Add code for XML information output.
Andrew Nguyen [Tue, 14 Jun 2011 13:02:18 +0000 (08:02 -0500)] 
dxdiag: Add code for XML information output.

13 years agodxdiag: Add code for plain-text information output.
Andrew Nguyen [Tue, 14 Jun 2011 13:02:12 +0000 (08:02 -0500)] 
dxdiag: Add code for plain-text information output.

13 years agodxdiag: Add code to collect information from the DxDiag_SystemInfo container.
Andrew Nguyen [Tue, 14 Jun 2011 13:02:05 +0000 (08:02 -0500)] 
dxdiag: Add code to collect information from the DxDiag_SystemInfo container.

13 years agodxdiagn: Stub out some properties for dxdiag.exe.
Andrew Nguyen [Tue, 14 Jun 2011 13:01:58 +0000 (08:01 -0500)] 
dxdiagn: Stub out some properties for dxdiag.exe.

13 years agodxdiag: Introduce the information collection infrastructure.
Andrew Nguyen [Tue, 14 Jun 2011 13:01:51 +0000 (08:01 -0500)] 
dxdiag: Introduce the information collection infrastructure.

13 years agodxdiag: Display a usage message box when unknown options are requested.
Andrew Nguyen [Tue, 14 Jun 2011 13:01:45 +0000 (08:01 -0500)] 
dxdiag: Display a usage message box when unknown options are requested.

13 years agodxdiag: Introduce the file output infrastructure.
Andrew Nguyen [Tue, 14 Jun 2011 13:01:37 +0000 (08:01 -0500)] 
dxdiag: Introduce the file output infrastructure.

13 years agooleview: Remove superflous NULL check (Coverity).
Marcus Meissner [Tue, 14 Jun 2011 11:41:45 +0000 (13:41 +0200)] 
oleview: Remove superflous NULL check (Coverity).

13 years agoserver: Remove superflous NULL check (Coverity).
Marcus Meissner [Tue, 14 Jun 2011 11:38:45 +0000 (13:38 +0200)] 
server: Remove superflous NULL check (Coverity).

13 years agowinebuild: Avoid a superflous null check (Coverity).
Marcus Meissner [Tue, 14 Jun 2011 11:36:04 +0000 (13:36 +0200)] 
winebuild: Avoid a superflous null check (Coverity).

13 years agomscvrt: Do not shadow fmt (Coverity).
Marcus Meissner [Tue, 14 Jun 2011 11:06:08 +0000 (13:06 +0200)] 
mscvrt: Do not shadow fmt (Coverity).

13 years agoddraw: Removed superflous NULL check (Coverity).
Marcus Meissner [Tue, 14 Jun 2011 11:02:32 +0000 (13:02 +0200)] 
ddraw: Removed superflous NULL check (Coverity).

13 years agostrmbase: Removed superflous NULL check (Coverity).
Marcus Meissner [Tue, 14 Jun 2011 11:00:07 +0000 (13:00 +0200)] 
strmbase: Removed superflous NULL check (Coverity).

13 years agoconfigure: Remove some unused but set variables (LLVM/Clang).
Austin English [Tue, 14 Jun 2011 04:26:40 +0000 (21:26 -0700)] 
configure: Remove some unused but set variables (LLVM/Clang).

13 years agocmd/tests: Get rid of obsolete @todo_space@ construct.
Frédéric Delanoy [Mon, 13 Jun 2011 20:19:44 +0000 (22:19 +0200)] 
cmd/tests: Get rid of obsolete @todo_space@ construct.

13 years agouser32: Add a test to find the queue containing hotkey messages.
Vincent Povirk [Mon, 13 Jun 2011 17:31:08 +0000 (12:31 -0500)] 
user32: Add a test to find the queue containing hotkey messages.

13 years agouser32: Ignore painting messages in the hotkey test using a wndproc.
Vincent Povirk [Mon, 13 Jun 2011 17:20:31 +0000 (12:20 -0500)] 
user32: Ignore painting messages in the hotkey test using a wndproc.

13 years agowined3d: Invalidate STATE_STREAMSRC in wined3d_device_draw_indexed_primitive_up.
Stefan Dösinger [Sat, 11 Jun 2011 14:19:45 +0000 (16:19 +0200)] 
wined3d: Invalidate STATE_STREAMSRC in wined3d_device_draw_indexed_primitive_up.

13 years agowined3d: Use GL_ARB_draw_elements_base_vertex if available.
Stefan Dösinger [Sat, 11 Jun 2011 14:18:45 +0000 (16:18 +0200)] 
wined3d: Use GL_ARB_draw_elements_base_vertex if available.

13 years agowined3d: Add GL_ARB_draw_elements_base_vertex.
Stefan Dösinger [Sat, 11 Jun 2011 13:39:30 +0000 (15:39 +0200)] 
wined3d: Add GL_ARB_draw_elements_base_vertex.

13 years agomsi: Pass the full custom action command to CreateProcess.
Hans Leidekker [Tue, 14 Jun 2011 08:45:10 +0000 (10:45 +0200)] 
msi: Pass the full custom action command to CreateProcess.

13 years agows2_32: Accept NULL lpNumberOfBytesSent for overlapped calls to WSASend/To.
Hans Leidekker [Tue, 14 Jun 2011 08:31:26 +0000 (10:31 +0200)] 
ws2_32: Accept NULL lpNumberOfBytesSent for overlapped calls to WSASend/To.

13 years agowinecoreaudio.drv: Initialize audio description flags.
Andrew Eikum [Mon, 13 Jun 2011 20:23:14 +0000 (15:23 -0500)] 
winecoreaudio.drv: Initialize audio description flags.

13 years agommdevapi: Sessions should be unique per-device.
Andrew Eikum [Mon, 13 Jun 2011 20:23:09 +0000 (15:23 -0500)] 
mmdevapi: Sessions should be unique per-device.

13 years agocomdlg32: Use macros for the resource IDs instead of numeric literals.
Francois Gouget [Mon, 13 Jun 2011 14:11:55 +0000 (16:11 +0200)] 
comdlg32: Use macros for the resource IDs instead of numeric literals.

13 years agourlmon: Remove unneded stubs for IWindowForBindingUI.
Alexandre Julliard [Tue, 14 Jun 2011 10:56:59 +0000 (12:56 +0200)] 
urlmon: Remove unneded stubs for IWindowForBindingUI.

13 years agowidl: Move the pointer check functionality to typegen.c.
Alexandre Julliard [Tue, 14 Jun 2011 10:55:39 +0000 (12:55 +0200)] 
widl: Move the pointer check functionality to typegen.c.

13 years agowidl: Also check array pointers for null ref pointers.
Alexandre Julliard [Tue, 14 Jun 2011 10:55:22 +0000 (12:55 +0200)] 
widl: Also check array pointers for null ref pointers.

13 years agowidl: Make output unique pointers into object pointers in object interfaces.
Alexandre Julliard [Tue, 14 Jun 2011 10:24:00 +0000 (12:24 +0200)] 
widl: Make output unique pointers into object pointers in object interfaces.

13 years agowidl: Allow unsized in,out string parameters.
Alexandre Julliard [Tue, 14 Jun 2011 10:23:32 +0000 (12:23 +0200)] 
widl: Allow unsized in,out string parameters.

13 years agowidl: If possible, use the interface name as prefix for the expr eval functions.
Alexandre Julliard [Mon, 13 Jun 2011 21:59:04 +0000 (23:59 +0200)] 
widl: If possible, use the interface name as prefix for the expr eval functions.

13 years agowidl: Include the parent interfaces in the proxy thunk table too.
Alexandre Julliard [Mon, 13 Jun 2011 21:16:36 +0000 (23:16 +0200)] 
widl: Include the parent interfaces in the proxy thunk table too.

13 years agowidl: Use delegation when inheriting from a local interface.
Alexandre Julliard [Mon, 13 Jun 2011 20:16:05 +0000 (22:16 +0200)] 
widl: Use delegation when inheriting from a local interface.

13 years agowidl: Include the parent interfaces in the proc format string offsets for proxies.
Alexandre Julliard [Mon, 13 Jun 2011 19:58:33 +0000 (21:58 +0200)] 
widl: Include the parent interfaces in the proc format string offsets for proxies.

13 years agowidl: Use the local function as proxy entry for callas interpreted functions.
Alexandre Julliard [Mon, 13 Jun 2011 19:17:52 +0000 (21:17 +0200)] 
widl: Use the local function as proxy entry for callas interpreted functions.

13 years agowidl: Output the list of rundown routines in server files.
Alexandre Julliard [Mon, 13 Jun 2011 18:31:42 +0000 (20:31 +0200)] 
widl: Output the list of rundown routines in server files.

13 years agowidl: Use the context handle description instead of the pointer for arguments that...
Alexandre Julliard [Mon, 13 Jun 2011 18:09:47 +0000 (20:09 +0200)] 
widl: Use the context handle description instead of the pointer for arguments that are pointer to handles.

13 years agocryptui: Remove the ellipsis from the View button in the certificate management dialog.
Francois Gouget [Mon, 13 Jun 2011 14:08:00 +0000 (16:08 +0200)] 
cryptui: Remove the ellipsis from the View button in the certificate management dialog.

13 years agoshdoclc: Don't duplicate menu separators.
Francois Gouget [Mon, 13 Jun 2011 14:07:08 +0000 (16:07 +0200)] 
shdoclc: Don't duplicate menu separators.

13 years agoshdoclc: One of the 'Add to Favorites' menu was missing an ellipsis.
Francois Gouget [Mon, 13 Jun 2011 14:05:37 +0000 (16:05 +0200)] 
shdoclc: One of the 'Add to Favorites' menu was missing an ellipsis.

13 years agoshell32/tests: Add test of IKnownFolderManager::GetFolderByName.
Mariusz Pluciński [Mon, 13 Jun 2011 10:36:50 +0000 (12:36 +0200)] 
shell32/tests: Add test of IKnownFolderManager::GetFolderByName.

13 years agodxdiag: Improve the command-line parsing.
Andrew Nguyen [Mon, 13 Jun 2011 12:13:12 +0000 (07:13 -0500)] 
dxdiag: Improve the command-line parsing.

13 years agoshobjidl.idl: Added IApplicationAssociationRegistration declaration.
Jacek Caban [Mon, 13 Jun 2011 12:39:54 +0000 (14:39 +0200)] 
shobjidl.idl: Added IApplicationAssociationRegistration declaration.

13 years agows2_32/tests: Make sure that a structure is initialized (LLVM/Clang).
Lauri Kenttä [Fri, 10 Jun 2011 20:38:38 +0000 (23:38 +0300)] 
ws2_32/tests: Make sure that a structure is initialized (LLVM/Clang).

13 years agowidl: Default to the cdecl calling convention in client/server functions.
Alexandre Julliard [Fri, 10 Jun 2011 11:40:05 +0000 (13:40 +0200)] 
widl: Default to the cdecl calling convention in client/server functions.

13 years agorpcrt4: Also check base types for null ref pointers.
Alexandre Julliard [Thu, 9 Jun 2011 18:14:40 +0000 (20:14 +0200)] 
rpcrt4: Also check base types for null ref pointers.

13 years agorpcrt4: Fix handling of complex types of return values on the client side.
Alexandre Julliard [Fri, 10 Jun 2011 13:11:40 +0000 (15:11 +0200)] 
rpcrt4: Fix handling of complex types of return values on the client side.

13 years agorpcrt4: Fix handling of complex types of return values on the server side.
Alexandre Julliard [Fri, 10 Jun 2011 13:11:40 +0000 (15:11 +0200)] 
rpcrt4: Fix handling of complex types of return values on the server side.

13 years agokernel32: Fix some 64-bit issues in GlobalSize().
Alexandre Julliard [Mon, 13 Jun 2011 09:40:53 +0000 (11:40 +0200)] 
kernel32: Fix some 64-bit issues in GlobalSize().

13 years agokernel32: GlobalSize() should also work with GMEM_MOVEABLE data pointers received...
David Hedberg [Mon, 13 Jun 2011 06:22:15 +0000 (08:22 +0200)] 
kernel32: GlobalSize() should also work with GMEM_MOVEABLE data pointers received from GlobalLock().

13 years agowinenas.drv: Avoid a warning in a trace on x86_64.
Alexandre Goujon [Sat, 11 Jun 2011 12:30:29 +0000 (14:30 +0200)] 
winenas.drv: Avoid a warning in a trace on x86_64.

13 years agocomdlg32: Add a trailing '\n' to a TRACE() call.
Francois Gouget [Sat, 11 Jun 2011 18:20:50 +0000 (20:20 +0200)] 
comdlg32: Add a trailing '\n' to a TRACE() call.

13 years agod3dx9_36/tests: Add a '\n' to a trace() call.
Francois Gouget [Sat, 11 Jun 2011 18:20:44 +0000 (20:20 +0200)] 
d3dx9_36/tests: Add a '\n' to a trace() call.

13 years agod3dxof: Make read_bytes() static.
Francois Gouget [Sat, 11 Jun 2011 18:20:34 +0000 (20:20 +0200)] 
d3dxof: Make read_bytes() static.

13 years agoddraw: Make unsafe_impl_from_IDirectDrawSurface{2,3}() static.
Francois Gouget [Sat, 11 Jun 2011 18:20:25 +0000 (20:20 +0200)] 
ddraw: Make unsafe_impl_from_IDirectDrawSurface{2,3}() static.