wine
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-27  Patrik StridvallAdded documentation.
2001-04-27  Marcus MeissnerAdded CUPS printing support.
2001-04-27  Francois GougetDDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
2001-04-27  Ove KaavenReimplemented DXGrab with improvements; it no longer...
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-25  Alexandre JulliardAvoid crash on deleted windows.
2001-04-25  Patrik Stridvall- Minor API files update
2001-04-25  Gael de ChalendarCorrected a typo in spec file and added some stubs.
2001-04-25  James HathewayPlaySoundA should return TRUE when it stops playing...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-24  Alexandre JulliardSmall cleanups.
2001-04-24  Marcus MeissnerDrop SYSLEVEL checks from relay debugging, since they...
2001-04-24  Francois GougetDon't use Windows types like LONGLONG in msvcrt headers.
2001-04-24  Marcus MeissnerAdded some more disassembly instructions (notably rdtsc...
2001-04-23  Francois GougetUse snprintf to prevent buffer overflows in format_exce...
2001-04-23  Francois GougetPrevent use by Wine's source.
2001-04-23  Francois GougetWe must not free the pointer returned by localtime...
2001-04-23  Francois GougetAdded offsetof (for the MFC).
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-23  Francois GougetProvide limited support for the msvcrt debug API.
2001-04-23  Francois GougetFiles with special characters may not have been renamed...
2001-04-23  Eric PouechAdded cache for drivers information.
2001-04-23  Ian PilcherUse typecasts to suppress compiler warnings.
2001-04-23  Marcus MeissnerImplemented GetCharABCWidths with GetCharWidth.
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>.
next