wine
2002-01-18  Aric StewartInitialize streamData and check on failure to read...
2002-01-18  Bill MedlandPrevent trying to handle uninitialised memory as a...
2002-01-18  Patrik StridvallFixed some issues found by winapi_check.
2002-01-18  Patrik StridvallMinor API files update.
2002-01-18  Dmitry TimoshkovFix return value of GetWindowsDirectoryA/W and GetSyste...
2002-01-18  Bang Jun-YoungFix NetBSD compile errors; CDIOCREADAUDIO is not availa...
2002-01-18  Uwe BonnesAdded GradientFill stub.
2002-01-18  Andriy PalamarchukSystemParametersInfo: fixed return value for SPI_SETFAS...
2002-01-18  Bill MedlandCoGetClassObject: for CLSCTX_LOCAL_SERVER at least...
2002-01-18  Bill Medland- Don't string copy from uninitialised stack memory...
2002-01-18  Eric PouechFixes char array in structure dumping.
2002-01-18  Huw D M DaviesStub for comctl32.419
2002-01-15  Alexandre JulliardAdded atom test script.
2002-01-15  Alexandre JulliardAdded some prototypes to function declarations.
2002-01-15  Patrik Stridvall- Made the Perl module generated by make_symbols a...
2002-01-15  Patrik StridvallAdded the possibility (it is optional for backward...
2002-01-15  Andriy PalamarchukImplemented processing of actions SPI_SETKEYBOARDPREF,
2002-01-15  Aric StewartCatch maximum number of times and return out of memory...
2002-01-15  Francois GougetSmall typo fix.
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2002-01-15  Bill MedlandFirst stage of DrawText upgrade.
2002-01-15  Rein KlazesDon't check the checksum of the original echo request...
2002-01-15  Huw D M DaviesStubs for ImageList_[S|G]etFlags.
2002-01-15  Rein KlazesDon't change button state on WM_MOUSEMOVE messages...
2002-01-15  Rein KlazesIn CBPaintText use the text size as returned by LB_GETT...
2002-01-15  Rein KlazesMake DM_SETDEFID message work for owner drawn buttons...
2002-01-15  Michael C.... Code used AF_IPX in some places where it should have...
2002-01-15  Dmitry TimoshkovForce ordinal allocation start from 100 as in Windows.
2002-01-15  Frangois GougetFixed incorrect use of 'test -a' (for FreeBSD).
2002-01-15  Bill MedlandLeave IID check to the OleCreateFontIndirect, so that...
2002-01-14  Alexandre JulliardIntegrated test script for winetest into the make test
2002-01-14  Alexandre JulliardRewrote runtest in Perl so that it can be used on the...
2002-01-14  Alexandre JulliardAdded ok() function that doesn't stop the test on the...
2002-01-14  Alexandre JulliardAdded Perl modules containing the #defines values for the
2002-01-14  Stefan LeichterAdded, update information about AppDefault.
2002-01-14  Daniel Walker- Added debugging.
2002-01-14  Marcus MeissnerRemoved some useless wingdi.h includes.
2002-01-14  Huw D M DaviesConvert MRULists to Unicode.
2002-01-14  Huw D M DaviesIShellFolder_BindToObject should respect riid.
2002-01-14  Uwe Bonnes_stat: Better test for drive letter.
2002-01-14  Francois GougetFix compilation errors on FreeBSD.
2002-01-14  James JuranLoadLibrary returns 0 on failure, not < 32.
2002-01-14  James JuranUse -DNONAMELESSUNION -DNONAMELESSSTRUCT when compiling.
2002-01-14  Daniel WalkerImplemented WSAAccept().
2002-01-14  Guy Albertelli- Add additional TOOLBAR_CalcToolbar in a different...
2002-01-14  Guy AlbertelliFix a gripper issue and the adjustment of bands when...
2002-01-14  Ove KaavenPrepend "--" to arguments.
2002-01-13  Eric PouechNow using the NT CD interface.
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-12  Alexandre JulliardUpdated debug channels.
2002-01-12  Alexandre JulliardCheck unix_pid again after attach.
2002-01-12  Marcus MeissnerAdd refcounting to the thread member of the pipe user.
2002-01-12  Bill MedlandHow to specify a DLL in a debugger break command.
2002-01-12  Eric PouechFixed the wodReset implementation, internal messages...
2002-01-12  Eric PouechEnhance display for symbol picking.
2002-01-12  Huw D M DaviesFix off by one error in TOOLBAR_AddStringW.
2002-01-10  Travis MichielsenAdded crypt32.dll stub.
2002-01-10  Travis MichielsenImplement advapi32 portion of the CryptoAPI.
2002-01-10  Eric PouechFix potential memory issue.
2002-01-10  Eric PouechFix some bad behavior when some lock states (capslock...
2002-01-10  Bill MedlandComment only; error in Microsoft documentation.
2002-01-10  François Gougetwhich is more portable than type (FreeBSD).
2002-01-10  Francois GougetFix previous patch: the ws_sockaddr_u2ws return value...
2002-01-10  Alexandre JulliardAdded rules for running tests.
2002-01-09  Martin WilckMoved the functionality of WS_socket() to WSASocketA().
2002-01-09  Martin WilckAdded support for socket flags.
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-09  Paul RupeReturn length of WS_sockaddr structure in ws_sockaddr_u2ws.
2002-01-09  Bill MedlandFixed GetDocumentation a little. When called from...
2002-01-09  Martin WilckFixed a bug that caused APCs to be "forgotten".
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-07  Patrik Stridvall- API files update
2002-01-07  Martin WilckAdd server side support for async IO on files.
2002-01-07  Alexandre JulliardAdded configure check for pread/pwrite.
2002-01-07  Mike McCormack- Attempt write before going overlapped in Writefile.
2002-01-07  Mike McCormackImplement CancelIo properly.
2002-01-07  Mike McCormack- Don't use event flags with ReadFileEx and WriteFileEx.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2002-01-07  Alexandre JulliardAllocate debug_info structure at the same time as the...
2002-01-07  Alexandre JulliardAdded SIGNAL_Reset function.
2002-01-06  Alexandre JulliardAdded support for dumping resources.
2002-01-06  Mark G. AdamsFix UuidCreate() to not forget MAC address.
2002-01-06  Bernhard RosenkraenzerAdded missing brackets in ncurses check.
2002-01-06  Alexandre JulliardRemoved obsolete dosmod.
2002-01-06  Marcus MeissnerChange currency of the european Euro using countries...
2002-01-06  Marcus MeissnerFixed copyright date.
2002-01-06  Ove KaavenDOS support restructure. The DOS virtual machine is...
2002-01-04  Ove KaavenFixed vm86_enter race conditions.
2002-01-04  Sander van... Never delete the font object received by WM_SETFONT.
2002-01-04  Sander van... Fixed calls with wrong pointer: COMCTL32_Free(&lpttsi...
2002-01-04  Sander van... Fixed DC leak.
2002-01-04  Sander van... Check, Radio & 3State buttons send WM_CTLCOLORSTATIC...
2002-01-04  Alexandre JulliardRemoved references to xpm packages.
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.
next