wine
16 years agomountmgr: Include some system headers in mountmgr.h.
Alexandre Julliard [Tue, 21 Oct 2008 13:01:52 +0000 (15:01 +0200)] 
mountmgr: Include some system headers in mountmgr.h.

16 years agowldap32: Use a test query that is more likely to succeed within 20 seconds.
Hans Leidekker [Tue, 21 Oct 2008 11:53:37 +0000 (13:53 +0200)] 
wldap32: Use a test query that is more likely to succeed within 20 seconds.

16 years agowinex11: Ignore source clipping in BitBlt.
Chris Wilson [Fri, 17 Oct 2008 20:15:15 +0000 (15:15 -0500)] 
winex11: Ignore source clipping in BitBlt.

16 years agowinscard: Added SCardAccessStartedEvent implementation.
Mounir IDRASSI [Mon, 20 Oct 2008 21:03:39 +0000 (23:03 +0200)] 
winscard: Added SCardAccessStartedEvent implementation.

16 years agowinmm: MMIO_ALLOCBUF is ignored if mmioOpen gets a valid buffer.
Dmitry Timoshkov [Tue, 21 Oct 2008 10:27:16 +0000 (19:27 +0900)] 
winmm: MMIO_ALLOCBUF is ignored if mmioOpen gets a valid buffer.

Existing tests show that MMIO_ALLOCBUF flag is dropped if a valid buffer
is being passed to mmioOpen, that means the buffer is valid in that case.

16 years agoole32: Query the object's dirty state if it's running.
Huw Davies [Mon, 20 Oct 2008 15:32:56 +0000 (16:32 +0100)] 
ole32: Query the object's dirty state if it's running.

16 years agoole32: Call the object's IPersistStorage_HandsOffStorage() if the object is running.
Huw Davies [Mon, 20 Oct 2008 14:46:23 +0000 (15:46 +0100)] 
ole32: Call the object's IPersistStorage_HandsOffStorage() if the object is running.

16 years agoole32: Call the object's IPersistStorage_SaveCompleted() if the object is running.
Huw Davies [Mon, 20 Oct 2008 14:43:39 +0000 (15:43 +0100)] 
ole32: Call the object's IPersistStorage_SaveCompleted() if the object is running.

16 years agoole32: Call the object's IPersistStorage_Save() if the object is running.
Huw Davies [Mon, 20 Oct 2008 14:37:38 +0000 (15:37 +0100)] 
ole32: Call the object's IPersistStorage_Save() if the object is running.

16 years agoole32: Call the object's IPersistStorage_InitNew() if the object is running.
Huw Davies [Mon, 20 Oct 2008 14:28:03 +0000 (15:28 +0100)] 
ole32: Call the object's IPersistStorage_InitNew() if the object is running.

16 years agoole32: Call the object's IPersistStorage_Load() if the object is running.
Huw Davies [Mon, 20 Oct 2008 14:16:49 +0000 (15:16 +0100)] 
ole32: Call the object's IPersistStorage_Load() if the object is running.

16 years agoole32: Call the object's IOleObject_IsUpToData() if the object is running.
Huw Davies [Mon, 20 Oct 2008 13:51:39 +0000 (14:51 +0100)] 
ole32: Call the object's IOleObject_IsUpToData() if the object is running.

16 years agoole32: Call the object's own IOleObject_GetUserType() if the object is running.
Huw Davies [Mon, 20 Oct 2008 13:48:38 +0000 (14:48 +0100)] 
ole32: Call the object's own IOleObject_GetUserType() if the object is running.

16 years agoole32: Partial implementation of IOleObject_Update().
Huw Davies [Mon, 20 Oct 2008 13:45:56 +0000 (14:45 +0100)] 
ole32: Partial implementation of IOleObject_Update().

16 years agoadvapi32: LookupAccountNameW() - only first user account and well known SIDs accepted.
Paul Bryan Roberts [Sat, 18 Oct 2008 21:09:14 +0000 (22:09 +0100)] 
advapi32: LookupAccountNameW() - only first user account and well known SIDs accepted.

16 years agoadvapi32: LookupAccountSidW() - handle first user account.
Paul Bryan Roberts [Sat, 18 Oct 2008 20:53:24 +0000 (21:53 +0100)] 
advapi32: LookupAccountSidW() - handle first user account.

16 years agoadvapi32: LookupAccountNameW() - NULL account name handled.
Paul Bryan Roberts [Sat, 18 Oct 2008 20:40:21 +0000 (21:40 +0100)] 
advapi32: LookupAccountNameW() - NULL account name handled.

16 years agoadvapi32: LookupAccountNameW() - use CreateWellKnownSid() properly.
Paul Bryan Roberts [Sat, 18 Oct 2008 20:28:39 +0000 (21:28 +0100)] 
advapi32: LookupAccountNameW() - use CreateWellKnownSid() properly.

16 years agoadvapi32: LookupAccountNameW() - correct call in SetEntriesInAclW().
Paul Bryan Roberts [Sat, 18 Oct 2008 19:56:08 +0000 (20:56 +0100)] 
advapi32: LookupAccountNameW() - correct call in SetEntriesInAclW().

16 years agoadvapi32: LookupAccountNameW() - use ACCOUNT_SIDS domain and name_use fields for...
Paul Bryan Roberts [Sat, 18 Oct 2008 19:51:58 +0000 (20:51 +0100)] 
advapi32: LookupAccountNameW() - use ACCOUNT_SIDS domain and name_use fields for well known SIDS.

16 years agoadvapi32: LookupAccountNameW() - return correct domain name length for not-so-well...
Paul Bryan Roberts [Sat, 18 Oct 2008 19:46:35 +0000 (20:46 +0100)] 
advapi32: LookupAccountNameW() - return correct domain name length for not-so-well-known SIDs.

16 years agoadvapi32: LookupAccountNameW() - passes expected SidTypeUser test.
Paul Bryan Roberts [Sat, 18 Oct 2008 19:36:36 +0000 (20:36 +0100)] 
advapi32: LookupAccountNameW() - passes expected SidTypeUser test.

16 years agoadvapi32: LookupAccountNameW() - add got clause to test.
Paul Bryan Roberts [Sat, 18 Oct 2008 18:54:32 +0000 (19:54 +0100)] 
advapi32: LookupAccountNameW() - add got clause to test.

16 years agomscms: Quiet a noisy fixme.
Detlef Riekenberg [Fri, 17 Oct 2008 23:03:49 +0000 (01:03 +0200)] 
mscms: Quiet a noisy fixme.

16 years agowined3d: Add GL_TEXTURE_BINDING_3D to wined3d_gl header.
Tobias Jakobi [Sat, 18 Oct 2008 14:08:49 +0000 (16:08 +0200)] 
wined3d: Add GL_TEXTURE_BINDING_3D to wined3d_gl header.

16 years agowined3d: Fix some typos.
Tobias Jakobi [Mon, 20 Oct 2008 15:56:58 +0000 (17:56 +0200)] 
wined3d: Fix some typos.

16 years agogdiplus: Whole picture object should be cloned in GdipCloneImage(), not just parent...
Kirill K. Smirnov [Mon, 20 Oct 2008 13:10:10 +0000 (17:10 +0400)] 
gdiplus: Whole picture object should be cloned in GdipCloneImage(), not just parent class 'image'.

16 years agoconfigure: Avoid problem with recent autoconf.
Rafał Mużyło [Mon, 20 Oct 2008 19:43:21 +0000 (21:43 +0200)] 
configure: Avoid problem with recent autoconf.

16 years agomsvcrt: Implemented vswprintf_s.
Eric Pouech [Sat, 18 Oct 2008 11:59:47 +0000 (13:59 +0200)] 
msvcrt: Implemented vswprintf_s.

16 years agomsi: Sign-compare warnings fix.
Andrew Talbot [Mon, 20 Oct 2008 21:06:20 +0000 (22:06 +0100)] 
msi: Sign-compare warnings fix.

16 years agomsi: Sign-compare warnings fix.
Andrew Talbot [Mon, 20 Oct 2008 21:06:16 +0000 (22:06 +0100)] 
msi: Sign-compare warnings fix.

16 years agoshell32/tests: Use win_skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 21:06:03 +0000 (23:06 +0200)] 
shell32/tests: Use win_skip instead of trace.

16 years agoshell32/tests: Use win_skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 21:05:51 +0000 (23:05 +0200)] 
shell32/tests: Use win_skip instead of trace.

16 years agousp10/tests: Use win_skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 21:08:45 +0000 (23:08 +0200)] 
usp10/tests: Use win_skip instead of trace.

16 years agoversion/tests: Use win_skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 21:13:31 +0000 (23:13 +0200)] 
version/tests: Use win_skip instead of trace.

16 years agoversion/tests: Fix a copy-paste mistake.
Paul Vriens [Mon, 20 Oct 2008 21:11:33 +0000 (23:11 +0200)] 
version/tests: Fix a copy-paste mistake.

16 years agocomctl32/tests: Use win_skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 20:13:32 +0000 (22:13 +0200)] 
comctl32/tests: Use win_skip instead of trace.

16 years agocomctl32/tests: Use win_skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 20:10:15 +0000 (22:10 +0200)] 
comctl32/tests: Use win_skip instead of trace.

16 years agouxtheme/tests: Use skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 21:03:05 +0000 (23:03 +0200)] 
uxtheme/tests: Use skip instead of trace.

16 years agopsapi/tests: Use win_skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 20:44:09 +0000 (22:44 +0200)] 
psapi/tests: Use win_skip instead of trace.

16 years agosetupapi/tests: Fix a failure on win98.
Paul Vriens [Mon, 20 Oct 2008 20:58:18 +0000 (22:58 +0200)] 
setupapi/tests: Fix a failure on win98.

16 years agomscms/tests: Fix a typo.
Paul Vriens [Mon, 20 Oct 2008 20:18:32 +0000 (22:18 +0200)] 
mscms/tests: Fix a typo.

16 years agokernel32/tests: Free memory after use.
Paul Vriens [Mon, 20 Oct 2008 20:15:49 +0000 (22:15 +0200)] 
kernel32/tests: Free memory after use.

16 years agoadvpack/tests: Use win_skip instead of trace.
Paul Vriens [Mon, 20 Oct 2008 20:07:39 +0000 (22:07 +0200)] 
advpack/tests: Use win_skip instead of trace.

16 years agocrypt32: Don't crash if adding to a provider store fails.
Juan Lang [Mon, 20 Oct 2008 21:02:39 +0000 (14:02 -0700)] 
crypt32: Don't crash if adding to a provider store fails.

16 years agojscript: Treat function expressions with identifier as function declarations.
Jacek Caban [Mon, 20 Oct 2008 20:12:42 +0000 (13:12 -0700)] 
jscript: Treat function expressions with identifier as function declarations.

16 years agod3d10: Add a stub implementation of ID3D10Device.
Henri Verbeet [Mon, 20 Oct 2008 13:28:09 +0000 (15:28 +0200)] 
d3d10: Add a stub implementation of ID3D10Device.

16 years agod3d10: Add a debug function for D3D10_PRIMITIVE_TOPOLOGY.
Henri Verbeet [Mon, 20 Oct 2008 13:28:09 +0000 (15:28 +0200)] 
d3d10: Add a debug function for D3D10_PRIMITIVE_TOPOLOGY.

16 years agod3d10: Add a debug function for DXGI_FORMAT.
Henri Verbeet [Mon, 20 Oct 2008 13:28:08 +0000 (15:28 +0200)] 
d3d10: Add a debug function for DXGI_FORMAT.

16 years agod3d10: Add a debug function for D3D10_DRIVER_TYPE.
Henri Verbeet [Mon, 20 Oct 2008 13:28:08 +0000 (15:28 +0200)] 
d3d10: Add a debug function for D3D10_DRIVER_TYPE.

16 years agowrc: Include errno.h.
Huw Davies [Mon, 20 Oct 2008 13:00:11 +0000 (14:00 +0100)] 
wrc: Include errno.h.

16 years agowidl: Include errno.h.
Huw Davies [Mon, 20 Oct 2008 12:55:38 +0000 (13:55 +0100)] 
widl: Include errno.h.

16 years agontoskrnl: Implemented IoDeleteSymbolicLink.
Alexandre Julliard [Mon, 20 Oct 2008 14:21:22 +0000 (16:21 +0200)] 
ntoskrnl: Implemented IoDeleteSymbolicLink.

16 years agoserver: Added a request to unlink an object from its namespace.
Alexandre Julliard [Mon, 20 Oct 2008 14:21:06 +0000 (16:21 +0200)] 
server: Added a request to unlink an object from its namespace.

16 years agowordpad: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 20 Oct 2008 00:45:27 +0000 (09:45 +0900)] 
wordpad: Updated Korean resource.

16 years agoappwiz.cpl: New Korean resource.
Hwang YunSong(황윤성) [Mon, 20 Oct 2008 00:44:56 +0000 (09:44 +0900)] 
appwiz.cpl: New Korean resource.

16 years agogdiplus: Some tests for GdipCreateRegionHrgn added.
Nikolay Sivov [Sun, 19 Oct 2008 17:13:23 +0000 (21:13 +0400)] 
gdiplus: Some tests for GdipCreateRegionHrgn added.

16 years agowinex11: Prevent XCreateIC from returning NULL when input style isn't "root".
Muneyuki Noguchi [Sat, 18 Oct 2008 14:03:48 +0000 (23:03 +0900)] 
winex11: Prevent XCreateIC from returning NULL when input style isn't "root".

16 years agontdll: Implement SystemProcessorPerformanceInformation for Linux (/proc filesystems...
Aric Stewart [Fri, 17 Oct 2008 20:25:30 +0000 (15:25 -0500)] 
ntdll: Implement SystemProcessorPerformanceInformation for Linux (/proc filesystems) and Mac OS X.

16 years agowinedos: Added/stubbed/documented missing VGA registers.
Jeremiah Flerchinger [Fri, 17 Oct 2008 21:28:30 +0000 (15:28 -0600)] 
winedos: Added/stubbed/documented missing VGA registers.

16 years agowinedos: Added additional VGA/VESA modes & information missing in mode descriptions.
Jeremiah Flerchinger [Fri, 17 Oct 2008 21:28:22 +0000 (15:28 -0600)] 
winedos: Added additional VGA/VESA modes & information missing in mode descriptions.

Used new mode information to fix required attributes incorrectly set.

16 years agowinedos: Added missing values to VGA Mode 19 (256 color) palette registers.
Jeremiah Flerchinger [Fri, 17 Oct 2008 21:28:26 +0000 (15:28 -0600)] 
winedos: Added missing values to VGA Mode 19 (256 color) palette registers.

Windows programs that access VGA directly or through BIOS that
previously displayed black for many values should now show correct
values for many more cases.

16 years agowinedbg: Added a command to allow loading mismatched modules.
Eric Pouech [Sat, 18 Oct 2008 07:15:19 +0000 (09:15 +0200)] 
winedbg: Added a command to allow loading mismatched modules.

16 years agowinedbg: Use Unicode strings for all module references.
Eric Pouech [Sat, 18 Oct 2008 07:15:10 +0000 (09:15 +0200)] 
winedbg: Use Unicode strings for all module references.

16 years agodbghelp: Report in module's info when a module's debug information has been mismatche...
Eric Pouech [Sat, 18 Oct 2008 07:15:03 +0000 (09:15 +0200)] 
dbghelp: Report in module's info when a module's debug information has been mismatched (dbg and pdb only).

16 years agontdll: RtlSetControlSecurityDescriptor() implementation and test.
Paul Bryan Roberts [Fri, 17 Oct 2008 17:44:14 +0000 (18:44 +0100)] 
ntdll: RtlSetControlSecurityDescriptor() implementation and test.

16 years agoinclude: Add commctrl.rh.
Vijay Kiran Kamuju [Fri, 17 Oct 2008 16:35:37 +0000 (12:35 -0400)] 
include: Add commctrl.rh.

16 years agoshlwapi/tests: Replace RegDeleteTreeW to run the tests again.
Detlef Riekenberg [Fri, 17 Oct 2008 14:38:55 +0000 (16:38 +0200)] 
shlwapi/tests: Replace RegDeleteTreeW to run the tests again.

16 years agoshlwapi: Fix pointer and size in AssocQueryStringA.
Detlef Riekenberg [Fri, 17 Oct 2008 14:36:59 +0000 (16:36 +0200)] 
shlwapi: Fix pointer and size in AssocQueryStringA.

16 years agomsi: Use the quoted part of the registry value when searching for a file or directory.
James Hawkins [Mon, 20 Oct 2008 09:20:46 +0000 (04:20 -0500)] 
msi: Use the quoted part of the registry value when searching for a file or directory.

16 years agomsi: Fix a copy and paste error.
James Hawkins [Mon, 20 Oct 2008 09:20:40 +0000 (04:20 -0500)] 
msi: Fix a copy and paste error.

16 years agomsi: Strip the file off the parent path if it's not a directory.
James Hawkins [Mon, 20 Oct 2008 09:20:37 +0000 (04:20 -0500)] 
msi: Strip the file off the parent path if it's not a directory.

16 years agomsi: Only check the file signature if the candidate file is not a directory.
James Hawkins [Mon, 20 Oct 2008 09:20:30 +0000 (04:20 -0500)] 
msi: Only check the file signature if the candidate file is not a directory.

16 years agomsi: Append the next directory to search to the current directory when recursing.
James Hawkins [Mon, 20 Oct 2008 09:20:25 +0000 (04:20 -0500)] 
msi: Append the next directory to search to the current directory when recursing.

16 years agomsi: Only append a backslash to directories.
James Hawkins [Mon, 20 Oct 2008 09:20:20 +0000 (04:20 -0500)] 
msi: Only append a backslash to directories.

16 years agomsi: Don't get rid of the file signature when searching the DrLocator table.
James Hawkins [Mon, 20 Oct 2008 09:20:15 +0000 (04:20 -0500)] 
msi: Don't get rid of the file signature when searching the DrLocator table.

16 years agomsi: Simplify and clean up ACTION_RecurseSearchDirectory.
James Hawkins [Mon, 20 Oct 2008 09:20:10 +0000 (04:20 -0500)] 
msi: Simplify and clean up ACTION_RecurseSearchDirectory.

16 years agomsi: Handle searching for directories in the IniLocator part of the AppSearch action.
James Hawkins [Mon, 20 Oct 2008 09:20:06 +0000 (04:20 -0500)] 
msi: Handle searching for directories in the IniLocator part of the AppSearch action.

16 years agomsi: Handle searching for a file with no signature.
James Hawkins [Mon, 20 Oct 2008 09:19:57 +0000 (04:19 -0500)] 
msi: Handle searching for a file with no signature.

16 years agomsi: Add more tests for the RegLocator part of the AppSearch action.
James Hawkins [Mon, 20 Oct 2008 09:19:49 +0000 (04:19 -0500)] 
msi: Add more tests for the RegLocator part of the AppSearch action.

16 years agomsi: Check the file version when a version is provided in the signature.
James Hawkins [Mon, 20 Oct 2008 09:19:30 +0000 (04:19 -0500)] 
msi: Check the file version when a version is provided in the signature.

16 years agomsi: Add more tests for the AppSearch action.
James Hawkins [Mon, 20 Oct 2008 09:19:26 +0000 (04:19 -0500)] 
msi: Add more tests for the AppSearch action.

16 years agomsi: Return the requested ini field.
James Hawkins [Mon, 20 Oct 2008 09:19:22 +0000 (04:19 -0500)] 
msi: Return the requested ini field.

16 years agomsi: Pass the correct view to get_row.
James Hawkins [Mon, 20 Oct 2008 09:19:18 +0000 (04:19 -0500)] 
msi: Pass the correct view to get_row.

16 years agocryptui: Add a partial implementation of CryptUIWizImport.
Hans Leidekker [Mon, 20 Oct 2008 08:16:45 +0000 (10:16 +0200)] 
cryptui: Add a partial implementation of CryptUIWizImport.

This is just enough to make importing a certificate in Outlook 2007 work.

16 years agouser32: Fix a typo.
Dmitry Timoshkov [Sun, 19 Oct 2008 23:26:52 +0000 (08:26 +0900)] 
user32: Fix a typo.

16 years agowinecfg: Fix compilation on older gcc versions.
Michael Stefaniuc [Sun, 19 Oct 2008 22:25:49 +0000 (00:25 +0200)] 
winecfg: Fix compilation on older gcc versions.

16 years agowined3d: Set the sampler only once in shader_glsl_select_depth_blt().
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)] 
wined3d: Set the sampler only once in shader_glsl_select_depth_blt().

It (obviously) never changes.

16 years agowined3d: Add support for EXT_framebuffer_multisample.
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)] 
wined3d: Add support for EXT_framebuffer_multisample.

16 years agosecur32: Implement schannel InitializeSecurityContextW.
Henri Verbeet [Mon, 20 Oct 2008 07:26:45 +0000 (09:26 +0200)] 
secur32: Implement schannel InitializeSecurityContextW.

16 years agosecur32: Improve error handling for gnutls_global_init().
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)] 
secur32: Improve error handling for gnutls_global_init().

16 years agosecur32: Don't leak the credentials handle when pgnutls_certificate_allocate_credenti...
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)] 
secur32: Don't leak the credentials handle when pgnutls_certificate_allocate_credentials() fails.

16 years agosecur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.
Henri Verbeet [Sun, 19 Oct 2008 22:15:12 +0000 (00:15 +0200)] 
secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.

16 years agowldap32: Map Unix error codes to Windows ones for all functions.
Alexandre Julliard [Mon, 20 Oct 2008 10:22:13 +0000 (12:22 +0200)] 
wldap32: Map Unix error codes to Windows ones for all functions.

16 years agowldap32/tests: Don't crash if ldap_search_ext_sA fails.
Alexandre Julliard [Mon, 20 Oct 2008 10:20:48 +0000 (12:20 +0200)] 
wldap32/tests: Don't crash if ldap_search_ext_sA fails.

16 years agoopengl32: Add some updates for recent opengl extensions.
Roderick Colenbrander [Sun, 19 Oct 2008 23:17:57 +0000 (23:17 +0000)] 
opengl32: Add some updates for recent opengl extensions.

16 years agowined3d: Remove ENTER_GL/LEAVE_GL from VolumeTexture_PreLoad because it doesn't make...
Roderick Colenbrander [Sun, 19 Oct 2008 00:13:20 +0000 (00:13 +0000)] 
wined3d: Remove ENTER_GL/LEAVE_GL from VolumeTexture_PreLoad because it doesn't make any GL calls.

16 years agowined3d: Protect gl calls in Volume_LoadTexture with ENTER_GL/LEAVE_GL.
Roderick Colenbrander [Sun, 19 Oct 2008 00:07:49 +0000 (00:07 +0000)] 
wined3d: Protect gl calls in Volume_LoadTexture with ENTER_GL/LEAVE_GL.

16 years agowined3d: Fix recursive ENTER_GL in UpdateSurface.
Roderick Colenbrander [Sun, 19 Oct 2008 00:05:10 +0000 (00:05 +0000)] 
wined3d: Fix recursive ENTER_GL in UpdateSurface.

16 years agowined3d: ActivateContext caused a lot of recursive ENTER_GL calls while it is especia...
Roderick Colenbrander [Sat, 18 Oct 2008 23:57:36 +0000 (23:57 +0000)] 
wined3d: ActivateContext caused a lot of recursive ENTER_GL calls while it is especially dangerous in here as this function can indirectly trigger GDI calls.