wine
2001-12-26  Andreas MohrFixed, added or implemented stubs:
2001-12-26  Duane ClarkAdded color cursor support.
2001-12-26  Duane ClarkDestroying cursor is not necessarily an error.
2001-12-26  Alexandre JulliardUse MapLS/UnMapLS instead of 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  Johan DahlinUpdated Swedish translation.
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-26  Mike McCormackUse alertable waits in PeekMessage16 and GetMessage16...
2001-12-26  Andreas MohrGot rid of WINE_PACKED.
2001-12-24  Jon GriffithsImplement/document ordinals 7-11.
2001-12-24  Francois GougetInclude ftsnames.h or ftnames.h, not both.
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-24  Gerard PatelForward tab notifications to the parent.
2001-12-24  Gerard PatelTrivial fixes for shlwapi and Internet routines.
2001-12-24  Bill MedlandFixed vsnprintf return value check.
2001-12-21  Andriy PalamarchukImplemented processing for actions SPI_SETMOUSEBUTTONSWAP,
2001-12-21  Eric PouechFixed stabs parsing for GCC 3.0 (default types).
2001-12-21  Eric PouechFixed buffer length in history manipulation.
2001-12-21  Eric PouechAdded full-duplex capability.
2001-12-21  Eric PouechFixed another bunch of bugs (mainly linked to operation...
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-12-21  François GougetHandle more than 8 bits per color component.
2001-12-21  François GougetMerged the handling of 15 and 16 bits X server depths.
2001-12-21  Mike McCormackHandle ReadIntervalTimeout=MAXDWORD special case a...
2001-12-21  Mike McCormackDon't return from overlapped ReadFile on EAGAIN and...
2001-12-21  Bill MedlandAnd in addition to Mingw32 we will want the _ versions.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-20  Mike McCormack- move async activation into the server
2001-12-20  Uwe BonnesGlobalReAlloc16: If heap has GlobalPageLock set, try...
2001-12-19  Uwe BonnesUse GlobalPageLock for GetVDMPointer32W16 pointers.
2001-12-19  Alexandre JulliardFixed stack offset in relay debugging of cdecl register...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-19  Bill MedlandAdded share.h from Mingw32.
2001-12-19  Bang Jun-YoungWine is now working on NetBSD, so add NetBSD to the...
2001-12-19  Mike McCormackImplemented timed-out non-overlapped ReadFile.
2001-12-19  Michael StefaniucReplaced MAX with max and deleted definition of MAX.
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 no longer used thunking and callout functions.
2001-12-17  Alexandre JulliardStore the 16-bit callback in the timer structure instea...
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardCall the 32-bit USER signal proc directly instead of...
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  Rein KlazesAdded error message in LOCAL_GetBlock().
2001-12-17  Dave HawkesAltered the algorithm for selecting a new focus after...
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-YoungMake use of solaris_try_mmap() for NetBSD. Rename it to
2001-12-14  Bang Jun-YoungAdded check for stdint.h (needed on NetBSD).
2001-12-14  Bang Jun-YoungFix NetBSD compilation errors.
2001-12-14  Simon WaltonFixed a bashism.
2001-12-14  Eric PouechThawed some freezes.
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...
2001-12-13  Marcus MeissnerFixed some places where whitespace was not handled...
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  Jukka HeinonenImplemented pthread_rwlock stubs.
2001-12-11  Bill MedlandFor a radio button even if the initial style includes...
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  Alexandre JulliardAdded WIN_GetRectangles function.
2001-12-06  Andriy PalamarchukImplemented processing for actions: SPI_GET/SETGRIDGRAN...
2001-12-06  Guy L. AlbertelliChange the message trace indentation to be consistent...
2001-12-06  Dave HawkesFix for some types of C++ debug info that can cause...
2001-12-06  Dave HawkesDIALOG_CreateIndirect can incorrectly kill the current...
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  Jukka HeinonenFixed incorrect packing.
2001-12-05  François Gougetgetenv is case insensitive.
2001-12-05  François Gougetmktime must normalize the struct tm fields.
2001-12-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-12-04  Eric PouechLet the console renderer be defined as a thread.
2001-12-04  James JuranOnly include the necessary files to avoid conflicts...
2001-12-04  Erik Inge BolsøCreateBitmap can take nHeight or nWidth = zero, and...
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  Alexandre JulliardAdded SYNCHRONIZE access to stdio handles.
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.
next