wine
2005-06-14  Alexandre JulliardMoved config parameters to HKCU\Software\Wine\DirectSound.
2005-06-14  Alexandre JulliardMoved all font config parameters to HKCU\Software\Wine...
2005-06-14  Ivan Leo PuotiReimplement IOCTL_SCSI_PASS_THROUGH_DIRECT and
2005-06-14  Saulius KrasuckasChange (long long) to (LONGLONG) to compile with MSVC.
2005-06-14  Paul VriensReturn STATUS_INVALID_INFO_CLASS for non-implemented...
2005-06-14  Lauri Tulmin- EM_CHARFROMPOS should return the closest char (clicki...
2005-06-14  Alexandre JulliardRemoved the Tweak.Fonts configuration hack.
2005-06-14  Alexandre JulliardGet rid of the PerfectGraphics option, that's not reall...
2005-06-14  Alexandre JulliardHardcode the location of config.sys, no need for a...
2005-06-14  Mike McCormackAdd a couple of missing functions.
2005-06-14  Mike McCormackDeclare port functions and fix prototypes.
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-06-14  Mike McCormackCall remove_process_locks when a process ends, fix...
2005-06-14  Mike McCormackFix declaration warnings in the test cases.
2005-06-14  Michael Stefaniuc- Fix VarFormat for formats that mix '0' and '#' in...
2005-06-14  Mike McCormackAdd the IContextMenu interface to the ShellLink object.
2005-06-14  Juan LangAdd CertAlgIdToOID and CertOIDToAlgId, with tests.
2005-06-14  Alex Villacís... Avoid one more access to pcbRead.
2005-06-13  Mike McCormackFix some warnings.
2005-06-13  Alex Villacís... Prevent crash on IDirectMusicLoaderResourceStream_IStre...
2005-06-13  Aric StewartA "1" is returned not a 1 for AssignmentType. Also...
2005-06-13  Mike McCormackImplement ShellLink's IShellExtInit::Initialize() method.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Alexandre JulliardChanged registry access functions to use more meaningfu...
2005-06-13  Alexandre JulliardRemoved references to obsolete configuration entries.
2005-06-13  Huw DaviesWhen loading a bitmap we should stretch the image to...
2005-06-13  Krzysztof FoltmanTest when TVN_SELCHANGING and TVN_SELCHANGED are really...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-13  Mike McCormack- add the IShellExtInit interface to the ShellLink...
2005-06-13  Detlef RiekenbergAdded activeds.dll with some stubs to get the native...
2005-06-13  Mike McCormackMore warning fixes.
2005-06-13  Juan Lang- encode/decode X509_NAMEs for simple string encodings...
2005-06-13  Krzysztof FoltmanDon't send TVN_SELCHANGING nor TVN_SELCHANGED if the...
2005-06-13  Martin FuchsRemove duplicate toolbar button.
2005-06-13  Christian CostaAdded window support to the video renderer:
2005-06-13  Paul VriensFixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
2005-06-13  James HawkinsImplement RtlAbsoluteToSelfRelativeSD.
2005-06-13  Martin Fuchs- use const parameter in find_entry_shell()
2005-06-13  Mike McCormackDeclare some missing functions.
2005-06-13  Mike McCormackFix warnings in tests, remove pointless comments.
2005-06-13  Mike McCormackAdd and fix function prototypes.
2005-06-13  Robert ShearmanFix PropVariant tests on Windows 2000 and above.
2005-06-13  Robert ShearmanRemove needless call to Sleep.
2005-06-13  Robert Shearman- Add registry entries for local-only OLE interfaces.
2005-06-13  Robert ShearmanRichedit classes should be global.
2005-06-13  Robert ShearmanFix size passed to lstrcpynA function - sizeof(string...
2005-06-13  Mike McCormackCorrect GdiIsPlayMetafileDC prototype.
2005-06-13  Mike McCormackSilence some -Wmissing-declarations warnings.
2005-06-13  Juan LangAdd/correct a few more definitions.
2005-06-13  Hans LeidekkerDeclare missing functions.
2005-06-13  Marcus MeissnerCorrected string length method in ITypeLib::IsName...
2005-06-12  Adrian HarveyAdded sys/types.h to configure check for videodev.h.
2005-06-12  Krzysztof FoltmanEmit \tx for user-defined TABs.
2005-06-12  Martin FuchsRemove unnecessary paint code.
2005-06-12  Lionel UlmerRemove some FIXMEs and replace them with TRACEs.
2005-06-12  Martin FuchsMove __WINE__ ifdef directive.
2005-06-12  James HawkinsRemove stub status.
2005-06-12  James HawkinsAdd RtlAnsiCharToUnicodeChar definition.
2005-06-12  Matthew DavisonStub out the error dialog functions.
2005-06-12  Eric KohlImplement RtlAdjustPrivilege.
2005-06-12  Martin FuchsFix file size in property dialog by using _stprintf...
2005-06-12  Krzysztof Foltman- added support for \ulnone (turning underline off)
2005-06-12  Lionel UlmerSupport all possible texture coordinates sizes.
2005-06-12  Robert Shearman- Don't print out cryptic message if IDispatch or IUnkn...
2005-06-12  Robert ShearmanFix registry test for Win9x by skipping a section that...
2005-06-12  Marcus MeissnerMove static variables out of header file, also the...
2005-06-12  Robert ReifMake dsound tests loadable on NT4.
2005-06-12  Glenn WursterAdd declaration of X11DRV_GetDIBColorTable to avoid...
2005-06-12  Felix NawothnigAdd a workaround for Win9x apps which pass the paramete...
2005-06-10  Pierre d'HerbemontUse .mod_*_func sections on Mac OS X/i386 instead of...
2005-06-10  Alexandre JulliardReuse output_dll_init for the constructor of debug...
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-10  Matthew DavisonAdded some definitions to setupapi.
2005-06-10  Paul VriensFixed ReturnLength of SystemCpuInformation.
2005-06-10  Mike McCormackCreate a stub implementation for MsiViewGetError.
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-10  Mike McCormackFix more warnings.
2005-06-10  Michael JungSet the FILESYSANCESTOR and FILESYSTEM flags correctly in
2005-06-10  Robert ShearmanClear out parameters to stop bad pointers lying around...
2005-06-10  Glenn WursterAdds support for the DIBINDEX type of COLORREF.
2005-06-10  James HawkinsImplement RtlAnsiCharToUnicodeChar.
2005-06-10  Mike McCormackInclude missing AW macro.
2005-06-10  Mike McCormackDeclare the MSIDBERROR enumeration.
2005-06-10  Mike McCormackDeclare functions and correct prototypes.
2005-06-10  Juan LangCryp{En|De}codeObjectEx should return success if the...
2005-06-09  Lauri TulminBottom edge of the update region should be relative...
2005-06-09  Stefan LeichterMake ddraw tests loadable on NT4.
2005-06-09  Alexandre JulliardStore the process along with the key handle in notifica...
2005-06-09  Paul VriensReduce our buffer by 1 SYSTEM_THREAD_INFORMATION per...
2005-06-09  Lauri TulminAdd more tests for text placement in single and multili...
2005-06-09  Aric StewartExtending upon Mike McCormack's cleanup to use MSI_Reco...
2005-06-09  Aric StewartRegister the Product Version also.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Aric StewartAvoid a loop where a parent's parent refers to itself...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-09  Mike McCormackDeclare some missing functions.
2005-06-09  Saulius KrasuckasGet current directory during tests on win9x too.
2005-06-09  Mike McCormackAdd the IShellLinkDataList interface to the ShellLink...
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.
2005-06-09  Alexandre JulliardFixed a number of references to removed directories.
next