wine
2001-01-07  Dmitry TimoshkovAdd missing mapping for LB_FINDSTRINGEXACT message...
2001-01-07  Dmitry TimoshkovCombobox should clear its current selection on response to
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  Alexandre JulliardAdded separate queue for "system" APCs that get called...
2001-01-06  Alexandre JulliardRemoved old format config file.
2001-01-06  François GougetModify the look of bitmap menu items to match Win95...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-06  Eric PouechForced loading of msacm32 when msacm is loaded.
2001-01-06  Huw D M DaviesImplement InternetCanonicalizeUrl.
2001-01-06  Johan GillAdded a more truthful message about what really is...
2001-01-06  Marcus MeissnerDon't call QueryAbort16() in WriteSpool16(), since...
2001-01-06  Andreas MohrTook a stab at implementing LBS_NOSEL.
2001-01-05  Alexandre JulliardSend the exe file handle in init_process_done request.
2001-01-05  Alexandre JulliardAvoid crashing on invalid lines during config file...
2001-01-05  Huw D M DaviesImplemented a few Url* functions.
2001-01-05  Dmitry TimoshkovAdded unicode window proc for combobox control.
2001-01-05  Dmitry TimoshkovAdded unicode window proc for the static control.
2001-01-05  Mike McCormackReturning success for unknown WSCNTL_TCPIP_QUERY_INFO...
2001-01-05  Andreas MohrMouse events fix.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-05  François GougetI triple checked but yes, CHOOSECOLOR.hInstance is...
2001-01-05  François GougetWe must cast the return value of GetProcAddress.
2001-01-05  François GougetThe WndProc function was missing the CALLBACK modifier.
2001-01-05  François GougetThe first 2 parameters of WinMain are HINSTANCEs, not...
2001-01-05  Dmitry TimoshkovFixed some problems with scrolling in the edit control.
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2001-01-04  Eric PouechAdded a few missing parts.
2001-01-04  Francois GougetFixed the alignment of the MF_RIGHTJUSTIFY menu items.
2001-01-04  Alexandre JulliardRemoved obsolete code.
2001-01-04  Alexandre JulliardFixed dll dependencies.
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...
next