wine
2004-07-16  Martin FuchsDistinguish between Open and Explore commands.
2004-07-16  Alexandre JulliardPass the environment for a child process through the...
2004-07-16  Alexandre JulliardSpecify the PATH variable in uppercase to avoid getting...
2004-07-16  Alexandre JulliardImplemented _spawnle and _spawnlpe.
2004-07-16  Alexandre JulliardInvoke wineprefixcreate if the .wine directory does...
2004-07-16  Alexandre JulliardSupport for large profile values (based on a patch...
2004-07-16  Pierre d'HerbemontDefine the backend_cpu regarding the host processor.
2004-07-16  Stefan LeichterRemoved the crosscalls (unicode to ascii) from GetAccep...
2004-07-16  Jon GriffithsDon't crash on NULL tab text.
2004-07-15  Marcus MeissnerFixed one lvalue casted assignment for the new compiler.
2004-07-15  Marcus MeissnerDo not assign to casted values.
2004-07-15  Mike McCormackFix a few serious race conditions in the OLE object...
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-07-15  Alexandre JulliardDon't get system directory from the environment, use
2004-07-15  Mike McCormackFix a double free in the named pipe code.
2004-07-15  Michael JungUse RegQueryValueExA instead of RegQueryValueA in
2004-07-15  Pierre d'HerbemontDarwin/Mac OS X Weak import workaround.
2004-07-15  Pierre d'Herbemont- Be more accurate on Darwin stack size.
2004-07-15  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Robert...
2004-07-14  Krishna MurthyAdd the selected extension from file type filter if...
2004-07-14  Eric FriasFixed memory allocation bug.
2004-07-14  Francois GougetAn SNDCTL_DSP_SETDUPLEX failure should be a WARN()...
2004-07-14  Michael JungAdded RegOpenCurrentUser prototype.
2004-07-14  Aric StewartReport win2k service pack 4 instead of 3.
2004-07-14  Aric StewartImplement the functionality that allows one to call...
2004-07-14  Dmitry TimoshkovUncomment implemented in Wine msvidc32 (MSVC/CRAM)...
2004-07-14  Dmitry TimoshkovMake it possible to open read-only AVI files for a...
2004-07-14  Aric StewartUpdate the MSI version to be the same as on win2k.
2004-07-14  Huw DaviesFix font replacements to work with bitmap fonts.
2004-07-14  Pierre d'HerbemontDelayed import fix for Darwin and PowerPC Host.
2004-07-14  Sami AarioAdded tests for registering a dialog box created by...
2004-07-14  Alexandre JulliardAllocate the dialog info in DIALOG_CreateIndirect if...
2004-07-14  Jon GriffithsPrevent the debug buffer from overflowing on long stabs.
2004-07-14  Alexandre JulliardFixed handling of includes stack.
2004-07-14  Ge van GeldorpFix 16/32 bit separation.
2004-07-13  Henning GerhardtMore German translations.
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-07-13  Robert ShearmanAccept headers without \r\n ending in HttpAddRequestHea...
2004-07-13  Michael JungReference counting for CRYPTPROV objects.
2004-07-13  Rein KlazesIn GetVolumeInformationW handle the case when there...
2004-07-13  James HawkinsAdded and cleaned API docs.
2004-07-13  Alexandre JulliardAllow specifying multiple graphics drivers and use...
2004-07-13  Alexandre JulliardMake x11drv fail to load when it can't open the display...
2004-07-13  Alexandre JulliardAdded support for dumping exported entry points in...
2004-07-13  Mike HearnAdd a 16 bit pair DLL for TWAIN.
2004-07-12  Marcus MeissnerFixed switch (unsigned int) { case -1 / -2: } problems.
2004-07-12  Pierre d'HerbemontDon't test i386 types on non i386.
2004-07-12  Mike McCormackAdded a few stub implementations.
2004-07-12  Robert ShearmanImplemented PSM_HWNDTOINDEX.
2004-07-12  James HawkinsAdded some more API docs.
2004-07-12  Aric StewartProperly handle quoted number literals in MSI condition...
2004-07-12  Robert ShearmanAdd stubs for some new property sheet messages.
2004-07-12  Mike McCormackAdd a regression test for accelerators.
2004-07-12  Mike McCormack- Windows always strips the high bit (0x80) of the...
2004-07-12  Hajime SegawaAdded Japanese translation for msrle32, wininet, wcmd.
2004-07-12  José Manuel... Updated the Spanish shell32 translation and made some...
2004-07-12  Robert ShearmanAdd definitions for v5.80 messages.
2004-07-12  Hans LeidekkerFix command line parsing.
2004-07-12  Mike McCormack- CopyAcceleratorTable can cause a buffer overflow...
2004-07-12  Henning GerhardtTranslated some English resource files into German.
2004-07-12  Marcus MeissnerFixed (LPDIRECTMUSICLOADER8) cast.
2004-07-12  Robert ShearmanFix a few region debug messages.
2004-07-12  Mike McCormackMinor spelling fix.
2004-07-12  Mike McCormackStop PrivateExtractIcons from crashing given an invalid...
2004-07-12  Marcus MeissnerRemove lvalue casts that are no longer supported.
2004-07-12  Mike McCormackRemove a piece of dead code causing a warning.
2004-07-12  Mike McCormackAdd stub implementation for GetComputerObjectName.
2004-07-12  Mike McCormackAdd secext.h.
2004-07-12  Marcus MeissnerFixed double applet = applet = assignment.
2004-07-12  Marcus MeissnerIID_IObjectWithSite is already in libuuid, no need...
2004-07-12  Marcus MeissnerIMalloc vtables are static.
2004-07-12  Marcus MeissnerMove definitions of static vtables from header to dplay.c.
2004-07-12  Robert ReifAdd HKEY_DYN_DATA\Config Manager\Enum to registry.
2004-07-12  Eric PouechFixed regression on 'bt <tid>' command.
2004-07-12  Lionel UlmerBetter handle the frame-buffer locking case.
2004-07-12  Stefan LeichterFix tests of GetModuleFileNameA on 98/XP.
2004-07-12  Marcus MeissnerReplaced lvalue casts / postincrement mixes.
2004-07-12  Robert Reif- Create IDirectSound and IDirectSound8 objects using the
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van...
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Rob ShearmanAdd TRACE to ReadFileEx.
2004-07-09  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2004-07-09  Aric StewartCleanup of actions.
2004-07-09  Aric StewartAdd a stub for MsiModifyView, fix a couple of bugs.
2004-07-09  Mike McCormackCosmetic fixes.
2004-07-09  Aric StewartImplement logging.
2004-07-09  Mike HearnOutput X11 protocol errors before breaking into debugger.
2004-07-09  Robert ReifBetter error checking and recovery.
2004-07-09  Dmitry TimoshkovAdd a test case for scroll APIs, fix a few bugs spotted...
2004-07-08  Dmitry TimoshkovAdd WS_HSCROLL style to the notepad's edit control.
2004-07-08  Andreas MohrSeveral GDI object handling functions are defined to...
2004-07-08  Francois GougetAssorted spelling fixes.
2004-07-08  Troy Rollo- Setting the scroll range with the "bRedraw" flag...
2004-07-08  Ulrich CzekallaIf the selection owner doesn't understand TARGETS,...
2004-07-08  Ulrich CzekallaHandle case when data type is not registered.
2004-07-08  Robert ReifAdded HKEY_DYN_DATA support.
2004-07-07  Roger OlsonAdded stub for CreateRemoteThread().
2004-07-07  Robert ReifNumber of arguments to IDirectSoundBuffer8_GetObjectInP...
2004-07-07  Ge van GeldorpAdd missing privilege names.
next