Reanalyze button status during NCCalcSize processing because size of
[wine] / include /
2002-03-22  Francois GougetAdd trace function (same as in the perl framework).
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-21  Shi Quan HeStarted TWAIN implementation.
2002-03-21  Chris MorganAdded aRts driver.
2002-03-20  Hidenori TakeshimaAdded a missing header.
2002-03-20  Bill MedlandConnect the msvcrt file byte locking up to ntdll.
2002-03-20  Hidenori TakeshimaAdded some missing GUIDs.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Jon GriffithsDocument, implement/fix and test 110+ Path functions.
2002-03-19  Leo van den BergAdded some stubs.
2002-03-19  Hidenori TakeshimaAdded a missing CLSID.
2002-03-19  Hidenori TakeshimaAdded some missing enums.
2002-03-19  Francois GougetSmall fixes.
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2002-03-12  Hidenori TakeshimaAdded some missing headers.
2002-03-12  Jukka HeinonenAdded option SW_FORCEMINIMIZE to ShowWindow.
2002-03-11  Patrik Stridvall- Better handling when settimeofday is not available.
2002-03-11  Patrik StridvallAdded some optional headers and functions for compiling...
2002-03-11  Waldek HebischImplemented stdio buffering and ungetc. Misc stdio...
2002-03-11  Mike McCormackSet an overlapped hEvent before calling any APCs.
2002-03-11  Hidenori TakeshimaAdded some CLSIDs.
2002-03-11  Guy L. Albertelli- Add BTN_... definitions (replacement for TBSTYLE_...
2002-03-10  Alexandre JulliardRemoved some obsolete files.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrAdded some defines and offsets.
2002-02-27  Alexandre JulliardReimplemented DebugBreakProcess.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2002-02-26  Alexandre JulliardFixed make uninstall.
2002-02-26  Eric PouechAdded lots of missing defines.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-25  Gavriel StateAdded XVisualIDFromVisual to tsx11 list.
2002-02-22  Peter HunnisettFix return type of GetAsyncKeyState.
2002-02-22  Peter Hunnisettatexit doesn't take a _onexit_t parameter.
2002-02-21  Peter HunnisettFix ICOM_DEFINE for C++.
2002-02-21  Guy L. AlbertelliFix problems in DPA_Merge exposed by previous code...
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...
2002-02-19  Lawson WhitneySupport for nonstandard baud rate in SetCommState.
2002-02-15  Ron GageAdded several structures.
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2002-02-08  Huw D M DaviesFix PAN_FAMILYSTYLE_INDEX name.
2002-02-05  Patrik StridvallMSVC compile fixes.
2002-02-04  Dmitry TimoshkovSupport for generation of .def files from .spec files.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
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
next