wine
2001-01-15  Alexandre JulliardReplaced GLOBAL_Alloc by GlobalAlloc16 where possible.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-15  Alexandre JulliardFixed toupper/_toupper mixup.
2001-01-13  Alexandre JulliardRelease 20010112. wine-20010112
2001-01-13  Alexandre JulliardAdded missing WIN_ReleaseWndPtr.
2001-01-13  Alexandre Julliardwinmm.dll can now be properly separated.
2001-01-13  Francois GougetWarning fix.
2001-01-13  Ove KaavenFixes for various underrun-related problems. Also added...
2001-01-13  Ove KaavenRemove multimedia timers from the service thread, use...
2001-01-13  François GougetIn STATUSBAR_GetTipText{a,W, always put a terminating...
2001-01-12  Gavriel StateWarning fixes.
2001-01-12  Stefan LeichterImplemented EnumProtocolA/W.
2001-01-12  Andreas MohrNetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
2001-01-12  Andreas MohrWorkaround for SuSE 7 2.2.16 kernel bug.
2001-01-12  James HathewayGuard against incoming string of NULL in WM_SETTEXT.
2001-01-12  Jon GriffithsTurn crtdll into forwards to msvcrt.
2001-01-12  Jon GriffithsAdded some exception handling functions.
2001-01-12  Gerald PfeiferFixed mistyped variable name in MSVCRT__fpclass().
2001-01-12  Alexandre JulliardAdded flag to differentiate file mappings and VirtualAl...
2001-01-12  Alexandre JulliardRemoved obsolete get_req_buffer() function.
2001-01-12  Mike McCormackSwap lpOverlapped parameters in ReadFile and WriteFile.
2001-01-12  Jon GriffithsFixes as a result of testing builtin crtdll against...
2001-01-12  Chris MorganUpdated messages with new config files in mind to keep...
2001-01-12  Susan FarleyImplemented most functionality. TODO lists whats left.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.
2001-01-11  Nathan NeulingerRenamed struct option to avoid conflicts with getopt.h.
2001-01-11  Jon GriffithsAdded binary compatible __EH_prolog.
2001-01-11  Josh DuBoisAdded a simple usage() function.
2001-01-11  Alexandre JulliardNo longer used.
2001-01-11  John R. SheetsCorrect some cut & paste typos.
2001-01-11  Chris MorganUpdate for the new config format and location of the...
2001-01-11  François GougetCreate the main_target in single-target mode.
2001-01-11  Dmitry TimoshkovFix the return value of WM_GETTEXT in the edit control.
2001-01-11  Dmitry TimoshkovVarious combobox fixes.
2001-01-11  Chris MorganRemoved some unnecessary defines after profile.c cleanup.
2001-01-11  Ulrich WeigandFixed unnamed union dummy names.
2001-01-11  Ulrich WeigandReplaced architecture-dependent configure checks by...
2001-01-11  Ulrich WeigandAdded missing prototypes to avoid compile warnings...
2001-01-11  Ulrich WeigandWork around problems on Solaris if config.h is not...
2001-01-11  Ulrich WeigandFixed byteorder problems caused by non-portable code.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.
2001-01-10  Alexandre JulliardRemoved all traces of the --config option.
2001-01-10  Gavriel StateReenabled DXGrab option.
2001-01-10  Dmitry TimoshkovSynchronize the sizes of the external and internal...
2001-01-10  Gerard PatelFixed returned length for LB_GETTEXT.
2001-01-10  Alexandre JulliardAdded nls to EXTRASUBDIRS.
2001-01-10  Chris MorganRemoved use of outdated WINE_INI environment variable...
2001-01-10  James Hathewayes->buffer_size is not always the length of the text...
2001-01-10  Gerard PatelAdded a specific debug channel for dll loading (builtin...
2001-01-10  Joerg MayerFixed some signed/unsigned warnings.
2001-01-10  Mike McCormackImplemented asynchronous ReadFile and WriteFile.
2001-01-10  François GougetRequire that the user specify a work directory. This...
2001-01-10  François GougetOnly copy the dwSize bytes really occupied by lpPropShe...
2001-01-10  Eric PouechFor the Global*Ptr* set of macros, replace the 16bit...
2001-01-10  Ulrich CzekallaOnly call TOOLBAR_CalcToolbar when parameters change.
2001-01-09  Dmitry TimoshkovAdded unicode window proc for the listbox control.
2001-01-09  François GougetTest for NULL and LPSTR_TEXTCALLBACK before using lpCol...
2001-01-09  Gerald PfeiferFixed some incorrect format strings.
2001-01-09  Alexandre JulliardRemoved obsolete file.
2001-01-09  François GougetMove HDWP to winuser.h.
2001-01-09  Ryan CummingMake CDROM_GetLabel return 0 in the event of failure...
2001-01-09  David ElliottFixed usage of RegEnumValueA.
2001-01-09  Huw D M DaviesHandle the EnumPrinters() flag PRINTER_ENUM_DEFAULT...
2001-01-09  Huw D M DaviesActually call CDROM_Audio_GetTracksInfo when retrieving
2001-01-09  François GougetSERVICE_AddObject check for NULL handles in addition to
2001-01-09  François GougetThe last parameter of CreateFile should be 0 (aka NULL...
2001-01-09  François Gougetpty_handle is a HANDLE, not an int.
2001-01-09  François Gouget(configure) Look for the headers in $WINE_ROOT/include...
2001-01-09  Gerard PatelSend the creation notification to the true owner of...
2001-01-09  Ulrich CzekallaEnsure there is an edit control when we reset contents.
2001-01-09  Ulrich CzekallaAdjust item rects by horizontal scrollbar offset.
2001-01-09  Gerard PatelFixed TCM_GetRowCount.
2001-01-07  Alexandre JulliardNeed to import user32 even though we don't use symbols...
2001-01-07  Leonard NorrgårdReference $(SRCDIR) when installing the perl script...
2001-01-07  Gerard PatelChanged string pointer calculation.
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2001-01-07  Marcus MeissnerRemoved one &, now CoCreateInstance() of ddraw objects...
2001-01-07  Mike McCormackCalculate the timeout time once when the async is created.
2001-01-07  Mike McCormackImplemented HasOverlappedCompleted macro.
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...
next