wine
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
2005-11-03  Michael JungReplaced tabs with spaces.
2005-11-03  Alexandre JulliardAuthors: Vijay Kiran Kamuju <infyquest@gmail.com>,...
2005-11-03  Marcus MeissnerSpecify a DLL version for msvcrt.dll.
2005-11-03  Stefan HuehnerAdd indexed access to attributes (nodemap) and childNodes
2005-11-03  Michael JungAdded some more unit tests for FolderShortcut objects.
2005-11-03  Alexandre JulliardFixed fd leaks (spotted by Cihan Altinay).
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-11-03  Raphael JunqueiraFill provider with some empty containers.
2005-11-03  Mike McCormackInvoke shortcuts through IContextMenu, rather than...
2005-11-03  Mike McCormackAdd the ContextMenuHandlers key for shortcuts so the...
2005-11-03  Phil KrylovCache background color brush instead of recreating...
2005-11-03  Eric PouechFixed 'break NN' command (using dbghelp.SymEnumLines).
2005-11-03  Eric PouechFixed wineconsole startup when restoring registry settings.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-11-03  Alexandre JulliardAuthors: Vitaliy Margolen <wine-patch@kievinfo.com...
2005-11-03  Mike McCormackAdd missing semicolons that caused compile trouble...
2005-11-03  Mike McCormackPass the correct verb.
2005-11-03  Steven EdwardsAdd a real stub for Advpack.extract.
2005-11-03  Vitaliy MargolenGet rid of CPU id when copying context
2005-11-03  Raphael Junqueira- defined D3DCOLOR_B macros to access byte values of...
2005-11-03  Hans LeidekkerAdded stub for RegisterServiceCtrlHandlerEx{A,W}.
2005-11-03  Phil KrylovAdded support for EM_REQUESTRESIZE message, EN_REQUESTR...
2005-11-03  Michael KaufmannScroll bar: Keep the caret blinking during scroll opera...
2005-11-03  Eric PouechImplemented SymEnumLines.
2005-11-03  Eric PouechNow filling external leading in font cells.
2005-11-02  Huw DaviesDon't call Release on a null ptr.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-02  Martin FuchsCorrect WINAPI position for MSVC portability.
2005-11-02  Eric PouechFixed crash in font browsing for raster fonts.
2005-11-02  Robert ShearmanFix a crash during +variant logging caused by a typo...
2005-11-02  Oliver StieberImplement D3DFMT_UNKNOWN surfaces, this seems to be...
2005-11-02  Robert Shearman- Make sure to clean up properly on error.
2005-11-02  Robert Shearman- Make wParamFlags in the paramdesc dumping function...
2005-11-02  Mike McCormackNULL and empty strings are the same in conditions.
2005-11-02  Mike McCormackChange a FIXME message to a comment.
2005-11-02  Dmitry TimoshkovAvoid printing out a possibly uninitialized variable.
2005-11-02  Stefan HuehnerExtend get_nodeName add testcases for it.
2005-11-02  Mike McCormackStub implementation for MsiAdvertiseScriptA/W.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-11-02  Aric StewartForce files to install if the REINSTALL property is...
2005-11-02  Robert ShearmanMake LdrAccessResource call an internal function to...
2005-11-02  Vitaliy MargolenFix error returned when opening nonexistent pipes.
2005-11-02  Alexandre JulliardMoved the platform-independent part of the get/set_thre...
2005-11-02  Michael JungAdded some comments to document unixfs.
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  Rob ShearmanAdd declarations for NdrAsyncClientCall, NdrAsyncStubCa...
2005-11-02  Mike McCormackHandle msi component identifiers without a feature...
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  Vitaliy MargolenRemove version information.
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  Stefan HuehnerAdd msxml3,setupapi tests to winetest.
2005-10-31  Alexandre JulliardAdded an 'eject' Winelib app that allows unmounting...
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  Marcus MeissnerDo not overflow the stackbased "nt" struct when reading...
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,...
next