wine
2001-07-08  Peter HunnisettFix some ordinal forwarding.
2001-07-08  Marcus MeissnerAdd some argument validation to SetMenuItemInfoA, so...
2001-07-08  Guy L. Albertelli- Move creation process to the WM_NCCREATE message...
2001-07-08  Guy L. AlbertelliCorrect amount of info displayed for NM_NCHITTEST and...
2001-07-08  Bill MedlandCorrect more colours so that DrawEdge works for more...
2001-07-08  Hidenori TakeshimaAdded missing IIDs.
2001-07-08  Mike McCormackImplement ReadFileEx and WriteFileEx (lpOverlappedCompl...
2001-07-08  Mike McCormackUse HANDLEs instead of unix fds.
2001-07-08  Jeremy WhiteAdd --list facility to list installed programs.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Hidenori TakeshimaAdded stubs for quartz.dll.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-07-02  Hidenori TakeshimaAdded some dshow headers.
2001-07-02  Dmitry TimoshkovFix some inter dll dependencies.
2001-07-02  Dmitry TimoshkovAdd stdcall->cdecl thunks for inet_network and getnetby...
2001-07-02  Dmitry TimoshkovReplace PROFILE_* functions by Reg*.
2001-07-02  Guy L. AlbertelliRBBS_FIXEDSIZE should not affect _AdjustBands (found...
2001-07-02  Mike McCormackFix button text placement for disabled buttons (see...
2001-07-02  Nikolas ZimmermannAdded IBindHost, IWinInetInfo, IWinInetHttpInfo class...
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-07-02  Patrik StridvallSeveral bug fixes and additions.
2001-07-02  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-07-02  Guy L. AlbertelliRemember response from LVN_GETDISPINFO if user sets...
2001-07-02  Dmitry TimoshkovFinish win32s separation.
2001-06-29  Alexandre JulliardRelease 20010629. wine-20010629
2001-06-29  Dmitry TimoshkovFix 'make depend' for out of the source tree build.
2001-06-29  Dmitry TimoshkovAdd missing config.h include.
2001-06-29  Alexandre JulliardRemoved unnecessary SetWindowPos call in SetWindowRgn.
2001-06-29  Andreas MohrDocumentation update.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-29  Travis MichielsenFixed handling of WM_MOUSEWHEEL messages in non-client...
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-28  Patrik StridvallFixed subtle configure bug concerning OpenGL.
2001-06-28  Patrik StridvallFixed some issues found by winapi_check.
2001-06-28  Patrik StridvallSeveral bug fixes and additions.
2001-06-28  Bill MedlandImproved handling of styles in the edit control, includ...
2001-06-28  Dmitry TimoshkovFinish ole32 separation.
2001-06-28  Alexandre Julliard- Remove cooked hardware messages when they are dropped...
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-06-27  Andreas MohrFix misleading P4 warning message appearing even in...
2001-06-26  Alexandre JulliardAdded window properties to make some x11drv-specific...
2001-06-26  Uwe BonnesAdded /dev/parport support for direct port access.
2001-06-26  Alexandre JulliardMake the visible region empty for non-visible windows.
2001-06-26  Dmitry TimoshkovReplace one more PROFILE_ function by RegQueryValueExA.
2001-06-26  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-25  Alexandre JulliardDon't compile vm86-specific code on platforms that...
2001-06-25  Jau-Horng ChenAdded Traditional Chinese Support
2001-06-25  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-25  Alexandre JulliardImplemented SendInput().
2001-06-25  Dmitry TimoshkovBetter separate the XShm using code.
2001-06-24  Bang Jun-YoungAdd a workaround for a bug in byacc (again).
2001-06-24  Eric PouechFixed for new relay format. added thread knowledge.
2001-06-24  Guy L. Albertelli- Add support for WM_NOTIFYFORMAT and support both...
2001-06-24  Guy L. Albertelli- Fix memory leaks.
2001-06-24  Guy L. AlbertelliFixed test so 0xffffffff is properly recognized.
2001-06-22  Uwe BonnesAdd RegisteredOwner and RegisteredOrganization.
2001-06-22  Mike McCormackAdded some defines for process security tokens.
2001-06-22  Andreas MohrSpelling fixes.
2001-06-22  Andreas MohrGetSystemInfo() Pentium 4 support.
2001-06-22  Mike McCormackRemove truncate debug message printed on successful...
2001-06-22  Eric PouechMerge from Corel tree. Contributors are:
2001-06-22  Alexandre JulliardDon't rely on X to expose windows covered by a sibling...
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-21  Ove KaavenExtended __wine_enter_vm86 to handle pending interrupts.
2001-06-20  Alexandre JulliardAvoid returning an unlocked window pointer from WINPOS_...
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-20  Patrik StridvallFixed some issues found by winapi_check.
2001-06-20  Patrik StridvallSeveral bug fixes and additions.
2001-06-20  Dave Pickles- Fix uninitialised variable problem in DIR command.
2001-06-20  Alexandre JulliardClip parent client area when using the drawable from...
2001-06-20  Alexandre JulliardFixed region leak.
2001-06-20  Alexandre JulliardSubtract DC origin from graphics exposure event coordin...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-06-19  Alexandre JulliardIgnore EAGAIN errors in read_request.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Eric PouechFails mapper opening when no midi out devices are present.
2001-06-19  Eric PouechFixed bugs in output functions (ascend, createChunk).
2001-06-19  Marcus MeissnerBSCF enum defines flags, not an enumeration.
2001-06-19  Marcus MeissnerMade DOS VGA display again with last months DDRAW updates.
2001-06-19  Dmitry TimoshkovAdd System font to the set of default sans serif fonts.
2001-06-19  Alexandre JulliardFixed one more bug in clip_children.
2001-06-19  Patrik Stridvall- Added, cleaned up and/or documentated _{begin,end...
2001-06-19  Patrik StridvallRemoved implementation of _ultow since it is forwarded...
2001-06-19  Patrik StridvallFixed GetCommConfig number of arguments.
2001-06-19  Patrik Stridvallwine needs to be built before winedbg.
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-06-19  Patrik Stridvall- Slightly better handling of external/internal names.
2001-06-19  Patrik StridvallSeveral bug fixes and additions.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-06-19  Bill MedlandSetFilePointer correction; return ERROR_NEGATIVE_SEEK...
2001-06-19  Patrik StridvallAdded support for autoconf 2.50.
2001-06-15  Alexandre Julliardclip_children: don't crash if child is not in list...
2001-06-15  Bang Jun-YoungUse clone() if HAVE_CLONE is defined.
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
2001-06-14  Alexandre JulliardAdded direct system call for unaligned mmap support...
2001-06-14  Dmitry TimoshkovMove IsCharAlphaA and IsCharAlphaNumericA to user32.
2001-06-14  Ulrich CzekallaStub for InternetGetCookieA.
2001-06-14  Dmitry TimoshkovReplace more PROFILE_ functions by RegQueryValueExA.
next