Reset disabled style for the dialog boxes set on property pages.
[wine] / relay32 /
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-07-11  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...
1999-07-10  Juergen SchmiedImplemented StrToOleStrN.
1999-07-10  Ian SchmidtAdded stub for SetThreadToken(), required by Office...
1999-07-10  Juergen SchmiedAdded stub for WNetGetUniversalName[A|W].
1999-07-04  Joshua ThielenFixed DestroyAcceleratorTable and implemented CreateAcc...
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-07-03  Andreas MohrAdded UnlockFileEx stub.
1999-06-26  Alexandre JulliardFixes for non-i386 compiling.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Eric KohlFixed DPA_LoadStream and improved DPA_Merge.
1999-06-26  Eric KohlAdded SHDoDragDrop() stub.
1999-06-26  Eric KohlAdded WNetRemoveCachedPassword() stub.
1999-06-22  Ulrich WeigandShare the HMODULE of built-in modules over all processes.
1999-06-18  Alexandre JulliardAdded DebugBreak.
1999-06-12  Andreas MohrFixed WNASPI32 ordinals.
1999-06-05  Dave PicklesStub for SetVolumeLabel().
1999-06-05  Rein KlazesRead/load type libraries. Implementation of ITypeLib...
1999-06-05  Robert W HallAdded 2 stubs.
1999-06-05  Ian SchmidtAdded partial implementation for DPA_LoadStream and...
1999-06-05  James JuranAdd stub for LockFileEx (KERNEL32.513).
1999-05-24  Ulrich WeigandUse register functions with arguments for LogApiThk...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-23  Ulrich WeigandAdded _DebugOutput (KERNEL.328), LogApiThk (KERNEL...
1999-05-23  Ulrich WeigandBugfix: syslevel relay check was too strict.
1999-05-22  Huw D M DaviesImplemented AddPrinterA, AddPrinterDriverA and GetPrint...
1999-05-22  Ulrich WeigandCheck for syslevel violations while relay debugging.
1999-05-22  Marcus MeissnerAdded init function for CRTDLL, allocate stdio/stderr...
1999-05-17  Ulrich WeigandSome stubs added.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-13  Alexandre JulliardWin32 register functions can now have arguments.
1999-05-13  Alexandre JulliardVxDCall functions do not need to be 'register'.
1999-05-12  Alexandre JulliardFixed bug I introduced in relay debugging.
1999-05-12  Alexandre JulliardAdded RtlUnwind in ntdll, and made kernel32 spec entry...
1999-05-12  Alexandre JulliardAdded import declaration for Win32 built-ins.
1999-05-10  Alexandre JulliardAdded support for forwarded ordinals in built-in dlls.
1999-05-09  Alexandre JulliardImproved exception handling.
1999-05-08  Thuy NguyenImplemented GetHGlobalFromStream.
1999-05-08  Thuy NguyenImplementation of IStorage supported by an implementati...
1999-05-08  Marcus MeissnerReturn the correct value from GetPrivateProfileSectionA.
1999-05-08  Eric PouechFixed typo.
1999-05-03  Ulrich WeigandFixed off-by-one ordinals in MPR.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Eric Pouech- got rid of all the internal MM tweaks to load builtin MCI
1999-05-02  Francis BeaudetImplemented the OLE object default handler and data...
1999-05-02  Juergen Schmied- new SendMessageCallbackW
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-22  Marcus MeissnerCreateSocketHandle,GetHandleContext,SetHandleContext...
1999-04-22  Ulrich WeigandBugfix: GDI32.100-104 are ordinal-only routines.
1999-04-22  Juergen Schmied- corrected parameter count for SHGetSettings
1999-04-22  Marcus MeissnerInclude debug.h last (ERR() macro problem on Solaris).
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
next