wine
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.

16 years agokernel32: Added a winoldap.mod 16-bit exe to launch 32-bit processes.
Alexandre Julliard [Mon, 3 Mar 2008 14:22:35 +0000 (15:22 +0100)] 
kernel32: Added a winoldap.mod 16-bit exe to launch 32-bit processes.

Based on a patch by Dmitry Timoshkov.

16 years agowinebuild: Add support for 16-bit exe modules.
Alexandre Julliard [Mon, 3 Mar 2008 14:19:53 +0000 (15:19 +0100)] 
winebuild: Add support for 16-bit exe modules.

16 years agodlls: Move installation rules for 16-bit placeholders to the top-level makefile.
Alexandre Julliard [Mon, 3 Mar 2008 14:18:57 +0000 (15:18 +0100)] 
dlls: Move installation rules for 16-bit placeholders to the top-level makefile.

16 years agomshtml: Added IHTMLScriptElement stub implementation.
Jacek Caban [Mon, 3 Mar 2008 00:20:27 +0000 (01:20 +0100)] 
mshtml: Added IHTMLScriptElement stub implementation.

16 years agogdiplus: Implement GdipLoadImageFromFile.
Nathan Beckmann [Sun, 24 Feb 2008 15:41:29 +0000 (07:41 -0800)] 
gdiplus: Implement GdipLoadImageFromFile.

16 years agogdiplus: Add tests for GdipCreateBitmapFromFile.
Nathan Beckmann [Sun, 24 Feb 2008 15:41:28 +0000 (07:41 -0800)] 
gdiplus: Add tests for GdipCreateBitmapFromFile.

16 years agogdiplus: Fix IStream_Release in GdipCreateBitmapFromFile.
Nathan Beckmann [Sun, 24 Feb 2008 15:41:27 +0000 (07:41 -0800)] 
gdiplus: Fix IStream_Release in GdipCreateBitmapFromFile.

16 years agoregedit: Include the terminating null in string lengths.
Alexandre Julliard [Mon, 3 Mar 2008 11:07:16 +0000 (12:07 +0100)] 
regedit: Include the terminating null in string lengths.

16 years agowinmm/tests: Don't use 0x55 to avoid any confusion when running with +heap.
Francois Gouget [Sun, 2 Mar 2008 12:24:08 +0000 (13:24 +0100)] 
winmm/tests: Don't use 0x55 to avoid any confusion when running with +heap.

16 years agoAssorted spelling, punctuation and case fixes.
Francois Gouget [Sat, 1 Mar 2008 20:10:38 +0000 (21:10 +0100)] 
Assorted spelling, punctuation and case fixes.

16 years agowininet/tests: FtpCommandA() is not available on Win9x. So load it dynamically and...
Francois Gouget [Sat, 1 Mar 2008 20:13:55 +0000 (21:13 +0100)] 
wininet/tests: FtpCommandA() is not available on Win9x. So load it dynamically and skip some tests.

16 years agowintrust/tests: Crypt(En,De)codeObjectEx() are not available on Win9x. So load them...
Francois Gouget [Sat, 1 Mar 2008 20:13:39 +0000 (21:13 +0100)] 
wintrust/tests: Crypt(En,De)codeObjectEx() are not available on Win9x. So load them dynamically and skip some tests.

16 years agogdiplus/tests: Add the trailing '\n' to a couple of ok() calls.
Francois Gouget [Sat, 1 Mar 2008 20:13:09 +0000 (21:13 +0100)] 
gdiplus/tests: Add the trailing '\n' to a couple of ok() calls.

16 years agogdi32/tests: Add the trailing '\n' to a couple of ok() calls.
Francois Gouget [Sat, 1 Mar 2008 20:13:04 +0000 (21:13 +0100)] 
gdi32/tests: Add the trailing '\n' to a couple of ok() calls.

16 years agowined3d: Add D32F_LOCKABLE to getDepthStencilBits.
Roderick Colenbrander [Sun, 2 Mar 2008 22:53:26 +0000 (23:53 +0100)] 
wined3d: Add D32F_LOCKABLE to getDepthStencilBits.

16 years agowininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
Jacek Caban [Sun, 2 Mar 2008 18:55:04 +0000 (19:55 +0100)] 
wininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.

16 years agowininet: Move FTP structs and functions declarations from internet.h.
Jacek Caban [Sun, 2 Mar 2008 18:54:36 +0000 (19:54 +0100)] 
wininet: Move FTP structs and functions declarations from internet.h.

16 years agowininet: Move InternetReadFile to vtbl.
Jacek Caban [Sun, 2 Mar 2008 18:35:11 +0000 (19:35 +0100)] 
wininet: Move InternetReadFile to vtbl.

16 years agowininet: Move INTERNET_STATUS_REQUEST_COMPLETE call from INTERNET_ReadFile.
Jacek Caban [Sun, 2 Mar 2008 18:53:35 +0000 (19:53 +0100)] 
wininet: Move INTERNET_STATUS_REQUEST_COMPLETE call from INTERNET_ReadFile.

16 years agowininet: Fixed some tests.
Jacek Caban [Sun, 2 Mar 2008 18:53:13 +0000 (19:53 +0100)] 
wininet: Fixed some tests.

16 years agomshtml.idl: Added IHTMLScriptElement declaration.
Jacek Caban [Sun, 2 Mar 2008 18:53:01 +0000 (19:53 +0100)] 
mshtml.idl: Added IHTMLScriptElement declaration.

16 years agofonts: Add capital cyrillic glyphs to tahoma.sfd.
Dmitry Timoshkov [Sun, 2 Mar 2008 15:49:41 +0000 (23:49 +0800)] 
fonts: Add capital cyrillic glyphs to tahoma.sfd.

16 years agofonts: Change encoding of tahoma.sfd to unicode.
Dmitry Timoshkov [Sun, 2 Mar 2008 15:48:19 +0000 (23:48 +0800)] 
fonts: Change encoding of tahoma.sfd to unicode.

16 years agowrc: Convert standard control classes names into ids also for UTF-8 resource files.
Mikołaj Zalewski [Sat, 1 Mar 2008 22:13:39 +0000 (23:13 +0100)] 
wrc: Convert standard control classes names into ids also for UTF-8 resource files.

16 years agoshlwapi: Handle buffer overflow on A->W converter.
Marcus Meissner [Sat, 1 Mar 2008 22:12:26 +0000 (23:12 +0100)] 
shlwapi: Handle buffer overflow on A->W converter.

16 years agowined3d: Catch NOP palette changes.
Stefan Dösinger [Mon, 25 Feb 2008 09:59:53 +0000 (10:59 +0100)] 
wined3d: Catch NOP palette changes.

16 years agoinclude: Declare IDirect3D9Ex and IDirect3DDevice9Ex.
Stefan Dösinger [Sat, 23 Feb 2008 16:57:53 +0000 (17:57 +0100)] 
include: Declare IDirect3D9Ex and IDirect3DDevice9Ex.

16 years agod3d9: Fix an ok line.
Stefan Dösinger [Fri, 22 Feb 2008 12:05:21 +0000 (13:05 +0100)] 
d3d9: Fix an ok line.

16 years agowined3d: Give occlusion queries their own vtable.
Stefan Dösinger [Thu, 28 Feb 2008 20:03:41 +0000 (21:03 +0100)] 
wined3d: Give occlusion queries their own vtable.

16 years agowined3d: Subclass queries.
Stefan Dösinger [Thu, 28 Feb 2008 20:02:58 +0000 (21:02 +0100)] 
wined3d: Subclass queries.

16 years agomsxml3: Implement IXMLDOMProcessingInstruction_get_nodeName.
Alistair Leslie-Hughes [Sat, 1 Mar 2008 12:20:20 +0000 (23:20 +1100)] 
msxml3: Implement IXMLDOMProcessingInstruction_get_nodeName.

16 years agomsxml3: Implmented IXMLDOMCDATASection_get_data.
Alistair Leslie-Hughes [Sat, 1 Mar 2008 11:54:33 +0000 (22:54 +1100)] 
msxml3: Implmented IXMLDOMCDATASection_get_data.

16 years agomsxml3: Implement IXMLDOMCDATASection_get_nodeValue.
Alistair Leslie-Hughes [Sat, 1 Mar 2008 11:51:00 +0000 (22:51 +1100)] 
msxml3: Implement IXMLDOMCDATASection_get_nodeValue.

16 years agomsxml3: Implement IXMLDOMText_appendData.
Alistair Leslie-Hughes [Sat, 1 Mar 2008 11:32:58 +0000 (22:32 +1100)] 
msxml3: Implement IXMLDOMText_appendData.

16 years agowinex11: Set the appropriate _NET_WM_STATE properties for maximized windows.
Alexandre Julliard [Sat, 1 Mar 2008 12:30:58 +0000 (13:30 +0100)] 
winex11: Set the appropriate _NET_WM_STATE properties for maximized windows.

16 years agontdll: Only grab the loader lock once we actually call external functions.
Alexandre Julliard [Sat, 1 Mar 2008 12:30:34 +0000 (13:30 +0100)] 
ntdll: Only grab the loader lock once we actually call external functions.

16 years agokernel32: Fix GetVolumeInformation for fat32 partitions.
Maarten Lankhorst [Fri, 29 Feb 2008 23:12:09 +0000 (15:12 -0800)] 
kernel32: Fix GetVolumeInformation for fat32 partitions.

16 years agogdiplus: Implemented GdipDrawImageRectRectI.
Jon Yang [Fri, 29 Feb 2008 05:54:47 +0000 (21:54 -0800)] 
gdiplus: Implemented GdipDrawImageRectRectI.

16 years agomsi: Include query.h to pull in the definition of STREAMS_CreateView.
James Hawkins [Sat, 1 Mar 2008 08:08:48 +0000 (02:08 -0600)] 
msi: Include query.h to pull in the definition of STREAMS_CreateView.

16 years agomsi: Add definitions for MsiEnumComponentCosts.
James Hawkins [Sat, 1 Mar 2008 08:07:49 +0000 (02:07 -0600)] 
msi: Add definitions for MsiEnumComponentCosts.

16 years agomsi: Remove a pointless wrapper of RegCreateKey.
James Hawkins [Sat, 1 Mar 2008 08:06:54 +0000 (02:06 -0600)] 
msi: Remove a pointless wrapper of RegCreateKey.

16 years agomsi: Make local functions static.
James Hawkins [Sat, 1 Mar 2008 05:29:43 +0000 (23:29 -0600)] 
msi: Make local functions static.

16 years agomsi: Implement the UILevel property of the Installer object.
James Hawkins [Fri, 29 Feb 2008 19:37:44 +0000 (13:37 -0600)] 
msi: Implement the UILevel property of the Installer object.

16 years agomsi: Don't bail out if the row to modify is not found as not all modify commands...
James Hawkins [Fri, 29 Feb 2008 19:41:04 +0000 (13:41 -0600)] 
msi: Don't bail out if the row to modify is not found as not all modify commands need the row.

16 years agojanitorial: Remove links to any microsoft site.
James Hawkins [Sat, 1 Mar 2008 04:37:21 +0000 (22:37 -0600)] 
janitorial: Remove links to any microsoft site.

16 years agojanitorial: Remove links to any microsoft site.
James Hawkins [Sat, 1 Mar 2008 04:36:46 +0000 (22:36 -0600)] 
janitorial: Remove links to any microsoft site.

16 years agojanitorial: Remove links to any microsoft site.
James Hawkins [Sat, 1 Mar 2008 04:35:20 +0000 (22:35 -0600)] 
janitorial: Remove links to any microsoft site.

16 years agojanitorial: Remove links to any microsoft site.
James Hawkins [Sat, 1 Mar 2008 04:34:39 +0000 (22:34 -0600)] 
janitorial: Remove links to any microsoft site.

16 years agojanitorial: Remove links to any microsoft site.
James Hawkins [Sat, 1 Mar 2008 04:33:54 +0000 (22:33 -0600)] 
janitorial: Remove links to any microsoft site.

16 years agojanitorial: Remove links to any microsoft site.
James Hawkins [Sat, 1 Mar 2008 04:29:54 +0000 (22:29 -0600)] 
janitorial: Remove links to any microsoft site.

16 years agojanitorial: Remove links to any microsoft site.
James Hawkins [Sat, 1 Mar 2008 04:28:45 +0000 (22:28 -0600)] 
janitorial: Remove links to any microsoft site.

16 years agocfgmgr32: Forward some more functions to setupapi.
Maarten Lankhorst [Sat, 1 Mar 2008 02:00:41 +0000 (18:00 -0800)] 
cfgmgr32: Forward some more functions to setupapi.

16 years agosetupapi: Implement CM_Get_Device_ID and add a stub for CM_Get_Parent.
Maarten Lankhorst [Sat, 1 Mar 2008 01:46:58 +0000 (17:46 -0800)] 
setupapi: Implement CM_Get_Device_ID and add a stub for CM_Get_Parent.

16 years agoitss: Assign to structs instead of using memcpy.
Andrew Talbot [Fri, 29 Feb 2008 22:06:59 +0000 (22:06 +0000)] 
itss: Assign to structs instead of using memcpy.

16 years agogdiplus: Assign to structs instead of using memcpy.
Andrew Talbot [Fri, 29 Feb 2008 22:06:47 +0000 (22:06 +0000)] 
gdiplus: Assign to structs instead of using memcpy.

16 years agodinput: Assign to structs instead of using memcpy.
Andrew Talbot [Fri, 29 Feb 2008 22:06:34 +0000 (22:06 +0000)] 
dinput: Assign to structs instead of using memcpy.