wine
2001-04-23  Marcus MeissnerExtracted MEMCHECK into an extra function to avoid...
2001-04-23  Marcus MeissnerAdded some MMX disassembly to the debugger.
2001-04-23  Eric PouechFixed getting a variable address.
2001-04-23  Eric PouechFixed float variables display.
2001-04-20  Dominik StrasserAllow illegal handles in FindClose.
2001-04-20  Andreas MohrSpelling fixes.
2001-04-20  Andreas Mohr- make sure that we really use the correct amount of...
2001-04-20  Ian PilcherStore each glyph name only once in PostScript driver.
2001-04-20  Andreas MohrTake a stab at implementing SetSolidBrush16.
2001-04-20  Andreas MohrFixed off by one error in ImageList_DrawIndirect().
2001-04-20  James HathewayMake sure to return our variable with the correct retur...
2001-04-20  Dmitry TimoshkovVirtualProtect should return correct old protection...
2001-04-20  Guy L. Albertelli- Notify parent of child size changes when changes...
2001-04-20  Guy L. Albertelli- Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
2001-04-20  Francois GougetFix file lossage in subdirectories of an 'include'...
2001-04-20  Lawson WhitneyAdded WINEPRELOAD to man wine.
2001-04-20  Dominik StrasserDon't use RTSCTS if Str handshake is enabled.
2001-04-19  Alexandre JulliardRelease 20010418. wine-20010418
2001-04-19  Alexandre JulliardFixed setupapi dependencies.
2001-04-18  Jukka HeinonenGetAsyncKeyState now clears "has been pressed" informat...
2001-04-18  Alexandre JulliardNo need to preallocate DCEs since they are allocated...
2001-04-18  Alexandre JulliardMoved DCX_* constants to winuser.h.
2001-04-18  Alexandre JulliardRemoved a few obsolete files.
2001-04-18  Ove KaavenFix DGA so it works properly again.
2001-04-18  James HathewayAdd \n to FIXME call in acmGetVersion to prevent overfl...
2001-04-18  James HathewayEliminate unitialized garbage being returned from LISTV...
2001-04-18  Francois GougetEnhanced the pragma pack handling.
2001-04-17  Gerard PatelDo not send WM_MOUSEACTIVATE for children of desktop.
2001-04-17  Ove KaavenImplemented DirectDraw's Hardware Abstraction Layer...
2001-04-17  Andreas Mohr- implement some more virtcopy (VCP) stuff
2001-04-17  Ove KaavenRemoved the obsolete DIBTexture surface class.
2001-04-17  Ove KaavenFill in some more HAL fields. Flip some of them when...
2001-04-17  Ove KaavenFill in some DirectDrawPalette HAL fields.
2001-04-17  Ove KaavenRemoved User_DirectDraw_GetCaps. Using Main_DirectDraw_...
2001-04-17  Ove KaavenFill in some of the ddraw HAL fields.
2001-04-17  Ove KaavenImplemented gamma control on the DirectDraw primary...
2001-04-17  Francois GougetFix typo so that wintrust is built.
2001-04-17  Joerg MayerAdd a missing </sect3>.
2001-04-17  Joerg MayerUse of proper test gets rid of a signed/unsigned warning.
2001-04-17  Ove KaavenImplemented the ddraw HAL access escape (DCICOMMAND...
2001-04-17  Dmitry TimoshkovRemove redundant sending of WM_DRAWITEM message to...
2001-04-16  Eric PouechFix some crash on bad parameter conditions.
2001-04-16  Ove KaavenImplemented _wtoi and _wtol.
2001-04-16  Ove KaavenImplemented the XF86DGA2 driver for the ddraw HAL.
2001-04-16  Rein KlazesAdded new dll wintrust.dll with a stub for WinVerifyTru...
2001-04-16  Ove KaavenImplemented the IDirectDrawGammaControl interface.
2001-04-16  Ian PilcherMake paper size and bin type handling more like Windows...
2001-04-16  Dmitry TimoshkovAdd NULL check for lpnFit in GetTextExtentExPointW.
2001-04-16  Gavriel StateCopy the first 128 colors from the default colormap...
2001-04-16  Ove KaavenLet LOAD_LIBRARY_AS_DATAFILE load the builtin dll if...
2001-04-16  Dmitry TimoshkovSlightly improve keyboard tracking in combobox.
2001-04-16  Dan EngelSet the backgound mode to opaque to paint highlighted...
2001-04-16  Ove KaavenAdded ddraw HAL and gamma ramp stuff to implementation...
2001-04-16  Ove KaavenFixed CoerceDIBSection's AuxMod handling. Added CoerceD...
2001-04-16  Ove KaavenInclude the GUIDs in ddrawi.h in the libwine_uuid.a...
2001-04-16  Ove KaavenYet more stuff for ddrawi.h, including some GetDriverIn...
2001-04-16  Ove KaavenAdd version resource to ddraw.dll, versioned to DirectX...
2001-04-16  Francois GougetGetItemSpacing(true): Return the default item spacing...
2001-04-16  Dmitry TimoshkovDisplay thread id instead of %fs in snoop trace.
2001-04-16  Ove KaavenDon't restore the saved keyboard autorepeat config...
2001-04-16  Ove KaavenDirect3D header update.
2001-04-16  Ove KaavenNew header d3dhal.h, the Direct3D HAL device driver...
2001-04-16  Ove KaavenHandle the %f case in wsprintf.
2001-04-16  Ove KaavenChanged the spec definition of *s*printf from *str...
2001-04-16  Ove KaavenAdd version resource to dplayx.dll, versioned to Direct...
2001-04-16  Ove KaavenGeneralize the Wine version resource template a bit.
2001-04-16  Dmitry TimoshkovReplace "System" font by "Helv" in shell32 "About"...
2001-04-16  Dmitry TimoshkovImplementation of OLE32.IsAccelerator.
2001-04-16  Dmitry TimoshkovReturn STG_E_FILEALREADYEXISTS in ole32.StgOpenStorage...
2001-04-16  Dmitry TimoshkovMove implementation of CreateDC16 to CreateDCA.
2001-04-16  Gavriel StateAllocate bitmap objects in the large heap area.
2001-04-16  Andreas MohrFixed 0 count handling in PSDRV_Text.
2001-04-16  Dmitry TimoshkovAdd MS Shell Dlg font to the set of default sans serif...
2001-04-16  Gerald PfeiferFixed MSVCRT_clock return type.
2001-04-13  Alexandre JulliardAdded missing <listitem>.
2001-04-13  Alexandre JulliardRepaired shared PE data sections.
2001-04-13  Eric PouechAdded note on using shell scripts as AeDebug setup...
2001-04-13  Eric PouechA few fixes.
2001-04-13  Eric PouechFixed opening of some drivers.
2001-04-13  Eric PouechFixed callback parameters (bogus hWave); added acm...
2001-04-13  Eric PouechAllow MCI_SET to change waveFormat for recording.
2001-04-13  Eric PouechFixed some buffers issue in recording.
2001-04-13  Eric PouechEnhanced robustness at startup.
2001-04-13  Andreas MohrPreliminary support for MB_*MODAL styles.
2001-04-13  Andreas Mohr- *don't* MoveWindow() the status bar if CCS_NORESIZE...
2001-04-13  Gerard PatelSet the custom dialog box to the bottom of the Z-order.
2001-04-12  Peter Hunnisett- Provide lobby provider COM object header file and...
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-04-12  Michael Stefaniuc- added stubs for three console functions
2001-04-12  James HathewaySmall typo fix.
2001-04-12  James HathewaySetWindowRgn shouldn't activate the window.
2001-04-10  Francois GougetFix the signature of __GetMainArgs and __getmainargs...
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetPrevent multiple definitions caused by MSVCRT headers.
2001-04-10  Francois GougetAllow the Makefile.in to define EXTRADEFS and add it...
2001-04-10  Francois GougetAdded headers for the msvcrt library.
2001-04-10  Alexandre JulliardAdded mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
2001-04-10  Alexandre JulliardPass the correct string length to RegSetValueExA.
2001-04-10  Alexandre JulliardRegSetValueExA/W: fixed REG_SZ string length handling...
2001-04-10  Peter HunnisettAdded stub for WSASend.
next