wine
2001-08-27  Hidenori TakeshimaAdded some missing interfaces.
2001-08-27  Hidenori TakeshimaAdded ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
2001-08-24  Alexandre JulliardRelease 20010824. wine-20010824
2001-08-24  Francois GougetAdded WSASTARTUP16 a 1 byte alignment version of WSASTA...
2001-08-24  Hidenori TakeshimaAdded some missing CLSIDs.
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardRemoved inclusion of win.h.
2001-08-24  Mike McCormackAdd stubs for several named pipe functions.
2001-08-24  Francois GougetRename the regular WS_FD_XXX macros to FD_XXX.
2001-08-24  Francois GougetMade independent from winsock.
2001-08-24  Bill MedlandMinor fixes involving handling NULL pointers.
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-23  Alexandre JulliardDon't hold the GDI lock during accesses to the metafile...
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-23  Daniel Walker- Fix for nonblocking sockets using WSAEventSelect...
2001-08-22  Hidenori TakeshimaAdded two missing headers.
2001-08-22  Patrik Stridvall- Continued on the new C parser.
2001-08-22  Hidenori TakeshimaAdded some stubs for CLSID_FilterGraph.
2001-08-22  Dmitry TimoshkovFixed an incorrect (harmless) memory allocation.
2001-08-22  Hidenori TakeshimaAdded missing IIDs.
2001-08-22  Dmitry TimoshkovReplaced PROFILE_ functions by RegQueryValueExA.
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-22  Francois GougetFixed man and doc-html rules.
2001-08-22  Eugene MayevskiFixed DT_RTLREADING flag interpretation.
2001-08-21  Alexandre JulliardRemoved WIN_GetDesktop().
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-21  Gerard PatelRect returned by LISTVIEW_GetItemRect should be total...
2001-08-21  Gerard PatelDefault bitmap is not subject to reference counting.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-21  Mike McCormackUnconditionally set O_NONBLOCK when opening.
2001-08-20  Alexandre JulliardRefuse to select a bitmap that is already selected...
2001-08-20  Uwe BonnesAdded reference counting and delayed destruction of...
2001-08-20  Alexandre JulliardFixed GetClassLong to return full 32 bits for all items.
2001-08-20  Alexandre JulliardCreate a color bitmap in CreateDIBitmap even with a...
2001-08-20  Nikolas ZimmermannRemoved struct UDATE forward declaration.
2001-08-20  Mike McCormackStore the comm error value in the wineserver, not a...
2001-08-20  Mike McCormackRead data immediately in overlapped ReadFile if possible.
2001-08-20  Gerard PatelDo not keep the handle of a deleted item as the selecte...
2001-08-20  Marcus MeissnerUse GetDC(0) instead of CreateCompatibleDC(0).
2001-08-20  Marcus MeissnerWe need to make a copy of the fontname and the HFONT...
2001-08-18  Alexandre JulliardAdded proper support for 32-bit WM_NEXTMENU.
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-18  Eric PouechStarted implementing the MCIWnd* functions.
2001-08-18  Marcus MeissnerDo not pass the high level wFlags from VariantChangeTyp...
2001-08-18  Alexandre JulliardFixed internal inline function that was declared extern.
2001-08-18  Alexandre JulliardExplicitly check for CS_PARENTDC in WM_ERASEBKGND handling.
2001-08-18  Eric PouechReplaced memset by hand made equivalent to work around...
2001-08-18  Eric PouechBecause of circular dependencies between comctl32 and...
2001-08-18  Gerard PatelTest for invalid large handles in GDI_GetObjPtr and...
2001-08-18  Gerard PatelFix FillRect calls in FILEDLG95_LOOKIN_DrawItem.
2001-08-18  Marcus MeissnerDo not hold the GDI lock when the ABORTDOC procedure...
2001-08-18  Mike McCormackImplemented oleaut32.VarBstrCat.
2001-08-17  Alexandre JulliardMade the Interlocked*Pointer functions static inline...
2001-08-17  Alexandre JulliardUse the passed hdc in CreateDIBitmap instead of creatin...
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardSpecify sizes for stock fonts again; removed the FixSto...
2001-08-16  Alexandre JulliardRelease GDI lock before calling DeleteDC from RestoreDC.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-16  Alexandre JulliardMoved user lock to user.c. Added USER_CheckNotLock...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-16  Mike McCormackPartially implement oleaut32.VarBstrCmp.
2001-08-15  Alexandre JulliardMake sure we don't hold the GDI lock when loading drivers.
2001-08-15  Alexandre JulliardImplemented _CheckNotSysLevel.
2001-08-15  Alexandre JulliardFixed win16drv initialisation.
2001-08-15  Uwe BonnesPathGetExtensionAW has three arguments.
2001-08-15  Uwe BonnesDon't call Dosvm functions when Dosvm isn't initialized.
2001-08-15  Hidenori TakeshimaAdded some stubs for quartz dll.
2001-08-15  Jeremy WhiteNormalize the display name used to build the cached...
2001-08-15  Marcus MeissnerImplemented VarParseNumFromStr, VarNumFromParseNum.
2001-08-15  Ian PilcherEliminate glyph bounding boxes & other unused font...
2001-08-15  Eric PouechFixed the parsing of id1.id2 which could be either...
2001-08-15  Eric PouechFixed error message and return value in case of bogus...
2001-08-15  Marcus MeissnerDateTimeStringToTm and DateToTm must use dwFlags instea...
2001-08-15  Hidenori TakeshimaInclude GUIDs in strmif.h and uuids.h.
2001-08-15  Hidenori TakeshimaAdded some dshow headers.
2001-08-15  Hidenori TakeshimaAdded IGraphBuilder, IFilterGraph2, IMediaSeeking inter...
2001-08-15  Eric PouechModified the debugger launching code so that only one...
2001-08-13  Alexandre JulliardAdded mappings for a few messages.
2001-08-13  Alexandre JulliardFixed some message names.
2001-08-13  Guy L. Albertelli- Implemented RB_MAXIMIZEBAND for the "ideal=TRUE"...
2001-08-13  Guy L. Albertelli- Implement TBSTYLE_FLAT as "transparent" toolbar and...
2001-08-13  Guy L. AlbertelliAdd support to respond to the PGN_CALCSIZE version...
2001-08-13  Guy L. Albertelli- Make all WM_NOTIFY messages go to the parent.
2001-08-13  Daniel Walker- implemented SystemTimetoVariantTime/VariantTimetoSyst...
2001-08-13  Jukka HeinonenFixed _control87 return value, use of wrong assembler...
2001-08-11  Josh ThielenWrong handle was being closed.
2001-08-11  Ian PilcherRemove unused character width array.
2001-08-11  Ian PilcherMake EnumFonts and SelectObject use common font scaling.
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-10  Ian PilcherRemoved ANSI encoding stuff.
2001-08-10  Dusan LackoFix ExtractFromEXEDLL for nIndex != 0.
2001-08-10  Eric PouechFixes for Solaris X86.
2001-08-10  Mike McCormackImplemented msvcrt._mbspbrk.
2001-08-09  Eric Pouech- implemented correctly the HSZ as local atoms and...
2001-08-09  Mike McCormackImplemented multibyte string reverse.
2001-08-09  Ian PilcherRemove previously disabled code.
2001-08-09  Patrik StridvallDocumentation fixes.
2001-08-09  Patrik StridvallFixed issue found by winapi_check.
next