wine
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-26  François GougetDeclare all handles with DECLARE_OLD_HANDLE to ease...
2000-12-26  Francois GougetAdded GetDCBrushColor and GetDCPenColor.
2000-12-25  Lawson WhitneyRemoved --config from man wine.
2000-12-25  Lawson WhitneyRemoved trailing garbage after [serialports] device...
2000-12-24  François GougetMoved HRASCONN from windef.h.
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-24  Francois GougetUpdated the look of dots and dashes to match the Win32...
2000-12-24  Dmitry TimoshkovDefine environment variable TMP as an alias for TEMP.
2000-12-24  Gerald Pfeifer<malloc.h> is not ISO C, <stdlib.h> is.
2000-12-24  Guy L. AlbertelliFixed loop test for negative value.
2000-12-23  Alexandre JulliardRelease 20001222. wine-20001222
2000-12-22  Gerard PatelCancel a few changes to get back basic text clipboard...
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Alexandre JulliardNo longer try to load builtin library when loadorder...
2000-12-22  Hidenori TakeshimaUse dllwrap for building shared libraries in cygwin.
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardFixed copy/paste bug (thanks to Gerard Patel).
2000-12-22  Ove KaavenMore intelligent DirectSound prebuffering. By tracking the
2000-12-22  Joerg MayerWarn when FindWindow needs to check other processes...
2000-12-22  Joerg MayerDon't suppress error messages.
2000-12-22  Joerg MayerAdd %fs info to the critical section timeout message.
2000-12-22  Dmitry TimoshkovRemove redundant ';' at the end of line.
2000-12-22  Dmitry TimoshkovFix remaining signed/unsigned mismatches.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Hidenori TakeshimaNative IMM32.DLL crashes wine - use builtin DLL.
2000-12-22  Andreas MohrPrint all problems as ERR() except for "could not open...
2000-12-22  Marcus MeissnerIDirectDrawSurface::Blt::SRCCOPY is the default ROP...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-22  Alexandre JulliardRemoved the dummy mouse event in SetWindowPos.
2000-12-22  Eric PouechAdded some 16 bit entry points needed by multimedia...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-22  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2000-12-21  Patrik StridvallFixed some issues found by winapi_check.
2000-12-21  Patrik Stridvall- Minor API file update.
2000-12-21  Marcus MeissnerHandle errors for IDsDriver_GetPosition.
2000-12-21  Eric PouechCleaned up the code a bit.
2000-12-21  Ove KaavenEnable the DirectSound HAL for sound drivers that do...
2000-12-21  Francois Jacques- TLB_DoFuncs: code cleanup and elemdescFunc read corre...
2000-12-21  Dmitry TimoshkovDon't write to buffer with zero length.
2000-12-21  Dmitry TimoshkovDo not free the not owned error string.
2000-12-21  Francois JacquesUpdated SafeArrayGetUBound and SafeArrayGetLBound with...
2000-12-21  Eric PouechRewrote the allocation of MM driver descriptors.
2000-12-21  Eric KohlUse handle to palette instead of index for EMR_SELECTPA...
2000-12-20  Alexandre JulliardFixed debug routines to work before the process heap...
2000-12-20  Alexandre JulliardDo not call thread attach/detach routines during proces...
2000-12-20  Gerard PatelSet the color mask with BI_BITFIELD dibs, don't use the
2000-12-20  Dmitry TimoshkovMake new edit control allocate its buffers with granula...
2000-12-20  Guy L. Albertelli- print out WM_NOTIFY message code if we know it.
2000-12-19  Alexandre JulliardSet last error in GlobalUnlock.
2000-12-19  Andrew JohnstonDocumentation update.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Stefan LeichterAdded description of printerports section of the win...
2000-12-19  James HathewayFix IConnectionPointContainer interface macros.
2000-12-19  Francois JacquesImplementation of Dispatch API.
2000-12-19  Jon Griffiths- Add several mbcs and CP 932 functions, fix some exist...
2000-12-19  Alexandre JulliardInclude stdlib.h instead of wchar.h.
2000-12-19  Marcus Meissnershlwapi forwarders for SetWindowLongW and CallWindowProcW.
2000-12-19  Dmitry TimoshkovProtect against NULL buffer in the profile functions.
2000-12-19  Dmitry TimoshkovNew unicode edit control.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-19  François GougetAdded CreateWindowStation.
2000-12-19  François GougetRemoved the 'extern "C" { ... }' statement. It is not...
2000-12-19  François GougetMoved a misplaced 'extern "C" { ... }' statement.
2000-12-19  François GougetAdded better support for Unicode:
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-19  Gerard PatelStub for DllDebugObjectRPCHook.
2000-12-19  Gerard PatelMisc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
2000-12-19  Gerard PatelDo not send a WM_NOTIFYFORMAT to a non-existent owner.
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-19  Marcus MeissnerImplemented DIGDD_PEEK for SysMouseA::GetDeviceData.
2000-12-19  François Gouget_str{dec,inc}: Cast the parameters to the proper type...
2000-12-19  François GougetMoved some of the STDMETHOD/STDAPI to winnt.h.
2000-12-19  François GougetRemoved some of the SECURITY_xxx types.
2000-12-19  François GougetAdded SetUserObjectSecurity.
2000-12-19  Guy L. AlbertelliAdd notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY...
2000-12-18  Hidenori TakeshimaImplemented keyboard layout and context - far from...
2000-12-18  Morten Welinder(strcasecmp): Conform to ANSI specs for toupper.
2000-12-18  Morten Welinder(parse_options): Allow GNU-like option arguments like
2000-12-18  Patrik StridvallSolaris fixes.
2000-12-18  Guy L. Albertelli- Implement drag for vertical rebars (drag up and down).
2000-12-18  Guy L. AlbertelliPass WM_COMMAND and WM_NOTIFY to parent as received.
2000-12-18  Gerard PatelChange the current directory as the user browses the...
2000-12-18  David ElliottChanged typo va_list to valist.
2000-12-18  Gerard PatelAllow for the dialog font size to be set directly in...
2000-12-18  Gerard PatelWM_GETMINMAXINFO track min size should be used in SetWi...
2000-12-18  Marcus MeissnerMapping for ICM_SETSTATE (ptr in lParam1 to private...
2000-12-16  Patrik StridvallFixed some issues found by winapi_check.
2000-12-16  Patrik Stridvall- Minor API file update.
2000-12-16  Jon Griffiths- Fix _fullpath & splitpath, winapi_check fixes
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-16  Alexandre JulliardFixed infinite loop in CRTDLL__fcloseall.
2000-12-16  Hidenori TakeshimaImplemented some APIs and IME class - far from complete.
2000-12-16  Marcus MeissnerCheck for NULL before doing IsEqualGUID().
2000-12-16  Eric PouechFixed loading of 16 bit MCI drivers (for command tables).
2000-12-16  Andreas Mohr- don't initialize with pFirstLDD if pFirstLDD isn...
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-12-15  Hidenori TakeshimaImplemented some DDK APIs - far from complete.
2000-12-15  Francois GougetCreate a symbolic link to ole/libuuid.a.
2000-12-15  Francois GougetAlways link with uuid.
next