wine
16 years agomakefiles: Support non-standard import lib names in the global dll rules.
Alexandre Julliard [Thu, 6 Mar 2008 10:54:03 +0000 (11:54 +0100)] 
makefiles: Support non-standard import lib names in the global dll rules.

16 years agowinex11: Reset the cursor window when re-creating the client window.
Alexandre Julliard [Wed, 5 Mar 2008 19:52:14 +0000 (20:52 +0100)] 
winex11: Reset the cursor window when re-creating the client window.

16 years agowinex11.drv: Retrieve X color profile in GetICMProfile.
Hans Leidekker [Wed, 5 Mar 2008 14:57:39 +0000 (15:57 +0100)] 
winex11.drv: Retrieve X color profile in GetICMProfile.

16 years agogdi32: Move GetICMProfile to the driver.
Hans Leidekker [Wed, 5 Mar 2008 14:57:21 +0000 (15:57 +0100)] 
gdi32: Move GetICMProfile to the driver.

16 years agod3dx9: Implement D3DXDebugMute.
Tony Wasserka [Sat, 23 Feb 2008 19:30:57 +0000 (20:30 +0100)] 
d3dx9: Implement D3DXDebugMute.

16 years agofonts: Start of a 9 pixel high strike for Tahoma.
Huw Davies [Wed, 5 Mar 2008 16:54:01 +0000 (16:54 +0000)] 
fonts: Start of a 9 pixel high strike for Tahoma.

16 years agoshell32: Add a test for ABM_GETTASKBARPOS.
Huw Davies [Wed, 5 Mar 2008 12:31:25 +0000 (12:31 +0000)] 
shell32: Add a test for ABM_GETTASKBARPOS.

16 years agoshell32: ABM_GETAUTOHIDEBAR should return a HWND or NULL.
Huw Davies [Wed, 5 Mar 2008 12:07:05 +0000 (12:07 +0000)] 
shell32: ABM_GETAUTOHIDEBAR should return a HWND or NULL.

16 years agoshell32: Fix return type of SHAppBarMessage.
Huw Davies [Wed, 5 Mar 2008 10:46:31 +0000 (10:46 +0000)] 
shell32: Fix return type of SHAppBarMessage.

16 years agowined3d: Support shininess > 128 if opengl does.
Stefan Dösinger [Sat, 1 Mar 2008 23:02:18 +0000 (00:02 +0100)] 
wined3d: Support shininess > 128 if opengl does.

16 years agod3d9: Add a test testing two texbem instructions in one shader.
Stefan Dösinger [Sat, 1 Mar 2008 21:06:38 +0000 (22:06 +0100)] 
d3d9: Add a test testing two texbem instructions in one shader.

16 years agowined3d: Support more than one texbem instruction per shader.
Stefan Dösinger [Wed, 5 Mar 2008 02:18:55 +0000 (03:18 +0100)] 
wined3d: Support more than one texbem instruction per shader.

16 years agowined3d: Add a number to the ARB program shader bumpenvmat matrices.
Stefan Dösinger [Sat, 1 Mar 2008 16:26:49 +0000 (17:26 +0100)] 
wined3d: Add a number to the ARB program shader bumpenvmat matrices.

16 years agouser32: Added stubs for Cascade/TileChildWindows.
Alexandre Julliard [Wed, 5 Mar 2008 18:21:30 +0000 (19:21 +0100)] 
user32: Added stubs for Cascade/TileChildWindows.

16 years agouser32: Moved Cascade/TileChildWindows16 to wnd16.c.
Alexandre Julliard [Wed, 5 Mar 2008 18:20:43 +0000 (19:20 +0100)] 
user32: Moved Cascade/TileChildWindows16 to wnd16.c.

16 years agowinex11: Don't set the fullscreen hint on maximized windows.
Alexandre Julliard [Wed, 5 Mar 2008 16:20:03 +0000 (17:20 +0100)] 
winex11: Don't set the fullscreen hint on maximized windows.

16 years agowinex11: Wait for a window to move out of withdrawn state before withdrawing it again.
Alexandre Julliard [Wed, 5 Mar 2008 15:52:22 +0000 (16:52 +0100)] 
winex11: Wait for a window to move out of withdrawn state before withdrawing it again.

16 years agowinex11: Add a DestroyNotify handler to catch a situation that is not supposed to...
Alexandre Julliard [Wed, 5 Mar 2008 15:51:09 +0000 (16:51 +0100)] 
winex11: Add a DestroyNotify handler to catch a situation that is not supposed to happen.

16 years agouser32/tests: Make the initial timeout longer in flush_events() for machines with...
Alexandre Julliard [Wed, 5 Mar 2008 15:48:04 +0000 (16:48 +0100)] 
user32/tests: Make the initial timeout longer in flush_events() for machines with slower round-trip times.

16 years agomsvcmaker: We don't use .dbg.c files anymore.
Francois Gouget [Wed, 5 Mar 2008 11:11:01 +0000 (12:11 +0100)] 
msvcmaker: We don't use .dbg.c files anymore.

16 years agomsvcmaker: We don't build wine.lib so don't try to copy it.
Francois Gouget [Wed, 5 Mar 2008 11:10:41 +0000 (12:10 +0100)] 
msvcmaker: We don't build wine.lib so don't try to copy it.

16 years agomsvcmaker: winebuild needs getopt*.c and mkstemps.c when compiled with MSVC.
Francois Gouget [Wed, 5 Mar 2008 11:09:32 +0000 (12:09 +0100)] 
msvcmaker: winebuild needs getopt*.c and mkstemps.c when compiled with MSVC.

16 years agontdll: Fixed handling of fake dlls when loading a builtin. Reported by Jacek Caban.
Alexandre Julliard [Wed, 5 Mar 2008 11:21:19 +0000 (12:21 +0100)] 
ntdll: Fixed handling of fake dlls when loading a builtin. Reported by Jacek Caban.

16 years agoport/getopt: s/#if/#ifdef/ so it still works if HAVE_STRING_H is not defined.
Francois Gouget [Wed, 5 Mar 2008 11:07:04 +0000 (12:07 +0100)] 
port/getopt: s/#if/#ifdef/ so it still works if HAVE_STRING_H is not defined.

16 years agontdll/tests: Don't use 0x55/0xaa to avoid any confusion when running with +heap.
Francois Gouget [Wed, 5 Mar 2008 11:04:35 +0000 (12:04 +0100)] 
ntdll/tests: Don't use 0x55/0xaa to avoid any confusion when running with +heap.

16 years agocomctl32/tests: Don't use 0xaa to avoid any confusion when running with +heap.
Francois Gouget [Wed, 5 Mar 2008 11:06:08 +0000 (12:06 +0100)] 
comctl32/tests: Don't use 0xaa to avoid any confusion when running with +heap.

16 years agoddraw/tests: Don't use 0xaa to avoid any confusion when running with +heap.
Francois Gouget [Wed, 5 Mar 2008 11:05:58 +0000 (12:05 +0100)] 
ddraw/tests: Don't use 0xaa to avoid any confusion when running with +heap.

16 years agokernel32/tests: Don't use 0xaa to avoid any confusion when running with +heap.
Francois Gouget [Wed, 5 Mar 2008 11:04:43 +0000 (12:04 +0100)] 
kernel32/tests: Don't use 0xaa to avoid any confusion when running with +heap.

16 years agouser32/tests: Don't use 0x55 to avoid any confusion when running with +heap.
Francois Gouget [Wed, 5 Mar 2008 11:04:12 +0000 (12:04 +0100)] 
user32/tests: Don't use 0x55 to avoid any confusion when running with +heap.

16 years agouser32/tests: Add the trailing '\n' to a couple of ok() calls.
Francois Gouget [Wed, 5 Mar 2008 11:03:54 +0000 (12:03 +0100)] 
user32/tests: Add the trailing '\n' to a couple of ok() calls.

16 years agoshlwapi/tests: Skip the string tests for the functions that are not available on...
Francois Gouget [Wed, 5 Mar 2008 11:03:45 +0000 (12:03 +0100)] 
shlwapi/tests: Skip the string tests for the functions that are not available on Win9x.

16 years agoshlwapi/tests: The function pointers are global so initialize them on startup, before...
Francois Gouget [Wed, 5 Mar 2008 11:03:29 +0000 (12:03 +0100)] 
shlwapi/tests: The function pointers are global so initialize them on startup, before they are used.

16 years agoshlwapi/tests: Add skip statements for missing functions to the string tests.
Francois Gouget [Wed, 5 Mar 2008 11:02:13 +0000 (12:02 +0100)] 
shlwapi/tests: Add skip statements for missing functions to the string tests.

16 years agooleaut32: Handle TKIND_ALIAS properly when passed as pointer.
Maarten Lankhorst [Mon, 3 Mar 2008 22:27:03 +0000 (14:27 -0800)] 
oleaut32: Handle TKIND_ALIAS properly when passed as pointer.

16 years agowinex11: Retrieve the current window placement in MapNotify before modifying it.
Alexandre Julliard [Wed, 5 Mar 2008 10:25:27 +0000 (11:25 +0100)] 
winex11: Retrieve the current window placement in MapNotify before modifying it.

16 years agowinex11: Ignore Map/UnmapNotify if the window is already in the appropriate state.
Alexandre Julliard [Wed, 5 Mar 2008 10:24:40 +0000 (11:24 +0100)] 
winex11: Ignore Map/UnmapNotify if the window is already in the appropriate state.

16 years agomsi/tests: Make tests run on win9x/NT4 again.
Paul Vriens [Wed, 5 Mar 2008 07:20:42 +0000 (08:20 +0100)] 
msi/tests: Make tests run on win9x/NT4 again.

16 years agowined3d: Fix a small bug in a patch from yesterday.
Stefan Dösinger [Wed, 5 Mar 2008 01:40:16 +0000 (02:40 +0100)] 
wined3d: Fix a small bug in a patch from yesterday.

16 years agoqmgr: Implement IBackgroundCopyJob_Resume.
Dan Hipschman [Wed, 5 Mar 2008 00:01:43 +0000 (16:01 -0800)] 
qmgr: Implement IBackgroundCopyJob_Resume.

16 years agoshell32: Remove unused variable.
Lei Zhang [Sat, 1 Mar 2008 01:20:41 +0000 (17:20 -0800)] 
shell32: Remove unused variable.

16 years agomciavi32: Assign to struct instead of using memcpy.
Andrew Talbot [Tue, 4 Mar 2008 22:30:35 +0000 (22:30 +0000)] 
mciavi32: Assign to struct instead of using memcpy.

16 years agomciwave: Assign to struct instead of using memcpy.
Andrew Talbot [Tue, 4 Mar 2008 22:30:39 +0000 (22:30 +0000)] 
mciwave: Assign to struct instead of using memcpy.

16 years agompr: Assign to struct instead of using memcpy.
Andrew Talbot [Tue, 4 Mar 2008 22:30:43 +0000 (22:30 +0000)] 
mpr: Assign to struct instead of using memcpy.

16 years agomapi32: Assign to structs instead of using memcpy.
Andrew Talbot [Tue, 4 Mar 2008 22:30:32 +0000 (22:30 +0000)] 
mapi32: Assign to structs instead of using memcpy.

16 years agowinecfg: Added support for Windows 2008.
Alistair Leslie-Hughes [Sun, 2 Mar 2008 11:21:10 +0000 (22:21 +1100)] 
winecfg: Added support for Windows 2008.

16 years agontdll: Added support for Windows 2008.
Alistair Leslie-Hughes [Sun, 2 Mar 2008 11:20:53 +0000 (22:20 +1100)] 
ntdll: Added support for Windows 2008.

16 years agomsxml3: Remove Byte since it's not a valid datatype.
Alistair Leslie-Hughes [Tue, 4 Mar 2008 10:15:17 +0000 (21:15 +1100)] 
msxml3: Remove Byte since it's not a valid datatype.

16 years agomsxml3: Stopped seg faults during regression tests on windows.
Alistair Leslie-Hughes [Tue, 4 Mar 2008 10:09:06 +0000 (21:09 +1100)] 
msxml3: Stopped seg faults during regression tests on windows.

16 years agontdll: Removed conflict for FAILED (defined both in our winerror.h and in linux/scsi.h).
Eric Pouech [Tue, 4 Mar 2008 20:36:54 +0000 (21:36 +0100)] 
ntdll: Removed conflict for FAILED (defined both in our winerror.h and in linux/scsi.h).

16 years agoshell32: Improve SHRegisterDragDrop and SHRevokeDragDrop.
Mikołaj Zalewski [Tue, 4 Mar 2008 19:26:34 +0000 (20:26 +0100)] 
shell32: Improve SHRegisterDragDrop and SHRevokeDragDrop.

16 years agowinnt.h: Fix dllimport and visibility attributes on cygwin.
Steven Edwards [Tue, 4 Mar 2008 02:49:02 +0000 (21:49 -0500)] 
winnt.h: Fix dllimport and visibility attributes on cygwin.

16 years agomakefiles: Split AR into AR and ARFLAGS.
Rob Shearman [Tue, 4 Mar 2008 15:53:41 +0000 (15:53 +0000)] 
makefiles: Split AR into AR and ARFLAGS.

16 years agomakefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Rob Shearman [Tue, 4 Mar 2008 15:52:54 +0000 (15:52 +0000)] 
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.

Only specify the root to keep platform-specifics out of the individual
DLL makefiles.

16 years agofonts: Add the bitmap sets for cyrillic glyphs to tahoma.sfd.
Dmitry Timoshkov [Tue, 4 Mar 2008 15:07:39 +0000 (23:07 +0800)] 
fonts: Add the bitmap sets for cyrillic glyphs to tahoma.sfd.

16 years agod3dx9_36: Create d3dx9 importlib.
Tony Wasserka [Tue, 4 Mar 2008 14:20:33 +0000 (15:20 +0100)] 
d3dx9_36: Create d3dx9 importlib.

16 years agomake_makefiles: Fix importlib handling.
Tony Wasserka [Tue, 4 Mar 2008 14:08:57 +0000 (15:08 +0100)] 
make_makefiles: Fix importlib handling.

16 years agod3dx9: Implement D3DXCheckVersion.
Tony Wasserka [Tue, 19 Feb 2008 18:46:30 +0000 (19:46 +0100)] 
d3dx9: Implement D3DXCheckVersion.

16 years agouser32: Store the window placement information directly in the main window structure.
Alexandre Julliard [Tue, 4 Mar 2008 19:45:40 +0000 (20:45 +0100)] 
user32: Store the window placement information directly in the main window structure.

16 years agouser32: Fix a couple of message test failures.
Alexandre Julliard [Tue, 4 Mar 2008 19:01:41 +0000 (20:01 +0100)] 
user32: Fix a couple of message test failures.

16 years agouser32/tests: Fix most message tests to pass on Vista.
Alexandre Julliard [Tue, 4 Mar 2008 19:00:13 +0000 (20:00 +0100)] 
user32/tests: Fix most message tests to pass on Vista.

16 years agowinealsa: Use "default" as the default card name instead of "default:0".
Karsten Elfenbein [Tue, 4 Mar 2008 09:28:58 +0000 (01:28 -0800)] 
winealsa: Use "default" as the default card name instead of "default:0".

16 years agowined3d: Use GL_EXT_gpu_program_parameters if available.
Stefan Dösinger [Thu, 14 Feb 2008 14:30:29 +0000 (15:30 +0100)] 
wined3d: Use GL_EXT_gpu_program_parameters if available.

16 years agowined3d: Hardcode local constants in ARB shaders if possible.
Stefan Dösinger [Thu, 14 Feb 2008 13:15:49 +0000 (14:15 +0100)] 
wined3d: Hardcode local constants in ARB shaders if possible.

16 years agowined3d: Implement a different constant dirtification algorithm.
Stefan Dösinger [Tue, 4 Mar 2008 01:30:23 +0000 (02:30 +0100)] 
wined3d: Implement a different constant dirtification algorithm.

Add a new property of the shader backend which indicates whether the
shader backend is able to dirtify single constants rather than
dirtifying vshader and pshader constants as a whole. Depending on this
a different Set*ConstantF implementation is used which marks constants
dirty. The ARB shader backend uses this and marks constants clean
after uploading.

16 years agowidl: Avoid getopt constants that may not be defined.
Alexandre Julliard [Tue, 4 Mar 2008 11:14:46 +0000 (12:14 +0100)] 
widl: Avoid getopt constants that may not be defined.

16 years agolibport: Undefine strcasecmp and strncasecmp in case they are defined to stricmp...
Rob Shearman [Mon, 3 Mar 2008 21:52:27 +0000 (21:52 +0000)] 
libport: Undefine strcasecmp and strncasecmp in case they are defined to stricmp and strnicmp respectively.

16 years agoinclude: Remove superfluous semi-colon from d3d9.h.
Rob Shearman [Mon, 3 Mar 2008 21:48:25 +0000 (21:48 +0000)] 
include: Remove superfluous semi-colon from d3d9.h.

16 years agoAdd configure check for strtoll and strtoull.
Rob Shearman [Mon, 3 Mar 2008 21:48:18 +0000 (21:48 +0000)] 
Add configure check for strtoll and strtoull.

Define these to _strtoi64 and _strtoui64 if these are available instead.

16 years agolibwpp: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available...
Rob Shearman [Mon, 3 Mar 2008 21:47:14 +0000 (21:47 +0000)] 
libwpp: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available on all platforms.

16 years agowininet: Fix compile with MinGW.
Rob Shearman [Mon, 3 Mar 2008 21:46:52 +0000 (21:46 +0000)] 
wininet: Fix compile with MinGW.

16 years agoqmgr: Implement IBackgroundCopyJob_GetProgress.
Roy Shea [Tue, 4 Mar 2008 00:48:08 +0000 (16:48 -0800)] 
qmgr: Implement IBackgroundCopyJob_GetProgress.

16 years agoqmgr: Implement Skip and Reset for IEnumBackgroundCopyJobs.
Roy Shea [Tue, 4 Mar 2008 00:47:21 +0000 (16:47 -0800)] 
qmgr: Implement Skip and Reset for IEnumBackgroundCopyJobs.

16 years agoqmgr: Implement IEnumBackgroundCopyJobs_Next.
Dan Hipschman [Tue, 4 Mar 2008 00:46:44 +0000 (16:46 -0800)] 
qmgr: Implement IEnumBackgroundCopyJobs_Next.

16 years agoqmgr: Implement IEnumBackgroundCopyJobs_GetCount.
Roy Shea [Tue, 4 Mar 2008 00:46:08 +0000 (16:46 -0800)] 
qmgr: Implement IEnumBackgroundCopyJobs_GetCount.

16 years agomsi: Add tests for MsiGetProductInfoEx.
James Hawkins [Tue, 4 Mar 2008 09:09:40 +0000 (03:09 -0600)] 
msi: Add tests for MsiGetProductInfoEx.

16 years agomsi: Implement MsiGetProductInfoEx.
James Hawkins [Tue, 4 Mar 2008 09:08:19 +0000 (03:08 -0600)] 
msi: Implement MsiGetProductInfoEx.

16 years agowinecfg: Raise max screen resolution to 160 DPI.
Austin English [Tue, 4 Mar 2008 04:09:53 +0000 (22:09 -0600)] 
winecfg: Raise max screen resolution to 160 DPI.

16 years agocmd.exe: Support cd .. when saving current directory.
Jason Edmeades [Mon, 3 Mar 2008 23:14:30 +0000 (23:14 +0000)] 
cmd.exe: Support cd .. when saving current directory.

16 years agocmd.exe: Fix pipes.
Jason Edmeades [Mon, 3 Mar 2008 23:14:29 +0000 (23:14 +0000)] 
cmd.exe: Fix pipes.

16 years agocmd.exe: Fix running programs from root of drive.
Jason Edmeades [Mon, 3 Mar 2008 23:14:28 +0000 (23:14 +0000)] 
cmd.exe: Fix running programs from root of drive.

16 years agoshell32: Added tests for SHGetFolderPathAndSubDirA.
Stefan Leichter [Mon, 3 Mar 2008 22:44:52 +0000 (23:44 +0100)] 
shell32: Added tests for SHGetFolderPathAndSubDirA.

16 years agowgl: Add aux buffers support for use with wglChoosePixelFormatARB.
Roderick Colenbrander [Mon, 3 Mar 2008 22:45:25 +0000 (23:45 +0100)] 
wgl: Add aux buffers support for use with wglChoosePixelFormatARB.

16 years agokernel32: Assign to structs instead of using memcpy.
Andrew Talbot [Mon, 3 Mar 2008 22:27:46 +0000 (22:27 +0000)] 
kernel32: Assign to structs instead of using memcpy.

16 years agocmdlgtst: Remove unneeded DLGPROC casts.
Peter Oberndorfer [Mon, 3 Mar 2008 20:21:04 +0000 (21:21 +0100)] 
cmdlgtst: Remove unneeded DLGPROC casts.

16 years agowordpad: Use correct prototype for dialog functions.
Peter Oberndorfer [Mon, 3 Mar 2008 20:05:34 +0000 (21:05 +0100)] 
wordpad: Use correct prototype for dialog functions.

16 years agod3d9: Remove D3D9GetSWInfo.
Stefan Dösinger [Sat, 23 Feb 2008 21:58:00 +0000 (22:58 +0100)] 
d3d9: Remove D3D9GetSWInfo.

16 years agod3d9: Reorder the spec file.
Stefan Dösinger [Sat, 23 Feb 2008 21:56:41 +0000 (22:56 +0100)] 
d3d9: Reorder the spec file.

16 years agod3d9: Implement Direct3DCreate9Ex + tests.
Stefan Dösinger [Thu, 28 Feb 2008 20:31:25 +0000 (21:31 +0100)] 
d3d9: Implement Direct3DCreate9Ex + tests.

16 years agod3d9: IDirect3DDevice9Ex stub.
Stefan Dösinger [Thu, 28 Feb 2008 20:25:35 +0000 (21:25 +0100)] 
d3d9: IDirect3DDevice9Ex stub.

16 years agod3d9: Add an IDirect3D9Ex stub.
Stefan Dösinger [Thu, 28 Feb 2008 20:10:46 +0000 (21:10 +0100)] 
d3d9: Add an IDirect3D9Ex stub.

16 years agoddraw: Catch No-op SetRenderTarget operations.
Stefan Dösinger [Thu, 28 Feb 2008 18:10:19 +0000 (19:10 +0100)] 
ddraw: Catch No-op SetRenderTarget operations.

16 years agowined3d: Call fixup_extensions before destroying the fake context.
Stefan Dösinger [Sun, 24 Feb 2008 09:19:01 +0000 (10:19 +0100)] 
wined3d: Call fixup_extensions before destroying the fake context.

16 years agowininet: Moved InternetReadFileExA to vtbl.
Jacek Caban [Mon, 3 Mar 2008 17:07:20 +0000 (18:07 +0100)] 
wininet: Moved InternetReadFileExA to vtbl.

16 years agoReplace some instances of LoadStringA by LoadStringW.
Alexandre Julliard [Mon, 3 Mar 2008 19:07:37 +0000 (20:07 +0100)] 
Replace some instances of LoadStringA by LoadStringW.

16 years agouser32: Reimplement LoadStringA to avoid memory allocations and to pass the tests.
Alexandre Julliard [Mon, 3 Mar 2008 19:06:54 +0000 (20:06 +0100)] 
user32: Reimplement LoadStringA to avoid memory allocations and to pass the tests.

16 years agouser32/tests: Conformance tests for LoadStringW and LoadStringA.
Christopher Berner [Sun, 2 Mar 2008 17:01:55 +0000 (09:01 -0800)] 
user32/tests: Conformance tests for LoadStringW and LoadStringA.

16 years agoserver: Invalidate the newly exposed child region on the parent too if it doesn't...
Alexandre Julliard [Mon, 3 Mar 2008 16:52:18 +0000 (17:52 +0100)] 
server: Invalidate the newly exposed child region on the parent too if it doesn't clip children.

16 years agouser32/tests: Skip tests instead of crashing if global hook cannot be set.
Alexandre Julliard [Mon, 3 Mar 2008 16:51:42 +0000 (17:51 +0100)] 
user32/tests: Skip tests instead of crashing if global hook cannot be set.

16 years agofonts: Add small cyrillic glyphs to tahoma.sfd.
Dmitry Timoshkov [Mon, 3 Mar 2008 10:14:25 +0000 (18:14 +0800)] 
fonts: Add small cyrillic glyphs to tahoma.sfd.

16 years agoadvapi32/tests: Skip not available functions.
Paul Vriens [Mon, 3 Mar 2008 09:46:06 +0000 (10:46 +0100)] 
advapi32/tests: Skip not available functions.