wine
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-04  Mike McCormackAdded Ulrich Weigand's description of KERNEL32_99.
2001-01-04  Mike McCormackSome borken memory monitoring programs divide by dwTota...
2001-01-04  Jon GriffithsAdded spec generation tool specmaker.
2001-01-04  Guy L. AlbertelliReimplemented "relay=" and "snoop=" suboptions.
2001-01-04  François GougetMoved the function pointer types to their rightful...
2001-01-04  Andreas MohrStarcraft was confused by a wrong FALSE BitBlt return.
2001-01-04  Marcus MeissnerSet fragments for wave input to 7 x 1024 byte.
2001-01-04  Eric PouechFixed loading of 16 bit drivers.
2001-01-04  Aric StewartFixed a problem where when deleting an item using index...
2001-01-03  Alexandre JulliardPass the application name also when starting a Unix...
2001-01-03  Jon GriffithsAdded InitializeCriticalSectionAndSpinCount prototype.
2001-01-03  François GougetConvert HDESK to STRICT.
2001-01-03  Eric PouechRemoved duplicate field in internal structure.
2001-01-03  Eric PouechAdded support for the DRVM_MAPPER_STATUS message.
2001-01-03  Eric PouechReplaced pointers to external functions by a DLL import.
2001-01-03  Andreas MohrFixed bitmap size handling.
2001-01-02  Ove KaavenTurn on detectable autorepeat if the X Keyboard Extensi...
2001-01-02  François GougetMoved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT...
2001-01-02  Marcus MeissnerImplement PrintDlg16 better (adding PrintDlgProc16...
2001-01-02  Ulrich WeigandDelayed import thunks for Sparc.
2001-01-02  François GougetRemoved an '#ifdef STRICT'.
2001-01-02  Ove KaavenBugfix for sound dropping out, and workaround for Half...
2001-01-02  François GougetMoved HDROP to shellapi.h.
2001-01-02  François GougetShould include cguid.h.
2001-01-02  François GougetAdded two error codes: E_DRAW and DATA_E_FORMATETC.
2001-01-02  Andreas MohrReturn 8.3 file names.
2001-01-02  Ulrich Weigand- Fixed a byteorder conversion problem with message...
2001-01-02  François GougetReplaced calls to OpenFile with the equivalent call to
2001-01-02  François GougetThe last parameter of CreateFile is a HANDLE and should...
2001-01-02  Marcus MeissnerA socket becomes readable after connect in Linux 2...
2001-01-02  Marcus MeissnerRead 4 bytes to wake up GETISPACE.
2001-01-02  Marcus MeissnerAdded one safety check to AFM parsing.
2001-01-02  Marcus Meissner16bit user GetProp/SetProp get strings or atoms, so...
2001-01-02  François GougetFixed some 0 vs. FALSE mismatches.
2001-01-02  François GougetSC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
2001-01-02  Ulrich WeigandAlign moveable blocks if the architecture requires it.
2001-01-02  François GougetReordered the definitions according to their value.
2001-01-02  Andreas MohrAdded Reserved5 -> lstrcmp16.
2001-01-02  Andreas MohrCode was checking for 0 or HFILE_ERROR instead of negat...
2000-12-29  Dmitry Timoshkov"Implement" GetKBCodePage and GetKBCodePage16.
2000-12-29  Mike McCormackImplemented GetOverlappedResult.
2000-12-29  Marcus MeissnerCreateFontIndirect() can get NULL pointers.
2000-12-29  Mike McCormackImprove async i/o compatability. lpOverlapped->Internal...
2000-12-29  Ulrich WeigandFixed builtin imports broken by latest change.
2000-12-29  Eric PouechMade unaligned access test effective.
2000-12-29  Eric PouechFixed evilish cut and paste.
2000-12-29  François GougetCompile the debugger with STRICT on.
2000-12-29  Ian PilcherUse a case-insensitive comparison to match PostScript...
2000-12-29  François GougetAdded an ICOM_FN that generates either fn##xfn or sfn...
2000-12-29  Andreas Mohr- implemented passive FTP transfers (PASV, needed for...
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-29  Alexandre JulliardAdded support for composite Unicode characters in Multi...
2000-12-29  François GougetAdded a prototype for GetLogColorSpace.
2000-12-29  François GougetConvert HCOLORSPACE to STRICT mode.
2000-12-29  Wilbur N. DaleUpdated first example using latest winebuild dll/so...
2000-12-29  Ove KaavenFixed small race condition between vm86_enter() and...
2000-12-29  Jon GriffithsAllow stubs for exports that are not legal C identifiers.
2000-12-29  Rein KlazesTest pointer before it is dereferenced in CreateEventW().
2000-12-27  Alexandre JulliardRenamed libuuid.a to libwine_uuid.a
2000-12-27  Ulrich WeigandDon't link with libw if libc already contains w* routines.
2000-12-27  Ulrich WeigandCompile fix if HAVE_OSS is not defined.
2000-12-27  Ulrich WeigandFixed broken prototypes.
2000-12-27  Ulrich WeigandSilence silly error messages.
2000-12-27  Ulrich WeigandImport kernel32 (for SetLastError()).
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-27  Ove KaavenUse the X state instead of the VK key state to check...
2000-12-27  Lawson WhitneyAllow an application to open a dos device ending with...
2000-12-27  Ove KaavenRelease the Win16 lock before starting the DOS process...
2000-12-27  Ove KaavenSince DOSVM_Wait() blocks the normal event processing...
2000-12-26  Joerg MayerFix the trivial compiler warnings in debugger/ when...
2000-12-26  Eric PouechNo longer using function pointers to winmm and msvfw32...
2000-12-26  Eric PouechAdded ability to delay loading of an imported DLL until...
2000-12-26  Alexandre JulliardFixed error recovery during thread creation.
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.
next