wine
2000-06-23  Hidenori TakeshimaAdded include/winresrc.h for porting with winelib.
2000-06-23  Francois GougetMerged DeviceCapabilities and DeviceCapabilitiesA.
2000-06-23  Francois GougetMerged MCIWndCreate and MCIWndCreateA.
2000-06-23  Huw D M DaviesCLSIDFromString apparently also accepts ProgIDs as...
2000-06-23  Hidenori TakeshimaAdded SC_ICON/SC_ZOOM (obsolete macros).
2000-06-23  Marcus MeissnerAdded prototypes for new InternetCheckConnection*.
2000-06-20  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-20  Alexander V... Fixed problems with compilation/install out of source...
2000-06-20  Noomen HamzaOleConvertOLESTREAMToIStorage fails (returns REGDB_E_CL...
2000-06-20  Uwe BonnesMake WritePrivateProfileSectionA care for "" and NULL...
2000-06-20  Gerald PfeiferFixed format strings.
2000-06-20  Rein KlazesFix a crash in winhelp caused by hmemcpy16 without...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-20  Ove KaavenFixed WHDR_DONE race condition.
2000-06-20  Huw D M DaviesImplemented StrCatBuff.
2000-06-20  Hidenori TakeshimaAdded typedef of DROPFILES.
2000-06-20  Hidenori TakeshimaAdded ResultFromScode/GetScode (obsolete macros).
2000-06-20  Dave HawkesMoveToEx: return TRUE even if there is no driver implem...
2000-06-20  Gerard PatelProtect against programs creating parts with negative...
2000-06-18  Dmitry TimoshkovUse GetSystemDefaultLangID() instead of WINE_LanguageId.
2000-06-18  Eric Pouech- cleaned-up break handling
2000-06-18  Stephane Lussier- Fixed a memory corruption in safe arrays when using...
2000-06-18  Dmitry TimoshkovDo not assume that double byte font == unicode font.
2000-06-18  Francois GougetAdded some missing prototypes.
2000-06-18  Francois Gougethmemcpy16 is a Win16 API, the macro is hmemcpy.
2000-06-18  James HathewayCreated an initial Winsock 2 (ws2_32) DLL. Makes use...
2000-06-18  Eric PouechFixed port status query.
2000-06-18  Ove KaavenAdded DirectSound device driver header file.
2000-06-18  Ove KaavenMake the base relocation message a WARN, not a FIXME.
2000-06-18  Gerald PfeiferDistinguish between SUBDIRS and INSTALLSUBDIRS.
2000-06-18  Gerard PatelCB_SETCURSEL should not generate another listbox event...
2000-06-18  Noomen HamzaWM_PAINT should be processed only by the TREEVIEW_Paint...
2000-06-18  James HathewayWe must return the atom of the class in GetClassInfoEx...
2000-06-18  James HathewayAdded a stub for CoCreateFreeThreadedMarshaler().
2000-06-18  Dmitry TimoshkovReimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
2000-06-18  Francois JacquesGetSystemMenu called with bRevert argument set to TRUE...
2000-06-18  Stephane LussierFixed memory access outside of the range for source...
2000-06-16  Francois JacquesMake IIDFromString point to CLSIDFromString.
2000-06-16  Juergen Schmied- better error check when importing functions via GetPr...
2000-06-16  Juergen Schmied- fixed null-pidl from _ILCreateControl
2000-06-16  Francois JacquesKeep an internal copy of the icon.
2000-06-16  Francois GougetReorder the __attribute__ directive in the legacy macro...
2000-06-16  Ken ColemanFixes to CreateDIBSection and other areas where biSizeI...
2000-06-15  Alexandre JulliardRelease 20000614. wine-20000614
2000-06-15  David LassondeImplemented the More Windows... menu item for MDI.
2000-06-15  Sheri SteevesCheck again for GetNextDlgTabItem after return from...
2000-06-15  Gerard PatelSet clipping region to client window in LISTBOX_Paint.
2000-06-15  Andreas MohrMore verbose error message.
2000-06-15  Uwe Bonnescp_mbstowcs: check functions return zero on success.
2000-06-15  Uwe BonnesGetFullPathName: get "drive" value too for absolute...
2000-06-15  Frederic BoulangerCreateSpoolFile is called with a dos name, we have...
2000-06-15  Mike McCormack- add prototypes for serial API functions
2000-06-15  Noomen HamzaAdded a NULL pointer check within DCE_AddClipRects...
2000-06-15  Dmitry TimoshkovOptimized implementation of LoadStringA.
2000-06-15  Ove KaavenText of WWN article "The X11 driver".
2000-06-15  Wilbur N. DaleWineLib does not support Win16. Removed references...
2000-06-15  Sheri SteevesAdded setting of cursor postition to MSG_PostToQueue.
2000-06-15  Gerard PatelWM_SETREDRAW should repaint the listbox when set to...
2000-06-14  Alexandre JulliardRemoved @PROGEXT@ (it was broken anyway).
2000-06-14  Alexandre JulliardConvertToGlobalHandle: fixed handle leak.
2000-06-14  Alexandre JulliardFixed options structure definition.
2000-06-14  Noomen HamzaMade SetWindowPos handle the case when inserting a...
2000-06-14  Lionel UlmerUpdated OpenGL documentation.
2000-06-14  Gerard PatelSet the base for the ordinals of olepro32 to 248.
2000-06-14  Matthew J.... Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite...
2000-06-14   <jimregan... Added difftime function.
2000-06-13  Bertho StultiensInitial release of the message compiler.
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-13  Bertho Stultiens- Bugfix: Corrected "off by one" error in the linenumbe...
2000-06-13  Bertho StultiensCommented out IsBadWritePtr check. Makes winhlp32.exe...
2000-06-13  Lionel UlmerOpenGL documentation.
2000-06-13  Andreas MohrDRIVE_GetFreeSpace() is supposed to *always* return...
2000-06-13  Gerard PatelDo not change the WS_CHILD style in SetParent.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-13  Alexandre JulliardAdded a couple of Unicode string routines.
2000-06-13  Marcus MeissnerAdded 24->32 packed pixel mapping support to convert.
2000-06-13  Marcus MeissnerStrip whitespace from front of profile values.
2000-06-12  Juergen SchmiedImplementation for PrivateExtractIcons, PrivateExtractI...
2000-06-12  Juergen Schmied- implemented Get/SetThreadLocale
2000-06-12  Marcus MeissnerAdded struct offsets so understanding game disassembly...
2000-06-12  Huw D M DaviesIf printer only supports level 1 PostScript then compla...
2000-06-12  Marcus MeissnerCorrected IsEqualGUID prototype.
2000-06-12  Lionel Ulmerreplaced a DPRINTF by a TRACE
2000-06-12  Lionel Ulmer- moved the 'constructor' into a real DLL init function
2000-06-12  Gerard PatelhookThunk was not initialized in GetDcState.
2000-06-12  Alexandre JulliardUse the font default char for undefined characters...
2000-06-12  Lionel UlmerNew OpenGL thunk generation script.
2000-06-12  Lionel UlmerRemoved the Release in case of error as we do not AddRe...
2000-06-12  Andreas MohrMade the DLL version clash error message more verbose.
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-11  Aric StewartWe were not properly masking the item that was sent...
2000-06-11  Jason MawdsleyTake focus before setting the caret position and select...
2000-06-11  James AbbatielloFix for compiler warning (due to setjmp/longjmp being...
2000-06-11  Sheri SteevesAdded save and reset of SetBKMode values in WM_PAINT.
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-06-11  Francois Gouget- Define HIC in this header rather than in windef.h...
2000-06-11  Francois GougetFixed a typo in the name of FreePrinterNotifyInfo.
2000-06-11  Ulrich CzekallaHTTP protocol now supported, InternetCrackUrl fixed...
2000-06-11  Patrik StridvallFixed some warnings.
2000-06-11  Patrik StridvallFixed some issues found by winapi_check.
next