Updated.
[wine] / relay32 /
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Juergen Schmied- use fonts/fontsizes given by SystemParametersInfo
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-16  Marcus MeissnerAdd -fno-builtin when compiling with gcc in relay32...
1999-04-15  Bertho StultiensUnitializeCriticalSection partial stub implementation.
1999-04-11  Klaas van GendAdded stub for PrinterProperties.
1999-04-11  Juergen SchmiedImplemented NtTerminateProcess and NtDisplayString.
1999-04-11  Ove KaavenMade _ftol take argument from FPU stack. Starcraft...
1999-04-11  Bertho StultiensAdded RegisterSystemThread stub.
1999-04-11  Francis BeaudetImplemented the CoCreateInstanceEx method.
1999-04-10  Eric PouechBetter error handling ; a few bug fixes ; now OpenDrive...
1999-04-10  Sergey TurchanovStubs for CloseDesktop and CloseWindowStation.
1999-04-10  Juergen SchmiedILLoadFromString and SHGetSettings implemented.
1999-04-04  Marcus MeissnerEnumCalendarInfoA stub.
1999-04-03  Christian SchlaileImplemented makepath, rand() returns correct range...
1999-04-03  Eric PouechAdded (empty) stub for OpenVxDHandle.
1999-04-02  Lionel UlmerAdded DllClassFactory to DirectDraw.
1999-04-01  Ulrich WeigandAdded USER32.UserSignalProc to Callout table.
1999-04-01  Juergen SchmiedAll 19 FileMenu_* functions, some as stubs, some implem...
1999-04-01  Eric PouechAdded DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA...
1999-04-01  Ulrich WeigandMade Universal Thunk list per-process, not system global.
1999-03-28  Lionel UlmerAdded stub for SetSystemCursor.
1999-03-28  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Aaron Barnes...
1999-03-28  Andreas MohrAdded CreateIoCompletionPort stub.
1999-03-25  Juergen SchmiedNew stub shell_654.
1999-03-23  Noomen HamzaImplemented:
1999-03-22  Marcus MeissnerAdded -dll option for winelib programs. (Note: will...
1999-03-22  Andreas MohrAdded strlwr.
1999-03-22  Eric PouechAdded new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
1999-03-22  Sergey TurchanovImplementation for FreeLibraryAndExitThread.
1999-03-21  Alexandre JulliardGot rid of SYSTEM_LOCK macros.
1999-03-18  Marcus Meissnermsvfw32.spec brought up to date (forgot it in last...
1999-03-18  Marcus MeissnerAdded Module32* stubs.
1999-03-15  Eric PouechMoved all MCI internal functions/variables/macros to...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Patrik StridvallAdded functions DirectDrawEnumerateW and DirectDrawEnum...
1999-03-14  Andreas MohrImplemented (nearly) all TAPI functions as stubs.
1999-03-13  Marcus MeissnerStarted on avifil32 implementation (only stubs currently).
1999-03-13  Juergen Schmied- mostly cleanup after the renaming
1999-03-13  Ulrich WeigandImplemented UTRegister and UTUnRegister.
1999-03-13  Keith MatthewsAdded coded stubs for DdeQueryConvInfo (16 & 32 bit...
1999-03-13  Pavel RoskinDefinition for OleCreateLinkFromClip was incorrect.
1999-03-12  Stephane LussierImplemented DosDateTimeToVariant() and SysAllocStringBy...
1999-03-10  Francis BeaudetImplementation of the ReleaseStgMedium method.
1999-03-09  Juergen Schmied- sorted API by groups
1999-02-28  Lionel Ulmer- added function DirectDrawEnumerateEx
1999-02-28  Francis BeaudetImplemented the CoTaskMemRealloc API. Also clean-up...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-20  Francis BeaudetImplemented the OleCreateFontIndirect method and the...
1999-02-20  Francis BeaudetAdded some new stubs for the OLE menu descriptor methods.
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Ian SchmidtPartial stub implementation of undocumented KERNEL...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-18  Stephane Lussier- New implementation of SendMessage, ReceiveMessage...
1999-02-17  Marcus MeissnermmioDescend: fixed FIND_xxxx, verified with mciavi32...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Eric PouechFixed typo in winmm.spec.
1999-02-14  Gavriel StateA few non-x86 Winelib fixes.
1999-02-14  Juergen SchmiedImplementation of ConvertDefaultLocale32.
1999-02-13  Eric PouechAdded support for MCI AVI driver
1999-02-13  Francis BeaudetImplemented the OLE Drag and Drop target registration...
1999-02-13  Ian SchmidtAdded entries for most Crypt* calls.
1999-02-13  Marcus MeissnerImplemented MapVirtualKeyEx (ticket 21).
1999-02-13  Juergen Schmied- documented most of the undocumented functions in...
1999-02-11  Francois GougetAdded new functions (from Win98)
1999-02-10  Andreas MohrTwo ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32...
1999-02-09  Michael VekslerAdded missing includes to avoid warnings/errors.
1999-02-09  Brad PepersWinG fixes.
1999-02-09  Marcus MeissnerSome small bugfixes, added more PE relocation types...
1999-02-05  Marcus MeissnerUpdated msvideo / vfw.h, use builtin msvfw32.dll by...
1999-02-02  Ulrich WeigandBugfix: Preserve EAX in UnMapSLFixArray().
1999-01-31  Alexandre JulliardAdded input queue to server-side console object,
1999-01-31  Juergen SchmiedStub for PathQualify32[A|W].
1999-01-31  Alex KorobkaAdded an implementation of MRSW locks.
1999-01-31  Juergen SchmiedStub for GetSecurityDescriptorControl.
1999-01-31  Juergen SchmiedStub for GetUserObjectSecurity.
1999-01-30  Marcus MeissnerEnable/disable relay32 debugging on the fly. Start...
1999-01-30  Andreas MohrAdded WINMM joy* .spec entries.
1999-01-30  Francis BeaudetImplemented the startup-shutdown mechanism for the...
1999-01-30  Francis BeaudetAdded an implementation of the OLE structured storage...
1999-01-29  Marcus MeissnerUpdated msvideo. New program 'icinfo [-about] [-configu...
1999-01-26  Eric PouechAdded support for loading drivers in Wine.
1999-01-26  Andreas MohrImplemented GetIconInfo16 -> call to GetIconInfo32.
1999-01-26  Marcus MeissnerAdded GetSecurityDescriptorOwner/Group, RevertToSelf...
1999-01-24  Eric KohlNew drag list control.
1999-01-24  Sylvain St.GermainImplementation of the SafeArray family functions.
1999-01-24  Guy AlbertelliAdded stub for SetThreadLocale.
1999-01-23  Sylvain St.GermainDoDragDrop and OleIsCurrentClipboard stub implementation.
1999-01-21  Francis BeaudetThere were two copies of the DdeCmpStringHandles (A...
1999-01-20  Marcus MeissnerSome small fixes to enhmetafiles.
1999-01-20  Robert RiggsUse external DirectPlay DLLs by default.
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.
1999-01-03  Juergen SchmiedNew stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer...
1999-01-03  Andreas MohrSendASPI32Command32 has to be __cdecl.
1998-12-25  Jean-Claude CotePartial implementation for the following DDE APIs:
1998-12-24  Jean-Claude CoteImplemented the GetBinaryType API function.
next