wine
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.
2001-12-04  Gerard PatelInitialize dialog data correctly in CreateTemplateDialog.
2001-12-04  Gerard PatelMisc fixes to DCB building from command line.
2001-12-04  Gerard PatelBetter handling of configuration with several Windows...
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  Gerard PatelRemove some possible interlocking problems with peb...
2001-11-30  Paul RupeFixed WS_getpeername parameter in WS_accept.
2001-11-30  Andrew Lewyckymap_image: map the PE header readonly.
2001-11-30  Andrew Lewyckydo_relocations: process relocation blocks with a Virtua...
2001-11-30  Michael StefaniucRename debug.h to debugtools.h.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-25  Andreas MohrAvoid potential problems with filenames containing...
2001-11-25  Eric PouechNow passing event with --use-event to let programs...
2001-11-25  Joshua Thielenmmsystem.dll should be automatically loaded for 16...
2001-11-25  Eric PouechFixed IO when not run with wineconsole.
2001-11-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
2001-11-24  Alexandre JulliardSkip queue cleanups if queue has been destroyed already.
2001-11-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Eric PouechRevisited console support (got rid of old hacks and...
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  Michael StefaniucAdd missing </para>.
2001-11-23  Mike McCormackCheck for completed overlappeds in ReadComm16 to solve...
2001-11-23  Uwe Bonnes_dev_t is an unsigned integer.
2001-11-20  Andriy PalamarchukImplemented processing for actions SPI_GET/SETSCREENSAV...
next