Fix parameter handling in MsiSetTargetPath, and add a test for it.
[wine] / dlls /
2005-11-02  Mike McCormackFix parameter handling in MsiSetTargetPath, and add...
2005-11-02  Mike McCormackImplement the RemoveFiles action.
2005-11-02  Ivan Leo PuotiMinor fixes to rtl string functions.
2005-11-02  David KredbaCzech resources update.
2005-11-02  Mike McCormackStub implementation for MsiGetFileHashA/W.
2005-11-02  Mike McCormackUse an enumeration for file states.
2005-11-02  Mike McCormackDefine NONAMELESSUNION and NONAMELESSSTRUCT for older...
2005-11-02  Ulrich CzekallaClear bLButtonDown flags if mouse is not down.
2005-11-02  Mike McCormackConvert all RTFPanic and RTFMsg calls to ERR calls.
2005-11-02  Mike McCormackImplement IXMLDOMNode::get_nodeName.
2005-11-02  Robert ShearmanThe PSDispatch PS class factory can manage both typelib...
2005-11-02  Lionel UlmerAdd 'ENUM_...._SETTINGS' flag and make use of it in...
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-11-01  Alexandre JulliardDon't send the incoming context to the server for get_t...
2005-11-01  Vitaliy MargolenFix error returned when exceeding allowed instances.
2005-11-01  Martin FuchsInclude config.h and port.h for strncasecmp() in MSVC...
2005-11-01  Bernd SchmidtImplemented FindExSearchLimitToDirectories.
2005-11-01  Alexandre JulliardFixed _wstrdate/_wstrtime parameters.
2005-11-01  Alexandre JulliardAuthors: Marcus Meissner <marcus@jet.franken.de>, Walte...
2005-11-01  Marcus MeissnerSysReAllocString of same pointer returns TRUE.
2005-11-01  Michael JungFixed crash in unixfs shellfolder handling with winamp.
2005-11-01  Christian CostaUse a more standard indentation style.
2005-11-01  Ulrich CzekallaImprove handling of mapping between X and Windows formats.
2005-11-01  Vitaliy Margolen- Use OBJ_CASE_INSENSITIVE in object lookup.
2005-11-01  Davin McCallPhaseCancel subtracts secondary buffer from primary...
2005-11-01  Michael KaufmannScrollWindowEx: Don't move the caret of child windows...
2005-11-01  Robert ShearmanConvert SHELL32_BindToChild to Unicode and fix up the...
2005-11-01  Robert ShearmanMake the call exception handler function more compatibl...
2005-10-31  Huw DaviesMarshal enums.
2005-10-31  Huw DaviesActually print the IIDs.
2005-10-31  Huw DaviesImplement playback of EMR_ALPHABLEND.
2005-10-31  Huw DaviesOnly select a bitmap font as a last resort if we can...
2005-10-31  Alexandre JulliardGet rid of the no longer used tty driver.
2005-10-31  Alexandre JulliardDefault to the null driver instead of dying if the...
2005-10-31  Dmitry TimoshkovAdd the tests for behaviour of [In]validateRect and...
2005-10-31  Michael JungOnly return SHDOCVW_ClassFactory if asked for CLSID_Web...
2005-10-31  Huw DaviesDeal with pExcepInfo == NULL.
2005-10-31  Mike McCormackMake sure to unregister all the classes that were regis...
2005-10-31  Mike McCormackAdd void to empty declaration list.
2005-10-31  Alexandre JulliardDefault to an empty driver instead of dying if the...
2005-10-31  Michael JungAdded initial tests for shdocvw's FolderShortcut related
2005-10-31  Marcus MeissnerAdded assembly implementation of EXC_CallHandler.
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-31  Mike McCormackImprove MsiUseFeatureEx and MsiGetFeatureState a little...
2005-10-31  James HawkinsImplement InternetCreateUrlW and test cases.
2005-10-31  Huw DaviesFix handling of relative state indices in RestoreDC.
2005-10-31  Christian CostaFinish moving d3d[1..3] light code to use d3d7.
2005-10-31  Marcus MeissnerDefine obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
2005-10-31  Hans LeidekkerImprove the implementation of SQLConfigDataSource,...
2005-10-31  Juan LangImplement CertSignSignature and CertVerifySignature...
2005-10-31  Robert ReifAdd waveOutPause/waveOutRestart test.
2005-10-31  Stefan LeichterStop PathIsValidCharW tests after 100 failing tests.
2005-10-31  Roderick ColenbranderIn case of D3D9 the CreateQuery call can be used to...
2005-10-30  Mike McCormackAdd a stub for the AllocateRegistrySpace action.
2005-10-30  Mike McCormackDefine MSIDBOPEN_ constants using LPCWSTR when compilin...
2005-10-30  Mike McCormackAdd a read-only implementation of the SelectionTree...
2005-10-30  Mike McCormackSimplify register_progid() and remove a fixed length...
2005-10-30  Mike McCormackHandle MaskEdit masks containing dashes and other constant
2005-10-30  Mike McCormackUse msi_get_property_int() in a few more places.
2005-10-30  Alexandre JulliardMake all winecrt0 functions and variables hidden.
2005-10-30  Julien CegarraCorrect name of sound.dll to sound.drv (WIN16).
2005-10-30  Kai BlinA dispatcher for running ntlm_auth.
2005-10-30  Michael KaufmannHandle the left and right arrow keys.
2005-10-30  Mike McCormackAdd a stub implementation of msi.MsiSetMode.
2005-10-30  Mike McCormackRemove unused package parameter of register_progid_base().
2005-10-30  Mike McCormackUse "static const" rather than "const static" as gcc...
2005-10-30  Robert ReifImplement _wstrdate and _wstrtime with tests.
2005-10-30  Peter BeutnerFix exception handling for non CXX_EXCEPTIONs.
2005-10-29  Eric PouechImplemented local/global atom creation, deletion &...
2005-10-29  Juan LangExport functions by ordinal, cryptnet.dll at least...
2005-10-29  Mike McCormackDon't change the UI level during ExecuteAction.
2005-10-29  Mike McCormackImplement MsiGetFeatureUsageA and MsiUseFeature(Ex...
2005-10-29  Mike McCormackRemove the unused 1st parameter of ACTION_VerifyCompone...
2005-10-29  Mike McCormackExplicitly check for MSICONDITION_TRUE being returned...
2005-10-29  Mike McCormackSome installers don't call the CreateFolders action...
2005-10-29  Vitaliy MargolenUnify HEADER_GetItem[A/W] into one function.
2005-10-29  Mike McCormackAdd a bunch of tests for MsiEvaluateCondition and make...
2005-10-29  Mike McCormackMake enter and escape trigger the default and cancel...
2005-10-29  Mike McCormackDeleted two buggy functions that incorrectly and ineffi...
2005-10-29  Mike McCormackRemove an incorrect comment and check for 0 being an...
2005-10-29  Mike McCormackExtract file directly to their target location, bypassi...
2005-10-29  Robert Shearman- Read DLL name from modules in MSFT typelibs.
2005-10-29  Oliver StieberMove the softwareVertexProcessing flag from the statebl...
2005-10-29  Robert ShearmanPrint an error if a DC is created with a bad device.
2005-10-29  Kevin KoltzauEnable line editing for _cgets.
2005-10-29  Ivan Leo PuotiDelete some temp files created by the ole32 tests.
2005-10-29  Thomas WeidenmuellerPassing NULL as the last two parameters to ReadFile...
2005-10-29  Jacek CabanReport BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
2005-10-29  Mike McCormackAdd an implementation for MsiGetShortcutTargetA/W.
2005-10-28  Alexandre JulliardAdded an implementation of the FSCTL_DISMOUNT_VOLUME...
2005-10-28  Ivan Leo PuotiFix NtQueryDirectoryObject prototype, documentation...
2005-10-28  Huw Daviesxform can be NULL when setting the identity.
2005-10-28  Mike McCormackFix a memory leak.
2005-10-28  Mike McCormackHandle MSI advertised shortcuts in the shelllink object.
2005-10-28  Mike McCormackPut the UI update code for cabinet file into a separate...
2005-10-28  Oliver StieberCorrect the way that VerFindFileA checks for a file...
2005-10-28  Saulius KrasuckasTest CreateThread() for reception of NULL pointer to...
2005-10-28  Saulius KrasuckasDon't pass CreateThread() with a NULL pointer to TID...
2005-10-28  Mike McCormackReturn an error in MsiGetComponentPathW if passed a...
2005-10-28  Mike McCormackFix error handling in MsiEvaluateCondition.
next