Added version information.
[wine] / dlls /
2003-05-06  Rok Mandeljc- implemented some more port related-functions
2003-05-06  Jukka HeinonenReport errors to applications when illegal dates are...
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-05-04  Mike HearnSupport _NET_WM_PING protocol so the WM can detect...
2003-05-04  Rok MandeljcDmusic class factory can now create dmloader8 and dmper...
2003-05-04  Marcus MeissnerFixed non-x86 DOSVM_Wait prototype.
2003-05-04  Marcus MeissnerFixed powerpc compile.
2003-05-04  Lionel UlmerGive the right ids to the DirectSoundCreate8 function...
2003-05-04  Lionel UlmerActually set the GL context before doing any GL calls.
2003-05-04  Lionel UlmerAdded SetSystemTimeAdjustment stub.
2003-05-02  Andreas MohrAdded some stubs.
2003-05-02  Robert ReifMove all tests to outside the loop when setting volume.
2003-05-02  Lionel Ulmer- misc. tracing fixes
2003-05-02  Rok MandeljcImplemented DirectMusic:EnumPort and DirectMusic:GetDef...
2003-05-02  Robert ReifReversed relationship between buffers and notifies.
2003-05-02  Robert ReifAdded driver property set implementation.
2003-05-02  Adam GundyWhen items are inserted in a partially populated treevi...
2003-05-02  Adam GundyCheck the mask flags in the item structure to determine...
2003-05-02  Jukka HeinonenRemove obsolete code from DOSVM_Wait.
2003-05-02  Jukka HeinonenReport correct IRQ bases to DPMI applications.
2003-05-02  Jukka HeinonenFix argument passing to DOS program from winevdm.
2003-05-02  Andreas MohrAdded missing Win98 user32.dll function exports entries.
2003-05-01  Robert Shearman- Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie...
2003-04-30  Mike HearnChange return code comparison in AVI control (from...
2003-04-30  Alexandre JulliardAvoid calling Win32 resource functions on 16-bit modules.
2003-04-30  Steven EdwardsFix for building lzexpand with Mingw or MS_VC++ includes
2003-04-30  Alexandre JulliardFixed typo in last minute change (spotted by Gerald...
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.
2003-04-30  Dmitry TimoshkovProtect BeginPaint and EndPaint from lps being NULL.
2003-04-30  Maxime BellengéFix bounding rectangle computation for an ownerdraw...
2003-04-30  Dimitrie O. PaunGenerate custom draw notifications for ownerdraw listvi...
2003-04-30  Juan LangBetter API compliance and test case for NetWkstaTranspo...
2003-04-29  Alexandre JulliardImplemented ntdll resource functions.
2003-04-29  Robert ReifFixed a problem where OSS trigger support is inconsistent.
2003-04-29  Alexandre JulliardGet rid of the COMMDLG_hInstance variables.
2003-04-29  Robert ReifAdded partial property set support which is used by...
2003-04-29  Robert ReifAdded driver notify implementation.
2003-04-29  Christian CostaSmall fix in IDirectInputDevice2Impl_QueryInterface.
2003-04-29  Christian CostaReserve space for 16 streams in the stateblock.
2003-04-29  Christian CostaEnable creation of DirectInput objects trough CoCreateI...
2003-04-27  Alexandre JulliardFixed non-MZ case broken by previous patch.
2003-04-27  Uwe BonnesSome UrlCache stubs.
2003-04-27  Uwe BonnesAdded GetPrintProcessorDirectoryA stub.
2003-04-27  Stephan BEUZEImplemented message TCM_SETPADDING with the Dimitri...
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-04-27  Alexandre JulliardAdded NONAMELESSUNION/STRUCT defines.
2003-04-27  Alexandre JulliardMake sure that snd_pcm_open returned a valid handle...
2003-04-27  Jerry JiThe missing part of multiple device support for wineart...
2003-04-27  Rok MandeljcSome dmusic functions implementation.
2003-04-27  Maxime BellengéFix the computation of the trackbar's size.
2003-04-26  Alexandre JulliardAdded a few stubs needed by the generated oaidl_p.c.
2003-04-26  Ove KaavenPreliminary implementation of proper IDispatch marshalling.
2003-04-26  Ferenc WagnerAdded listbox test.
2003-04-26  Robert ReifFixed bug caused by OSS inconsistent trigger operation...
2003-04-26  Maxime BellengéRemove the sending of NM_TOOLTIPSCREATED which is non...
2003-04-26  Hans LeidekkerDutch localisation of language group names.
2003-04-26  Rolf KalbermatterFix some typos and a memory leak in SHFileOperationA.
2003-04-22  Alexandre JulliardMoved x11drv.h to dlls/x11drv.
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-21  Jason EdmeadesOnly reapply the world, view or projection transform...
2003-04-21  Jason EdmeadesMIRROR_ARB support is not dependent on OpenGL 1.3 as...
2003-04-21  Dan WolfImplemented a stub for DetectAutoProxyUrl.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-04-21  Jason EdmeadesDon't reapply all the texture states if the texture...
2003-04-21  Alexandre JulliardSupport resources in cross-compiled tests.
2003-04-21  Marcelo DuarteLocalization of the new language group strings.
2003-04-21  Jason EdmeadesSilence index buffer lock + offset fixme to a trace...
2003-04-21  Jason EdmeadesDOT3 isn't there on earlier opengl versions.
2003-04-20  Jason EdmeadesWhen a game requests fullscreen, make its window the...
2003-04-20  Jason EdmeadesWindows never reports 24 bit colours, and some games...
2003-04-19  Alexandre JulliardDon't bother sending WM_NCCREATE to the desktop window...
2003-04-19  Jason EdmeadesCorrect device capabilites including support in previou...
2003-04-19  Jason EdmeadesAdd DotProduct3 support if supported by opengl.
2003-04-19  Maxime BellengéAdded resource strings for language groups.
2003-04-19  Rolf KalbermatterReimplement SHFileOperation in Unicode, based on the...
2003-04-19  Jason EdmeadesMake codesampler texture addressing mode sample work...
2003-04-19  Ove KaavenImplemented simple caching of client connections.
2003-04-19  Ove KaavenFixed a race condition on RPC worker thread creation...
2003-04-19  Ove KaavenAdded missing AddRef.
2003-04-17  Alexandre JulliardAvoid local WINAPI function pointers in _invoke.
2003-04-17  Rolf KalbermatterImplemented ILGetDisplayNameExA and ILGetDisplayNameExW...
2003-04-17  Christian CostaHandle creation of a depth/stencil buffer when creating...
2003-04-17  Michael Stefaniucmbtowc returns -1 if we can't find a valid multibyte...
2003-04-17  Martin FuchsFixes for SystemTimeToTzSpecificLocalTime() and
2003-04-17  Uwe BonnesFindFirstFile on root directory should fail.
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-16  Sylvain Petreolle- Fix DirectPlayEnumerateA exit code.
2003-04-16  Rein KlazesFix the path of keyboard.c inside a FIXME log statement.
2003-04-16  Hans LeidekkerDon't link cross compiled tests against Wine import...
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-14  Alexandre JulliardInsert the last free block of a subheap at the end...
2003-04-14  Lionel UlmerHave the 'make_opengl' in line with the (manually edite...
2003-04-14  Andreas MohrFix blatantly wrong SetFilePointer() calls.
2003-04-14  Dominik StrasserPartially implement proxy support.
2003-04-13  Alexandre JulliardDon't use Wine debugging API in tests.
2003-04-13  Jukka HeinonenInterrupt handling now prints more trace information.
2003-04-13  Christian CostaIncrease MaxStreams to 2 in CAPS.
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...
next