Alexandre Julliard [Tue, 30 Mar 2010 18:39:09 +0000 (20:39 +0200)]
user32: Pack the MDINEXTMENU structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:37:40 +0000 (20:37 +0200)]
user32: Pack the MSG structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:36:04 +0000 (20:36 +0200)]
user32: Pack the NCCALCSIZE_PARAMS structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:34:08 +0000 (20:34 +0200)]
user32: Pack the HELPINFO structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:32:25 +0000 (20:32 +0200)]
user32: Pack the COPYDATASTRUCT structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:30:50 +0000 (20:30 +0200)]
user32: Pack the WINDOWPOS structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:28:32 +0000 (20:28 +0200)]
user32: Pack the various owner-draw structures in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:26:10 +0000 (20:26 +0200)]
user32: Pack the CREATESTRUCTW structure in messages to allow crossing 32/64 boundaries.
Nikolay Sivov [Tue, 30 Mar 2010 14:32:01 +0000 (18:32 +0400)]
shell32: Rename My Computer folder implementation structure.
Nikolay Sivov [Mon, 29 Mar 2010 21:30:37 +0000 (01:30 +0400)]
shell32: Rename desktop folder data structure to reflect its meaning.
Nikolay Sivov [Mon, 29 Mar 2010 20:24:35 +0000 (00:24 +0400)]
shlwapi: Some SHCreateWorkerWindowA tests.
Alexandre Julliard [Tue, 30 Mar 2010 14:50:06 +0000 (16:50 +0200)]
kernel32: Increase the wineboot timeout.
Alexandre Julliard [Tue, 30 Mar 2010 14:49:53 +0000 (16:49 +0200)]
wineboot: Display a wait dialog while processing wine.inf.
Alexandre Julliard [Tue, 30 Mar 2010 14:44:30 +0000 (16:44 +0200)]
wine.inf: Add a Wow64Install section for the Wow64-specific configuration.
Alexandre Julliard [Tue, 30 Mar 2010 14:43:52 +0000 (16:43 +0200)]
wineboot: Start an additional 32-bit instance of rundll32 on 64-bit platforms to do the Wow64-specific setup.
Alexandre Julliard [Tue, 30 Mar 2010 14:38:58 +0000 (16:38 +0200)]
wineboot: Use rundll32 to apply wine.inf instead of calling setupapi directly.
Matteo Bruni [Mon, 29 Mar 2010 15:57:30 +0000 (17:57 +0200)]
d3dx9: Implement a basic bytecode writer.
Now the shader assembler is structurally complete and it correctly
assembles one trivial shader program.
Matteo Bruni [Sun, 28 Mar 2010 19:16:09 +0000 (21:16 +0200)]
d3dx9: Implement D3DXAssembleShader function, really basic shader assembler.
Currently it only accepts a minimal subset of the syntax (e.g. just an
instruction and two register types supported) and doesn't produce any
real output (i.e. shader bytecode).
Matteo Bruni [Sun, 28 Mar 2010 14:00:36 +0000 (16:00 +0200)]
d3dx9: Partial implementation of D3DXAssembleShader function.
This only executes the preprocessing pass. No parsing of the shader yet.
Alexandre Julliard [Tue, 30 Mar 2010 13:52:53 +0000 (15:52 +0200)]
wpp: Build with -fPIC to allow libwpp to be used from dlls.
Alexandre Julliard [Tue, 30 Mar 2010 13:34:29 +0000 (15:34 +0200)]
wpp: Get rid of wpp_parse_temp, temp file management is better left to callers.
Alexandre Julliard [Tue, 30 Mar 2010 13:34:12 +0000 (15:34 +0200)]
widl: Move temp file management from wpp to widl.
Alexandre Julliard [Tue, 30 Mar 2010 13:33:54 +0000 (15:33 +0200)]
wrc: Move temp file management from wpp directly into the load_file function.
Jörg Höhle [Mon, 29 Mar 2010 08:15:16 +0000 (10:15 +0200)]
winmm/tests: Use cpp's __LINE__ to print meaningful line numbers.
Henri Verbeet [Tue, 30 Mar 2010 09:24:48 +0000 (11:24 +0200)]
wined3d: Get rid of destFormat and srcFormat in IWineD3DDeviceImpl_UpdateSurface().
Henri Verbeet [Tue, 30 Mar 2010 09:24:47 +0000 (11:24 +0200)]
wined3d: Calculate "offset" in the appropriate path in IWineD3DDeviceImpl_UpdateSurface().
Henri Verbeet [Tue, 30 Mar 2010 09:24:46 +0000 (11:24 +0200)]
wined3d: Add more general support for partial updates of compressed surfaces to IWineD3DDeviceImpl_UpdateSurface().
Henri Verbeet [Tue, 30 Mar 2010 09:24:45 +0000 (11:24 +0200)]
wined3d: Source and destination formats should match in IWineD3DDeviceImpl_UpdateSurface().
Henri Verbeet [Tue, 30 Mar 2010 09:24:44 +0000 (11:24 +0200)]
wined3d: Use GL_UNPACK_ROW_LENGTH for partial updates of regular surfaces in IWineD3DDeviceImpl_UpdateSurface().
Henri Verbeet [Tue, 30 Mar 2010 09:24:43 +0000 (11:24 +0200)]
wined3d: Initialization functions don't allocate.
Maarten Lankhorst [Wed, 17 Mar 2010 21:07:07 +0000 (22:07 +0100)]
mmdevapi: Add capture tests.
Maarten Lankhorst [Wed, 17 Mar 2010 21:06:47 +0000 (22:06 +0100)]
mmdevapi: Add a few more render tests.
André Hentschel [Mon, 29 Mar 2010 18:34:16 +0000 (20:34 +0200)]
oleaut32: Add some spaces to the test output for better reading.
Roderick Colenbrander [Mon, 29 Mar 2010 11:39:30 +0000 (13:39 +0200)]
wined3d: Disable flipping through the source rectangle in BltOverride.
Roderick Colenbrander [Mon, 29 Mar 2010 11:35:35 +0000 (13:35 +0200)]
wined3d: Fix a destination flipping bug using the destination rectangle.
Roderick Colenbrander [Mon, 29 Mar 2010 11:32:56 +0000 (13:32 +0200)]
d3d9: Add source/destination and backbuffer tests for StretchRect.
Roderick Colenbrander [Sat, 27 Mar 2010 17:16:44 +0000 (18:16 +0100)]
ddraw: Add some DirectDraw Blt tests.
Roderick Colenbrander [Thu, 25 Mar 2010 22:23:12 +0000 (23:23 +0100)]
wined3d: Use RECT instead of WINED3DRECT in more parts of BltOverride.
Roderick Colenbrander [Thu, 25 Mar 2010 22:00:42 +0000 (23:00 +0100)]
wined3d: Add a helper function for getting a valid rectangle.
Roderick Colenbrander [Thu, 25 Mar 2010 16:01:33 +0000 (17:01 +0100)]
wined3d: Add color_fill to blit_shader.
Roderick Colenbrander [Thu, 25 Mar 2010 15:42:51 +0000 (16:42 +0100)]
wined3d: Introduce a helper function which converts a color from the surface format to ARGB.
Roderick Colenbrander [Thu, 25 Mar 2010 15:30:13 +0000 (16:30 +0100)]
wined3d: Move argb_to_fmt to utils.c as a helper function to be used in more places.
Alexandre Julliard [Mon, 29 Mar 2010 17:37:35 +0000 (19:37 +0200)]
kernel32: Fix processing of spaces in command line for builtin exes.
Alexandre Julliard [Mon, 29 Mar 2010 15:57:02 +0000 (17:57 +0200)]
kernel32: Add support for starting binaries in 32/64-bit mode from the other mode.
Alexandre Julliard [Mon, 29 Mar 2010 15:54:55 +0000 (17:54 +0200)]
configure: Create a few symlinks needed for running in Wow64 mode inside the build tree.
Alexandre Julliard [Mon, 29 Mar 2010 15:53:30 +0000 (17:53 +0200)]
loader: Rename the 32-bit loader in the build tree too when doing a Wow64 build.
Henri Verbeet [Mon, 29 Mar 2010 11:31:11 +0000 (13:31 +0200)]
wined3d: GL errors aren't FIXMEs.
Henri Verbeet [Mon, 29 Mar 2010 11:31:10 +0000 (13:31 +0200)]
ddrawex/tests: Add some tests for GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:09 +0000 (13:31 +0200)]
ddrawex: Correctly retrieve the "outer" surface in IDirectDraw3Impl_GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:08 +0000 (13:31 +0200)]
ddrawex: Directly return the ddraw surface in IDirectDraw4Impl_GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:07 +0000 (13:31 +0200)]
ntdll: Return a more reasonable value for "Reserved3".
The value is based on 64-bit Win 7, the main thing we care about is that it's
not 0.
Henri Verbeet [Mon, 29 Mar 2010 11:31:06 +0000 (13:31 +0200)]
include: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure.
Konstantin Kondratyuk [Mon, 29 Mar 2010 11:04:02 +0000 (15:04 +0400)]
ole32: Add missed initialization of virtual function table.
Justin Chevrier [Sat, 27 Mar 2010 21:55:27 +0000 (17:55 -0400)]
gdiplus: Add GdipGetPathGradientSurroundColorCount stub with tests.
Justin Chevrier [Sat, 27 Mar 2010 21:55:26 +0000 (17:55 -0400)]
include: Fix GdipSetPathGradientSurroundColorsWithCount definition.
Piotr Caban [Sun, 28 Mar 2010 22:04:32 +0000 (00:04 +0200)]
msvcrt: Added _strtoui64 implementation.
Piotr Caban [Sun, 28 Mar 2010 22:04:03 +0000 (00:04 +0200)]
msvcrt: Added _strtoi64 implementation.
Piotr Caban [Sun, 28 Mar 2010 22:01:53 +0000 (00:01 +0200)]
msvcrt: Avoid using localtime_r.
Piotr Caban [Sun, 28 Mar 2010 22:01:13 +0000 (00:01 +0200)]
msvcrt: Avoid using scalb function.
Piotr Caban [Sun, 28 Mar 2010 22:00:26 +0000 (00:00 +0200)]
msvcrt: Rename functions conflicting with mingw headers.
Alexandre Julliard [Mon, 29 Mar 2010 10:26:55 +0000 (12:26 +0200)]
start: Pass a valid filename argument to FormatMessage.
Alexandre Julliard [Mon, 29 Mar 2010 13:48:25 +0000 (15:48 +0200)]
user32: Always start the 64-bit version of wineboot.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:48:17 +0000 (15:48 +0200)]
shdocvw: Always start the 64-bit version of winemenubuilder.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:48:11 +0000 (15:48 +0200)]
shell32: Always start the 64-bit version of winemenubuilder.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:47:58 +0000 (15:47 +0200)]
rpcrt4: Always start the 64-bit version of rpcss.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:47:52 +0000 (15:47 +0200)]
ole32: Always start the 64-bit version of rpcss.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 10:26:42 +0000 (12:26 +0200)]
user32: Always start the 64-bit version of explorer.exe on Wow64.
Vincent Povirk [Mon, 29 Mar 2010 03:25:20 +0000 (22:25 -0500)]
gdiplus: Don't use gdi32 to draw to bitmaps with formats it can't handle.
Vincent Povirk [Mon, 29 Mar 2010 01:05:04 +0000 (20:05 -0500)]
gdiplus: Store a reference to the image in image graphics contexts.
Morten Rønne [Sun, 28 Mar 2010 13:56:28 +0000 (15:56 +0200)]
krnl386.exe: Fix VGA video mode 17.
Mikhail Maroukhine [Sun, 28 Mar 2010 16:19:18 +0000 (23:19 +0700)]
tools: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 15:24:36 +0000 (22:24 +0700)]
programs: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 14:43:07 +0000 (21:43 +0700)]
ws2_32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 14:30:39 +0000 (21:30 +0700)]
wintrust: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 14:14:01 +0000 (21:14 +0700)]
wininet: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 12:52:16 +0000 (19:52 +0700)]
winex11.drv: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 09:28:31 +0000 (16:28 +0700)]
usp10: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 09:15:00 +0000 (16:15 +0700)]
user32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 08:26:11 +0000 (15:26 +0700)]
shlwapi: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 07:57:39 +0000 (14:57 +0700)]
shell32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 16:49:24 +0000 (22:49 +0600)]
rsaenh: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 16:26:49 +0000 (22:26 +0600)]
ole: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 15:41:14 +0000 (21:41 +0600)]
ntdll: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 15:19:45 +0000 (21:19 +0600)]
msxml3: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 14:48:20 +0000 (20:48 +0600)]
msi: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 13:58:41 +0000 (19:58 +0600)]
mshtml: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 13:34:03 +0000 (19:34 +0600)]
msgsm32.acm: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 13:29:33 +0000 (19:29 +0600)]
msctf: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 12:46:35 +0000 (18:46 +0600)]
mmdevapi: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 12:34:32 +0000 (18:34 +0600)]
localspl: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 11:58:23 +0000 (17:58 +0600)]
gdiplus: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 10:56:11 +0000 (16:56 +0600)]
gdi32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 10:09:03 +0000 (16:09 +0600)]
dbghelp: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 09:55:51 +0000 (15:55 +0600)]
d3dx9_36: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 09:36:26 +0000 (15:36 +0600)]
d3d10: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 08:12:28 +0000 (14:12 +0600)]
comdlg32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 07:48:58 +0000 (13:48 +0600)]
cabinet: Fix compiler warning with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 06:31:19 +0000 (12:31 +0600)]
server: Fix compiler warning with flag -Wcast-qual.
Mikhail Maroukhine [Fri, 26 Mar 2010 19:25:22 +0000 (01:25 +0600)]
wininet: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Fri, 26 Mar 2010 17:59:50 +0000 (23:59 +0600)]
objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN.