Fixed some places where whitespace was not handled correctly.
[wine] / dlls /
2001-12-13  Mike McCormackOnly RTS_CONTROL_HANDSHAKE should set CRTSCTS.
2001-12-13  Eric LaforestAdd the missing functionality in the tty driver.
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-12-11  Jon GriffithsAdd new stub MLLoadLibrary.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-12-11  Bill MedlandA treeview item may be TVI_ROOT.
2001-12-11  Dave HawkesFix for toolbar potentially using a NULL pointer.
2001-12-06  Andriy PalamarchukImplemented processing for actions: SPI_GET/SETGRIDGRAN...
2001-12-05  Alexandre JulliardRemoved calls to HEAP_GetSegptr.
2001-12-05  Alexandre JulliardFixed compile for !MZ_SUPPORTED.
2001-12-05  Alexandre JulliardUse ntdll functions instead of MultiByteToWideChar...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-12-05  François GougetCleanup and improve the mbcs support.
2001-12-05  Dave HawkesThe toolbar commands were not sent to the correct notif...
2001-12-05  François Gougetgetenv is case insensitive.
2001-12-05  François Gougetmktime must normalize the struct tm fields.
2001-12-04  Guy L. Albertelli- Correct implementation of _169 (call of Release)...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-12-04  Marcus MeissnerCopy the correct number of bytes in WriteConsoleInputA.
2001-12-04  Eric PouechFixed bugs in output functions (write).
2001-12-04  Eric PouechFixed acmFormatChoose returned fields.
2001-12-04  Gerard PatelInitialize dialog data correctly in CreateTemplateDialog.
2001-12-04  Gerard PatelMisc fixes to DCB building from command line.
2001-12-01  Guy L. AlbertelliUndocumented feature of TB_{GET|SET}BUTTONINFO{A|W...
2001-12-01  Guy L. Albertelli- Fixed PathIsURL{A|W}.
2001-12-01  Guy L. Albertelli- Stub routines for _164, _208, _210, _211, _239, _356...
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-11-30  Michael StefaniucImplemented ImageList_GetDragImage.
2001-11-30  Glenn SchraderUse gdi_display everywhere to avoid BadColor errors.
2001-11-30  Paul RupeFixed WS_getpeername parameter in WS_accept.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-23  Uwe BonnesMSVCRT_getenv: compare for the length of the key and...
2001-11-23  Mike McCormackCheck for completed overlappeds in ReadComm16 to solve...
2001-11-20  Andriy PalamarchukImplemented processing for actions SPI_GET/SETSCREENSAV...
2001-11-20  James JuranGetUserName should include the terminating null charact...
2001-11-20  Patrik StridvallDocumentation fixes.
2001-11-20  Patrik StridvallFixed some issues found by winapi_check.
2001-11-20  Dave HawkesTOOLBAR_GetRect did not correctly translate the command...
2001-11-20  Francois GougetFix LUID definition.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-19  James JuranPrevent warnings about labels at end of switch statemen...
2001-11-19  Francois GougetFix the Solaris and FreeBSD compilation errors introduc...
2001-11-19  Simon BritnellFix a loop playing failure and a problem with choppy...
2001-11-19  Francois GougetA few typos.
2001-11-19  Francois GougetBetter relaying for _lcreat.
2001-11-19  Marcus MeissnerSmall typo in avicap32.spec fixed.
2001-11-16  Jussi JumppanenAdded missing RichEdit defines.
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-14  Francois GougetMake winsock.h and winsock2.h independent from the...
2001-11-13  Gerard PatelFix the server paint count in SetWindowPos.
2001-11-13  Eric PouechFixed wave(In|Out)Open when called with WAVE_MAPPED...
2001-11-13  Guy L. Albertelli- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
2001-11-12  Eric PouechFixed some race conditions in notification vs. operation
2001-11-12  Huw D M DaviesFixes stupid bug with typelib filenames.
2001-11-12  Lawson WhitneyCast id to unsigned in GetDlgItem16.
2001-11-12  Gerson KurzParity settings were not set properly in BuildCommDCBAn...
2001-11-12  Gerard PatelFixed handling of -1 itemid in WM_DRAWITEM.
2001-11-12  Gerard Patel- implement mbscspn mostly as a stub
2001-11-12  Andreas Mohr- don't forget to initialize number of connections...
2001-11-09  Simon BritnellCleaned up the wodPlayer functionality to make it easie...
2001-11-09  Travis MichielsenTest bits with '&' instead of '&&'.
2001-11-09  Joshua ThielenChanged BM_ messages SETCHECK and GETCHECK to SETCHECK1...
2001-11-09  Guy L. AlbertelliUse proper unicode routine.
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2001-11-08  Ove KaavenMoved the int 9 (keyboard) handler to dlls/winedos.
2001-11-08  Mike McCormackFind out how much data is available when calling ReadFi...
2001-11-07  Gerard PatelRepaired child window activation broken by previous...
2001-11-07  Ove KaavenAdded RunInThread callout to winedos.
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-11-07  Mike McCormackIgnore DSR/DTR flow control in DCB. termios doesn't...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Guy Albertelli- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
2001-11-06  Guy Albertelli- Implement SHLWAPI_1 (ASCII version of SHLWAPI_2).
2001-11-06  Alexandre JulliardWindow activation cleanups.
2001-11-06   <larstiq@larstiq... Devices never need to be polled, so return DI_NOEFFECT...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetFix the #include order for config.h.
2001-11-06  François GougetMake debugtools.h independent from config.h.
2001-11-06  Mike McCormackAdded netapi32.dll and the Netbios() call.
2001-11-06  Francois GougetFix incorrect use of a Unicode string literal.
2001-11-06  Francois GougetRename SIC_CompareEntrys to SIC_CompareEntries, and...
2001-11-06  Hidenori TakeshimaAdded stubs for msrle32.dll and implemented RLE8 decoder.
2001-11-05  Guy AlbertelliMove SPY_EnterMessage call after all possible exits...
2001-11-05  Guy Albertelli- Indicate that StrRetToStrN{A|W} and StrRetToBuf{A...
2001-11-05  Eric PouechFixed dst / src lines implementation.
2001-11-05  Gerard PatelTest for ws_timeout=NULL in winsock select().
2001-10-28  Gerard PatelFix RegSetValueEx calls and crash when DriverName=...
2001-10-28  Ove KaavenProtect against an interrupt-pending signal recursion.
2001-10-28  Hidenori TakeshimaFixed some bugs.
2001-10-28  Hidenori TakeshimaAdded stub for ICImageCompress.
2001-10-28  Guy L. Albertelli- Added stubs for _18,_21,_22 which seem to be used...
2001-10-28  Guy L. AlbertelliStub UrlCombineA and initial implementation of UrlCombineW.
2001-10-28  Guy L. AlbertelliImplement SHRegGetBoolUSValue{A|W}.
2001-10-28  Jeremy NewmanReplaced Martini glass.
2001-10-25  Aric StewartAdd handling for LVN_GETDISPINFOW.
2001-10-24  Guy Albertelli- Correct implementation of HUSKEY internals, including...
2001-10-24  Guy Albertelli- Implement:
next