Fix signed/unsigned warnings.
[wine] / dlls /
2002-12-18  Francois GougetFix signed/unsigned warnings.
2002-12-18  Ove KaavenRemoved a few more inclusions of deprecated wine/obj_...
2002-12-18  Alexandre JulliardMade crtdll a normal user of msvcrt by setting the...
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-18  Raphael Junqueira - some fixes in CreateDevice init
2002-12-18  Alexandre JulliardImplemented RtlTimeToElapsedTimeFields.
2002-12-18  Lionel UlmerFix in another place in the code computing the memory...
2002-12-18  Francois GougetUse strlen or lstrlenA as appropriate to avoid signed...
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-17  Alexandre JulliardFixed warnings.
2002-12-17  Dimitrie O. PaunAdded stubs for {Start,End}{Doc,Page}Printer.
2002-12-17  Bill Curriefdopen: don't rewind the file after creating the FILE...
2002-12-17  Lionel UlmerIf we support 'non-native' texture format, advertise it.
2002-12-17  Jason EdmeadesThe simple bits of fog.
2002-12-17  Patrik StridvallAdded stubs for WINTAB{,32}.DLL (used by many important...
2002-12-17  Robert ShearmanAdd standard dispatch implementation (CreateStdDispatch).
2002-12-17  Uwe BonnesNetUserGetInfo: implemented Level 1.
2002-12-17  Raphael Junqueira- some D3D8 fixes
2002-12-16  Rolf KalbermatterChange calls to CLSIDFromString to SHCLSIDFromStringW...
2002-12-16  Andreas Mohr- actually use PLUID
2002-12-16  Lionel Ulmer- fix bad TRACE
2002-12-16  Lionel Ulmer- revert some optimisations breaking some games
2002-12-16  Christian CostaImplemented DrawPrimitiveStrided and DrawIndexPrimitive...
2002-12-16  Lionel UlmerFix a memory leak and optimize a little bit the generic...
2002-12-16  Christian CostaImprove traces + small fix.
2002-12-16  Lionel Ulmer- fix Twist demo
2002-12-16  Rolf KalbermatterAdd config.h/port.h to allow compilation/linking in...
2002-12-16  György 'Nog' Jeney- Implement ordinals 167 and 171.
2002-12-16  Rolf KalbermatterMake some shell32 files compile in MSVC.
2002-12-16  Rolf KalbermatterDo at least something for SHDragDrop functions although...
2002-12-16  Rolf KalbermatterAdd debug info for IExtractIconW.
2002-12-16  Lionel UlmerSupports the ALPHAFUNC and ALPHAREF rendering states.
2002-12-16  Francois GougetAdd the capacity of playing a test tone using the ...
2002-12-16  Andreas MohrAdded some Win3.1 export stubs.
2002-12-16  Andreas MohrImplemented VarOr().
2002-12-16  Lionel UlmerAdd support for the TextureAddress render state.
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-12-15  Eric PouechFixed hangup condition at the end of some playback.
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-15  Alexandre JulliardUse import libraries when building tests too. Make...
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-15  Lionel Ulmer - rework how texturing is done in the D3D driver
2002-12-15  Lionel UlmerFix bad logic in == NULL test.
2002-12-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-15  Rolf KalbermatterFix crash when constructing ANSI interface pointer...
2002-12-15  Francois GougetIf unable to set the desired format, OSS_RawOpenDevice...
2002-12-15  Francois GougetOur resampling algorithm is quite primitive so try...
2002-12-15  Francois GougetUse slighly more accurate formula for C816.
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-13  Jukka HeinonenWhen asynchronous signals are blocked, block also SIGUSR2.
2002-12-13  Robert ShearmanImplemented StrStrIW.
2002-12-13  Rok MandeljcImplementation of IDirectSound3DListenerImpl_Set*().
2002-12-13  Alexandre JulliardAvoid casts between LARGE_INTEGER and FILETIME.
2002-12-13  Alexandre JulliardFixed some dependencies.
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-13  Chris MorganStub NetGetDCName(). Add in the rest of the NERR_...
2002-12-13  Francois GougetExtend the test by creating a PrimaryBuffer object...
2002-12-13  Francois GougetIDirectSoundBuffer.GetCaps should fail if caps.dwSize...
2002-12-13  Jason EdmeadesThanks to Lucho, text support in samples now starts to
2002-12-13  Chris MorganAdd support for Jack audio server.
2002-12-13  Francois GougetAdd support for the 48 and 96kHz formats.
2002-12-13  Robert Shearman- Change launch functions to use unicode and implement...
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-13  Nikolay StefanovFix issues with i810-based audio cards.
2002-12-13  Rolf KalbermatterTypo found by compiling with standard MSVC warning...
2002-12-13  Rok MandeljcImplemented IDirectSound3DBufferImpl_Set*().
2002-12-13  Rolf KalbermatterFix SHBrowseForFolder W -> A calls.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Rok MandeljcImplemented IDirectSound3DListenerImpl_Get*() functions.
2002-12-12  Rolf KalbermatterCleanup InternalExtractIconEx. The PrivateExtractIcons...
2002-12-12  Rolf KalbermatterResolve SHGetPathFromIDListW -> SHGetPathFromIDListA...
2002-12-12  Rolf KalbermatterImplement IExtractIconW and inherit IExtractIconA from it.
2002-12-12  Rolf KalbermatterFix a possible memory leak when extracting from an...
2002-12-12  Alberto MassariImplemented DispCallFunc so that it works when calling...
2002-12-12  Alberto MassariCalling SafeArrayDestroy on a destroyed array should...
2002-12-12  Rok MandeljcImplemented some stubs.
2002-12-12  Jeff SmithMMDRV_GetDescription32 fix + a few cosmetic improvements.
2002-12-12  Francois GougetMention the applications that depend on the behavior...
2002-12-12  Marcus MeissnerReverted last VT_USERDEFINED patch (was broken).
2002-12-12  Marcus MeissnerSeparated out 16bit sources for ole2disp.dll.
2002-12-12  Alex PasadynFix return from IOCTL_CDROM_CHECK_VERIFY.
2002-12-12  Francois GougetFix error reporting in wavemap.c:wodOpen(); this solves the
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-12  Marcus MeissnerSplit out 16bit code into typelib16.c.
2002-12-12  Francois GougetDon't test whether Get{Currency,Date,Number,Time}Format...
2002-12-12  Francois GougetAdd stubs for missing APIs.
2002-12-12  Francois GougetSkip the Unicode tests on Win9x.
2002-12-12  Francois GougetFix the error codes returned by DeleteFile{A,W} to...
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-12  Robert ShearmanImplemented BindMoniker function.
2002-12-12  Rolf KalbermatterFix shell32.ExtractIcon with A->W and 16 -> 32 calls.
2002-12-12  Alberto MassariAdded stubs for FtpCommand[A|W].
2002-12-12  Francois GougetThe Win9x platforms support WideCharToMultiByte and
2002-12-12  Marcus MeissnerSerialize/deserialize all reftypes in VT_USERDEFINED.
2002-12-12  Francois GougetSkip the Unicode tests (effectively all tests currently...
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-11  Francois GougetGenerate proper dependencies for testlist.c.
2002-12-11  Rok MandeljcFixed some characters.
next