Anders Jonsson [Tue, 23 Dec 2008 10:54:51 +0000 (11:54 +0100)]
mciseq: Fix typo.
Alistair Leslie-Hughes [Tue, 23 Dec 2008 08:29:33 +0000 (19:29 +1100)]
msxml3: Use xmlNodeGetContent to get text data.
Juan Lang [Tue, 23 Dec 2008 03:56:43 +0000 (19:56 -0800)]
cryptui: Call CryptUIWizImport from CryptUIDlgViewCertificateW.
Juan Lang [Tue, 23 Dec 2008 03:56:23 +0000 (19:56 -0800)]
cryptui: Perform import when finishing the CryptUIWizImport wizard.
Juan Lang [Tue, 23 Dec 2008 03:55:43 +0000 (19:55 -0800)]
cryptui: Show the content type on the final page of CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:53:02 +0000 (19:53 -0800)]
cryptui: Show file name and type of destination store in final page of CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:20:04 +0000 (19:20 -0800)]
cryptui: Ensure that a destination store is selected in CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:19:46 +0000 (19:19 -0800)]
cryptui: Implement specifying the destination store in CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:17:52 +0000 (19:17 -0800)]
cryptui: Skip the file page in CryptUIWizImport when the import source isn't a file.
Juan Lang [Tue, 23 Dec 2008 03:17:28 +0000 (19:17 -0800)]
cryptui: Store input file as a store in the file page of CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:16:48 +0000 (19:16 -0800)]
cryptui: Validate input file in CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:16:24 +0000 (19:16 -0800)]
cryptui: Separate opening a file from importing it.
Juan Lang [Tue, 23 Dec 2008 03:16:07 +0000 (19:16 -0800)]
cryptui: Make sure input file is not empty.
Juan Lang [Tue, 23 Dec 2008 03:09:28 +0000 (19:09 -0800)]
cryptui: Show UI rather than failing if no import source is specified.
Juan Lang [Tue, 23 Dec 2008 03:08:31 +0000 (19:08 -0800)]
cryptui: Implement browsing for input file in CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:07:51 +0000 (19:07 -0800)]
cryptui: Add a non-operational wizard for CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:05:34 +0000 (19:05 -0800)]
cryptui: Use CryptQueryObject to import files in CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:04:46 +0000 (19:04 -0800)]
cryptui: Implement importing CTLs in CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:04:10 +0000 (19:04 -0800)]
cryptui: Implement importing stores in CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:03:04 +0000 (19:03 -0800)]
cryptui: Implement importing CRLs with CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:02:43 +0000 (19:02 -0800)]
cryptui: Check for type mismatches in CryptUIWizImport.
Juan Lang [Tue, 23 Dec 2008 03:01:58 +0000 (19:01 -0800)]
cryptui: Inherit existing properties when importing a cert.
Juan Lang [Mon, 22 Dec 2008 18:56:35 +0000 (10:56 -0800)]
cryptui: Use helper function for importing certificates.
Juan Lang [Mon, 22 Dec 2008 18:55:43 +0000 (10:55 -0800)]
crypt32: Support add disposition CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES.
Juan Lang [Mon, 22 Dec 2008 18:54:39 +0000 (10:54 -0800)]
cryptui: Test importing from a store.
Juan Lang [Mon, 22 Dec 2008 18:53:51 +0000 (10:53 -0800)]
cryptui: Test mismatches between allowed and given types in CryptUIWizImport.
Hans Leidekker [Tue, 23 Dec 2008 10:51:14 +0000 (11:51 +0100)]
wintrust: Fix message handle type.
Spotted by Juan Lang.
Hans Leidekker [Tue, 23 Dec 2008 10:51:04 +0000 (11:51 +0100)]
wintrust: Add some tests.
Hans Leidekker [Tue, 23 Dec 2008 10:50:58 +0000 (11:50 +0100)]
wintrust: Add stub implementations of CryptCATEnumerateAttr, CryptCATEnumerateCatAttr, CryptCATGetAttrInfo, CryptCATGetCatAttrInfo and CryptCATGetMemberInfo.
Hans Leidekker [Tue, 23 Dec 2008 10:50:46 +0000 (11:50 +0100)]
wintrust: Implement CryptCATAdminResolveCatalogPath and CryptCATCatalogInfoFromContext.
Hans Leidekker [Tue, 23 Dec 2008 10:50:37 +0000 (11:50 +0100)]
wintrust: Implement CryptCATEnumerateMember.
Based on work done by Maarten Lankhorst.
Hans Leidekker [Tue, 23 Dec 2008 10:50:26 +0000 (11:50 +0100)]
wintrust: Test find handles against INVALID_HANDLE_VALUE.
Spotted by Michael Stefaniuc.
Michael Stefaniuc [Tue, 23 Dec 2008 10:08:07 +0000 (11:08 +0100)]
msvcrt/tests: Use the C standard for multiline strings.
Maarten Lankhorst [Sun, 21 Dec 2008 23:09:17 +0000 (00:09 +0100)]
riched20: Fix cast for dwCookie.
Maarten Lankhorst [Sun, 21 Dec 2008 23:08:59 +0000 (00:08 +0100)]
includes: Fix EDITSTREAM definition for win64.
Maarten Lankhorst [Sun, 21 Dec 2008 11:48:20 +0000 (12:48 +0100)]
msi: Add missing CDECL to cabinet functions.
Maarten Lankhorst [Tue, 16 Dec 2008 15:16:10 +0000 (16:16 +0100)]
kernel32: Change all functions to use CDECL.
Maarten Lankhorst [Tue, 16 Dec 2008 14:32:08 +0000 (15:32 +0100)]
user32/winex11.drv: Change all user32 operations to use CDECL.
Maarten Lankhorst [Tue, 16 Dec 2008 13:18:49 +0000 (14:18 +0100)]
gdi32/winex11.drv: Change all gdi/opengl operations to use CDECL calling convention.
Maarten Lankhorst [Thu, 18 Dec 2008 20:12:36 +0000 (21:12 +0100)]
winex11.drv/wined3d: Fix tsx11 calling convention.
Andrew Talbot [Mon, 22 Dec 2008 20:22:14 +0000 (20:22 +0000)]
winex11.drv: Superfluous semicolons fix.
Andrew Talbot [Mon, 22 Dec 2008 20:22:10 +0000 (20:22 +0000)]
msvfw32: Remove superfluous semicolon.
Andrew Talbot [Mon, 22 Dec 2008 20:22:06 +0000 (20:22 +0000)]
mshtml: Remove superfluous semicolons.
Paul Vriens [Mon, 22 Dec 2008 18:42:46 +0000 (19:42 +0100)]
winmm/tests: Fix a test failure on NT4 and W2K.
Paul Vriens [Mon, 22 Dec 2008 14:29:51 +0000 (15:29 +0100)]
shell32/tests: Cope with Vista's behavior.
Jesse Allen [Mon, 22 Dec 2008 14:21:39 +0000 (07:21 -0700)]
winecfg: Make virtual desktop shortcut key unique.
Alexandre Julliard [Tue, 23 Dec 2008 11:34:01 +0000 (12:34 +0100)]
gdi32: Fix the build without Freetype LCD support.
Alexandre Julliard [Mon, 22 Dec 2008 19:20:48 +0000 (20:20 +0100)]
include: Add the needed dllimport attribute to the RtlUnwind declaration.
Alexandre Julliard [Mon, 22 Dec 2008 19:14:59 +0000 (20:14 +0100)]
shell32: Use RtlRandom instead of the non-portable rand_r.
Alexandre Julliard [Mon, 22 Dec 2008 18:55:05 +0000 (19:55 +0100)]
rpcrt4: Disable TCP/IP connection support if we don't have socketpair.
Alexandre Julliard [Mon, 22 Dec 2008 18:40:08 +0000 (19:40 +0100)]
ws2_32: Added implementation for inet_ntop.
Alexandre Julliard [Mon, 22 Dec 2008 17:04:39 +0000 (18:04 +0100)]
secur32: Check for lack of fork() support.
Alexandre Julliard [Mon, 22 Dec 2008 16:36:18 +0000 (17:36 +0100)]
libport: Replacement for poll().
ByeongSik Jeon [Wed, 10 Dec 2008 14:50:44 +0000 (23:50 +0900)]
gdi32, winex11: Add support for subpixel font rendering.
Hervé Chanal [Fri, 12 Dec 2008 16:32:33 +0000 (17:32 +0100)]
shell32: A nicer icon for "open folder".
Hervé Chanal [Fri, 12 Dec 2008 16:31:51 +0000 (17:31 +0100)]
shell32: A nicer icon for "folder".
Alexandre Julliard [Mon, 22 Dec 2008 14:51:25 +0000 (15:51 +0100)]
winedevice: Make sure that all dependencies of the driver are relocated too.
Christian Costa [Mon, 22 Dec 2008 13:19:30 +0000 (14:19 +0100)]
dmusic: Implement IDirectMusic8Impl_CreateMusicBuffer.
Christian Costa [Mon, 22 Dec 2008 13:08:23 +0000 (14:08 +0100)]
dmusic: Improve IDirectMusicPortDownloadImpl_GetBuffer stub.
Christian Costa [Mon, 22 Dec 2008 12:58:08 +0000 (13:58 +0100)]
dmusic: Fix IDirectMusicPortImpl_QueryInterface.
Christian Costa [Mon, 22 Dec 2008 12:41:27 +0000 (13:41 +0100)]
dmusic: Add support for IID_IDirectMusicDownloadedInstrument8 query in IDirectMusicDownloadedInstrumentImpl_QueryInterface.
Christian Costa [Mon, 22 Dec 2008 12:40:58 +0000 (13:40 +0100)]
dmusic: Improve IDirectMusicPortImpl_DownloadInstrument stub.
Reece Dunn [Mon, 22 Dec 2008 13:33:43 +0000 (13:33 +0000)]
dsound: Correct the dsound fraglen calculations.
Hans Leidekker [Mon, 22 Dec 2008 13:19:50 +0000 (14:19 +0100)]
wintrust: Implement CryptCATOpen and CryptCATClose.
Based on work done by Maarten Lankhorst.
Hans Leidekker [Mon, 22 Dec 2008 13:19:35 +0000 (14:19 +0100)]
wintrust: Implement CryptCATAdminEnumCatalogFromHash.
Based on work done by Maarten Lankhorst.
Hans Leidekker [Mon, 22 Dec 2008 13:19:14 +0000 (14:19 +0100)]
wintrust: Record full catalog filename in catalog info structure, not just the basename.
Hans Leidekker [Mon, 22 Dec 2008 13:19:00 +0000 (14:19 +0100)]
include/mscat.h: Add a few declarations.
Hans Leidekker [Mon, 22 Dec 2008 13:18:30 +0000 (14:18 +0100)]
pidgen: Fix typo.
Wolfgang Walter [Sat, 20 Dec 2008 15:56:22 +0000 (16:56 +0100)]
ntdll: Fix set_XOff and set_XOn.
Nick Burns [Sun, 21 Dec 2008 04:02:22 +0000 (20:02 -0800)]
wined3d: Fix a couple of typos in wined3d_gl.h
Christian Costa [Mon, 22 Dec 2008 11:05:03 +0000 (12:05 +0100)]
winecoreaudio.drv: Initialize correctly the header before adding it to the queue.
Rico Schüller [Mon, 22 Dec 2008 11:51:04 +0000 (12:51 +0100)]
d3d9/tests: Don't create a Null-shader in d3d9, it will crash.
Mike Ruprecht [Mon, 22 Dec 2008 10:38:46 +0000 (04:38 -0600)]
wininet/tests: Add test for FtpFindFirstFile.
Christian Costa [Mon, 22 Dec 2008 09:22:23 +0000 (10:22 +0100)]
wineoss.drv: Initialize correctly the header before adding it to the queue.
Andrew Nguyen [Sun, 21 Dec 2008 07:48:40 +0000 (01:48 -0600)]
winmm: mixerOpen should return success with NULL dwCallback and CALLBACK_WINDOW flag.
Andrew Nguyen [Sun, 21 Dec 2008 07:48:34 +0000 (01:48 -0600)]
winmm/tests: Refactor the mixerOpen and mixerClose tests and add a few additional test cases.
Andrew Nguyen [Sun, 21 Dec 2008 07:48:27 +0000 (01:48 -0600)]
winmm/tests: Fix a mismatched failure message.
Juan Lang [Sat, 20 Dec 2008 20:53:59 +0000 (12:53 -0800)]
cryptui: Return selected store from CryptUIDlgSelectStoreW.
Juan Lang [Sat, 20 Dec 2008 20:43:13 +0000 (12:43 -0800)]
cryptui: Make sure a store is selected when the user click OK in the select store dialog.
Juan Lang [Sat, 20 Dec 2008 20:01:01 +0000 (12:01 -0800)]
cryptui: Add additional stores to select store dialog.
Juan Lang [Sat, 20 Dec 2008 19:55:07 +0000 (11:55 -0800)]
cryptui: Add system stores to the select store dialog.
Juan Lang [Sat, 20 Dec 2008 19:22:42 +0000 (11:22 -0800)]
include: Add declaration of CryptFindLocalizedName.
Juan Lang [Sat, 20 Dec 2008 18:11:00 +0000 (10:11 -0800)]
cryptui: Add a (empty) select store dialog.
Juan Lang [Sat, 20 Dec 2008 18:10:24 +0000 (10:10 -0800)]
cryptui: Implement CryptUIDlgSelectStoreA on top of CryptUIDlgSelectStoreW.
Juan Lang [Sat, 20 Dec 2008 18:09:53 +0000 (10:09 -0800)]
cryptui: Add declarations for undocumented types used by CryptUIDlgSelectStoreA/W.
Juan Lang [Sat, 20 Dec 2008 02:15:35 +0000 (18:15 -0800)]
cryptui: Add stubs for CryptUIDlgSelectStoreA/W.
Alexandre Julliard [Mon, 22 Dec 2008 10:45:20 +0000 (11:45 +0100)]
shell32: Use Win32 functions instead of Unix ones to retrieve the current time.
Alexandre Julliard [Mon, 22 Dec 2008 10:44:45 +0000 (11:44 +0100)]
wininet: Store file time as a SYSTEMTIME instead of a Unix struct tm.
Alexandre Julliard [Mon, 22 Dec 2008 09:47:16 +0000 (10:47 +0100)]
libport: Add a stub replacement for symlink().
Alexandre Julliard [Mon, 22 Dec 2008 09:39:11 +0000 (10:39 +0100)]
configure: Better check for the broken mkdir on Windows.
Jacek Caban [Mon, 22 Dec 2008 00:10:56 +0000 (01:10 +0100)]
mshtml: Move preferences settings to separated function.
Jacek Caban [Mon, 22 Dec 2008 00:10:47 +0000 (01:10 +0100)]
mshtml: Release owner in nsChannel destructor.
Jacek Caban [Mon, 22 Dec 2008 00:10:37 +0000 (01:10 +0100)]
mshtml: Pass window to GetCommandState and DoCommand.
Rico Schüller [Sat, 20 Dec 2008 23:31:50 +0000 (00:31 +0100)]
wined3d: Fix compilation for Windows build.
Vitaliy Margolen [Sat, 20 Dec 2008 19:25:50 +0000 (12:25 -0700)]
winmm: Stub joyConfigChanged.
Andrew Talbot [Sat, 20 Dec 2008 15:15:30 +0000 (15:15 +0000)]
riched20: Remove unused Wine debug channel.
Andrew Talbot [Sat, 20 Dec 2008 15:02:41 +0000 (15:02 +0000)]
winecoreaudio.drv: Do nothing if HAVE_AUDIOUNIT_AUDIOUNIT_H is not defined.
Andrew Talbot [Sat, 20 Dec 2008 15:02:38 +0000 (15:02 +0000)]
winealsa.drv: Do nothing if HAVE_ALSA is not defined.
Andrew Talbot [Sat, 20 Dec 2008 15:02:36 +0000 (15:02 +0000)]
sxs: Remove unused Wine debug channel.
Andrew Talbot [Sat, 20 Dec 2008 15:02:33 +0000 (15:02 +0000)]
dmstyle: Remove unused Wine debug channel.