Stefan Siebert [Thu, 20 Jul 2006 21:30:04 +0000 (23:30 +0200)]
ntdll: Implementation of process CreationTime and ExitTime.
Christian Gmeiner [Thu, 20 Jul 2006 14:08:43 +0000 (16:08 +0200)]
setupapi: Implemented SetupDiCreateDeviceInfoA.
Christian Gmeiner [Thu, 20 Jul 2006 13:08:32 +0000 (15:08 +0200)]
setupapi: Rename a test.
Robert Reif [Thu, 20 Jul 2006 11:05:46 +0000 (07:05 -0400)]
advapi32: Partial LookupAccountSid implementation.
Alexandre Julliard [Fri, 21 Jul 2006 11:22:13 +0000 (13:22 +0200)]
ntdll: Simplify the sanity checks in RtlFreeHeap and RtlReAllocateHeap.
Alexandre Julliard [Fri, 21 Jul 2006 09:53:52 +0000 (11:53 +0200)]
ntdll: Set a proper HEAP_MIN_DATA_SIZE on 64-bit platforms.
Alexandre Julliard [Fri, 21 Jul 2006 09:53:24 +0000 (11:53 +0200)]
ntdll: Add a few more free list entries to the heap.
Hwang YunSong(황윤성) [Fri, 21 Jul 2006 07:58:12 +0000 (16:58 +0900)]
comdlg32: Updated Korean resource.
Mike McCormack [Fri, 21 Jul 2006 05:05:29 +0000 (14:05 +0900)]
msi: Handle W/A conversions more correctly in MsiProvideQualifiedComponentEx.
Mike McCormack [Fri, 21 Jul 2006 05:05:15 +0000 (14:05 +0900)]
msi: Use msi_reg_get_val_str() to read a registry value.
Mike McCormack [Fri, 21 Jul 2006 05:05:00 +0000 (14:05 +0900)]
msi: Add a stub implementation for MsiProvideQualifiedComponentExA.
Mike McCormack [Fri, 21 Jul 2006 05:04:44 +0000 (14:04 +0900)]
msi: Components with INSTALLSTATE_NOTUSED are considered present.
Mike McCormack [Fri, 21 Jul 2006 05:04:26 +0000 (14:04 +0900)]
msi: A component with an empty path is not used.
Mike McCormack [Fri, 21 Jul 2006 05:04:09 +0000 (14:04 +0900)]
msi: Use TRACE not FIXME for already implemented functions.
Ivan Gyurdiev [Fri, 21 Jul 2006 03:08:42 +0000 (23:08 -0400)]
d3d9: State management test framework for d3d9.
Ivan Gyurdiev [Fri, 21 Jul 2006 03:06:32 +0000 (23:06 -0400)]
wined3d: Respect EnableAutoDepthStencil parameter.
Ivan Gyurdiev [Fri, 21 Jul 2006 03:05:22 +0000 (23:05 -0400)]
wined3d: Correct initial render states.
Ivan Gyurdiev [Fri, 21 Jul 2006 03:04:18 +0000 (23:04 -0400)]
wined3d: Do not return WINED3DERR_INVALIDCALL for Phong shading.
Ivan Gyurdiev [Fri, 21 Jul 2006 03:03:31 +0000 (23:03 -0400)]
wined3d: Restore recording mode later in ActiveRender().
Ivan Gyurdiev [Fri, 21 Jul 2006 03:02:29 +0000 (23:02 -0400)]
wined3d: Read shader constants from correct stateblock.
Andrew Talbot [Thu, 20 Jul 2006 21:16:25 +0000 (22:16 +0100)]
mscms/tests: Write-strings warnings fix.
Dmitry Timoshkov [Thu, 20 Jul 2006 13:27:29 +0000 (22:27 +0900)]
user: Add a TrackMouseEvent test, make it pass under Wine.
Jeff Latimer [Thu, 20 Jul 2006 12:16:50 +0000 (22:16 +1000)]
usp10: Add functionality for ScriptXtoCP and ScriptCPtoX calls.
Robert Shearman [Thu, 20 Jul 2006 18:30:21 +0000 (19:30 +0100)]
ole32: Implement CoRegisterPSClsid.
Juan Lang [Thu, 20 Jul 2006 13:55:48 +0000 (06:55 -0700)]
msi: Don't use fixed-size buffers in AppSearch action.
Roderick Colenbrander [Thu, 20 Jul 2006 10:42:23 +0000 (12:42 +0200)]
dinput8: DirectInput8Create rewrite.
Benjamin Arai [Thu, 20 Jul 2006 01:08:38 +0000 (18:08 -0700)]
oleaut32: OLEFontImpl_GetIDsOfNames conformance test.
Benjamin Arai [Thu, 20 Jul 2006 01:06:14 +0000 (18:06 -0700)]
oleaut32: Implements OLEFontImpl_GetIDsOfNames.
Bang Jun-Young [Wed, 19 Jul 2006 08:22:55 +0000 (17:22 +0900)]
comdlg32: Remove redundant headers.
Ge van Geldorp [Wed, 19 Jul 2006 07:17:49 +0000 (09:17 +0200)]
gdi: Use variables of correct size.
Christian Gmeiner [Wed, 19 Jul 2006 17:58:47 +0000 (19:58 +0200)]
setupapi: Add stub for SetupDiCreateDeviceInfoW.
Christian Gmeiner [Wed, 19 Jul 2006 17:39:48 +0000 (19:39 +0200)]
setupapi: Remove unneeded NULL checks before MyFree().
James Hawkins [Wed, 19 Jul 2006 18:17:46 +0000 (11:17 -0700)]
msi: Implement the SetInstallLevel event.
James Hawkins [Wed, 19 Jul 2006 18:17:28 +0000 (11:17 -0700)]
msi: Forward MsiSetInstallLevel to an internal MSI_SetInstallLevel that can be used internally.
James Hawkins [Wed, 19 Jul 2006 18:17:16 +0000 (11:17 -0700)]
msi: Update feature states after changing install levels, as they may have changed.
James Hawkins [Wed, 19 Jul 2006 18:15:37 +0000 (11:15 -0700)]
msi: Rename SetFeatureStates to match the naming scheme of internal msi functions.
Mike McCormack [Thu, 20 Jul 2006 09:22:08 +0000 (18:22 +0900)]
include: Remove unnecessary semicolons from idl.
Mike McCormack [Thu, 20 Jul 2006 06:26:18 +0000 (15:26 +0900)]
oledb: Add oledb.idl and some idl files it depends on.
Mike McCormack [Wed, 19 Jul 2006 10:16:59 +0000 (19:16 +0900)]
configure: Use -fno-builtin to avoid warnings with gcc 4.1.1.
Mike McCormack [Thu, 20 Jul 2006 06:25:47 +0000 (15:25 +0900)]
include: Semicolons after cpp_quote are a syntax error in midl.
Hans Leidekker [Wed, 19 Jul 2006 19:45:24 +0000 (21:45 +0200)]
usp10: Implement and test ScriptCacheGetHeight.
Jacek Caban [Wed, 19 Jul 2006 21:40:07 +0000 (23:40 +0200)]
urlmon: Added PARSE_CANONICALIZE implementation in CoInternetParseUrl.
Jacek Caban [Wed, 19 Jul 2006 21:39:54 +0000 (23:39 +0200)]
mshtml: Wrap remaining Heap* functions by inline functions.
Paul Vriens [Wed, 19 Jul 2006 20:33:17 +0000 (22:33 +0200)]
wininet: FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW.
Andrew Talbot [Wed, 19 Jul 2006 20:05:49 +0000 (21:05 +0100)]
dnsapi/tests: Write-strings warnings fix.
Andrew Talbot [Wed, 19 Jul 2006 18:17:56 +0000 (19:17 +0100)]
comctl32/tests: Write-strings warnings fix.
H. Verbeet [Wed, 19 Jul 2006 21:49:37 +0000 (23:49 +0200)]
wined3d: Compilation fixes.
Kovács András [Thu, 20 Jul 2006 05:21:35 +0000 (07:21 +0200)]
dinput: joydev_enum_deviceA now returns the correct value.
Hwang YunSong(황윤성) [Wed, 19 Jul 2006 23:40:59 +0000 (08:40 +0900)]
comctl32: Updated Korean resource.
Juan Lang [Wed, 19 Jul 2006 23:46:37 +0000 (16:46 -0700)]
crypt32: Implement more string types for X509_NAME_VALUE.
Juan Lang [Wed, 19 Jul 2006 19:30:43 +0000 (12:30 -0700)]
crypt32: Correct handling of empty output buffer in CertRDNValueToStr and CertNameToStr.
Juan Lang [Wed, 19 Jul 2006 17:42:50 +0000 (10:42 -0700)]
msi: Implement ACTION_AppSearchIni.
Alexandre Julliard [Wed, 19 Jul 2006 18:04:45 +0000 (20:04 +0200)]
ntdll: Null-terminate strings returned by VFAT_IOCTL_READDIR_BOTH to work around a kernel bug.
Paul Vriens [Wed, 19 Jul 2006 10:06:07 +0000 (12:06 +0200)]
wininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.
Juan Lang [Wed, 19 Jul 2006 14:44:48 +0000 (07:44 -0700)]
crypt32: Implement X509_UNICODE_NAME_VALUE encoding/decoding.
Juan Lang [Wed, 19 Jul 2006 14:37:01 +0000 (07:37 -0700)]
msi: Implement searching parent in ACTION_AppSearchReg.
Mike McCormack [Wed, 19 Jul 2006 08:39:04 +0000 (17:39 +0900)]
msi: Implement MsiConfigureFeatureW.
Mike McCormack [Wed, 19 Jul 2006 08:18:02 +0000 (17:18 +0900)]
msi: Fix the size of base 85 GUIDs.
Mike McCormack [Wed, 19 Jul 2006 08:01:07 +0000 (17:01 +0900)]
msi: Only load the features and files tables once.
Piotr Caban [Tue, 18 Jul 2006 10:55:31 +0000 (12:55 +0200)]
oleview: Added data freeing in TypeLib Viewer.
Piotr Caban [Tue, 18 Jul 2006 10:54:30 +0000 (12:54 +0200)]
oleview: Added some features to IDL data displaying.
Piotr Caban [Tue, 18 Jul 2006 10:53:19 +0000 (12:53 +0200)]
oleview: Added skeleton for IDL files generation.
Jeff Latimer [Tue, 18 Jul 2006 09:35:07 +0000 (19:35 +1000)]
usp10: Add ScriptStringCPtoX and ScriptStringXtoCP stubs.
Alexandre Julliard [Wed, 19 Jul 2006 13:06:16 +0000 (15:06 +0200)]
preloader: Make sure the WINEPRELOADRESERVE area doesn't overlap the low memory area.
Alexandre Julliard [Wed, 19 Jul 2006 13:04:57 +0000 (15:04 +0200)]
kernel: Simplify set_process_name now that it doesn't have to handle winevdm.
Alexandre Julliard [Wed, 19 Jul 2006 12:12:58 +0000 (14:12 +0200)]
kernel: Added support for exec'ing a new Win32 process.
Use it to restart execution if the main binary can't be loaded because
of address space conflicts, and also for Win16/DOS support.
Alexandre Julliard [Wed, 19 Jul 2006 12:00:10 +0000 (14:00 +0200)]
server: Simplify process creation.
Pass the socket for the new process from the parent through the
environment.
Perform initialisations during the new_process request.
Jason Green [Wed, 19 Jul 2006 04:06:07 +0000 (00:06 -0400)]
wined3d: Make the number of floating point shader constants dynamic.
Stefan Leichter [Mon, 17 Jul 2006 19:31:08 +0000 (21:31 +0200)]
crypt32: Make tests loadable on NT4.
James Hawkins [Tue, 18 Jul 2006 20:39:55 +0000 (13:39 -0700)]
msi: Add a stub implementation of MsiSourceListClearAll.
James Hawkins [Tue, 18 Jul 2006 18:40:44 +0000 (11:40 -0700)]
msi: Sort SelectionTree items by their Display value.
Huw Davies [Tue, 18 Jul 2006 11:51:31 +0000 (12:51 +0100)]
msi: Create files with the correct file attributes.
Mike McCormack [Tue, 18 Jul 2006 09:43:03 +0000 (18:43 +0900)]
msi: Check the right pointers for NULL.
Mike McCormack [Tue, 18 Jul 2006 09:45:41 +0000 (18:45 +0900)]
msi: Set properties, not the command line in MsiReinstallFeatureW.
Mike McCormack [Tue, 18 Jul 2006 09:43:33 +0000 (18:43 +0900)]
msi: Implement MsiSetInstallLevel.
Hwang YunSong(황윤성) [Tue, 18 Jul 2006 23:57:56 +0000 (08:57 +0900)]
mshtml: Updated Korean resource.
Andrew Talbot [Mon, 17 Jul 2006 21:41:12 +0000 (22:41 +0100)]
secur32: Write-strings warnings fix.
Andrew Talbot [Tue, 18 Jul 2006 20:48:44 +0000 (21:48 +0100)]
crypt32/tests: Write-strings warnings fix.
Benjamin Arai [Tue, 18 Jul 2006 18:14:48 +0000 (11:14 -0700)]
oleaut32: Update error codes for VarMod.
Huw Davies [Tue, 18 Jul 2006 14:54:16 +0000 (15:54 +0100)]
msxml3: removeChild should catch a NULL child node.
Huw Davies [Tue, 18 Jul 2006 14:53:00 +0000 (15:53 +0100)]
msxml3: Add a test to check that selectSingleNode returns a NULL-ptr when it doesn't find a match.
Juan Lang [Tue, 18 Jul 2006 13:50:35 +0000 (06:50 -0700)]
msi: Set name in ACTION_AppSearchGetSignature.
Juan Lang [Tue, 18 Jul 2006 13:41:21 +0000 (06:41 -0700)]
crypt32: Don't return from a try block.
Jacek Caban [Mon, 17 Jul 2006 23:17:58 +0000 (01:17 +0200)]
mshtml: Added stub implementation of ShowHTMLDialog.
Dan Hipschman [Mon, 17 Jul 2006 22:26:41 +0000 (15:26 -0700)]
wpp: In recursive macro definitions, print the macro name instead of nothing.
Stefan Dösinger [Mon, 17 Jul 2006 22:09:09 +0000 (00:09 +0200)]
ddraw/wined3d: Remove texture format enumeration functions.
Stefan Dösinger [Mon, 17 Jul 2006 21:01:32 +0000 (23:01 +0200)]
wined3d: Duplicate flips in software if the local copy is up to date.
Stefan Dösinger [Mon, 17 Jul 2006 20:23:40 +0000 (22:23 +0200)]
wined3d: Disable the fog before writing the back buffer data.
Stefan Dösinger [Mon, 17 Jul 2006 18:14:25 +0000 (20:14 +0200)]
wined3d: Add a setting for the render target locking method.
Stefan Dösinger [Mon, 17 Jul 2006 15:27:19 +0000 (17:27 +0200)]
wined3d: Break the glDrawPixels call out of UnlockRect.
Hwang YunSong(황윤성) [Mon, 17 Jul 2006 23:54:07 +0000 (08:54 +0900)]
cmdlgtst: Updated Korean resource.
Juan Lang [Mon, 17 Jul 2006 18:50:20 +0000 (11:50 -0700)]
crypt32: Output x.500 strings from CertNameToStrA/W.
Juan Lang [Tue, 18 Jul 2006 06:02:57 +0000 (23:02 -0700)]
crypt32: Fix reading key prov info from serialized data.
Juan Lang [Tue, 18 Jul 2006 02:44:54 +0000 (19:44 -0700)]
crypt32: Always set required encoded length in CryptEncodeObject(Ex).
Juan Lang [Mon, 17 Jul 2006 17:12:10 +0000 (10:12 -0700)]
msi: Fix silly pointer error.
James Hawkins [Mon, 17 Jul 2006 22:17:38 +0000 (15:17 -0700)]
msi: Update the feature components' states when a feature is selected.
Duane Clark [Mon, 17 Jul 2006 23:06:06 +0000 (16:06 -0700)]
msvcrt: Add tests of file operations in ASCII mode.
Jacek Caban [Mon, 17 Jul 2006 19:22:27 +0000 (21:22 +0200)]
urlmon: Fix handle leak.
Jacek Caban [Mon, 17 Jul 2006 19:21:21 +0000 (21:21 +0200)]
mshtml: Wrap more Heap* function by inline functions.
Robert Shearman [Mon, 17 Jul 2006 19:19:27 +0000 (20:19 +0100)]
oleaut32: Add an exception handler around code executed on the server side from the typelib marshaler.