wine
15 years agocomdlg32/tests: Add a test for GetOpenFileName with a dialog template.
Aric Stewart [Tue, 21 Oct 2008 18:10:59 +0000 (13:10 -0500)] 
comdlg32/tests: Add a test for GetOpenFileName with a dialog template.

15 years agogdiplus: Added Gdip[Get/Set]TextureWrapMode.
Nikolay Sivov [Tue, 21 Oct 2008 15:39:21 +0000 (19:39 +0400)] 
gdiplus: Added Gdip[Get/Set]TextureWrapMode.

15 years agowpp: Check for overflows when parsing integer constants.
Rob Shearman [Tue, 21 Oct 2008 14:14:11 +0000 (15:14 +0100)] 
wpp: Check for overflows when parsing integer constants.

15 years agodxgi: Implement CreateDXGIFactory().
Henri Verbeet [Tue, 21 Oct 2008 13:06:58 +0000 (15:06 +0200)] 
dxgi: Implement CreateDXGIFactory().

15 years agodxgi: Add the IDXGIFactory interface.
Henri Verbeet [Tue, 21 Oct 2008 13:06:58 +0000 (15:06 +0200)] 
dxgi: Add the IDXGIFactory interface.

15 years agodxgi: Add a dxgi dll.
Henri Verbeet [Tue, 21 Oct 2008 13:06:58 +0000 (15:06 +0200)] 
dxgi: Add a dxgi dll.

15 years agod3d10: Add an initial implementation of D3D10CreateDevice().
Henri Verbeet [Tue, 21 Oct 2008 13:06:58 +0000 (15:06 +0200)] 
d3d10: Add an initial implementation of D3D10CreateDevice().

15 years agoquartz: Implement dynamic format changing in directsound renderer.
Maarten Lankhorst [Tue, 21 Oct 2008 10:50:36 +0000 (12:50 +0200)] 
quartz: Implement dynamic format changing in directsound renderer.

15 years agoquartz: Fix ACMWrapper to allow mono channels too.
Maarten Lankhorst [Tue, 21 Oct 2008 10:50:12 +0000 (12:50 +0200)] 
quartz: Fix ACMWrapper to allow mono channels too.

15 years agowinspool.drv: The fourth parameter of DeviceCapabilitiesW should be an output ptr.
Huw Davies [Tue, 21 Oct 2008 10:45:05 +0000 (11:45 +0100)] 
winspool.drv: The fourth parameter of DeviceCapabilitiesW should be an output ptr.

15 years agomountmgr: Reuse create_disk_device to create the initial harddisk0 device.
Alexandre Julliard [Tue, 21 Oct 2008 14:11:51 +0000 (16:11 +0200)] 
mountmgr: Reuse create_disk_device to create the initial harddisk0 device.

15 years agomountmgr: Create a PhysicalDrive symlink for all harddisk devices.
Alexandre Julliard [Tue, 21 Oct 2008 14:08:51 +0000 (16:08 +0200)] 
mountmgr: Create a PhysicalDrive symlink for all harddisk devices.

15 years agomountmgr: Create a new harddisk device for dynamic harddisk drives.
Alexandre Julliard [Tue, 21 Oct 2008 13:52:47 +0000 (15:52 +0200)] 
mountmgr: Create a new harddisk device for dynamic harddisk drives.

15 years agomountmgr: Query the drive type from the registry for the initial creation.
Alexandre Julliard [Tue, 21 Oct 2008 13:42:21 +0000 (15:42 +0200)] 
mountmgr: Query the drive type from the registry for the initial creation.

15 years agomountmgr: Convert the registry calls to Unicode.
Alexandre Julliard [Tue, 21 Oct 2008 13:28:23 +0000 (15:28 +0200)] 
mountmgr: Convert the registry calls to Unicode.

15 years agomountmgr: Return the drive pointer from get_dosdevices_path().
Alexandre Julliard [Tue, 21 Oct 2008 13:20:42 +0000 (15:20 +0200)] 
mountmgr: Return the drive pointer from get_dosdevices_path().

15 years agomountmgr: Create devices and symlinks for dynamic drives too.
Alexandre Julliard [Tue, 21 Oct 2008 13:20:09 +0000 (15:20 +0200)] 
mountmgr: Create devices and symlinks for dynamic drives too.

15 years agomountmgr: Moved the harddisk device driver to device.c.
Alexandre Julliard [Tue, 21 Oct 2008 13:02:10 +0000 (15:02 +0200)] 
mountmgr: Moved the harddisk device driver to device.c.

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

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

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

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

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

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

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

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

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

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

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

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

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

15 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().

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

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

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

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

15 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().

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

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

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

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

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

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

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

15 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'.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

15 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".

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

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

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

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

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

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

15 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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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