Do not use the PEB lock as loader lock, use a separate critical
[wine] / include /
2002-02-01  Guy AlbertelliDon't try to set fields in nonexistant lpLineCountryList.
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-31  Patrik StridvallFixed some issues found by winapi_check.
2002-01-29  Dmitry TimoshkovAdded GetComputerNameEx[AW] semi-stub.
2002-01-29  Eric KohlAdded FindFirstUrlCacheEntry[AW] stubs.
2002-01-29  Aric StewartAdded some MAPI stubs.
2002-01-29  Eric KohlAdded ImmDisableIME stub.
2002-01-29  Alexandre JulliardAuthors: Guy Albertelli <guy@codeweavers.com>, Mike...
2002-01-29  Huw D M DaviesDon't define HAVE_FREETYPE unless we have freetype.h.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Huw D M DaviesUses Xrender extension to allow client side font rendering.
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-01-29  Francois GougetAvoid conflict with htonl & friends in Winelib on FreeBSD.
2002-01-29  Francois GougetPrefix _JBLEN to avoid conflict on FreeBSD.
2002-01-22  Alexandre JulliardRelease 20020122. wine-20020122
2002-01-22  Marcus MeissnerMoved guids needed for Proxy/Stub factories to respecti...
2002-01-22  Alexandre JulliardMoved debug definitions to include/wine/debug.h.
2002-01-22  Mark G. AdamsAdd GetDefaultPrinter() functions.
2002-01-21  Francois GougetMake the Wine trace facilities accessible from Winelib...
2002-01-21  Francois GougetFix a couple of warnings and a typo.
2002-01-18  Dimitrie O. Paun- Make the ListView control Unicode ready.
2002-01-15  Francois GougetSmall typo fix.
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2002-01-14  Daniel Walker- Added debugging.
2002-01-14  Daniel WalkerImplemented WSAAccept().
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2002-01-12  Alexandre JulliardRemoved obsolete definitions.
2002-01-12  Alexandre JulliardFixed typos.
2002-01-10  Travis MichielsenImplement advapi32 portion of the CryptoAPI.
2002-01-09  Martin WilckAdded support for socket flags.
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-07  Alexandre JulliardAdded configure check for pread/pwrite.
2002-01-07  Mike McCormackImplement CancelIo properly.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2002-01-04  Ove KaavenFixed vm86_enter race conditions.
2002-01-04  Alexandre JulliardWe no longer need libXpm.
2002-01-04  Alexandre JulliardWe no longer need the xpm wrappers.
2002-01-04  Mike McCormackAdd define for undocumented status bar message SB_SETBO...
2002-01-04  Bill MedlandDefine LPSTACKFRAME too.
2002-01-04  Dmitry TimoshkovAdd some new messages to the spy and winuser.h.
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2002-01-02  Alexandre JulliardFixed check_async_list calling convention.
2002-01-02  Alexandre JulliardMoved the OEM bitmaps that don't depend on the Wine...
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-31  Alexandre JulliardFixed string type in named pipe requests.
2001-12-26  Alexandre JulliardRelease 20011226. wine-20011226
2001-12-26  Andriy PalamarchukImplemented basic handling of assessibility actions.
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-26  Alexandre JulliardRemoved the SEGPTR_* macros.
2001-12-26  Alexandre JulliardRestructured hook mapping functions to avoid most memory
2001-12-26  Dmitry TimoshkovFix definition of BY_HANDLE_FILE_INFORMATION structure.
2001-12-26  Mike McCormackUse alertable waits in PeekMessage16 and GetMessage16...
2001-12-26  Andreas MohrGot rid of WINE_PACKED.
2001-12-21  Andriy PalamarchukImplemented processing for actions SPI_SETMOUSEBUTTONSWAP,
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-12-21  Bill MedlandAnd in addition to Mingw32 we will want the _ versions.
2001-12-20  Mike McCormack- move async activation into the server
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-19  Bill MedlandAdded share.h from Mingw32.
2001-12-17  Alexandre JulliardRemoved no longer used thunking and callout functions.
2001-12-17  Alexandre JulliardExport DestroyIcon32 from user32 and use GetProcAddress...
2001-12-17  Jon GriffithsImplemented, documented or fixed SHDeleteOrphanKeyA...
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
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-YoungAdded check for stdint.h (needed on NetBSD).
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-12-06  Alexandre JulliardAdded WIN_GetRectangles function.
2001-12-06  Andriy PalamarchukImplemented processing for actions: SPI_GET/SETGRIDGRAN...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-12-05  François GougetCleanup and improve the mbcs support.
2001-12-05  Jukka HeinonenFixed incorrect packing.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-12-04  Eric PouechFixed bugs in output functions (write).
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  Alexandre JulliardRedesign of the server communication protocol to allow...
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 Bonnes_dev_t is an unsigned integer.
2001-11-20  Francois GougetFix LUID definition.
2001-11-20  Dmitry TimoshkovConvert message spy to unicode.
2001-11-19  Francois GougetA few typos.
2001-11-19  Francois GougetMIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
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-14  Dmitry TimoshkovStructure NEWTEXTMETRIC uses packing 4.
2001-11-14  Jussi JumppanenAdded missing MAPI defines.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-13  Guy L. Albertelli- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
2001-11-08  Alexandre JulliardRelease 20011108. wine-20011108
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2001-11-07  Ove KaavenAdded RunInThread callout to winedos.
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Alexandre JulliardWindow activation cleanups.
2001-11-06  François GougetFix the #include order for config.h.
2001-11-06  François GougetMake debugtools.h independent from config.h.
next