wine
1999-10-13  Juergen Schmied- implemented sorting the listview by clicking on the...
1999-10-13  Juergen SchmiedRemoved linking by GetProcAddress for StrRetToBuf sinc...
1999-10-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-10-13  Marcus MeissnerWPROCS.ENTRYADDRPROC needs to return something in CX...
1999-10-13  Abey GeorgeChanged EndDialog to behave like as in Windows.
1999-10-13  Abey GeorgeChanged WINPOS_CanActivate to not to consider WS_VISIBL...
1999-10-13  Eric PouechFixed X11DRV_DIB_SetImageBits when called for RLE encod...
1999-10-13  Eric PouechOptimized StretchDIBits to call SetDIBitsToDevice ...
1999-10-13  Gustavo Junior... Added Portuguese language support.
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-10-13  Uwe BonnesUse LoadString16 for FormatMessage16 and handle
1999-10-13  Luc TourangeauSome adjustments to ExtTextOut.
1999-10-13  Stephane LussierFixed the clipping for the postscript driver and turned...
1999-10-13  Uwe BonnesAccount for the trailing NULL in GetLogicalDriveStringsA.
1999-10-13  Francois GougetFixed a typo in a function declaration.
1999-10-13  Zoltan KovacsAdded Hungarian keyboard support.
1999-10-13  Thuy NguyenWe have to activate MDI child windows.
1999-10-13  Uwe BonnesUse Get|SetPropA to store lParam to retrieve the OPENFI...
1999-10-13  Rein KlazesCorrect usage of a scratch array in X11DRV_PolyBezier.
1999-10-13  Gerard PatelMake WM_GETTEXTLENGTH return length for dropdownlist...
1999-10-13  Francois BoisvertRemoved FillRect in the ownerdrawn button procedure.
1999-10-13  Abey GeorgeMake sure the Focus Out window is still the Foreground...
1999-10-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-10-13  Thuy NguyenMouse position is signed.
1999-10-13  Noomen HamzaSet the COLOR_3DLIGHT system color to the right window...
1999-10-13  Marcus MeissnerSmall hack to check if we need to relocate the TLS...
1999-10-13  Marcus MeissnerRelink subdirectory objects on Makefile.in/Make.rules...
1999-10-13  Marcus MeissnerCheck for NULL ptr in Propsheet_RemovePage (Xing DVD...
1999-10-13  Marcus MeissnerDon't ref NULL ptrs in debug.
1999-10-13  Marcus MeissnerIf the joydevice is not present, do not create a Direct...
1999-10-13  Huw D M DaviesMap PrintDlg16 to PrintDlgA.
1999-10-13  Juergen SchmiedSmall fixes.
1999-10-13  Juergen SchmiedMade TrackPopupMenu with TPM_RETURNCMD returning the...
1999-10-13  Ulrich CzekallaPrevent self referencing next pointer during insert.
1999-10-13  Eric PouechAdded some missing definitions.
1999-10-13  Klaas van GendAdded Dutch to the languages supported by MCI.
1999-10-13  Klaas van GendUpdated status of internationalisation.
1999-10-13  Ulrich WeigandBugfix: *Don't* resolve PE imports if asked not to ...
1999-10-13  Ulrich WeigandBugfix: DdeNameService was broken.
1999-10-13  Ulrich WeigandBugfix: When loading an executable module fails, don...
1999-10-13  Klaas van GendMoved bitmap resource to language-independent resource...
1999-10-13  Andreas MohrAdded warning for future VERSION_GetVersion() (mis...
1999-10-13  Marcus MeissnerAdded stubs for RevokeActiveObject, GetActiveObject...
1999-10-13  Marcus MeissnerAdded german keyboard layout with "nodeadkeys" option...
1999-10-13  Marcus MeissnerStub for VideoCapDriverDescAndVer.
1999-10-13  Marcus MeissnerReplicate CreateDirectory() LastError workaround for...
1999-10-13  Marcus MeissnerAlso escape characters >=0x80 within the wineregistry...
1999-10-13  Marcus MeissnerDon't use malloc/free in winaspi32.
1999-10-13  Marcus MeissnerUse 1 macro for rgbbitdepth -> byte determination.
1999-10-13  Marcus MeissnerReplaced double ChangeDisplaySettingsA by (Ex)[AW].
1999-09-29  Ulrich WeigandBugfix: Don't call GetVersionExA too early, to avoid...
1999-09-29  Rein KlazesFirst implementation of LoadTypeLibEx().
1999-09-29  Marcus MeissnerAdded stub for WMMMIDIRUNONCE called by midimap.drv.
1999-09-29  Marcus MeissnerSet refcounter to 1 on initial init or WSAStartup/WSASt...
1999-09-29  Marcus MeissnerCreate DirectSound object even without sounddevice...
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-09-29  Patrik StridvallAdded ability to call winapi_check from the Makefiles.
1999-09-29  Patrik StridvallModification due to problems with winapi-check.
1999-09-29  Patrik Stridvall- Adapted to changes in Wine.
1999-09-28  Alexandre JulliardMade event manipulation routines public.
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...
1999-09-28  Noomen HamzaRewrite the ShowOwnedPopups function with a safety...
1999-09-28  Karl LessardMake ExecFocusedItem return -1 on failure.
1999-09-28  Peter Hunnisett- Changed return code for failure on *_DllGetClassObject to
1999-09-28  Alexandre JulliardSupport TRAP_sig for FreeBSD (with the help of Juergen...
1999-09-28  Uwe BonnesRemember the allocated string to free it.
1999-09-28  Gerard PatelForce recalculation of menu when calling InsertMenuItem.
1999-09-28  Ian SchmidtImplementation of 2 Win98 by-ordinal SHELL32 routines...
1999-09-28  Eric PouechFixed typo in hDrv for sending message.
1999-09-27  Eric PouechRemoved last dependancies between MCI drivers and WINMM...
1999-09-27  Eric PouechGot rid of hack on WAVEHDR's & MIDIHDR's reserved field...
1999-09-27  Eric PouechCheck for OSS driver presence and return error accordingly.
1999-09-27  Eric PouechGot rid of hack on MIDHDR's reserved field for 16/32 bit
1999-09-27  Eric PouechFixed crash with mapper loading.
1999-09-27  Eric PouechGot rid of hack on WAVEHDR's reserved field for 16...
1999-09-27  Eric PouechTypo correction.
1999-09-27  Ulrich CzekallaFix integer based resource id assumption.
1999-09-27  Ove KaavenAdded some basic Winsock2 definitions.
1999-09-27  Ove KaavenAdded EXCEPT_EVENT to wineserver select loop.
1999-09-27  Peter GantenFix for VFAT_IOCTL_READDIR_BOTH.
1999-09-27  Peter GantenSmall wing enhancement.
1999-09-27  Stephane LussierReturn key should not be ignored in multiline edit...
1999-09-27  Francis BeaudetDPtoLP needs to round the result.
1999-09-27  Francis BeaudetrcPaint has to be returned in logical coordinates but...
1999-09-27  Richard CohenFixed GetRandomRgn.
1999-09-27  Abey GeorgeMade GetCurrentDirectory return long name of the curren...
1999-09-27  Rein KlazesUse an extra bit in the button status byte to flag...
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-23  Alexandre JulliardRelease 990923. wine-990923
1999-09-23  Noel BorthwickAdded clipboard server.
1999-09-23  Patrik StridvallMade a new improved version of winapi-check in perl.
1999-09-23  Alexandre JulliardImplemented uppercasing functions (based on a patch...
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-23  Patrik StridvallModification due to problems with winapi-check.
1999-09-23  Noomen HamzaWS_POPUP windows (excluding the WS_POPUPWINDOW windows...
1999-09-23  Francois BoisvertCreateDIBitmap creates a monochrome bitmap only when...
1999-09-23  Noomen HamzaNon active window should be activated when it gets any
1999-09-22  Eric PouechAdded WINEOSS descriptor.
1999-09-22  Eric PouechMMSYSTEM_GetIData() now dies when no iData is present
1999-09-22  Eric PouechAdded lolvldrv.c and oss.c.
next