Use MapLS/UnMapLS instead of SEGPTR_* macros.
[wine] / dlls /
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-20  Mike McCormack- move async activation into the server
2001-12-19  Uwe BonnesUse GlobalPageLock for GetVDMPointer32W16 pointers.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-19  Michael StefaniucFixed/implemented the ImageList_*Drag* functions.
2001-12-19  Lawson WhitneyIf there is no psInfo, it doesn't need to be cleaned up.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Paul RupePrevent "window belongs to another process" errors...
2001-12-17  Alexandre JulliardDo not call THUNK_Init at startup, only do it when...
2001-12-17  Alexandre JulliardExport DestroyIcon32 from user32 and use GetProcAddress...
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-17  Alexandre JulliardGot rid of dynamic thunk allocation in mouse/keyboard...
2001-12-17  Jon GriffithsImplemented, documented or fixed SHDeleteOrphanKeyA...
2001-12-17  Alexandre JulliardChanged 16-bit GDI Enum* functions to not use thunks...
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-12-17  NogPass on all unhandeled messages to the owner.
2001-12-17  Uwe BonnesPathIsURL(A|W): Check for NULL strings.
2001-12-17  Johan DahlinAdd a few extra fields to HTTP_GetStdHeaderIndex.
2001-12-14  Alexandre JulliardChanged 16->32 window procedure thunks to use winebuild...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-14  Paul RupeVery simple support for SO_OPENTYPE in getsockopt and...
2001-12-14  Bang Jun-YoungFix NetBSD compilation errors.
2001-12-14  Eric PouechThawed some freezes.
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...
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).
next